Interface SUserTaskDefinition
-
- All Superinterfaces:
SActivityDefinition,SBaseElement,java.io.Serializable,SFlowNodeDefinition,SHumanTaskDefinition,SNamedElement,STaskDefinition
- All Known Implementing Classes:
SUserTaskDefinitionImpl
public interface SUserTaskDefinition extends SHumanTaskDefinition
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SContextEntry>getContext()SContractDefinitiongetContract()-
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
-
-
-
-
Method Detail
-
getContract
SContractDefinition getContract()
-
getContext
java.util.List<SContextEntry> getContext()
-
-