Class ChangeWorkflowDefinitionRequest
Object
ChangeWorkflowDefinitionRequest
- All Implemented Interfaces:
Serializable
The properties of the workflow definition to be changed.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe type of the business item corresponding to the workflow.Deprecated.Whether the candidate user check for the workflow should be enabled.The configuration variables.The new description for the workflow definition.Whether the workflow definition should be enabled.Defines the number of times a resource workflow is able to be start (seeWorkflowExclusivity).Whether the workflow is accessible from the global create menu.Whether the workflow should be accessible by the guest usergetId()Required. The ID of the workflow definition.getName()The name of the workflow definition.The list of IDs identifying the roles allowing to reassign the workflow.Whether the workflow should be accessible by the registered user.The list of workflow start event types.The start label of the workflow.The list of IDs identifying the roles allowing to start the workflow.The list of IDs identifying the roles allowing to stop the workflow.inthashCode()voidsetBusinessItemResourceType(WorkflowBusinessItemType businessItemResourceType) The type of the business item corresponding to the workflow.voidsetCandidateUserCheckDisabled(Boolean candidateUserCheckDisabled) Deprecated.voidsetCandidateUserCheckEnabled(Boolean candidateUserCheckEnabled) Whether the candidate user check for the workflow should be enabled.voidsetConfigurationVariables(Map<String, String> configurationVariables) The configuration variables.voidsetDescription(String description) The new description for the workflow definition.voidWhether the workflow definition should be enabled.voidsetExclusivity(WorkflowExclusivity exclusivity) Defines the number of times a resource workflow is able to be start (seeWorkflowExclusivity).voidsetGlobalCreate(Boolean globalCreate) Whether the workflow is accessible from the global create menu.voidsetGuestUserAccessible(Boolean guestUserAccessible) Whether the workflow should be accessible by the guest uservoidRequired. The ID of the workflow definition.voidThe name of the workflow definition.voidsetReassignRoleIds(List<UUID> reassignRoleIds) The list of IDs identifying the roles allowing to reassign the workflow.voidsetRegisteredUserAccessible(Boolean registeredUserAccessible) Whether the workflow should be accessible by the registered user.voidsetStartEvents(List<WorkflowStartEventType> startEvents) The list of workflow start event types.voidsetStartLabel(String startLabel) The start label of the workflow.voidsetStartRoleIds(List<UUID> startRoleIds) The list of IDs identifying the roles allowing to start the workflow.voidsetStopRoleIds(List<UUID> stopRoleIds) The list of IDs identifying the roles allowing to stop the workflow.toString()
-
Constructor Details
-
ChangeWorkflowDefinitionRequest
public ChangeWorkflowDefinitionRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the workflow definition. Silently ignored if the ID is provided as path parameter of the request. -
getName
The name of the workflow definition. -
getDescription
The new description for the workflow definition. -
getConfigurationVariables
The configuration variables. -
getStartEvents
The list of workflow start event types. -
getBusinessItemResourceType
The type of the business item corresponding to the workflow. -
getExclusivity
Defines the number of times a resource workflow is able to be start (seeWorkflowExclusivity). -
getGuestUserAccessible
Whether the workflow should be accessible by the guest user -
getRegisteredUserAccessible
Whether the workflow should be accessible by the registered user. -
getCandidateUserCheckDisabled
Deprecated.Whether the candidate user check for the workflow should be disabled. -
getCandidateUserCheckEnabled
Whether the candidate user check for the workflow should be enabled. -
getGlobalCreate
Whether the workflow is accessible from the global create menu. -
getEnable
Whether the workflow definition should be enabled. -
getStartLabel
The start label of the workflow. -
getStartRoleIds
The list of IDs identifying the roles allowing to start the workflow. -
getStopRoleIds
The list of IDs identifying the roles allowing to stop the workflow. -
getReassignRoleIds
The list of IDs identifying the roles allowing to reassign the workflow. -
setId
Required. The ID of the workflow definition. Silently ignored if the ID is provided as path parameter of the request. -
setName
The name of the workflow definition. -
setDescription
The new description for the workflow definition. -
setConfigurationVariables
The configuration variables. -
setStartEvents
The list of workflow start event types. -
setBusinessItemResourceType
The type of the business item corresponding to the workflow. -
setExclusivity
Defines the number of times a resource workflow is able to be start (seeWorkflowExclusivity). -
setGuestUserAccessible
Whether the workflow should be accessible by the guest user -
setRegisteredUserAccessible
Whether the workflow should be accessible by the registered user. -
setCandidateUserCheckDisabled
Deprecated.Whether the candidate user check for the workflow should be disabled. -
setCandidateUserCheckEnabled
Whether the candidate user check for the workflow should be enabled. -
setGlobalCreate
Whether the workflow is accessible from the global create menu. -
setEnable
Whether the workflow definition should be enabled. -
setStartLabel
The start label of the workflow. -
setStartRoleIds
The list of IDs identifying the roles allowing to start the workflow. -
setStopRoleIds
The list of IDs identifying the roles allowing to stop the workflow. -
setReassignRoleIds
The list of IDs identifying the roles allowing to reassign the workflow. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-