Class AuditLogResultImpl
java.lang.Object
io.camunda.client.impl.search.response.AuditLogResultImpl
- All Implemented Interfaces:
AuditLogResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the key of the root process instance.voidsetActorId(String actorId) voidsetActorType(AuditLogActorTypeEnum actorType) voidsetAgentElementId(String agentElementId) voidsetAuditLogKey(String auditLogKey) voidsetBatchOperationKey(String batchOperationKey) voidsetBatchOperationType(BatchOperationType batchOperationType) voidsetCategory(AuditLogCategoryEnum category) voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionKey(String decisionDefinitionKey) voidsetDecisionEvaluationKey(String decisionEvaluationKey) voidsetDecisionRequirementsId(String decisionRequirementsId) voidsetDecisionRequirementsKey(String decisionRequirementsKey) voidsetDeploymentKey(String deploymentKey) voidsetElementInstanceKey(String elementInstanceKey) voidsetEntityDescription(String entityDescription) voidsetEntityKey(String entityKey) voidsetEntityType(AuditLogEntityTypeEnum entityType) voidsetFormKey(String formKey) voidsetInboundChannelToolName(String inboundChannelToolName) voidsetInboundChannelType(String inboundChannelType) voidvoidsetOperationType(AuditLogOperationTypeEnum operationType) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetRelatedEntityKey(String relatedEntityKey) voidsetRelatedEntityType(AuditLogEntityTypeEnum relatedEntityType) voidsetResourceKey(String resourceKey) voidsetResult(AuditLogResultEnum result) voidsetRootProcessInstanceKey(String rootProcessInstanceKey) voidsetTenantId(String tenantId) voidsetTimestamp(OffsetDateTime timestamp) voidsetUserTaskKey(String userTaskKey)
-
Constructor Details
-
AuditLogResultImpl
-
-
Method Details
-
getAuditLogKey
- Specified by:
getAuditLogKeyin interfaceAuditLogResult
-
setAuditLogKey
-
getEntityKey
- Specified by:
getEntityKeyin interfaceAuditLogResult
-
getEntityType
- Specified by:
getEntityTypein interfaceAuditLogResult
-
setEntityType
-
getOperationType
- Specified by:
getOperationTypein interfaceAuditLogResult
-
setOperationType
-
getBatchOperationKey
- Specified by:
getBatchOperationKeyin interfaceAuditLogResult
-
setBatchOperationKey
-
getBatchOperationType
- Specified by:
getBatchOperationTypein interfaceAuditLogResult
-
setBatchOperationType
-
getTimestamp
- Specified by:
getTimestampin interfaceAuditLogResult
-
setTimestamp
-
getActorId
- Specified by:
getActorIdin interfaceAuditLogResult
-
setActorId
-
getActorType
- Specified by:
getActorTypein interfaceAuditLogResult
-
setActorType
-
getAgentElementId
- Specified by:
getAgentElementIdin interfaceAuditLogResult
-
setAgentElementId
-
getTenantId
- Specified by:
getTenantIdin interfaceAuditLogResult
-
getResult
- Specified by:
getResultin interfaceAuditLogResult
-
setResult
-
getCategory
- Specified by:
getCategoryin interfaceAuditLogResult
-
setCategory
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceAuditLogResult
-
setProcessDefinitionId
-
getProcessDefinitionKey
- Specified by:
getProcessDefinitionKeyin interfaceAuditLogResult
-
setProcessDefinitionKey
-
getProcessInstanceKey
- Specified by:
getProcessInstanceKeyin interfaceAuditLogResult
-
setProcessInstanceKey
-
getRootProcessInstanceKey
Description copied from interface:AuditLogResultReturns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Specified by:
getRootProcessInstanceKeyin interfaceAuditLogResult- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
setRootProcessInstanceKey
-
getElementInstanceKey
- Specified by:
getElementInstanceKeyin interfaceAuditLogResult
-
setElementInstanceKey
-
getJobKey
- Specified by:
getJobKeyin interfaceAuditLogResult
-
setJobKey
-
getUserTaskKey
- Specified by:
getUserTaskKeyin interfaceAuditLogResult
-
setUserTaskKey
-
getDecisionRequirementsId
- Specified by:
getDecisionRequirementsIdin interfaceAuditLogResult
-
setDecisionRequirementsId
-
getDecisionRequirementsKey
- Specified by:
getDecisionRequirementsKeyin interfaceAuditLogResult
-
setDecisionRequirementsKey
-
getDecisionDefinitionId
- Specified by:
getDecisionDefinitionIdin interfaceAuditLogResult
-
setDecisionDefinitionId
-
getDecisionDefinitionKey
- Specified by:
getDecisionDefinitionKeyin interfaceAuditLogResult
-
setDecisionDefinitionKey
-
getDecisionEvaluationKey
- Specified by:
getDecisionEvaluationKeyin interfaceAuditLogResult
-
setDecisionEvaluationKey
-
getDeploymentKey
- Specified by:
getDeploymentKeyin interfaceAuditLogResult
-
setDeploymentKey
-
getFormKey
- Specified by:
getFormKeyin interfaceAuditLogResult
-
setFormKey
-
getResourceKey
- Specified by:
getResourceKeyin interfaceAuditLogResult
-
setResourceKey
-
getRelatedEntityKey
- Specified by:
getRelatedEntityKeyin interfaceAuditLogResult
-
setRelatedEntityKey
-
getRelatedEntityType
- Specified by:
getRelatedEntityTypein interfaceAuditLogResult
-
setRelatedEntityType
-
getEntityDescription
- Specified by:
getEntityDescriptionin interfaceAuditLogResult
-
setEntityDescription
-
getInboundChannelType
- Specified by:
getInboundChannelTypein interfaceAuditLogResult
-
setInboundChannelType
-
getInboundChannelToolName
- Specified by:
getInboundChannelToolNamein interfaceAuditLogResult
-
setInboundChannelToolName
-
setTenantId
-
setEntityKey
-