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