public class ConnectorInstanceImpl extends NamedElementImpl implements ConnectorInstance
FLOWNODE_TYPE, PROCESS_TYPE| Constructor and Description |
|---|
ConnectorInstanceImpl(String name,
long containerId,
String containerType,
String connectorId,
String version,
ConnectorState state,
ConnectorEvent activationEvent) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorEvent |
getActivationEvent() |
String |
getConnectorId() |
long |
getContainerId() |
String |
getContainerType() |
ConnectorState |
getState() |
String |
getVersion() |
equals, getName, hashCode, setName, toStringgetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic ConnectorInstanceImpl(String name, long containerId, String containerType, String connectorId, String version, ConnectorState state, ConnectorEvent activationEvent)
public long getContainerId()
getContainerId in interface ConnectorInstancepublic String getContainerType()
getContainerType in interface ConnectorInstancepublic String getConnectorId()
getConnectorId in interface ConnectorInstancepublic String getVersion()
getVersion in interface ConnectorInstancepublic ConnectorEvent getActivationEvent()
getActivationEvent in interface ConnectorInstanceConnectorEventpublic ConnectorState getState()
getState in interface ConnectorInstanceConnectorState.TO_BE_EXECUTED before the first execution)ConnectorStateCopyright © 2018 Bonitasoft S.A.. All rights reserved.