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 org.jbpm.casemgmt.impl org.jbpm.casemgmt.impl.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. -
Uses of CaseMilestoneInstance in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl that return types with arguments of type CaseMilestoneInstance Modifier and Type Method Description Collection<CaseMilestoneInstance>
CaseRuntimeDataServiceImpl. getCaseInstanceMilestones(String caseId, boolean achievedOnly, org.kie.api.runtime.query.QueryContext queryContext)
-
Uses of CaseMilestoneInstance in org.jbpm.casemgmt.impl.model.instance
Classes in org.jbpm.casemgmt.impl.model.instance that implement CaseMilestoneInstance Modifier and Type Class Description class
CaseMilestoneInstanceImpl
Methods in org.jbpm.casemgmt.impl.model.instance that return types with arguments of type CaseMilestoneInstance Modifier and Type Method Description Collection<CaseMilestoneInstance>
CaseInstanceImpl. getCaseMilestones()
Method parameters in org.jbpm.casemgmt.impl.model.instance with type arguments of type CaseMilestoneInstance Modifier and Type Method Description void
CaseInstanceImpl. setCaseMilestones(Collection<CaseMilestoneInstance> caseMilestones)
-