Uses of Interface
com.polarion.alm.shared.api.model.plan.Plan
Packages that use Plan
Package
Description
-
Uses of Plan in com.polarion.alm.shared.api.model.plan
Subinterfaces of Plan in com.polarion.alm.shared.api.model.planMethods in com.polarion.alm.shared.api.model.plan that return PlanModifier and TypeMethodDescriptionPlanUtils.getFinishedPlan()
Gets an Plan state from the revision in which plan was finishedPlanReference.getFromRevision
(ReadOnlyTransaction transaction, String revision) Methods in com.polarion.alm.shared.api.model.plan that return types with arguments of type PlanModifier and TypeMethodDescriptionPlan.children()
Returns children plans sorted the same way as in the UI.PlanSelector<? extends Plan>
Plans.getBy()
ModelObjectsSearchWithTemplates<? extends Plan>
Plans.search()
Default sort "dueDate created" is always appended to the sort, so it does not have to be specified usingModelObjectsSearch.sort(String)
Methods in com.polarion.alm.shared.api.model.plan with parameters of type PlanModifier and TypeMethodDescriptionvoid
UpdatablePlan.copyFromTemplate
(Plan template) Copies field values and wiki page with attachments from plan template. -
Uses of Plan in com.polarion.alm.shared.api.model.rp.widget
Methods in com.polarion.alm.shared.api.model.rp.widget that return Plan