public class TriggerDetails extends Object implements Serializable
| Constructor and Description |
|---|
TriggerDetails(String moduleName,
String flowName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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)
|
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()
Copyright © 2007-2017 Ikasan. All Rights Reserved.