public final class OrchestrationConfig extends AbstractDataTransferObject
Modifier and Type | Method and Description |
---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public static OrchestrationConfig create(String actionTakenId, Set<String> nodeNames)
public String getActionTakenId()
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.public Set<String> getNodeNames()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.