Uses of Interface
org.jbpm.casemgmt.api.model.CaseMilestone
-
Packages that use CaseMilestone Package Description org.jbpm.casemgmt.api.model org.jbpm.casemgmt.impl.model org.jbpm.test.services -
-
Uses of CaseMilestone in org.jbpm.casemgmt.api.model
Methods in org.jbpm.casemgmt.api.model that return types with arguments of type CaseMilestone Modifier and Type Method Description Collection<CaseMilestone>
CaseDefinition. getCaseMilestones()
Returns available case milestones for this case. -
Uses of CaseMilestone in org.jbpm.casemgmt.impl.model
Classes in org.jbpm.casemgmt.impl.model that implement CaseMilestone Modifier and Type Class Description class
CaseMilestoneImpl
Methods in org.jbpm.casemgmt.impl.model that return types with arguments of type CaseMilestone Modifier and Type Method Description Collection<CaseMilestone>
CaseDefinitionImpl. getCaseMilestones()
-
Uses of CaseMilestone in org.jbpm.test.services
Methods in org.jbpm.test.services that return types with arguments of type CaseMilestone Modifier and Type Method Description protected Map<String,CaseMilestone>
AbstractCaseServicesTest. mapMilestones(Collection<CaseMilestone> caseMilestones)
Method parameters in org.jbpm.test.services with type arguments of type CaseMilestone Modifier and Type Method Description protected Map<String,CaseMilestone>
AbstractCaseServicesTest. mapMilestones(Collection<CaseMilestone> caseMilestones)
-