Class ZeebeUserTaskDataDto
java.lang.Object
io.camunda.optimize.dto.zeebe.usertask.ZeebeUserTaskDataDto
- All Implemented Interfaces:
JsonSerializable,RecordValue,RecordValueWithVariables,ProcessInstanceRelated,TenantOwned,UserTaskRecordValue
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanlonglonglongintlongintlonglonginthashCode()voidvoidsetAssignee(String assignee) voidsetBpmnProcessId(String bpmnProcessId) voidsetCandidateGroupsList(List<String> candidateGroupsList) voidsetCandidateUsersList(List<String> candidateUsersList) voidsetChangedAttributes(List<String> changedAttributes) voidsetCreationTimestamp(long creationTimestamp) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDueDate(String dueDate) voidsetElementId(String elementId) voidsetElementInstanceKey(long elementInstanceKey) voidsetExternalFormReference(String externalFormReference) voidsetFollowUpDate(String followUpDate) voidsetFormKey(long formKey) voidsetProcessDefinitionKey(long processDefinitionKey) voidsetProcessDefinitionVersion(int processDefinitionVersion) voidsetProcessInstanceKey(long processInstanceKey) voidsetTenantId(String tenantId) voidsetUserTaskKey(long userTaskKey) voidsetVariables(Map<String, Object> variables) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Constructor Details
-
ZeebeUserTaskDataDto
public ZeebeUserTaskDataDto()
-
-
Method Details
-
getDateForDueDate
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceUserTaskRecordValue
-
getUserTaskKey
public long getUserTaskKey()- Specified by:
getUserTaskKeyin interfaceUserTaskRecordValue
-
getAssignee
- Specified by:
getAssigneein interfaceUserTaskRecordValue
-
getCandidateGroupsList
- Specified by:
getCandidateGroupsListin interfaceUserTaskRecordValue
-
getCandidateUsersList
- Specified by:
getCandidateUsersListin interfaceUserTaskRecordValue
-
getDueDate
- Specified by:
getDueDatein interfaceUserTaskRecordValue
-
getElementId
- Specified by:
getElementIdin interfaceUserTaskRecordValue
-
getElementInstanceKey
public long getElementInstanceKey()- Specified by:
getElementInstanceKeyin interfaceUserTaskRecordValue
-
getBpmnProcessId
- Specified by:
getBpmnProcessIdin interfaceUserTaskRecordValue
-
getProcessDefinitionVersion
public int getProcessDefinitionVersion()- Specified by:
getProcessDefinitionVersionin interfaceUserTaskRecordValue
-
getProcessDefinitionKey
public long getProcessDefinitionKey()- Specified by:
getProcessDefinitionKeyin interfaceUserTaskRecordValue
-
getProcessInstanceKey
public long getProcessInstanceKey()- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceRelated
-
getTenantId
- Specified by:
getTenantIdin interfaceTenantOwned
-
getChangedAttributes
- Specified by:
getChangedAttributesin interfaceUserTaskRecordValue
-
getVariables
- Specified by:
getVariablesin interfaceRecordValueWithVariables
-
getFollowUpDate
- Specified by:
getFollowUpDatein interfaceUserTaskRecordValue
-
getFormKey
public long getFormKey()- Specified by:
getFormKeyin interfaceUserTaskRecordValue
-
getAction
- Specified by:
getActionin interfaceUserTaskRecordValue
-
getExternalFormReference
- Specified by:
getExternalFormReferencein interfaceUserTaskRecordValue
-
getCustomHeaders
- Specified by:
getCustomHeadersin interfaceUserTaskRecordValue
-
getCreationTimestamp
public long getCreationTimestamp()- Specified by:
getCreationTimestampin interfaceUserTaskRecordValue
-
setUserTaskKey
public void setUserTaskKey(long userTaskKey) -
setAssignee
-
setCandidateGroupsList
-
setCandidateUsersList
-
setDueDate
-
setElementId
-
setElementInstanceKey
public void setElementInstanceKey(long elementInstanceKey) -
setBpmnProcessId
-
setProcessDefinitionVersion
public void setProcessDefinitionVersion(int processDefinitionVersion) -
setProcessDefinitionKey
public void setProcessDefinitionKey(long processDefinitionKey) -
setProcessInstanceKey
public void setProcessInstanceKey(long processInstanceKey) -
setTenantId
-
setChangedAttributes
-
setVariables
-
setFollowUpDate
-
setFormKey
public void setFormKey(long formKey) -
setAction
-
setExternalFormReference
-
setCustomHeaders
-
setCreationTimestamp
public void setCreationTimestamp(long creationTimestamp) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-