Interface SConnectorDefinition
-
- All Superinterfaces:
SBaseElement,java.io.Serializable,SNamedElement
- All Known Implementing Classes:
SConnectorDefinitionImpl
public interface SConnectorDefinition extends SNamedElement
- Author:
- Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bonitasoft.engine.bpm.connector.ConnectorEventgetActivationEvent()java.lang.StringgetConnectorId()java.lang.StringgetErrorCode()org.bonitasoft.engine.bpm.connector.FailActiongetFailAction()java.util.Map<java.lang.String,SExpression>getInputs()java.util.List<SOperation>getOutputs()java.lang.StringgetVersion()-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Method Detail
-
getConnectorId
java.lang.String getConnectorId()
-
getVersion
java.lang.String getVersion()
-
getActivationEvent
org.bonitasoft.engine.bpm.connector.ConnectorEvent getActivationEvent()
-
getInputs
java.util.Map<java.lang.String,SExpression> getInputs()
-
getOutputs
java.util.List<SOperation> getOutputs()
-
getFailAction
org.bonitasoft.engine.bpm.connector.FailAction getFailAction()
-
getErrorCode
java.lang.String getErrorCode()
-
-