Class ProcessEventStartDefinition
- java.lang.Object
-
- com.aquima.interactions.process.impl.MessageEventMappingDefinition
-
- com.aquima.interactions.process.impl.ProcessEventStartDefinition
-
- All Implemented Interfaces:
IMessageEventMapping
,IProcessEventStartDefinition
public class ProcessEventStartDefinition extends MessageEventMappingDefinition implements IProcessEventStartDefinition
This class contains a single process event start definition.- Since:
- 9.1
- Author:
- BvdVen
-
-
Constructor Summary
Constructors Constructor Description ProcessEventStartDefinition(ProcessDefinition process, IProcessNodeDefinition startNode, IMessageEventMappingDS datasource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IProcessDefinition
getProcess()
This method returns the definition of the process it belongs to, may not be null.IProcessNodeDefinition
getStartNode()
This method returns the startnode for this event, may not be null.-
Methods inherited from class com.aquima.interactions.process.impl.MessageEventMappingDefinition
getFieldAttribute, getMatchingAttributeReference, getMatchOnField, getMessageEvent, getName, getTargetInstanceType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.aquima.interactions.process.IMessageEventMapping
getFieldAttribute, getMatchingAttributeReference, getMatchOnField, getMessageEvent, getTargetInstanceType
-
-
-
-
Constructor Detail
-
ProcessEventStartDefinition
public ProcessEventStartDefinition(ProcessDefinition process, IProcessNodeDefinition startNode, IMessageEventMappingDS datasource)
-
-
Method Detail
-
getProcess
public IProcessDefinition getProcess()
Description copied from interface:IProcessEventStartDefinition
This method returns the definition of the process it belongs to, may not be null.- Specified by:
getProcess
in interfaceIProcessEventStartDefinition
- Returns:
- The process definition, never null.
-
getStartNode
public IProcessNodeDefinition getStartNode()
Description copied from interface:IProcessEventStartDefinition
This method returns the startnode for this event, may not be null.- Specified by:
getStartNode
in interfaceIProcessEventStartDefinition
- Returns:
- The node definition of the start node, never null.
-
-