Uses of Class
org.alfresco.rest.framework.core.ResourceMetadata
Packages that use ResourceMetadata
-
Uses of ResourceMetadata in org.alfresco.rest.framework.core
Subclasses of ResourceMetadata in org.alfresco.rest.framework.coreModifier and TypeClassDescriptionclass
Extends ResourceMetaData to give more information about an OperationMethods in org.alfresco.rest.framework.core that return ResourceMetadataModifier and TypeMethodDescriptionResourceWithMetadata.getMetaData()
Returns the meta data for this resourceMethods in org.alfresco.rest.framework.core that return types with arguments of type ResourceMetadataModifier and TypeMethodDescriptionstatic List<ResourceMetadata>
Inspects the annotated resource to understand its capabilitiesMethods in org.alfresco.rest.framework.core with parameters of type ResourceMetadataModifier and TypeMethodDescriptionstatic String
ResourceInspector.findEntityCollectionNameName
(ResourceMetadata meta) Finds the name of the entity collection using the meta information.Method parameters in org.alfresco.rest.framework.core with type arguments of type ResourceMetadataModifier and TypeMethodDescriptionstatic void
ResourceInspector.inspectAddressedProperties
(Api api, Class<?> resource, String entityPath, List<ResourceMetadata> metainfo) Inspects the entity resource and returns meta data about any addresssed/binary propertiesstatic void
ResourceInspector.inspectOperations
(Api api, Class<?> resource, String entityPath, List<ResourceMetadata> metainfo) Inspect a resource to find operations on it.Constructors in org.alfresco.rest.framework.core with parameters of type ResourceMetadata -
Uses of ResourceMetadata in org.alfresco.rest.framework.webscripts
Methods in org.alfresco.rest.framework.webscripts with parameters of type ResourceMetadataModifier and TypeMethodDescriptionParamsExtractor.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptDelete.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptGet.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptPost.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptPut.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req)