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, java.lang.String resourceName, org.springframework.http.HttpMethod httpMethod)
Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadata
ResourceLookupDictionary. locateEntityResource(Api api, java.lang.String entityResource, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLocator. locateRelationPropertyResource(Api api, java.lang.String entityResource, java.lang.String relationResource, java.lang.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, java.lang.String entityResource, java.lang.String relationResource, java.lang.String property, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLocator. locateRelationResource(Api api, java.lang.String resourceName, java.lang.String relationName, org.springframework.http.HttpMethod httpMethod)
Finds an Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadata
ResourceLookupDictionary. locateRelationResource(Api api, java.lang.String entityResource, java.lang.String relationResource, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLocator. locateResource(Api api, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.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 java.util.Map<Api,java.util.Map<java.lang.String,ResourceWithMetadata>>
ResourceDictionary. getAllResources()
java.util.Map<java.lang.String,ResourceWithMetadata>
ResourceLocator. locateEmbeddedResources(Api api, java.util.Map<java.lang.String,java.lang.String> embeddedKeys)
For a given Map finds any resources that should be embedded inside a class.java.util.Map<java.lang.String,ResourceWithMetadata>
ResourceLookupDictionary. locateEmbeddedResources(Api api, java.util.Map<java.lang.String,java.lang.String> embeddedKeys)
java.util.Map<java.lang.String,ResourceWithMetadata>
ResourceLocator. locateRelationResource(Api api, java.lang.String entityKey, java.util.Collection<java.lang.String> relationshipKeys, org.springframework.http.HttpMethod httpMethod)
Finds multiple relationship Resources and returns them as a Map of ResourceWithMetadata.java.util.Map<java.lang.String,ResourceWithMetadata>
ResourceLookupDictionary. locateRelationResource(Api api, java.lang.String entityKey, java.util.Collection<java.lang.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(java.io.OutputStream out, ResourceWithMetadata resource, java.util.Map<java.lang.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(java.io.OutputStream out, ResourceWithMetadata resource, java.util.Map<java.lang.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 java.lang.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 java.lang.Object
AbstractResourceWebScript. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)
java.lang.Void
ResourceWebScriptDelete. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)
java.lang.Object
ResourceWebScriptDelete. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourcejava.lang.Object
ResourceWebScriptGet. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourcejava.lang.Object
ResourceWebScriptPost. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourcejava.lang.Object
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 java.lang.Object
WebScriptOptionsMetaData. processResult(ResourceWithMetadata resource, java.util.Map<java.lang.String,ResourceWithMetadata> apiResources)
Processes the resulting resource and returns the data to be displayedvoid
WebScriptOptionsMetaData. writeMetaData(java.io.OutputStream out, ResourceWithMetadata resource, java.util.Map<java.lang.String,ResourceWithMetadata> allApiResources)
Method parameters in org.alfresco.rest.framework.webscripts.metadata with type arguments of type ResourceWithMetadata Modifier and Type Method Description static java.lang.Object
WebScriptOptionsMetaData. processResult(ResourceWithMetadata resource, java.util.Map<java.lang.String,ResourceWithMetadata> apiResources)
Processes the resulting resource and returns the data to be displayedvoid
WebScriptOptionsMetaData. writeMetaData(java.io.OutputStream out, ResourceWithMetadata resource, java.util.Map<java.lang.String,ResourceWithMetadata> allApiResources)
-