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()
Retrieves the
ProcessDefinition ActivationState. |
ConfigurationState |
getConfigurationState()
Retrieves the
ProcessDefinition ConfigurationState. |
long |
getDeployedBy()
Retrieves the identifier of the Bonita
User which deployed the ProcessDefinition |
Date |
getDeploymentDate()
Retrieves the Date when the underlining
ProcessDefinition was deployed. |
String |
getDescription()
Gets the element description.
|
String |
getDisplayDescription()
Retrieves the
ProcessDefinition display description. |
String |
getDisplayName()
Retrieves the
ProcessDefinition display name. |
String |
getIconPath()
Retrieves the process icon path.
|
Date |
getLastUpdateDate()
Retrieves the date of the last update statement
|
long |
getProcessId()
Retrieves the
ProcessDefinition identifier |
String |
getVersion()
Retrieves the
ProcessDefinition version |
String |
toString() |
equals, getName, hashCode, setNamegetId, 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()
ProcessDeploymentInfoProcessDefinition versiongetVersion in interface ProcessDeploymentInfoProcessDefinition version.ProcessDefinitionpublic String getDisplayDescription()
ProcessDeploymentInfoProcessDefinition display description. Unlike description that is static, the display description can be
updated via ProcessManagementAPI.updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater).
When set, this field is used by the Bonita Portal in the place of description.
getDisplayDescription in interface ProcessDeploymentInfoProcessDefinition display description.ProcessDefinition,
ProcessManagementAPI.updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater)public Date getDeploymentDate()
ProcessDeploymentInfoProcessDefinition was deployed.getDeploymentDate in interface ProcessDeploymentInfoProcessDefinition was deployed.ProcessDefinitionpublic long getDeployedBy()
ProcessDeploymentInfoUser which deployed the ProcessDefinitiongetDeployedBy in interface ProcessDeploymentInfoBonita user which deployed the process.User,
ProcessDefinitionpublic long getProcessId()
ProcessDeploymentInfoProcessDefinition identifiergetProcessId in interface ProcessDeploymentInfolong representing the ProcessDefinition identifierProcessDefinitionpublic String getDisplayName()
ProcessDeploymentInfoProcessDefinition display name. Unlike name that is static, the display name can be
updated via ProcessManagementAPI.updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater).
When set this field is used by the Bonita Portal in the place of name.
getDisplayName in interface ProcessDeploymentInfoProcessDefinition display name.ProcessDefinition,
ProcessManagementAPI.updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater)public Date getLastUpdateDate()
ProcessDeploymentInfogetLastUpdateDate in interface ProcessDeploymentInfopublic String getIconPath()
ProcessDeploymentInfobonita.home folder.getIconPath in interface ProcessDeploymentInfopublic String getDescription()
DescriptionElementgetDescription in interface DescriptionElementpublic ConfigurationState getConfigurationState()
ProcessDeploymentInfoProcessDefinition ConfigurationState.getConfigurationState in interface ProcessDeploymentInfoProcessDefinition ConfigurationStateProcessDefinition,
ConfigurationStatepublic ActivationState getActivationState()
ProcessDeploymentInfoProcessDefinition ActivationState.getActivationState in interface ProcessDeploymentInfoProcessDefinition ActivationStatepublic String toString()
toString in class NamedElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.