public class ArchivedConnectorInstanceImpl extends NamedElementImpl implements ArchivedConnectorInstance
FLOWNODE_TYPE, PROCESS_TYPE| Constructor and Description |
|---|
ArchivedConnectorInstanceImpl(String name,
Date archiveDate,
long containerId,
String containerType,
String connectorId,
String version,
ConnectorEvent activationEvent,
ConnectorState state,
long sourceObjectId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConnectorEvent |
getActivationEvent() |
Date |
getArchiveDate()
Gets the date when the element was archived.
|
String |
getConnectorId() |
long |
getContainerId() |
String |
getContainerType() |
long |
getSourceObjectId()
Gets the identifier of the
BaseElement that the archived element comes from. |
ConnectorState |
getState() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
getName, setNamegetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic ArchivedConnectorInstanceImpl(String name, Date archiveDate, long containerId, String containerType, String connectorId, String version, ConnectorEvent activationEvent, ConnectorState state, long sourceObjectId)
public Date getArchiveDate()
ArchivedElementgetArchiveDate in interface ArchivedElementpublic long getContainerId()
getContainerId in interface ArchivedConnectorInstancepublic String getContainerType()
getContainerType in interface ArchivedConnectorInstancepublic String getConnectorId()
getConnectorId in interface ArchivedConnectorInstancepublic String getVersion()
getVersion in interface ArchivedConnectorInstancepublic ConnectorEvent getActivationEvent()
getActivationEvent in interface ArchivedConnectorInstancepublic ConnectorState getState()
getState in interface ArchivedConnectorInstancepublic long getSourceObjectId()
ArchivedElementBaseElement that the archived element comes from.getSourceObjectId in interface ArchivedElementpublic int hashCode()
hashCode in class NamedElementImplpublic boolean equals(Object obj)
equals in class NamedElementImplpublic String toString()
toString in class NamedElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.