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(org.flowable.engine.RuntimeService runtimeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ObjectProvider<PlatformContentItemService> contentItemServiceProvider, PlatformRestVariableTransformer variableTransformer, ObjectProvider<CoreContentService> coreContentServiceProvider) CmmnStartCaseInstanceBot(org.flowable.cmmn.api.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(org.flowable.cmmn.api.runtime.CaseInstance caseInstance, Map<String, Object> variableMap, SecurityPolicyModel securityPolicyModel, String userId, Set<String> groupKeys, String tenantId, org.flowable.engine.RuntimeService runtimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, CasePermissionService casePermissionService, ProcessPermissionService processPermissionService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addCaseVariableValues(org.flowable.cmmn.api.runtime.CaseInstance caseInstance, Map<String, Object> variableMap, boolean hasRootOrParentEntityLink, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.addHistoricCaseInstanceVariables(org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, Map<String, Object> variableMap, SecurityPolicyModel securityPolicyModel, String userId, Set<String> groupKeys, String tenantId, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, CasePermissionService casePermissionService, ProcessPermissionService processPermissionService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addHistoricCaseVariableValues(org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, Map<String, Object> variableMap, boolean hasRootOrParentEntityLink, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.addHistoricProcessInstanceVariables(org.flowable.engine.history.HistoricProcessInstance processInstance, Map<String, Object> variableMap, SecurityPolicyModel securityPolicyModel, String userId, Set<String> groupKeys, String tenantId, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, CasePermissionService casePermissionService, ProcessPermissionService processPermissionService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addHistoricProcessVariableValues(org.flowable.engine.history.HistoricProcessInstance processInstance, Map<String, Object> variableMap, boolean hasRootOrParentEntityLink, org.flowable.engine.HistoryService historyService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addParentVariableValues(org.flowable.entitylink.api.EntityLink parentEntityLink, Map<String, Object> variableMap, SecurityPolicyModel securityPolicyModel, String userId, Set<String> groupKeys, String tenantId, org.flowable.engine.RuntimeService runtimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, CasePermissionService casePermissionService, ProcessPermissionService processPermissionService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addParentVariableValues(org.flowable.entitylink.api.history.HistoricEntityLink parentEntityLink, Map<String, Object> variableMap, SecurityPolicyModel securityPolicyModel, String userId, Set<String> groupKeys, String tenantId, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, CasePermissionService casePermissionService, ProcessPermissionService processPermissionService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.addProcessInstanceVariables(org.flowable.engine.runtime.ProcessInstance processInstance, Map<String, Object> variableMap, SecurityPolicyModel securityPolicyModel, String userId, Set<String> groupKeys, String tenantId, org.flowable.engine.RuntimeService runtimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, CasePermissionService casePermissionService, ProcessPermissionService processPermissionService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addProcessVariableValues(org.flowable.engine.runtime.ProcessInstance processInstance, Map<String, Object> variableMap, boolean hasRootOrParentEntityLink, org.flowable.engine.RuntimeService runtimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addRootCaseVariableValues(org.flowable.cmmn.api.runtime.CaseInstance caseInstance, Map<String, Object> variableMap, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addRootHistoricCaseVariableValues(org.flowable.cmmn.api.history.HistoricCaseInstance caseInstance, Map<String, Object> variableMap, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addRootHistoricProcessVariableValues(org.flowable.engine.history.HistoricProcessInstance processInstance, Map<String, Object> variableMap, org.flowable.engine.HistoryService historyService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.addRootProcessVariableValues(org.flowable.engine.runtime.ProcessInstance processInstance, Map<String, Object> variableMap, org.flowable.engine.RuntimeService runtimeService, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.addTaskVariables(org.flowable.task.api.history.HistoricTaskInstance task, Map<String, Object> variableMap, org.flowable.engine.HistoryService historyService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidVariableUtil.addTaskVariables(org.flowable.task.api.Task task, Map<String, Object> variableMap, org.flowable.engine.TaskService taskService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(List<org.flowable.variable.api.history.HistoricVariableInstance> variableInstances, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, org.flowable.variable.api.persistence.entity.VariableInstance> variableInstances, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, org.flowable.variable.api.persistence.entity.VariableInstance> variableInstances, org.flowable.engine.RuntimeService runtimeService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, org.flowable.variable.api.persistence.entity.VariableInstance> variableInstances, org.flowable.engine.RuntimeService runtimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, org.flowable.engine.TaskService taskService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.filterVariableMap(Map<String, org.flowable.variable.api.persistence.entity.VariableInstance> variableInstances, org.flowable.engine.TaskService taskService, PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getHistoricCaseVariableMap(org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getHistoricProcessVariableMap(org.flowable.engine.HistoryService historyService, String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getRuntimeCaseVariableMap(org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, String caseInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableUtil.getRuntimeProcessVariableMap(org.flowable.engine.RuntimeService runtimeService, String processInstanceId, PlatformContentItemService contentService, PlatformRestVariableTransformer variableTransformer, CoreContentService coreContentService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidVariableUtil.populateFilteredVariablesWithContentItems(PlatformRestVariableTransformer variableTransformer, CoreContentService contentService, Map<String, Object> filteredVariables, Map<String, VariableUtil.TempContentItemInfoHolder> variableToContentItems, Set<String> contentItemIds) -
Uses of PlatformRestVariableTransformer in com.flowable.platform.service.variable
Classes in com.flowable.platform.service.variable that implement PlatformRestVariableTransformer