public interface ProcessDeploymentInfo extends DescriptionElement, BaseElement
ProcessDefinition deployment information.ProcessDeploymentInfo has a ConfigurationState, which says if the process is resolved (all its basic configuration has a
proper value), or unresolved (some configuration has to be done before the process can be activated).
A ProcessDeploymentInfo has an ActivationState, which says if the process was set to enabled (logged users can start
instances of this process), or disabled (no start can be performed on the process).
ProcessDefinition,
ConfigurationState,
ActivationState| 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 |
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 |
getDescriptiongetNamegetIdlong getProcessId()
ProcessDefinition identifierlong representing the ProcessDefinition identifierProcessDefinitionString getVersion()
ProcessDefinition versionProcessDefinition version.ProcessDefinitionString getDisplayDescription()
ProcessDefinition 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.
ProcessDefinition display description.ProcessDefinition,
ProcessManagementAPI.updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater)Date getDeploymentDate()
ProcessDefinition was deployed.ProcessDefinition was deployed.ProcessDefinitionlong getDeployedBy()
User which deployed the ProcessDefinitionBonita user which deployed the process.User,
ProcessDefinitionString getDisplayName()
ProcessDefinition 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.
ProcessDefinition display name.ProcessDefinition,
ProcessManagementAPI.updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater)Date getLastUpdateDate()
String getIconPath()
bonita.home folder.ConfigurationState getConfigurationState()
ProcessDefinition ConfigurationState.ProcessDefinition ConfigurationStateProcessDefinition,
ConfigurationStateActivationState getActivationState()
ProcessDefinition ActivationState.ProcessDefinition ActivationStateCopyright © 2018 Bonitasoft S.A.. All rights reserved.