Uses of Interface
org.jbpm.services.task.assignment.AssignmentService
-
Packages that use AssignmentService Package Description org.jbpm.services.task.assignment org.jbpm.services.task.assignment.impl -
-
Uses of AssignmentService in org.jbpm.services.task.assignment
Methods in org.jbpm.services.task.assignment that return AssignmentService Modifier and Type Method Description static AssignmentService
AssignmentServiceProvider. get()
AssignmentService
AssignmentServiceProvider. getAssignmentService()
Methods in org.jbpm.services.task.assignment with parameters of type AssignmentService Modifier and Type Method Description void
AssignmentServiceProvider. setAssignmentService(AssignmentService assignmentService)
-
Uses of AssignmentService in org.jbpm.services.task.assignment.impl
Classes in org.jbpm.services.task.assignment.impl that implement AssignmentService Modifier and Type Class Description class
AssignmentServiceImpl
-