|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.web.service.TriggerDetailsService
public class TriggerDetailsService
The service layer for the trigger details
| Constructor Summary | |
|---|---|
TriggerDetailsService(JobAwareFlowEventListener jobAwareFlowEventListener,
ModuleService moduleService)
Constructor |
|
| Method Summary | |
|---|---|
String |
createTrigger(TriggerDetails triggerDetails,
org.springframework.webflow.execution.RequestContext context)
Create a trigger given details and a context |
TriggerDetails |
createTriggerDetails(String moduleName,
String flowName,
String flowElementName,
String relationship)
Create a new Trigger details |
List<String> |
getFlowElementNames(String moduleName,
String flowName)
Get a list of the flow element names for a flow in a module |
List<String> |
getJobNames()
Get a list of the job names |
List<String> |
getParameterNames(String jobName)
Get a List of parameter names for a job |
static List<String> |
getRelationships()
Get the trigger relationships |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TriggerDetailsService(JobAwareFlowEventListener jobAwareFlowEventListener,
ModuleService moduleService)
jobAwareFlowEventListener - - The job aware flow event listenermoduleService - - The provider service for the modules| Method Detail |
|---|
public TriggerDetails createTriggerDetails(String moduleName,
String flowName,
String flowElementName,
String relationship)
moduleName - - The name of the moduleflowName - - The name of the flowflowElementName - - The name of the flow elementrelationship - - The relationship
public List<String> getJobNames()
public static List<String> getRelationships()
public List<String> getParameterNames(String jobName)
jobName - - The job name to get the parameters for
public List<String> getFlowElementNames(String moduleName,
String flowName)
moduleName - - The name of the moduleflowName - - The name of the flow
public String createTrigger(TriggerDetails triggerDetails,
org.springframework.webflow.execution.RequestContext context)
triggerDetails - - The trigger details to usecontext - - The context to create it it
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||