Package org.bonitasoft.web.client.model
Class ProcessDefinition
java.lang.Object
org.bonitasoft.web.client.model.ProcessDefinition
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessDefinition
extends Object
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivationState(ActivationState activationState) actorinitiatorid(String actorinitiatorid) configurationState(ConfigurationState configurationState) deployedBy(String deployedBy) deploymentDate(String deploymentDate) description(String description) displayDescription(String displayDescription) displayName(String displayName) booleanGet activationStatethe id of the actor that can initiate process instances of the processGet configurationStatethe id of the user who deployed the processthe date when the process definition was deployedthe process descriptionthe human readable activity descriptionthe human readable process descriptiongetIcon()icon pathgetId()the identifier of the process definition (long)the date when the process definition was last updatedgetName()the process namethe version of the processinthashCode()lastUpdateDate(String lastUpdateDate) voidsetActivationState(ActivationState activationState) voidsetActorinitiatorid(String actorinitiatorid) voidsetConfigurationState(ConfigurationState configurationState) voidsetDeployedBy(String deployedBy) voidsetDeploymentDate(String deploymentDate) voidsetDescription(String description) voidsetDisplayDescription(String displayDescription) voidsetDisplayName(String displayName) voidvoidvoidsetLastUpdateDate(String lastUpdateDate) voidvoidsetVersion(String version) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ICON
- See Also:
-
JSON_PROPERTY_DISPLAY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DEPLOYMENT_DATE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ACTIVATION_STATE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DEPLOYED_BY
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ACTORINITIATORID
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_CONFIGURATION_STATE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
ProcessDefinition
public ProcessDefinition()
-
-
Method Details
-
id
-
getId
the identifier of the process definition (long)- Returns:
- id
-
setId
-
icon
-
getIcon
icon path- Returns:
- icon
-
setIcon
-
displayDescription
-
getDisplayDescription
the human readable activity description- Returns:
- displayDescription
-
setDisplayDescription
-
deploymentDate
-
getDeploymentDate
the date when the process definition was deployed- Returns:
- deploymentDate
-
setDeploymentDate
-
description
-
getDescription
the process description- Returns:
- description
-
setDescription
-
activationState
-
getActivationState
Get activationState- Returns:
- activationState
-
setActivationState
-
name
-
getName
the process name- Returns:
- name
-
setName
-
deployedBy
-
getDeployedBy
the id of the user who deployed the process- Returns:
- deployedBy
-
setDeployedBy
-
displayName
-
getDisplayName
the human readable process description- Returns:
- displayName
-
setDisplayName
-
actorinitiatorid
-
getActorinitiatorid
the id of the actor that can initiate process instances of the process- Returns:
- actorinitiatorid
-
setActorinitiatorid
-
lastUpdateDate
-
getLastUpdateDate
the date when the process definition was last updated- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
configurationState
-
getConfigurationState
Get configurationState- Returns:
- configurationState
-
setConfigurationState
-
version
-
getVersion
the version of the process- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-