@Beta public interface ContentTypeService
Modifier and Type | Method and Description |
---|---|
ContentTypes |
getAll(GetAllContentTypesParams params) |
ContentTypes |
getByModule(ModuleKey moduleKey) |
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 getByModule(ModuleKey moduleKey)
ContentTypes getAll(GetAllContentTypesParams params)
ContentTypes getChildren(GetChildContentTypesParams params)
ContentTypeValidationResult validate(ContentType type)