Interface InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent
- Enclosing interface:
InternalForwardOperationBuilder.WithTicket.WithDueDate
public static interface InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent
Builder stage that holds the selected target agent.
- Since:
- 11.22
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage for supervisor-executed internal forward operations.static interfaceBuilder stage for automatically executed internal forward operations. -
Method Summary
Modifier and TypeMethodDescriptionauto()Selects the automatic execution mode for the internal forward operation.supervisor(User user) Sets the supervisor user executing the operation.
-
Method Details
-
supervisor
InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.AsSupervisor supervisor(User user) throws ValidationException Sets the supervisor user executing the operation.- Parameters:
user- the user executing the operation- Returns:
- the InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.AsSupervisor
- Throws:
ValidationException- e.g. if the specified user is invalid or not allowed to internally forward the ticket.- Since:
- 11.22
-
auto
InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.Auto auto() throws ValidationExceptionSelects the automatic execution mode for the internal forward operation.- Returns:
- the InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.Auto
- Throws:
ValidationException- e.g. if the ticket must not be internally forwarded automatically- Since:
- 11.22
-