Uses of Class
org.alfresco.rest.framework.core.ResourceWithMetadata
Packages that use ResourceWithMetadata
Package
Description
-
Uses of ResourceWithMetadata in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that return ResourceWithMetadataModifier and TypeMethodDescriptionResourceLocator.locateEntityResource
(Api api, String resourceName, org.springframework.http.HttpMethod httpMethod) Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.ResourceLookupDictionary.locateEntityResource
(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod) ResourceLocator.locateRelationPropertyResource
(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod) Finds a property or action on a Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceLookupDictionary.locateRelationPropertyResource
(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod) ResourceLocator.locateRelationResource
(Api api, String resourceName, String relationName, org.springframework.http.HttpMethod httpMethod) Finds an Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceLookupDictionary.locateRelationResource
(Api api, String entityResource, String relationResource, org.springframework.http.HttpMethod httpMethod) ResourceLocator.locateResource
(Api api, Map<String, String> templateVars, org.springframework.http.HttpMethod httpMethod) Used by webscripts to locate a resource based on the URL template variables.ResourceLookupDictionary.locateResource
(Api api, Map<String, String> templateVars, org.springframework.http.HttpMethod httpMethod) Locates a resource by URI path and wraps it in an invoker This will probably get refactored later when we work out what we are doing with the discoverability model.Methods in org.alfresco.rest.framework.core that return types with arguments of type ResourceWithMetadataModifier and TypeMethodDescriptionResourceDictionary.getAllResources()
ResourceLocator.locateEmbeddedResources
(Api api, Map<String, String> embeddedKeys) For a given Map finds any resources that should be embedded inside a class.ResourceLookupDictionary.locateEmbeddedResources
(Api api, Map<String, String> embeddedKeys) ResourceLocator.locateRelationResource
(Api api, String entityKey, Collection<String> relationshipKeys, org.springframework.http.HttpMethod httpMethod) Finds multiple relationship Resources and returns them as a Map of ResourceWithMetadata.ResourceLookupDictionary.locateRelationResource
(Api api, String entityKey, Collection<String> relationshipKeys, org.springframework.http.HttpMethod httpMethod) -
Uses of ResourceWithMetadata in org.alfresco.rest.framework.metadata
Methods in org.alfresco.rest.framework.metadata with parameters of type ResourceWithMetadataModifier and TypeMethodDescriptionvoid
ResourceMetaDataWriter.writeMetaData
(OutputStream out, ResourceWithMetadata resource, Map<String, ResourceWithMetadata> allApiResources) Write the metadata to the OutputStreamMethod parameters in org.alfresco.rest.framework.metadata with type arguments of type ResourceWithMetadataModifier and TypeMethodDescriptionvoid
ResourceMetaDataWriter.writeMetaData
(OutputStream out, ResourceWithMetadata resource, Map<String, ResourceWithMetadata> allApiResources) Write the metadata to the OutputStream -
Uses of ResourceWithMetadata in org.alfresco.rest.framework.resource.actions
Methods in org.alfresco.rest.framework.resource.actions with parameters of type ResourceWithMetadataModifier and TypeMethodDescriptionActionExecutor.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Invokes the resource with the Params -
Uses of ResourceWithMetadata in org.alfresco.rest.framework.webscripts
Methods in org.alfresco.rest.framework.webscripts with parameters of type ResourceWithMetadataModifier and TypeMethodDescriptionAbstractResourceWebScript.execute
(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly) ResourceWebScriptDelete.execute
(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly) ResourceWebScriptDelete.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptGet.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptPost.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptPut.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resource -
Uses of ResourceWithMetadata in org.alfresco.rest.framework.webscripts.metadata
Methods in org.alfresco.rest.framework.webscripts.metadata with parameters of type ResourceWithMetadataModifier and TypeMethodDescriptionstatic Object
WebScriptOptionsMetaData.processResult
(ResourceWithMetadata resource, Map<String, ResourceWithMetadata> apiResources) Processes the resulting resource and returns the data to be displayedvoid
WebScriptOptionsMetaData.writeMetaData
(OutputStream out, ResourceWithMetadata resource, Map<String, ResourceWithMetadata> allApiResources) Method parameters in org.alfresco.rest.framework.webscripts.metadata with type arguments of type ResourceWithMetadataModifier and TypeMethodDescriptionstatic Object
WebScriptOptionsMetaData.processResult
(ResourceWithMetadata resource, Map<String, ResourceWithMetadata> apiResources) Processes the resulting resource and returns the data to be displayedvoid
WebScriptOptionsMetaData.writeMetaData
(OutputStream out, ResourceWithMetadata resource, Map<String, ResourceWithMetadata> allApiResources)