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(java.lang.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(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)
-