public class ProcessDeploymentInfoImpl extends NamedElementImpl implements ProcessDeploymentInfo
| Constructor and Description |
|---|
ProcessDeploymentInfoImpl(long id,
long processId,
String name,
String version,
String description,
Date deploymentDate,
long deployedBy,
ActivationState activationState,
ConfigurationState configurationState,
String displayName,
Date lastUpdateDate,
String iconPath,
String displayDescription) |
| Modifier and Type | Method and Description |
|---|---|
ActivationState |
getActivationState() |
ConfigurationState |
getConfigurationState() |
long |
getDeployedBy() |
Date |
getDeploymentDate() |
String |
getDescription() |
String |
getDisplayDescription() |
String |
getDisplayName() |
String |
getIconPath() |
Date |
getLastUpdateDate()
Get the dates of the last time execute update statement
|
long |
getProcessId() |
String |
getVersion() |
equals, getName, hashCode, setName, toStringgetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic ProcessDeploymentInfoImpl(long id,
long processId,
String name,
String version,
String description,
Date deploymentDate,
long deployedBy,
ActivationState activationState,
ConfigurationState configurationState,
String displayName,
Date lastUpdateDate,
String iconPath,
String displayDescription)
public String getVersion()
getVersion in interface ProcessDeploymentInfopublic String getDisplayDescription()
getDisplayDescription in interface ProcessDeploymentInfopublic Date getDeploymentDate()
getDeploymentDate in interface ProcessDeploymentInfopublic long getDeployedBy()
getDeployedBy in interface ProcessDeploymentInfopublic long getProcessId()
getProcessId in interface ProcessDeploymentInfopublic String getDisplayName()
getDisplayName in interface ProcessDeploymentInfopublic Date getLastUpdateDate()
ProcessDeploymentInfogetLastUpdateDate in interface ProcessDeploymentInfopublic String getIconPath()
getIconPath in interface ProcessDeploymentInfopublic String getDescription()
getDescription in interface DescriptionElementpublic ConfigurationState getConfigurationState()
getConfigurationState in interface ProcessDeploymentInfopublic ActivationState getActivationState()
getActivationState in interface ProcessDeploymentInfoCopyright © 2013 BonitaSoft. All Rights Reserved.