Package org.bonitasoft.web.client.model
Class DesignProcessDefinition
java.lang.Object
org.bonitasoft.web.client.model.DesignProcessDefinition
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class DesignProcessDefinition
extends Object
implements Serializable
Represents the Design Definition of a process. It gives access to process attributes.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactorInitiator(ActorDefinition actorInitiator) actorsList(List<ActorDefinition> actorsList) addActorsListItem(ActorDefinition actorsListItem) addContextItem(DesignProcessDefinitionContext contextItem) addParametersItem(DesignProcessDefinitionParamater parametersItem) addStringIndexLabelsItem(String stringIndexLabelsItem) addStringIndexValuesItem(Expression stringIndexValuesItem) context(List<DesignProcessDefinitionContext> context) displayDescription(String displayDescription) displayName(String displayName) booleanflowElementContainer(FlowElementContainerDefinition flowElementContainer) Get actorInitiatorThe list of process actor definitionsThe process definition expressionsGet contractThe process definition display description nameThe process definition display nameGet flowElementContainerThe process parameter definitionsThe process definition labelsThe process definition expressionsinthashCode()parameters(List<DesignProcessDefinitionParamater> parameters) voidsetActorInitiator(ActorDefinition actorInitiator) voidsetActorsList(List<ActorDefinition> actorsList) voidsetContext(List<DesignProcessDefinitionContext> context) voidsetContract(Contract contract) voidsetDisplayDescription(String displayDescription) voidsetDisplayName(String displayName) voidsetFlowElementContainer(FlowElementContainerDefinition flowElementContainer) voidsetParameters(List<DesignProcessDefinitionParamater> parameters) voidsetStringIndexLabels(List<String> stringIndexLabels) voidsetStringIndexValues(List<Expression> stringIndexValues) stringIndexLabels(List<String> stringIndexLabels) stringIndexValues(List<Expression> stringIndexValues) toString()
-
Field Details
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_FLOW_ELEMENT_CONTAINER
- See Also:
-
JSON_PROPERTY_PARAMETERS
- See Also:
-
JSON_PROPERTY_ACTORS_LIST
- See Also:
-
JSON_PROPERTY_ACTOR_INITIATOR
- See Also:
-
JSON_PROPERTY_STRING_INDEX_LABELS
- See Also:
-
JSON_PROPERTY_STRING_INDEX_VALUES
- See Also:
-
JSON_PROPERTY_CONTRACT
- See Also:
-
JSON_PROPERTY_CONTEXT
- See Also:
-
-
Constructor Details
-
DesignProcessDefinition
public DesignProcessDefinition()
-
-
Method Details
-
displayName
-
getDisplayName
The process definition display name- Returns:
- displayName
-
setDisplayName
-
displayDescription
-
getDisplayDescription
The process definition display description name- Returns:
- displayDescription
-
setDisplayDescription
-
flowElementContainer
public DesignProcessDefinition flowElementContainer(@Nullable FlowElementContainerDefinition flowElementContainer) -
getFlowElementContainer
Get flowElementContainer- Returns:
- flowElementContainer
-
setFlowElementContainer
-
parameters
public DesignProcessDefinition parameters(@Nullable List<DesignProcessDefinitionParamater> parameters) -
addParametersItem
-
getParameters
The process parameter definitions- Returns:
- parameters
-
setParameters
-
actorsList
-
addActorsListItem
-
getActorsList
The list of process actor definitions- Returns:
- actorsList
-
setActorsList
-
actorInitiator
-
getActorInitiator
Get actorInitiator- Returns:
- actorInitiator
-
setActorInitiator
-
stringIndexLabels
-
addStringIndexLabelsItem
-
getStringIndexLabels
The process definition labels- Returns:
- stringIndexLabels
-
setStringIndexLabels
-
stringIndexValues
-
addStringIndexValuesItem
-
getStringIndexValues
The process definition expressions- Returns:
- stringIndexValues
-
setStringIndexValues
-
contract
-
getContract
Get contract- Returns:
- contract
-
setContract
-
context
-
addContextItem
-
getContext
The process definition expressions- Returns:
- context
-
setContext
-
equals
-
hashCode
public int hashCode() -
toString
-