Interface SCallActivityDefinition
-
- All Superinterfaces:
SActivityDefinition,SBaseElement,java.io.Serializable,SFlowNodeDefinition,SNamedElement
- All Known Implementing Classes:
SCallActivityDefinitionImpl
public interface SCallActivityDefinition extends SActivityDefinition
- Author:
- Elias Ricken de Medeiros
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SExpressiongetCallableElement()SCallableElementTypegetCallableElementType()SExpressiongetCallableElementVersion()java.util.List<SOperation>getDataInputOperations()java.util.List<SOperation>getDataOutputOperations()java.util.Map<java.lang.String,SExpression>getProcessStartContractInputs()-
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.SNamedElement
getName
-
-
-
-
Method Detail
-
getCallableElement
SExpression getCallableElement()
-
getCallableElementVersion
SExpression getCallableElementVersion()
-
getDataInputOperations
java.util.List<SOperation> getDataInputOperations()
-
getDataOutputOperations
java.util.List<SOperation> getDataOutputOperations()
-
getCallableElementType
SCallableElementType getCallableElementType()
-
getProcessStartContractInputs
java.util.Map<java.lang.String,SExpression> getProcessStartContractInputs()
-
-