Package ru.slie.luna.issue.field.layout
Interface FieldLayoutSchemaManager
public interface FieldLayoutSchemaManager
-
Method Summary
Modifier and TypeMethodDescriptioncreate(String name, String description, FieldLayout defaultLayout) delete(FieldLayoutSchema fieldLayoutSchema) getForContext(IssueContext context) getForIssueType(IssueType... issueTypes) getForLayout(FieldLayout... fieldLayouts) voidsave(FieldLayoutSchema fieldLayoutSchema) search(String term, SearchParams searchParams)
-
Method Details
-
create
FieldLayoutSchema create(String name, String description, FieldLayout defaultLayout) throws ValidateException - Throws:
ValidateException
-
save
- Throws:
ValidateException
-
delete
- Throws:
DeleteException
-
getById
-
getForContext
-
search
-
getForLayout
-
getForIssueType
-