Package ru.slie.luna.issue.priority
Interface PriorityManager
public interface PriorityManager
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()getByNames(Collection<String> names) getForContext(IssueContext context) getForSchema(Long schemaId) voidsearch(String term, SearchParams params) void
-
Method Details
-
getAll
-
getById
-
getByIds
-
getByName
-
getByNames
-
getForSchema
-
create
- Throws:
ValidateException
-
update
void update(Priority priority, String name, String description, String iconPath) throws ValidateException - Throws:
ValidateException
-
moveAfter
-
delete
- Throws:
DeleteException
-
search
-
getForContext
-