@EntityResource(name="modulepackages", title="Installed Modules Packages") public class ModulePackagesEntityResource extends Object implements EntityResourceAction.Read<ModulePackage>, EntityResourceAction.ReadById<ModulePackage>
Constructor and Description |
---|
ModulePackagesEntityResource() |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<ModulePackage> |
readAll(Parameters parameters)
Reads all the entries from the collection.
|
ModulePackage |
readById(String modelName,
Parameters parameters) |
public ModulePackage readById(String modelName, Parameters parameters) throws EntityNotFoundException
readById
in interface EntityResourceAction.ReadById<ModulePackage>
EntityNotFoundException
public CollectionWithPagingInfo<ModulePackage> readAll(Parameters parameters)
EntityResourceAction.Read
readAll
in interface EntityResourceAction.Read<ModulePackage>
parameters
- - will never be null and will have the PAGING default valuesCopyright © 2005–2017 Alfresco Software. All rights reserved.