Interface SReceiveTaskDefinition
-
- All Superinterfaces:
SActivityDefinition,SBaseElement,java.io.Serializable,SFlowNodeDefinition,SNamedElement
- All Known Implementing Classes:
SReceiveTaskDefinitionImpl
public interface SReceiveTaskDefinition extends SActivityDefinition
- Author:
- Julien Molinaro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SCatchMessageEventTriggerDefinitiongetTrigger()-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SActivityDefinition
getBoundaryEventDefinition, getBoundaryEventDefinitions, getBusinessDataDefinition, getBusinessDataDefinitions, getLoopCharacteristics, getSDataDefinitions, getSOperations
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SFlowNodeDefinition
getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, getType, hasConnectors, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isExclusive, isInterrupting, isParalleleOrInclusive, isStartable
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Method Detail
-
getTrigger
SCatchMessageEventTriggerDefinition getTrigger()
-
-