Package org.exoplatform.services.rest
Interface FilterDescriptor
- All Superinterfaces:
ObjectModel,ResourceDescriptor
- All Known Implementing Classes:
FilterDescriptorImpl
Description of filter.
- Version:
- $Id: $
- Author:
- Andrey Parfonov
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionUriPattern build in same manner as for resources.Methods inherited from interface org.exoplatform.services.rest.ObjectModel
getConstructorDescriptors, getFieldInjectors, getObjectClass, getProperties, getPropertyMethods inherited from interface org.exoplatform.services.rest.resource.ResourceDescriptor
accept
-
Method Details
-
getPathValue
PathValue getPathValue()- Returns:
- See
PathValue
-
getUriPattern
UriPattern getUriPattern()UriPattern build in same manner as for resources. For detail see section 3.4 URI Templates in JAX-RS specification.- Returns:
- See
UriPattern
-