Uses of Interface
ru.cg.webbpm.modules.bpmn.workflow.jbpm.service.internal.InternalTaskService
Packages that use InternalTaskService
Package
Description
-
Uses of InternalTaskService in ru.cg.webbpm.modules.bpmn.workflow.jbpm
Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm that return InternalTaskServiceModifier and TypeMethodDescriptionJbpmSpringContext.internalTaskService
(org.kie.api.task.TaskService taskService, org.jbpm.shared.services.impl.TransactionalCommandService commandService, org.jbpm.services.api.RuntimeDataService runtimeDataService, ProcessService processService) Methods in ru.cg.webbpm.modules.bpmn.workflow.jbpm with parameters of type InternalTaskServiceModifier 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 InternalTaskService in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service
Constructors in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service with parameters of type InternalTaskServiceModifierConstructorDescriptionTaskServiceImpl
(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 InternalTaskService in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service.internal
Classes in ru.cg.webbpm.modules.bpmn.workflow.jbpm.service.internal that implement InternalTaskService