Uses of Class
org.alfresco.rest.framework.core.ResourceOperation
Packages that use ResourceOperation
-
Uses of ResourceOperation in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that return ResourceOperationModifier and TypeMethodDescriptionResourceMetadata.getOperation
(org.springframework.http.HttpMethod supportedMethod) Gets the operation for the specified HTTPMethodstatic ResourceOperation
ResourceInspector.inspectOperation
(Class<?> resource, 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 ResourceOperationMethods in org.alfresco.rest.framework.core with parameters of type ResourceOperationModifier and TypeMethodDescriptionResourceMetadata.getObjectType
(ResourceOperation operation) Gets the data type of the resource parameterConstructor parameters in org.alfresco.rest.framework.core with type arguments of type ResourceOperationModifierConstructorDescriptionOperationResourceMetaData
(String uniqueId, List<ResourceOperation> operations, Api api, Method operationMethod, boolean noAuthRequired) Use this constructor to create the resource metadataResourceMetadata
(String uniqueId, ResourceMetadata.RESOURCE_TYPE type, List<ResourceOperation> operations, Api api, Set<Class<? extends ResourceAction>> apiDeleted, Set<Class<? extends ResourceAction>> apiNoAuth, String parentResource)