Uses of Class
org.alfresco.rest.framework.core.ResourceOperation
-
Packages that use ResourceOperation Package Description org.alfresco.rest.framework.core -
-
Uses of ResourceOperation in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that return ResourceOperation Modifier and Type Method Description ResourceOperation
ResourceMetadata. getOperation(org.springframework.http.HttpMethod supportedMethod)
Gets the operation for the specified HTTPMethodstatic ResourceOperation
ResourceInspector. inspectOperation(java.lang.Class<?> resource, java.lang.reflect.Method aMethod, org.springframework.http.HttpMethod httpMethod)
Inspects the method and returns meta data about its operationsMethods in org.alfresco.rest.framework.core that return types with arguments of type ResourceOperation Modifier and Type Method Description java.util.List<ResourceOperation>
ResourceMetadata. getOperations()
Methods in org.alfresco.rest.framework.core with parameters of type ResourceOperation Modifier and Type Method Description java.lang.Class
ResourceMetadata. getObjectType(ResourceOperation operation)
Gets the data type of the resource parameterConstructor parameters in org.alfresco.rest.framework.core with type arguments of type ResourceOperation Constructor Description OperationResourceMetaData(java.lang.String uniqueId, java.util.List<ResourceOperation> operations, Api api, java.lang.reflect.Method operationMethod, boolean noAuthRequired)
Use this constructor to create the resource metadataResourceMetadata(java.lang.String uniqueId, ResourceMetadata.RESOURCE_TYPE type, java.util.List<ResourceOperation> operations, Api api, java.util.Set<java.lang.Class<? extends ResourceAction>> apiDeleted, java.util.Set<java.lang.Class<? extends ResourceAction>> apiNoAuth, java.lang.String parentResource)
-