|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.flow.event.model.Trigger
public class Trigger
Class the represent s a trigger for a Job
| Constructor Summary | |
|---|---|
Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName)
Constructor |
|
Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName,
Map<String,String> params)
Constructor |
|
Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName,
String flowElementName)
Constructor |
|
Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName,
String flowElementName,
Map<String,String> params)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
appliesToFlowElement()
Returns true if this is to apply to a FlowElement, otherwise
false |
String |
getFlowElementName()
Accessor for flowElementName |
String |
getFlowName()
Accessor for flowName |
Long |
getId()
Accessor for id |
String |
getJobName()
Accessor for jobName |
String |
getModuleName()
Accessor for moduleName |
Map<String,String> |
getParams()
Accessor for params |
TriggerRelationship |
getRelationship()
Accessor for relationship |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName)
moduleName - - The name of the moduleflowName - - The name of the flowrelationshipDescription - - The relationship descriptionjobName - - The name of the Job to trigger
public Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName,
Map<String,String> params)
moduleName - - The name of the moduleflowName - - The name of the flowrelationshipDescription - - The relationship descriptionjobName - - The name of the Job to triggerparams - - The parameters for the trigger
public Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName,
String flowElementName)
moduleName - - The name of the moduleflowName - - The name of the flowrelationshipDescription - - The relationship descriptionjobName - - The name of the Job to triggerflowElementName - - The name of the Flow Element
public Trigger(String moduleName,
String flowName,
String relationshipDescription,
String jobName,
String flowElementName,
Map<String,String> params)
moduleName - - The name of the moduleflowName - - The name of the flowrelationshipDescription - - The relationship descriptionjobName - - The name of the Job to triggerflowElementName - - The name of the Flow Elementparams - - The parameters for the trigger| Method Detail |
|---|
public boolean appliesToFlowElement()
FlowElement, otherwise
false
FlowElement, otherwise
falsepublic String getFlowElementName()
public String getFlowName()
public Long getId()
public String getJobName()
public String getModuleName()
public Map<String,String> getParams()
public TriggerRelationship getRelationship()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||