Class AuditLogUtil
java.lang.Object
com.flowable.platform.service.util.AuditLogUtil
- Author:
- martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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)
-
Method Details
-
getPrettyName
-
getProcessParentTemplate
-
getCaseParentTemplate
-
getParentTemplate
-
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
-