Class AuditLogUtil
java.lang.Object
com.flowable.platform.service.util.AuditLogUtil
- Author:
- martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionprotected static booleanevaluateCmmnExpression(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String expressionText) static org.flowable.cmmn.model.CasegetCaseModel(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.api.runtime.CaseInstance rootCaseInstance) static StringgetCaseParentTemplate(String caseInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration) static org.flowable.cmmn.model.CmmnModelgetCmmnModel(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.api.runtime.CaseInstance rootCaseInstance) protected static StringgetParentTemplate(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, Optional<org.flowable.entitylink.api.EntityLink> rootEntityLink) static StringgetPrettyName(String prefix, String name) static org.flowable.bpmn.model.ProcessgetProcessModel(String processDefinitionId) static StringgetProcessParentTemplate(String processInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration) static booleanisManuallyActivatedPlanItem(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
-