Class AuditLogUtil

java.lang.Object
com.flowable.platform.service.util.AuditLogUtil

public final class AuditLogUtil extends Object
Author:
martin.grofcik
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static boolean
    evaluateCmmnExpression(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String expressionText)
     
    static org.flowable.cmmn.model.Case
    getCaseModel(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.api.runtime.CaseInstance rootCaseInstance)
     
    static String
    getCaseParentTemplate(String caseInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)
     
    static org.flowable.cmmn.model.CmmnModel
    getCmmnModel(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.api.runtime.CaseInstance rootCaseInstance)
     
    protected static String
    getParentTemplate(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, Optional<org.flowable.entitylink.api.EntityLink> rootEntityLink)
     
    static String
    getPrettyName(String prefix, String name)
     
    static org.flowable.bpmn.model.Process
    getProcessModel(String processDefinitionId)
     
    static String
    getProcessParentTemplate(String processInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)
     
    static boolean
    isManuallyActivatedPlanItem(org.flowable.cmmn.model.CmmnModel cmmnModel, org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getPrettyName

      public static String getPrettyName(String prefix, String name)
    • getProcessParentTemplate

      public static String getProcessParentTemplate(String processInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)
    • getCaseParentTemplate

      public static String getCaseParentTemplate(String caseInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)
    • getParentTemplate

      protected static String getParentTemplate(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, Optional<org.flowable.entitylink.api.EntityLink> rootEntityLink)
    • getCmmnModel

      public static org.flowable.cmmn.model.CmmnModel getCmmnModel(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.api.runtime.CaseInstance rootCaseInstance)
    • getCaseModel

      public static org.flowable.cmmn.model.Case getCaseModel(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.api.runtime.CaseInstance rootCaseInstance)
    • isManuallyActivatedPlanItem

      public static boolean isManuallyActivatedPlanItem(org.flowable.cmmn.model.CmmnModel cmmnModel, org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance)
    • evaluateCmmnExpression

      protected static boolean evaluateCmmnExpression(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String expressionText)
    • getProcessModel

      public static org.flowable.bpmn.model.Process getProcessModel(String processDefinitionId)