Class SAutomaticTaskDefinitionImpl
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.impl.SActivityDefinitionImpl
org.bonitasoft.engine.core.process.definition.model.impl.SAutomaticTaskDefinitionImpl
- All Implemented Interfaces:
Serializable,SActivityDefinition,SAutomaticTaskDefinition,SBaseElement,SFlowNodeDefinition,SNamedElement
public class SAutomaticTaskDefinitionImpl
extends SActivityDefinitionImpl
implements SAutomaticTaskDefinition
- Author:
- Baptiste Mesta, 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 -
Field Summary
Fields inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SActivityDefinitionImpl
loopCharacteristics, sDataDefinitions, sOperations -
Constructor Summary
ConstructorsConstructorDescriptionSAutomaticTaskDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ActivityDefinition activityDefinition, Map<String, STransitionDefinition> transitionsMap) -
Method Summary
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SActivityDefinitionImpl
addBoundaryEventDefinition, addSDataDefinition, getBoundaryEventDefinition, getBoundaryEventDefinitions, getBusinessDataDefinition, getBusinessDataDefinitions, getLoopCharacteristics, getSDataDefinitions, getSOperations, setLoopCharacteristicsMethods 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.SActivityDefinition
getBoundaryEventDefinition, getBoundaryEventDefinitions, getBusinessDataDefinition, getBusinessDataDefinitions, getLoopCharacteristics, getSDataDefinitions, getSOperationsMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getIdMethods 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
getName
-
Constructor Details
-
SAutomaticTaskDefinitionImpl
public SAutomaticTaskDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ActivityDefinition activityDefinition, Map<String, STransitionDefinition> transitionsMap)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceSFlowNodeDefinition
-