Class SIntermediateThrowEventDefinitionImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SFlowNodeDefinitionImpl
-
- org.bonitasoft.engine.core.process.definition.model.event.impl.SEventDefinitionImpl
-
- org.bonitasoft.engine.core.process.definition.model.event.impl.SThrowEventDefinitionImpl
-
- org.bonitasoft.engine.core.process.definition.model.event.impl.SIntermediateThrowEventDefinitionImpl
-
- All Implemented Interfaces:
java.io.Serializable,SEventDefinition,SIntermediateThrowEventDefinition,SThrowEventDefinition,SBaseElement,SFlowNodeDefinition,SNamedElement
public class SIntermediateThrowEventDefinitionImpl extends SThrowEventDefinitionImpl implements SIntermediateThrowEventDefinition
- Author:
- Elias Ricken de Medeiros, Celine Souchet
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE
-
-
Constructor Summary
Constructors Constructor Description SIntermediateThrowEventDefinitionImpl(long id, java.lang.String name)SIntermediateThrowEventDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition eventDefinition, java.util.Map<java.lang.String,STransitionDefinition> transitionsMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SFlowNodeTypegetType()-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.event.impl.SThrowEventDefinitionImpl
addMessageEventTriggerDefinition, addSignalEventTriggerDefinition, getMessageEventTriggerDefinition, getMessageEventTriggerDefinitions, getSignalEventTriggerDefinitions
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.event.impl.SEventDefinitionImpl
addEventTriggerDefinition, getEventTriggers
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SFlowNodeDefinitionImpl
addIncomingTransition, addOutgoingTransition, equals, getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, hasConnectors, hashCode, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isExclusive, isInterrupting, isParalleleOrInclusive, isStartable, setDescription, setDisplayDescription, setDisplayName
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, getName
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition
getEventTriggers
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SFlowNodeDefinition
getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, hasConnectors, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isExclusive, isInterrupting, isParalleleOrInclusive, isStartable
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.event.SThrowEventDefinition
getMessageEventTriggerDefinition, getMessageEventTriggerDefinitions, getSignalEventTriggerDefinitions
-
-
-
-
Constructor Detail
-
SIntermediateThrowEventDefinitionImpl
public SIntermediateThrowEventDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition eventDefinition, java.util.Map<java.lang.String,STransitionDefinition> transitionsMap)
-
SIntermediateThrowEventDefinitionImpl
public SIntermediateThrowEventDefinitionImpl(long id, java.lang.String name)
-
-
Method Detail
-
getType
public SFlowNodeType getType()
- Specified by:
getTypein interfaceSFlowNodeDefinition
-
-