Uses of Class
org.alfresco.rest.framework.core.ResourceWithMetadata
-
-
Uses of ResourceWithMetadata in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that return ResourceWithMetadata Modifier and Type Method Description ResourceWithMetadata
ResourceLocator. locateEntityResource(Api api, String resourceName, org.springframework.http.HttpMethod httpMethod)
Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadata
ResourceLookupDictionary. locateEntityResource(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
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.ResourceWithMetadata
ResourceLookupDictionary. locateRelationPropertyResource(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLocator. locateRelationResource(Api api, String resourceName, String relationName, org.springframework.http.HttpMethod httpMethod)
Finds an Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadata
ResourceLookupDictionary. locateRelationResource(Api api, String entityResource, String relationResource, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
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.ResourceWithMetadata
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 ResourceWithMetadata Modifier and Type Method Description Map<Api,Map<String,ResourceWithMetadata>>
ResourceDictionary. getAllResources()
Map<String,ResourceWithMetadata>
ResourceLocator. locateEmbeddedResources(Api api, Map<String,String> embeddedKeys)
For a given Map finds any resources that should be embedded inside a class.Map<String,ResourceWithMetadata>
ResourceLookupDictionary. locateEmbeddedResources(Api api, Map<String,String> embeddedKeys)
Map<String,ResourceWithMetadata>
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.Map<String,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 ResourceWithMetadata Modifier and Type Method Description void
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 ResourceWithMetadata Modifier and Type Method Description void
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 ResourceWithMetadata Modifier and Type Method Description Object
ActionExecutor. 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 ResourceWithMetadata Modifier and Type Method Description Object
AbstractResourceWebScript. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)
Void
ResourceWebScriptDelete. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)
Object
ResourceWebScriptDelete. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourceObject
ResourceWebScriptGet. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourceObject
ResourceWebScriptPost. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourceObject
ResourceWebScriptPut. 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 ResourceWithMetadata Modifier and Type Method Description static 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 ResourceWithMetadata Modifier and Type Method Description static 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)
-