org.kuali.rice.kew.engine
Class OrchestrationConfig
java.lang.Object
org.kuali.rice.kew.engine.OrchestrationConfig
public class OrchestrationConfig
- extends Object
Specifies configuration for orchestration through the engine.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sendNotifications
private boolean sendNotifications
notificationType
private String notificationType
destinationNodeNames
private Set<String> destinationNodeNames
cause
private ActionTakenValue cause
OrchestrationConfig
public OrchestrationConfig()
getDestinationNodeNames
public Set<? extends String> getDestinationNodeNames()
setDestinationNodeNames
public void setDestinationNodeNames(Set<String> destinationNodeNames)
getNotificationType
public String getNotificationType()
setNotificationType
public void setNotificationType(String notificationType)
isSendNotifications
public boolean isSendNotifications()
setSendNotifications
public void setSendNotifications(boolean sendNotifications)
getCause
public ActionTakenValue getCause()
setCause
public void setCause(ActionTakenValue cause)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.