Class RestModelAPI
java.lang.Object
org.alfresco.rest.requests.ModelRequest<RestModelAPI>
org.alfresco.rest.requests.modelAPI.RestModelAPI
Defines the entire Rest Model API {@link https://api-explorer.alfresco.com/api-explorer/} select "Model API"
-
Field Summary
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve aspect by id using GET call on "aspects/{aspectId}"Retrieve all aspects using GET call on "aspects"Retrieve Type by id using GET call on "types/{typeId}"getTypes()Retrieve all types using GET call on "types"Methods inherited from class org.alfresco.rest.requests.ModelRequest
include, includePath, usingParams
-
Constructor Details
-
RestModelAPI
-
-
Method Details
-
getAspects
Retrieve all aspects using GET call on "aspects"- Returns:
- RestAspectsCollection
- Throws:
JsonToModelConversionException
-
getAspect
Retrieve aspect by id using GET call on "aspects/{aspectId}"- Returns:
- RestAspectModel
- Throws:
JsonToModelConversionException
-
getTypes
Retrieve all types using GET call on "types"- Returns:
- RestTypesCollection
- Throws:
JsonToModelConversionException
-
getType
Retrieve Type by id using GET call on "types/{typeId}"- Returns:
- RestTypeModel
- Throws:
JsonToModelConversionException
-