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
-
-
Constructor Summary
Constructors Constructor Description TypesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
convertToType(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition)
Type
getType(String typeId)
void
init()
CollectionWithPagingInfo<Type>
listTypes(Parameters params)
void
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
createPagedResult, filterByNamespace, getQuery
-
-
-
-
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)
-
convertToType
public Type convertToType(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition)
-
-