Interface TicketSplitChange
- All Superinterfaces:
TicketProvider
This class represents a ticket relation change of type split.
- Since:
- 13.6
-
Method Summary
Modifier and TypeMethodDescriptionThe previous process the ticket was associated with before the split.The ticket that was split.
-
Method Details
-
getTicket
Ticket getTicket()The ticket that was split.- Specified by:
getTicketin interfaceTicketProvider- Returns:
- the ticket that was split
- Since:
- 13.6
-
getPreviousProcess
Process getPreviousProcess()The previous process the ticket was associated with before the split.Attention: The process will reflect the current state, after the split.
- Returns:
- the previous process the ticket was associated with before the split
- Since:
- 13.6
-