Class SManualTaskDefinitionImpl
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.SHumanTaskDefinitionImpl
org.bonitasoft.engine.core.process.definition.model.impl.SManualTaskDefinitionImpl
- All Implemented Interfaces:
Serializable,SActivityDefinition,SBaseElement,SFlowNodeDefinition,SHumanTaskDefinition,SManualTaskDefinition,SNamedElement,STaskDefinition
public class SManualTaskDefinitionImpl
extends SHumanTaskDefinitionImpl
implements SManualTaskDefinition
- Author:
- Baptiste Mesta, Matthieu Chaffotte, 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
ConstructorsConstructorDescriptionSManualTaskDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ManualTaskDefinition manualTaskDefinition, Map<String, STransitionDefinition> transitionsMap) -
Method Summary
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SHumanTaskDefinitionImpl
getActorName, getExpectedDuration, getPriority, getSUserFilterDefinition, setExpectedDuration, setPriority, setUserFilterMethods 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.SHumanTaskDefinition
getActorName, getExpectedDuration, getPriority, getSUserFilterDefinitionMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Constructor Details
-
SManualTaskDefinitionImpl
public SManualTaskDefinitionImpl(org.bonitasoft.engine.bpm.flownode.ManualTaskDefinition manualTaskDefinition, Map<String, STransitionDefinition> transitionsMap) - Parameters:
manualTaskDefinition-transitionsMap-
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceSFlowNodeDefinition
-