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 ResourceWithMetadataResourceLocator. locateEntityResource(Api api, String resourceName, org.springframework.http.HttpMethod httpMethod)Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadataResourceLookupDictionary. locateEntityResource(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod)ResourceWithMetadataResourceLocator. 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.ResourceWithMetadataResourceLookupDictionary. locateRelationPropertyResource(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod)ResourceWithMetadataResourceLocator. locateRelationResource(Api api, String resourceName, String relationName, org.springframework.http.HttpMethod httpMethod)Finds an Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadataResourceLookupDictionary. locateRelationResource(Api api, String entityResource, String relationResource, org.springframework.http.HttpMethod httpMethod)ResourceWithMetadataResourceLocator. 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.ResourceWithMetadataResourceLookupDictionary. 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 voidResourceMetaDataWriter. 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 voidResourceMetaDataWriter. 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 ObjectActionExecutor. 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 ObjectAbstractResourceWebScript. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)VoidResourceWebScriptDelete. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)ObjectResourceWebScriptDelete. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)Executes the action on the resourceObjectResourceWebScriptGet. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)Executes the action on the resourceObjectResourceWebScriptPost. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)Executes the action on the resourceObjectResourceWebScriptPut. 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 ObjectWebScriptOptionsMetaData. processResult(ResourceWithMetadata resource, Map<String,ResourceWithMetadata> apiResources)Processes the resulting resource and returns the data to be displayedvoidWebScriptOptionsMetaData. 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 ObjectWebScriptOptionsMetaData. processResult(ResourceWithMetadata resource, Map<String,ResourceWithMetadata> apiResources)Processes the resulting resource and returns the data to be displayedvoidWebScriptOptionsMetaData. writeMetaData(OutputStream out, ResourceWithMetadata resource, Map<String,ResourceWithMetadata> allApiResources)
-