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 PlatformContentItemServicePlatformCasePageService. 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 PlatformContentItemServicePlatformCaseInstanceService. 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 PlatformContentItemServicePlatformFolderItemService. 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 PlatformContentItemServicePlatformProcessInstanceService. 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 PlatformContentItemServicePlatformTaskService. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. 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 voidVariableUtil. handlePotentialContentItems(java.util.Map<java.lang.String,java.lang.Object> variables, PlatformContentItemService contentService)
-