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:
Serializable,SEventDefinition,SIntermediateThrowEventDefinition,SThrowEventDefinition,SBaseElement,SFlowNodeDefinition,SNamedElement
public class SIntermediateThrowEventDefinitionImpl
extends SThrowEventDefinitionImpl
implements SIntermediateThrowEventDefinition
- Author:
- Elias Ricken de Medeiros, Celine Souchet
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE -
Constructor Summary
ConstructorsConstructorDescriptionSIntermediateThrowEventDefinitionImpl(long id, String name) SIntermediateThrowEventDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition eventDefinition, Map<String, STransitionDefinition> transitionsMap) -
Method Summary
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.event.impl.SThrowEventDefinitionImpl
addMessageEventTriggerDefinition, addSignalEventTriggerDefinition, getMessageEventTriggerDefinition, getMessageEventTriggerDefinitions, getSignalEventTriggerDefinitionsMethods inherited from class org.bonitasoft.engine.core.process.definition.model.event.impl.SEventDefinitionImpl
addEventTriggerDefinition, getEventTriggersMethods 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, setDisplayNameMethods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, getNameMethods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getIdMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.event.SEventDefinition
getEventTriggersMethods 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, isStartableMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getNameMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.event.SThrowEventDefinition
getMessageEventTriggerDefinition, getMessageEventTriggerDefinitions, getSignalEventTriggerDefinitions
-
Constructor Details
-
SIntermediateThrowEventDefinitionImpl
public SIntermediateThrowEventDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition eventDefinition, Map<String, STransitionDefinition> transitionsMap) -
SIntermediateThrowEventDefinitionImpl
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceSFlowNodeDefinition
-