Uses of Class
com.flowable.platform.service.content.PlatformContentItemService
Packages that use PlatformContentItemService
Package
Description
-
Uses of PlatformContentItemService in com.flowable.platform.service.bot
Fields in com.flowable.platform.service.bot declared as PlatformContentItemServiceModifier and TypeFieldDescriptionprotected final PlatformContentItemServiceAbstractStartWorkInstanceBot.contentItemServiceConstructor parameters in com.flowable.platform.service.bot with type arguments of type PlatformContentItemServiceModifierConstructorDescriptionprotectedAbstractStartWorkInstanceBot(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ObjectProvider<PlatformContentItemService> contentItemServiceProvider, PlatformRestVariableTransformer variableTransformer, ObjectProvider<CoreContentService> contentServiceProvider) BpmnStartProcessInstanceBot(RuntimeService runtimeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ObjectProvider<PlatformContentItemService> contentItemServiceProvider, PlatformRestVariableTransformer variableTransformer, ObjectProvider<CoreContentService> coreContentServiceProvider) CmmnStartCaseInstanceBot(CmmnRuntimeService cmmnRuntimeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ObjectProvider<PlatformContentItemService> contentItemServiceProvider, PlatformRestVariableTransformer variableTransformer, ObjectProvider<CoreContentService> coreContentServiceProvider) -
Uses of PlatformContentItemService in com.flowable.platform.service.casepage
Fields in com.flowable.platform.service.casepage declared as PlatformContentItemServiceModifier and TypeFieldDescriptionprotected PlatformContentItemServicePlatformCasePageService.contentItemService -
Uses of PlatformContentItemService in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as PlatformContentItemServiceModifier and TypeFieldDescriptionprotected PlatformContentItemServicePlatformCaseInstanceService.contentItemService -
Uses of PlatformContentItemService in com.flowable.platform.service.content
Fields in com.flowable.platform.service.content declared as PlatformContentItemServiceModifier and TypeFieldDescriptionprotected PlatformContentItemServicePlatformFolderItemService.platformContentItemServiceDeprecated. -
Uses of PlatformContentItemService in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as PlatformContentItemServiceModifier and TypeFieldDescriptionprotected PlatformContentItemServicePlatformProcessInstanceService.platformContentItemService -
Uses of PlatformContentItemService in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as PlatformContentItemServiceModifier and TypeFieldDescriptionprotected PlatformContentItemServicePlatformTaskService.contentItemService -
Uses of PlatformContentItemService in com.flowable.platform.service.util
Methods in com.flowable.platform.service.util with parameters of type PlatformContentItemServiceModifier and TypeMethodDescriptionstatic voidVariableUtil.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 voidVariableUtil.addCaseVariableValues(CaseInstance caseInstance, boolean useRootLevelOnly, Map<String, Object> variableMap, CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.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 voidVariableUtil.addHistoricCaseVariableValues(HistoricCaseInstance caseInstance, boolean useRootLevelOnly, Map<String, Object> variableMap, CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.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 voidVariableUtil.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 voidVariableUtil.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 voidVariableUtil.addParentVariableValues(HistoricEntityLink parentEntityLink, Map<String, Object> variableMap, HistoryService historyService, CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.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 voidVariableUtil.addProcessVariableValues(ProcessInstance processInstance, boolean useRootLevelOnly, Map<String, Object> variableMap, RuntimeService runtimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getHistoricCaseVariableMap(CmmnHistoryService cmmnHistoryService, String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getHistoricProcessVariableMap(HistoryService historyService, String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getRuntimeCaseVariableMap(CmmnRuntimeService cmmnRuntimeService, String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getRuntimeProcessVariableMap(RuntimeService runtimeService, String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.handlePotentialContentItems(Map<String, Object> variables, PlatformContentItemService contentService)