Uses of Interface
ru.slie.luna.issue.resolution.Resolution
Packages that use Resolution
-
Uses of Resolution in ru.slie.luna.issue.resolution
Methods in ru.slie.luna.issue.resolution that return ResolutionModifier and TypeMethodDescriptionResolutionManager.createResolution(String name, String description) ResolutionManager.getResolutionByName(String name) Methods in ru.slie.luna.issue.resolution that return types with arguments of type ResolutionModifier and TypeMethodDescriptionResolutionManager.findResolutions(String term, SearchParams params) ResolutionManager.getResolutionById(Long id) ResolutionSchema.getResolutions()ResolutionManager.getResolutionsByIds(List<Long> ids) Methods in ru.slie.luna.issue.resolution with parameters of type ResolutionModifier and TypeMethodDescriptionResolutionManager.deleteResolution(Resolution resolution) ResolutionManager.getSchemasForResolution(Resolution resolution) voidResolutionManager.updateResolution(Resolution resolution, String name, String description) Method parameters in ru.slie.luna.issue.resolution with type arguments of type ResolutionModifier and TypeMethodDescriptionResolutionManager.createResolutionSchema(String name, String description, List<Resolution> resolutions) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, String name, String description, List<Resolution> resolutions) voidResolutionManager.updateResolutionSchema(ResolutionSchema schema, List<Resolution> resolutions)