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:
Serializable,SActivityDefinition,SBaseElement,SCallActivityDefinition,SFlowNodeDefinition,SNamedElement
public class SCallActivityDefinitionImpl
extends SActivityDefinitionImpl
implements SCallActivityDefinition
- Author:
- Elias Ricken de Medeiros, 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
ConstructorsConstructorDescriptionSCallActivityDefinitionImpl(long id, String name) SCallActivityDefinitionImpl(org.bonitasoft.engine.bpm.flownode.CallActivityDefinition activityDefinition, Map<String, STransitionDefinition> transitionsMap) -
Method Summary
Methods 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, getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, hasConnectors, 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.SNamedElement
getName
-
Constructor Details
-
SCallActivityDefinitionImpl
-
SCallActivityDefinitionImpl
public SCallActivityDefinitionImpl(org.bonitasoft.engine.bpm.flownode.CallActivityDefinition activityDefinition, Map<String, STransitionDefinition> transitionsMap)
-
-
Method Details
-
getCallableElement
- Specified by:
getCallableElementin interfaceSCallActivityDefinition
-
getCallableElementVersion
- Specified by:
getCallableElementVersionin interfaceSCallActivityDefinition
-
getDataInputOperations
- Specified by:
getDataInputOperationsin interfaceSCallActivityDefinition
-
getDataOutputOperations
- Specified by:
getDataOutputOperationsin interfaceSCallActivityDefinition
-
getCallableElementType
- Specified by:
getCallableElementTypein interfaceSCallActivityDefinition
-
getType
- Specified by:
getTypein interfaceSFlowNodeDefinition
-
getProcessStartContractInputs
- Specified by:
getProcessStartContractInputsin interfaceSCallActivityDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classSFlowNodeDefinitionImpl
-
equals
- Overrides:
equalsin classSFlowNodeDefinitionImpl
-