Package org.alfresco.rest.api
Interface Types
-
- All Known Implementing Classes:
TypesImpl
public interface TypesTypes API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypegetType(String typeId)Gets a type by idCollectionWithPagingInfo<Type>listTypes(Parameters params)Lists types
-
-
-
Method Detail
-
listTypes
CollectionWithPagingInfo<Type> listTypes(Parameters params)
Lists types- Parameters:
params-- Returns:
- Collection of types
-
-