|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.web.command.TriggerDetails
public class TriggerDetails
Class representing the details for a trigger
| Constructor Summary | |
|---|---|
TriggerDetails(String moduleName,
String flowName)
Constructor |
|
| Method Summary | |
|---|---|
Trigger |
createTrigger()
Create a trigger from the details |
String |
getFlowElementName()
Get the flow element name |
String |
getFlowName()
Get the flow name |
String |
getJobName()
Get the job name |
String |
getModuleName()
Get the module name |
Map<String,String> |
getParams()
Get the map of parameters |
String |
getRelationship()
Get the trigger relationship |
void |
setFlowElementName(String flowElementName)
Set the flow element name |
void |
setJobName(String jobName)
Set the job name |
void |
setParams(Map<String,String> params)
Set the map of parameters |
void |
setRelationship(String relationship)
Set the trigger relationship (before/after) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TriggerDetails(String moduleName,
String flowName)
moduleName - - The name of the moduleflowName - - The name of the flow| Method Detail |
|---|
public String getFlowElementName()
public String getFlowName()
public String getJobName()
public String getModuleName()
public Map<String,String> getParams()
public String getRelationship()
public void setFlowElementName(String flowElementName)
flowElementName - - flow element namepublic void setJobName(String jobName)
jobName - - The job name to setpublic void setParams(Map<String,String> params)
params - - map of parameters to setpublic void setRelationship(String relationship)
relationship - the trigger relationship to setpublic Trigger createTrigger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||