Uses of Class
com.flowable.platform.service.content.PlatformContentItemService
-
-
Uses of PlatformContentItemService in com.flowable.platform.service.casepage
Fields in com.flowable.platform.service.casepage declared as PlatformContentItemService Modifier and Type Field Description protected PlatformContentItemService
PlatformCasePageService. contentItemService
-
Uses of PlatformContentItemService in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as PlatformContentItemService Modifier and Type Field Description protected PlatformContentItemService
PlatformCaseInstanceService. contentItemService
-
Uses of PlatformContentItemService in com.flowable.platform.service.content
Fields in com.flowable.platform.service.content declared as PlatformContentItemService Modifier and Type Field Description protected PlatformContentItemService
PlatformFolderItemService. platformContentItemService
-
Uses of PlatformContentItemService in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as PlatformContentItemService Modifier and Type Field Description protected PlatformContentItemService
PlatformProcessInstanceService. platformContentItemService
-
Uses of PlatformContentItemService in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as PlatformContentItemService Modifier and Type Field Description protected PlatformContentItemService
PlatformTaskService. contentItemService
-
Uses of PlatformContentItemService in com.flowable.platform.service.util
Methods in com.flowable.platform.service.util with parameters of type PlatformContentItemService Modifier and Type Method Description static void
VariableUtil. addCaseInstanceVariables(org.flowable.cmmn.api.runtime.CaseInstance caseInstance, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.RuntimeService runtimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static void
VariableUtil. addCaseVariableValues(org.flowable.cmmn.api.runtime.CaseInstance caseInstance, boolean useRootLevelOnly, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
static void
VariableUtil. addHistoricCaseInstanceVariables(org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static void
VariableUtil. addHistoricCaseVariableValues(org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, boolean useRootLevelOnly, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
static void
VariableUtil. addHistoricProcessInstanceVariables(org.flowable.engine.history.HistoricProcessInstance processInstance, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static void
VariableUtil. addHistoricProcessVariableValues(org.flowable.engine.history.HistoricProcessInstance processInstance, boolean useRootLevelOnly, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.HistoryService historyService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static void
VariableUtil. addParentVariableValues(org.flowable.entitylink.api.EntityLink parentEntityLink, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.RuntimeService runtimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static void
VariableUtil. addParentVariableValues(org.flowable.entitylink.api.history.HistoricEntityLink parentEntityLink, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
static void
VariableUtil. addProcessInstanceVariables(org.flowable.engine.runtime.ProcessInstance processInstance, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.RuntimeService runtimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static void
VariableUtil. addProcessVariableValues(org.flowable.engine.runtime.ProcessInstance processInstance, boolean useRootLevelOnly, java.util.Map<java.lang.String,java.lang.Object> variableMap, org.flowable.engine.RuntimeService runtimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static java.util.Map<java.lang.String,java.lang.Object>
VariableUtil. getHistoricCaseVariableMap(org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, java.lang.String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static java.util.Map<java.lang.String,java.lang.Object>
VariableUtil. getHistoricProcessVariableMap(org.flowable.engine.HistoryService historyService, java.lang.String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static java.util.Map<java.lang.String,java.lang.Object>
VariableUtil. getRuntimeCaseVariableMap(org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, java.lang.String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static java.util.Map<java.lang.String,java.lang.Object>
VariableUtil. getRuntimeProcessVariableMap(org.flowable.engine.RuntimeService runtimeService, java.lang.String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer)
protected static void
VariableUtil. handlePotentialContentItems(java.util.Map<java.lang.String,java.lang.Object> variables, PlatformContentItemService contentService)
-