@Version("2.4.0")
Package com.adobe.granite.haf.api
ADOBE CONFIDENTIAL
__________________
Copyright 2016 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of Adobe Systems Incorporated and its suppliers,
if any. The intellectual and technical concepts contained
herein are proprietary to Adobe Systems Incorporated and its
suppliers and are protected by trade secret or copyright law.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Adobe Systems Incorporated.
-
Interface Summary Interface Description ApiResponse An interface for providing the framework with custom values to be used in the response.ApiResponseBuilder An interface for creating ApiResponse instances.ApiResponseBuilderFactory A factory interface for creating ApiResponseBuilder instances.ModelLookup If the models that are being exposed do not have resource types or they have a more complex realationship than simply the type this object can be used to programmatically map the resource to a class available in the bundle.ModelPathMapper An interface providing methods that are capable of mapping resource paths in the repository to and from resource paths in the HTTP APIs URI space.OrderByDetails An interface providing the ordering details for paginated requests.PaginatableResourceList PaginatableResourceList is a collection of paginated resources.PaginatableResourceListBuilder An interface for creating ApiResponse instances.PaginatableResourceListBuilderFactory Factory interface for creating PaginatableResourceListBuilder instances.PluginTransactionSupport An interface that can be implemented to give some transactional support to HAF plugins -
Enum Summary Enum Description SortOrder An enum to describe a sorting order, allowing ascending or descending as values.