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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ErrorDetailsTypesetType
- 
Field Details- 
TYPE- See Also:
 
 
- 
- 
Constructor Details- 
WorkflowActorRequiredDetailspublic WorkflowActorRequiredDetails()
 
- 
- 
Method Details- 
getRecipientSelectionReturns the recipients selection type of the workflow.- Returns:
- the recipients selection type
 
- 
getType- Specified by:
- getTypein class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
- 
setRecipientSelectionSets the recipients selection type of the workflow.- Parameters:
- recipientSelection- the recipients selection type
 
- 
getTaskReference
- 
setTaskReference
- 
toString- Overrides:
- toStringin class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
 
-