public class SConnectorDefinitionImpl extends SNamedElementImpl implements SConnectorDefinition
SBaseElementImpl.EQUALS_STATE| Constructor and Description |
|---|
SConnectorDefinitionImpl(ConnectorDefinition connector) |
SConnectorDefinitionImpl(String name,
String connectorId,
String version,
ConnectorEvent activationEvent) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorEvent |
getActivationEvent() |
String |
getConnectorId() |
String |
getErrorCode() |
FailAction |
getFailAction() |
Map<String,org.bonitasoft.engine.expression.model.SExpression> |
getInputs() |
List<org.bonitasoft.engine.core.operation.model.SOperation> |
getOutputs() |
String |
getVersion() |
void |
setErrorCode(String errorCode) |
checkFurtherNaiveEquality, equals, getName, hashCodecheckNaiveEquality, getId, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNamegetIdpublic SConnectorDefinitionImpl(ConnectorDefinition connector)
public SConnectorDefinitionImpl(String name, String connectorId, String version, ConnectorEvent activationEvent)
public String getConnectorId()
getConnectorId in interface SConnectorDefinitionpublic String getVersion()
getVersion in interface SConnectorDefinitionpublic ConnectorEvent getActivationEvent()
getActivationEvent in interface SConnectorDefinitionpublic Map<String,org.bonitasoft.engine.expression.model.SExpression> getInputs()
getInputs in interface SConnectorDefinitionpublic List<org.bonitasoft.engine.core.operation.model.SOperation> getOutputs()
getOutputs in interface SConnectorDefinitionpublic void setErrorCode(String errorCode)
public FailAction getFailAction()
getFailAction in interface SConnectorDefinitionpublic String getErrorCode()
getErrorCode in interface SConnectorDefinitionCopyright © 2016 Bonitasoft S.A.. All rights reserved.