Class SConnectorDefinitionImpl
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.SConnectorDefinitionImpl
- All Implemented Interfaces:
Serializable,SBaseElement,SConnectorDefinition,SNamedElement
- Author:
- Baptiste Mesta
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE -
Constructor Summary
ConstructorsConstructorDescriptionSConnectorDefinitionImpl(String name, String connectorId, String version, org.bonitasoft.engine.bpm.connector.ConnectorEvent activationEvent) SConnectorDefinitionImpl(org.bonitasoft.engine.bpm.connector.ConnectorDefinition connector) -
Method Summary
Modifier and TypeMethodDescriptionorg.bonitasoft.engine.bpm.connector.ConnectorEventorg.bonitasoft.engine.bpm.connector.FailActionvoidsetErrorCode(String errorCode) Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, equals, getName, hashCodeMethods 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.SBaseElement
getIdMethods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
Constructor Details
-
SConnectorDefinitionImpl
public SConnectorDefinitionImpl(org.bonitasoft.engine.bpm.connector.ConnectorDefinition connector) -
SConnectorDefinitionImpl
-
-
Method Details
-
getConnectorId
- Specified by:
getConnectorIdin interfaceSConnectorDefinition
-
getVersion
- Specified by:
getVersionin interfaceSConnectorDefinition
-
getActivationEvent
public org.bonitasoft.engine.bpm.connector.ConnectorEvent getActivationEvent()- Specified by:
getActivationEventin interfaceSConnectorDefinition
-
getInputs
- Specified by:
getInputsin interfaceSConnectorDefinition
-
getOutputs
- Specified by:
getOutputsin interfaceSConnectorDefinition
-
setErrorCode
-
getFailAction
public org.bonitasoft.engine.bpm.connector.FailAction getFailAction()- Specified by:
getFailActionin interfaceSConnectorDefinition
-
getErrorCode
- Specified by:
getErrorCodein interfaceSConnectorDefinition
-