Interface SManualTaskDefinition
-
- All Superinterfaces:
SActivityDefinition,SBaseElement,java.io.Serializable,SFlowNodeDefinition,SHumanTaskDefinition,SNamedElement,STaskDefinition
- All Known Implementing Classes:
SManualTaskDefinitionImpl
public interface SManualTaskDefinition extends SHumanTaskDefinition
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Method Summary
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SActivityDefinition
getBoundaryEventDefinition, getBoundaryEventDefinitions, getBusinessDataDefinition, getBusinessDataDefinitions, getLoopCharacteristics, getSDataDefinitions, getSOperations
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SFlowNodeDefinition
getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, getType, hasConnectors, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isExclusive, isInterrupting, isParalleleOrInclusive, isStartable
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SHumanTaskDefinition
getActorName, getExpectedDuration, getPriority, getSUserFilterDefinition
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-