Uses of Interface
ru.cg.webbpm.modules.bpmn.workflow.api.service.VariableService
Packages that use VariableService
Package
Description
-
Uses of VariableService in dao
Constructors in dao with parameters of type VariableServiceModifierConstructorDescriptionCustomSqlSingleResultLoader
(org.jooq.DSLContext dsl, DslProvider dslProvider, SecurityContext securityContext, VariableService variableService) -
Uses of VariableService in dao.container
Constructors in dao.container with parameters of type VariableServiceModifierConstructorDescriptionprotected
CustomSqlFormDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider, SecurityContext securityContext, VariableService variableService) CustomSqlFormDao
(SecurityContext securityContext, VariableService variableService) -
Uses of VariableService in dao.util
Methods in dao.util with parameters of type VariableServiceModifier and TypeMethodDescriptionstatic Object
CustomSqlUtil.processQueryParam
(QueryParam parameter, VariableService variableService, RuntimeVariableConditionAdapter runtimeVariableConditionAdapter) -
Uses of VariableService in database.dao
Constructors in database.dao with parameters of type VariableServiceModifierConstructorDescriptionCustomSqlLoadDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider, String sql, QueryParam[] parameterVariables, SecurityContext securityContext, VariableService variableService) CustomSqlLoadDao
(SecurityContext securityContext, VariableService variableService) -
Uses of VariableService in ru.cg.webbpm.modules.bpmn.workflow.jbpm
Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm that return VariableServiceModifier and TypeMethodDescriptionJbpmSpringContext.variableService
(VariableManager defaultVariableManager) Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm with parameters of type VariableServiceModifier and TypeMethodDescriptionJbpmSpringContext.micordTaskService
(VariableService variableService, org.jbpm.shared.services.impl.TransactionalCommandService commandService, org.jbpm.services.task.audit.service.TaskAuditService taskAuditService, JbpmEngineProvider jbpmEngineProvider, ProcessService processService, InternalTaskService internalTaskService) -
Uses of VariableService in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service
Classes in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service that implement VariableServiceConstructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service with parameters of type VariableServiceModifierConstructorDescriptionTaskServiceImpl
(UserTaskManager userTaskManager, AdhocSubProcessManager adhocSubProcessManager, EmbeddedSubProcessManager embeddedSubProcessManager, BoundaryErrorManager boundaryErrorManager, org.jbpm.services.task.audit.service.TaskAuditService taskAuditService, JbpmEngineProvider jbpmEngineProvider, VariableService variableService, ProcessService processService, InternalTaskService internalTaskService, BpmnSecurityContext securityContext, org.kie.api.runtime.CommandExecutor commandService) -
Uses of VariableService in ru.cg.webbpm.modules.bpmn.workflow.jbpm.variable
Constructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.variable with parameters of type VariableService -
Uses of VariableService in service.container
Fields in service.container declared as VariableServiceModifier and TypeFieldDescriptionprotected VariableService
AbstractBpmnFormService.variableService