Uses of Interface
com.polarion.alm.tracker.model.IModule.IMoveReport
Packages that use IModule.IMoveReport
-
Uses of IModule.IMoveReport in com.polarion.alm.tracker
Methods in com.polarion.alm.tracker that return IModule.IMoveReportModifier and TypeMethodDescriptionIModuleManager.moveOutFromModulesWithReport
(Collection<IWorkItem> wis) Moves workitems out from modules to normal XML storage and reports which were skipped and which additional were moved. -
Uses of IModule.IMoveReport in com.polarion.alm.tracker.model
Methods in com.polarion.alm.tracker.model that return IModule.IMoveReportModifier and TypeMethodDescriptionIModule.moveInWithReport
(Collection<IWorkItem> wis, String sort) Moves workitems from XML storage to this module and reports which were skipped and which additional were moved.IModule.moveOutWithReport
(Collection<IWorkItem> wis) Moves workitems out from module to normal XML storage and reports which were skipped and which additional were moved.