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
ConstructorsConstructorDescriptionProcessEventStartDefinition
(ProcessDefinition process, IProcessNodeDefinition startNode, IMessageEventMappingDS datasource) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the definition of the process it belongs to, may not be null.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 Details
-
ProcessEventStartDefinition
public ProcessEventStartDefinition(ProcessDefinition process, IProcessNodeDefinition startNode, IMessageEventMappingDS datasource)
-
-
Method Details
-
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
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.
-