Package io.camunda.client.protocol.rest
Class UserTaskFilter
java.lang.Object
io.camunda.client.protocol.rest.UserTaskFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class UserTaskFilter
extends Object
User task filter request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the user task. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLocalVariablesItem(UserTaskVariableFilterRequest localVariablesItem) addProcessInstanceVariablesItem(UserTaskVariableFilterRequest processInstanceVariablesItem) assignee(StringFilterProperty assignee) candidateGroup(StringFilterProperty candidateGroup) candidateUser(StringFilterProperty candidateUser) completionDate(DateTimeFilterProperty completionDate) creationDate(DateTimeFilterProperty creationDate) dueDate(DateTimeFilterProperty dueDate) elementInstanceKey(String elementInstanceKey) booleanfollowUpDate(DateTimeFilterProperty followUpDate) The assignee of the user task.The candidate group for this user task.The candidate user for this user task.The user task completion date.The user task creation date.The user task due date.The element ID of the user task.The key of the element instance.The user task follow-up date.Local variables associated with the user task.The priority of the user task.The ID of the process definition.The key of the process definition.The key of the process instance.Process instance variables associated with the user task.getState()The state of the user task.Tenant ID of this user task.The key for this user task.inthashCode()localVariables(List<UserTaskVariableFilterRequest> localVariables) priority(IntegerFilterProperty priority) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) processInstanceVariables(List<UserTaskVariableFilterRequest> processInstanceVariables) voidsetAssignee(StringFilterProperty assignee) voidsetCandidateGroup(StringFilterProperty candidateGroup) voidsetCandidateUser(StringFilterProperty candidateUser) voidsetCompletionDate(DateTimeFilterProperty completionDate) voidsetCreationDate(DateTimeFilterProperty creationDate) voidsetDueDate(DateTimeFilterProperty dueDate) voidsetElementId(String elementId) voidsetElementInstanceKey(String elementInstanceKey) voidsetFollowUpDate(DateTimeFilterProperty followUpDate) voidsetLocalVariables(List<UserTaskVariableFilterRequest> localVariables) voidsetPriority(IntegerFilterProperty priority) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetProcessInstanceVariables(List<UserTaskVariableFilterRequest> processInstanceVariables) voidsetState(UserTaskFilter.StateEnum state) voidsetTenantId(String tenantId) voidsetUserTaskKey(String userTaskKey) state(UserTaskFilter.StateEnum state) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.userTaskKey(String userTaskKey)
-
Field Details
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_ASSIGNEE
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_CANDIDATE_GROUP
- See Also:
-
JSON_PROPERTY_CANDIDATE_USER
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_CREATION_DATE
- See Also:
-
JSON_PROPERTY_COMPLETION_DATE
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_DATE
- See Also:
-
JSON_PROPERTY_DUE_DATE
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_VARIABLES
- See Also:
-
JSON_PROPERTY_LOCAL_VARIABLES
- See Also:
-
JSON_PROPERTY_USER_TASK_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
UserTaskFilter
public UserTaskFilter()
-
-
Method Details
-
state
-
getState
The state of the user task.- Returns:
- state
-
setState
-
assignee
-
getAssignee
The assignee of the user task.- Returns:
- assignee
-
setAssignee
-
priority
-
getPriority
The priority of the user task.- Returns:
- priority
-
setPriority
-
elementId
-
getElementId
The element ID of the user task.- Returns:
- elementId
-
setElementId
-
candidateGroup
-
getCandidateGroup
The candidate group for this user task.- Returns:
- candidateGroup
-
setCandidateGroup
-
candidateUser
-
getCandidateUser
The candidate user for this user task.- Returns:
- candidateUser
-
setCandidateUser
-
tenantId
-
getTenantId
Tenant ID of this user task.- Returns:
- tenantId
-
setTenantId
-
processDefinitionId
-
getProcessDefinitionId
The ID of the process definition.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
creationDate
-
getCreationDate
The user task creation date.- Returns:
- creationDate
-
setCreationDate
-
completionDate
-
getCompletionDate
The user task completion date.- Returns:
- completionDate
-
setCompletionDate
-
followUpDate
-
getFollowUpDate
The user task follow-up date.- Returns:
- followUpDate
-
setFollowUpDate
-
dueDate
-
getDueDate
The user task due date.- Returns:
- dueDate
-
setDueDate
-
processInstanceVariables
public UserTaskFilter processInstanceVariables(@Nullable List<UserTaskVariableFilterRequest> processInstanceVariables) -
addProcessInstanceVariablesItem
public UserTaskFilter addProcessInstanceVariablesItem(UserTaskVariableFilterRequest processInstanceVariablesItem) -
getProcessInstanceVariables
Process instance variables associated with the user task.- Returns:
- processInstanceVariables
-
setProcessInstanceVariables
public void setProcessInstanceVariables(@Nullable List<UserTaskVariableFilterRequest> processInstanceVariables) -
localVariables
-
addLocalVariablesItem
-
getLocalVariables
Local variables associated with the user task.- Returns:
- localVariables
-
setLocalVariables
-
userTaskKey
-
getUserTaskKey
The key for this user task.- Returns:
- userTaskKey
-
setUserTaskKey
-
processDefinitionKey
-
getProcessDefinitionKey
The key of the process definition.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processInstanceKey
-
getProcessInstanceKey
The key of the process instance.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
elementInstanceKey
-
getElementInstanceKey
The key of the element instance.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-