Package ru.slie.luna.event.type
Interface IssueEventTypeManager
public interface IssueEventTypeManager
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()getAssociatedNotificationSchemas(Long eventTypeId) getAssociatedWorkflows(Long eventTypeId) getByIds(Collection<Long> ids)
-
Method Details
-
getAll
List<IssueEventType> getAll() -
getById
-
getByIds
-
create
IssueEventType create(String name, String description, Long baseEventTypeId) throws ValidateException - Throws:
ValidateException
-
update
IssueEventType update(Long eventTypeId, String name, String description, Long baseEventTypeId) throws ValidateException - Throws:
ValidateException
-
delete
- Throws:
DeleteException
-
getAssociatedWorkflows
-
getAssociatedNotificationSchemas
-