org.kuali.rice.kew.api.document
Class OrchestrationConfig
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.document.OrchestrationConfig
- All Implemented Interfaces:
- Serializable, ModelObjectBasic, ModelObjectComplete
public final class OrchestrationConfig
- extends AbstractDataTransferObject
- See Also:
- Serialized Form
Method Summary |
static OrchestrationConfig |
create(String actionTakenId,
Set<String> nodeNames)
|
String |
getActionTakenId()
Returns the id of the ActionTaken against which any action
requests that are processed by the orchestration should be associated. |
Set<String> |
getNodeNames()
Returns the Set of node names to which to orchestrate the document, may be an empty set in which case the
document will be orchestrated from it's current position through the termination of it's entire workflow process. |
create
public static OrchestrationConfig create(String actionTakenId,
Set<String> nodeNames)
getActionTakenId
public String getActionTakenId()
- Returns the id of the
ActionTaken
against which any action
requests that are processed by the orchestration should be associated. This is generally the action that was
submitted which triggered the orchestration process. Should never return a null or blank value.
- Returns:
- the id of the action taken to link deactivated requests with during orchestration
getNodeNames
public Set<String> getNodeNames()
- Returns the Set of node names to which to orchestrate the document, may be an empty set in which case the
document will be orchestrated from it's current position through the termination of it's entire workflow process.
- Returns:
- the set of node names to which to orchestrate the document, will never be null but may be empty
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.