Class AuditLogUtil
java.lang.Object
com.flowable.platform.service.util.AuditLogUtil
public final class AuditLogUtil
extends java.lang.Object
- Author:
- martin.grofcik
-
Method Summary
Modifier and Type Method Description protected static boolean
evaluateCmmnExpression(org.flowable.common.engine.api.variable.VariableContainer variableContainer, java.lang.String expressionText)
static org.flowable.cmmn.model.Case
getCaseModel(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.api.runtime.CaseInstance rootCaseInstance)
static java.lang.String
getCaseParentTemplate(java.lang.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 java.lang.String
getParentTemplate(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, java.util.Optional<org.flowable.entitylink.api.EntityLink> rootEntityLink)
static java.lang.String
getPrettyName(java.lang.String prefix, java.lang.String name)
static org.flowable.bpmn.model.Process
getProcessModel(java.lang.String processDefinitionId)
static java.lang.String
getProcessParentTemplate(java.lang.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
public static java.lang.String getPrettyName(java.lang.String prefix, java.lang.String name) -
getProcessParentTemplate
public static java.lang.String getProcessParentTemplate(java.lang.String processInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration) -
getCaseParentTemplate
public static java.lang.String getCaseParentTemplate(java.lang.String caseInstanceId, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration) -
getParentTemplate
protected static java.lang.String getParentTemplate(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, java.util.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, java.lang.String expressionText) -
getProcessModel
public static org.flowable.bpmn.model.Process getProcessModel(java.lang.String processDefinitionId)
-