Class SpanningOperation
java.lang.Object
com.atlassian.jira.event.operation.SpanningOperation
- All Implemented Interfaces:
Serializable
Holds information about event being part of one logical operation eg. event can be part of bulk move, bulk edit, bulk issue create.
Some spanning operation can be part of larger operation - in this case
parent
will be set.- Since:
- 7.13
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
builder
-
getParent
- Returns:
- Parent surrounding operation
-
getType
Type of surrounding operation eg. bulk move, bulk edit etc.- Returns:
- type of operation
-
getId
Id of surrounding operation. Should be used to distinguish one spanning operation from another.- Returns:
- id of operation
-
equals
-
hashCode
public int hashCode() -
toString
-