Class SBoundaryEventDefinitionImpl
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.SCatchEventDefinitionImpl
org.bonitasoft.engine.core.process.definition.model.event.impl.SBoundaryEventDefinitionImpl
- All Implemented Interfaces:
Serializable,SBoundaryEventDefinition,SCatchEventDefinition,SEventDefinition,SBaseElement,SFlowNodeDefinition,SNamedElement
public class SBoundaryEventDefinitionImpl
extends SCatchEventDefinitionImpl
implements SBoundaryEventDefinition
- 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
ConstructorsConstructorDescriptionSBoundaryEventDefinitionImpl(long id, String name) SBoundaryEventDefinitionImpl(org.bonitasoft.engine.bpm.flownode.CatchEventDefinition eventDefinition, Map<String, STransitionDefinition> transitionsMap) -
Method Summary
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.event.impl.SCatchEventDefinitionImpl
addErrorEventTrigger, addMessageEventTrigger, addSignalEventTrigger, addTimerEventTrigger, getErrorEventTriggerDefinition, getErrorEventTriggerDefinitions, getMessageEventTriggerDefinition, getMessageEventTriggerDefinitions, getSignalEventTriggerDefinitions, getTimerEventTriggerDefinitions, isInterrupting, setInterruptingMethods 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, isParalleleOrInclusive, 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.SCatchEventDefinition
getErrorEventTriggerDefinition, getErrorEventTriggerDefinitions, getMessageEventTriggerDefinition, getMessageEventTriggerDefinitions, getSignalEventTriggerDefinitions, getTimerEventTriggerDefinitions, isInterruptingMethods 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, isParalleleOrInclusiveMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Constructor Details
-
SBoundaryEventDefinitionImpl
-
SBoundaryEventDefinitionImpl
public SBoundaryEventDefinitionImpl(org.bonitasoft.engine.bpm.flownode.CatchEventDefinition eventDefinition, Map<String, STransitionDefinition> transitionsMap)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceSFlowNodeDefinition
-
isStartable
public boolean isStartable()- Specified by:
isStartablein interfaceSFlowNodeDefinition- Overrides:
isStartablein classSFlowNodeDefinitionImpl
-