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
Deprecated. -
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(CaseInstance caseInstance, Map<String,Object> variableMap, RuntimeService runtimeService, CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void
VariableUtil. addCaseVariableValues(CaseInstance caseInstance, boolean useRootLevelOnly, Map<String,Object> variableMap, CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
static void
VariableUtil. addHistoricCaseInstanceVariables(HistoricCaseInstance caseInstance, Map<String,Object> variableMap, HistoryService historyService, CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void
VariableUtil. addHistoricCaseVariableValues(HistoricCaseInstance caseInstance, boolean useRootLevelOnly, Map<String,Object> variableMap, CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
static void
VariableUtil. addHistoricProcessInstanceVariables(HistoricProcessInstance processInstance, Map<String,Object> variableMap, HistoryService historyService, CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void
VariableUtil. addHistoricProcessVariableValues(HistoricProcessInstance processInstance, boolean useRootLevelOnly, Map<String,Object> variableMap, HistoryService historyService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void
VariableUtil. addParentVariableValues(EntityLink parentEntityLink, Map<String,Object> variableMap, RuntimeService runtimeService, CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void
VariableUtil. addParentVariableValues(HistoricEntityLink parentEntityLink, Map<String,Object> variableMap, HistoryService historyService, CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
static void
VariableUtil. addProcessInstanceVariables(ProcessInstance processInstance, Map<String,Object> variableMap, RuntimeService runtimeService, CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void
VariableUtil. addProcessVariableValues(ProcessInstance processInstance, boolean useRootLevelOnly, Map<String,Object> variableMap, RuntimeService runtimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static Map<String,Object>
VariableUtil. getHistoricCaseVariableMap(CmmnHistoryService cmmnHistoryService, String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static Map<String,Object>
VariableUtil. getHistoricProcessVariableMap(HistoryService historyService, String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static Map<String,Object>
VariableUtil. getRuntimeCaseVariableMap(CmmnRuntimeService cmmnRuntimeService, String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static Map<String,Object>
VariableUtil. getRuntimeProcessVariableMap(RuntimeService runtimeService, String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void
VariableUtil. handlePotentialContentItems(Map<String,Object> variables, PlatformContentItemService contentService)
-