Package ru.slie.luna.issue.link
Interface IssueLinkTypeManager
public interface IssueLinkTypeManager
-
Method Summary
Modifier and TypeMethodDescriptiondelete(IssueLinkType linkType) getAll()voidupdate(IssueLinkType linkType, String name, String outgoingName, String incomingName)
-
Method Details
-
getById
-
create
IssueLinkType create(String name, String outgoingName, String incomingName) throws ValidateException - Throws:
ValidateException
-
update
void update(IssueLinkType linkType, String name, String outgoingName, String incomingName) throws ValidateException - Throws:
ValidateException
-
delete
-
getAll
List<IssueLinkType> getAll()
-