Package org.alfresco.rest.api
Interface Types
-
- All Known Implementing Classes:
TypesImpl
public interface Types
Types API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Type
getType(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
-
-