Class InternalTaskServiceImpl

java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.jbpm.service.internal.InternalTaskServiceImpl
All Implemented Interfaces:
InternalTaskService

public class InternalTaskServiceImpl extends Object implements InternalTaskService
Author:
Tim Urmancheev
  • Field Details

    • STATUSES_ASSIGNED

      public static final List<org.kie.api.task.model.Status> STATUSES_ASSIGNED
  • Constructor Details

    • InternalTaskServiceImpl

      public InternalTaskServiceImpl(org.jbpm.services.api.RuntimeDataService runtimeDataService, ProcessService processService, BpmnSecurityContext securityContext, org.jbpm.shared.services.impl.TransactionalCommandService commandService, org.kie.api.task.TaskService taskService)
  • Method Details