Class WorkflowActorRequiredDetails
- java.lang.Object
-
- com.lexmark.saperion.exceptions.ErrorDetailsType
-
- com.lexmark.saperion.exceptions.application.WorkflowActorRequiredDetails
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowActorRequiredDetails extends com.lexmark.saperion.exceptions.ErrorDetailsTypeDetails for theWorkflowActorRequiredException.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description WorkflowActorRequiredDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientSelectionTypegetRecipientSelection()Returns the recipients selection type of the workflow.TaskReferenceTypegetTaskReference()java.lang.StringgetType()voidsetRecipientSelection(RecipientSelectionType recipientSelection)Sets the recipients selection type of the workflow.voidsetTaskReference(TaskReferenceType taskReference)java.lang.StringtoString()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRecipientSelection
public RecipientSelectionType getRecipientSelection()
Returns the recipients selection type of the workflow.- Returns:
- the recipients selection type
-
getType
public java.lang.String getType()
- Specified by:
getTypein classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
setRecipientSelection
public void setRecipientSelection(RecipientSelectionType recipientSelection)
Sets the recipients selection type of the workflow.- Parameters:
recipientSelection- the recipients selection type
-
getTaskReference
public TaskReferenceType getTaskReference()
-
setTaskReference
public void setTaskReference(TaskReferenceType taskReference)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
-