@Beta public interface ContentTypeService
| Modifier and Type | Method and Description |
|---|---|
ContentTypes |
getAll(GetAllContentTypesParams params) |
ContentTypes |
getByApplication(ApplicationKey applicationKey) |
ContentType |
getByName(GetContentTypeParams params) |
ContentTypes |
getByNames(GetContentTypesParams params) |
ContentTypes |
getChildren(GetChildContentTypesParams params) |
ContentTypeValidationResult |
validate(ContentType type) |
ContentType getByName(GetContentTypeParams params)
ContentTypes getByNames(GetContentTypesParams params)
ContentTypes getByApplication(ApplicationKey applicationKey)
ContentTypes getAll(GetAllContentTypesParams params)
ContentTypes getChildren(GetChildContentTypesParams params)
ContentTypeValidationResult validate(ContentType type)