org.kuali.rice.kew.engine
Class OrchestrationConfig

java.lang.Object
  extended by 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)

Field Summary
private  ActionTakenValue cause
           
private  Set<String> destinationNodeNames
           
private  String notificationType
           
private  boolean sendNotifications
           
 
Constructor Summary
OrchestrationConfig()
           
 
Method Summary
 ActionTakenValue getCause()
           
 Set<? extends String> getDestinationNodeNames()
           
 String getNotificationType()
           
 boolean isSendNotifications()
           
 void setCause(ActionTakenValue cause)
           
 void setDestinationNodeNames(Set<String> destinationNodeNames)
           
 void setNotificationType(String notificationType)
           
 void setSendNotifications(boolean sendNotifications)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sendNotifications

private boolean sendNotifications

notificationType

private String notificationType

destinationNodeNames

private Set<String> destinationNodeNames

cause

private ActionTakenValue cause
Constructor Detail

OrchestrationConfig

public OrchestrationConfig()
Method Detail

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.