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()voidsetRecipientSelection(RecipientSelectionType recipientSelection) Sets the recipients selection type of the workflow.voidsetTaskReference(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:
getTypein classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
setRecipientSelection
Sets the recipients selection type of the workflow.- Parameters:
recipientSelection- the recipients selection type
-
getTaskReference
-
setTaskReference
-
toString
- Overrides:
toStringin classcom.lexmark.saperion.exceptions.ErrorDetailsType
-