Interface SConnectorDefinition

All Superinterfaces:
SBaseElement, Serializable, SNamedElement
All Known Implementing Classes:
SConnectorDefinitionImpl

public interface SConnectorDefinition extends SNamedElement
Author:
Baptiste Mesta
  • Method Details

    • getConnectorId

      String getConnectorId()
    • getVersion

      String getVersion()
    • getActivationEvent

      org.bonitasoft.engine.bpm.connector.ConnectorEvent getActivationEvent()
    • getInputs

      Map<String,SExpression> getInputs()
    • getOutputs

      List<SOperation> getOutputs()
    • getFailAction

      org.bonitasoft.engine.bpm.connector.FailAction getFailAction()
    • getErrorCode

      String getErrorCode()