Interface AuditLogResult

All Known Implementing Classes:
AuditLogResultImpl

public interface AuditLogResult
  • Method Details

    • getAuditLogKey

      String getAuditLogKey()
    • getEntityKey

      String getEntityKey()
    • getEntityType

      AuditLogEntityTypeEnum getEntityType()
    • getOperationType

      AuditLogOperationTypeEnum getOperationType()
    • getBatchOperationKey

      String getBatchOperationKey()
    • getBatchOperationType

      BatchOperationType getBatchOperationType()
    • getTimestamp

      OffsetDateTime getTimestamp()
    • getActorId

      String getActorId()
    • getActorType

      AuditLogActorTypeEnum getActorType()
    • getAgentElementId

      String getAgentElementId()
    • getTenantId

      String getTenantId()
    • getResult

      AuditLogResultEnum getResult()
    • getCategory

      AuditLogCategoryEnum getCategory()
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • getProcessDefinitionKey

      String getProcessDefinitionKey()
    • getProcessInstanceKey

      String getProcessInstanceKey()
    • getRootProcessInstanceKey

      String getRootProcessInstanceKey()
      Returns 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 null for process instance hierarchies created before version 8.9.

      Returns:
      the root process instance key, or null for data created before version 8.9
    • getElementInstanceKey

      String getElementInstanceKey()
    • getJobKey

      String getJobKey()
    • getUserTaskKey

      String getUserTaskKey()
    • getDecisionRequirementsId

      String getDecisionRequirementsId()
    • getDecisionRequirementsKey

      String getDecisionRequirementsKey()
    • getDecisionDefinitionId

      String getDecisionDefinitionId()
    • getDecisionDefinitionKey

      String getDecisionDefinitionKey()
    • getDecisionEvaluationKey

      String getDecisionEvaluationKey()
    • getDeploymentKey

      String getDeploymentKey()
    • getFormKey

      String getFormKey()
    • getResourceKey

      String getResourceKey()
    • getRelatedEntityKey

      String getRelatedEntityKey()
    • getRelatedEntityType

      AuditLogEntityTypeEnum getRelatedEntityType()
    • getEntityDescription

      String getEntityDescription()
    • getInboundChannelType

      String getInboundChannelType()
    • getInboundChannelToolName

      String getInboundChannelToolName()