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.ErrorDetailsType
Details for theWorkflowActorRequiredException
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description WorkflowActorRequiredDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientSelectionType
getRecipientSelection()
Returns the recipients selection type of the workflow.TaskReferenceType
getTaskReference()
java.lang.String
getType()
void
setRecipientSelection(RecipientSelectionType recipientSelection)
Sets the recipients selection type of the workflow.void
setTaskReference(TaskReferenceType taskReference)
java.lang.String
toString()
-
-
-
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:
getType
in 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:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
-