Class WorkflowActorRequiredDetails
java.lang.Object
com.lexmark.saperion.exceptions.ErrorDetailsType
com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
- All Implemented Interfaces:
Serializable
public class WorkflowActorRequiredDetails
extends com.lexmark.saperion.exceptions.ErrorDetailsType
Details for the
WorkflowActorRequiredException
.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the recipients selection type of the workflow.getType()
void
setRecipientSelection
(RecipientSelectionType recipientSelection) Sets the recipients selection type of the workflow.void
setTaskReference
(TaskReferenceType taskReference) toString()
Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType
setType
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
WorkflowActorRequiredDetails
public WorkflowActorRequiredDetails()
-
-
Method Details
-
getRecipientSelection
Returns the recipients selection type of the workflow.- Returns:
- the recipients selection type
-
getType
- Specified by:
getType
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
setRecipientSelection
Sets the recipients selection type of the workflow.- Parameters:
recipientSelection
- the recipients selection type
-
getTaskReference
-
setTaskReference
-
toString
- Overrides:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-