Uses of Interface
org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance
-
Packages that use CaseMilestoneInstance Package Description org.jbpm.casemgmt.api org.jbpm.casemgmt.api.model.instance -
-
Uses of CaseMilestoneInstance in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return types with arguments of type CaseMilestoneInstance Modifier and Type Method Description Collection<CaseMilestoneInstance>CaseRuntimeDataService. getCaseInstanceMilestones(String caseId, boolean achievedOnly, org.kie.api.runtime.query.QueryContext queryContext)Returns milestones for given case instance, identified by case id. -
Uses of CaseMilestoneInstance in org.jbpm.casemgmt.api.model.instance
Methods in org.jbpm.casemgmt.api.model.instance that return types with arguments of type CaseMilestoneInstance Modifier and Type Method Description Collection<CaseMilestoneInstance>CaseInstance. getCaseMilestones()Returns available case milestones for this case.
-