Uses of Class
org.alfresco.rest.framework.core.ResourceMetadata.RESOURCE_TYPE
-
Packages that use ResourceMetadata.RESOURCE_TYPE Package Description org.alfresco.rest.framework.core -
-
Uses of ResourceMetadata.RESOURCE_TYPE in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that return ResourceMetadata.RESOURCE_TYPE Modifier and Type Method Description ResourceMetadata.RESOURCE_TYPE
ResourceMetadata. getType()
The type of this resourcestatic ResourceMetadata.RESOURCE_TYPE
ResourceMetadata.RESOURCE_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceMetadata.RESOURCE_TYPE[]
ResourceMetadata.RESOURCE_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.rest.framework.core with parameters of type ResourceMetadata.RESOURCE_TYPE Constructor Description ResourceMetadata(String uniqueId, ResourceMetadata.RESOURCE_TYPE type, List<ResourceOperation> operations, Api api, Set<Class<? extends ResourceAction>> apiDeleted, Set<Class<? extends ResourceAction>> apiNoAuth, String parentResource)
-