Package org.alfresco.rest.api.impl
Class TypesImpl
- java.lang.Object
-
- org.alfresco.rest.api.impl.AbstractClassImpl<Type>
-
- org.alfresco.rest.api.impl.TypesImpl
-
- All Implemented Interfaces:
Types
public class TypesImpl extends AbstractClassImpl<Type> implements Types
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.rest.api.impl.AbstractClassImpl
AbstractClassImpl.ClassQueryWalker, AbstractClassImpl.ModelApiFilter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
convertToType(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, List<String> includes)
Type
getType(String typeId)
Gets a type by idvoid
init()
CollectionWithPagingInfo<Type>
listTypes(Parameters params)
Lists typesvoid
setClassDefinitionMapper(ClassDefinitionMapper classDefinitionMapper)
void
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
void
setNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService)
-
Methods inherited from class org.alfresco.rest.api.impl.AbstractClassImpl
constructFromFilters, createPagedResult, distinctByKey, filterByNamespace, getQuery, parseModelIds
-
-
-
-
Method Detail
-
setDictionaryService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
-
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespacePrefixResolver namespaceService)
-
setClassDefinitionMapper
public void setClassDefinitionMapper(ClassDefinitionMapper classDefinitionMapper)
-
init
public void init()
-
listTypes
public CollectionWithPagingInfo<Type> listTypes(Parameters params)
Description copied from interface:Types
Lists types
-
getType
public Type getType(String typeId)
Description copied from interface:Types
Gets a type by id
-
-