Class SCallActivityDefinitionImpl
- 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.SCallActivityDefinitionImpl
-
- All Implemented Interfaces:
java.io.Serializable,SActivityDefinition,SBaseElement,SCallActivityDefinition,SFlowNodeDefinition,SNamedElement
public class SCallActivityDefinitionImpl extends SActivityDefinitionImpl implements SCallActivityDefinition
- Author:
- Elias Ricken de Medeiros, Celine Souchet
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description SCallActivityDefinitionImpl(long id, java.lang.String name)SCallActivityDefinitionImpl(org.bonitasoft.engine.bpm.flownode.CallActivityDefinition activityDefinition, java.util.Map<java.lang.String,STransitionDefinition> transitionsMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)SExpressiongetCallableElement()SCallableElementTypegetCallableElementType()SExpressiongetCallableElementVersion()java.util.List<SOperation>getDataInputOperations()java.util.List<SOperation>getDataOutputOperations()java.util.Map<java.lang.String,SExpression>getProcessStartContractInputs()SFlowNodeTypegetType()inthashCode()-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SActivityDefinitionImpl
addBoundaryEventDefinition, addSDataDefinition, getBoundaryEventDefinition, getBoundaryEventDefinitions, getBusinessDataDefinition, getBusinessDataDefinitions, getLoopCharacteristics, getSDataDefinitions, getSOperations, setLoopCharacteristics
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SFlowNodeDefinitionImpl
addIncomingTransition, addOutgoingTransition, getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, hasConnectors, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isExclusive, isInterrupting, isParalleleOrInclusive, isStartable, setDescription, setDisplayDescription, setDisplayName
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, getName
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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, hasConnectors, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isExclusive, isInterrupting, isParalleleOrInclusive, isStartable
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Constructor Detail
-
SCallActivityDefinitionImpl
public SCallActivityDefinitionImpl(long id, java.lang.String name)
-
SCallActivityDefinitionImpl
public SCallActivityDefinitionImpl(org.bonitasoft.engine.bpm.flownode.CallActivityDefinition activityDefinition, java.util.Map<java.lang.String,STransitionDefinition> transitionsMap)
-
-
Method Detail
-
getCallableElement
public SExpression getCallableElement()
- Specified by:
getCallableElementin interfaceSCallActivityDefinition
-
getCallableElementVersion
public SExpression getCallableElementVersion()
- Specified by:
getCallableElementVersionin interfaceSCallActivityDefinition
-
getDataInputOperations
public java.util.List<SOperation> getDataInputOperations()
- Specified by:
getDataInputOperationsin interfaceSCallActivityDefinition
-
getDataOutputOperations
public java.util.List<SOperation> getDataOutputOperations()
- Specified by:
getDataOutputOperationsin interfaceSCallActivityDefinition
-
getCallableElementType
public SCallableElementType getCallableElementType()
- Specified by:
getCallableElementTypein interfaceSCallActivityDefinition
-
getType
public SFlowNodeType getType()
- Specified by:
getTypein interfaceSFlowNodeDefinition
-
getProcessStartContractInputs
public java.util.Map<java.lang.String,SExpression> getProcessStartContractInputs()
- Specified by:
getProcessStartContractInputsin interfaceSCallActivityDefinition
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSFlowNodeDefinitionImpl
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classSFlowNodeDefinitionImpl
-
-