Uses of Interface
com.flowable.platform.service.variable.PlatformRestVariableTransformer
Packages that use PlatformRestVariableTransformer
Package
Description
-
Uses of PlatformRestVariableTransformer in com.flowable.platform.service.bot
Fields in com.flowable.platform.service.bot declared as PlatformRestVariableTransformerModifier and TypeFieldDescriptionprotected final PlatformRestVariableTransformerAbstractStartWorkInstanceBot.variableTransformerConstructors in com.flowable.platform.service.bot with parameters of type PlatformRestVariableTransformerModifierConstructorDescriptionprotectedAbstractStartWorkInstanceBot(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 PlatformRestVariableTransformer in com.flowable.platform.service.casepage
Fields in com.flowable.platform.service.casepage declared as PlatformRestVariableTransformerModifier and TypeFieldDescriptionprotected PlatformRestVariableTransformerPlatformCasePageService.variableTransformer -
Uses of PlatformRestVariableTransformer in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as PlatformRestVariableTransformerModifier and TypeFieldDescriptionprotected PlatformRestVariableTransformerPlatformCaseInstanceService.variableTransformer -
Uses of PlatformRestVariableTransformer in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as PlatformRestVariableTransformerModifier and TypeFieldDescriptionprotected PlatformRestVariableTransformerPlatformProcessInstanceService.variableTransformer -
Uses of PlatformRestVariableTransformer in com.flowable.platform.service.task
Fields in com.flowable.platform.service.task declared as PlatformRestVariableTransformerModifier and TypeFieldDescriptionprotected PlatformRestVariableTransformerPlatformTaskService.variableTransformer -
Uses of PlatformRestVariableTransformer in com.flowable.platform.service.util
Methods in com.flowable.platform.service.util with parameters of type PlatformRestVariableTransformerModifier 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) static voidVariableUtil.addTaskVariables(HistoricTaskInstance task, Map<String, Object> variableMap, HistoryService historyService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.addTaskVariables(Task task, Map<String, Object> variableMap, TaskService taskService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(List<HistoricVariableInstance> variableInstances, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, VariableInstance> variableInstances, CmmnRuntimeService cmmnRuntimeService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, VariableInstance> variableInstances, RuntimeService runtimeService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, VariableInstance> variableInstances, RuntimeService runtimeService, CmmnRuntimeService cmmnRuntimeService, TaskService taskService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, VariableInstance> variableInstances, TaskService taskService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, 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) -
Uses of PlatformRestVariableTransformer in com.flowable.platform.service.variable
Classes in com.flowable.platform.service.variable that implement PlatformRestVariableTransformer