Uses of Class
org.gcube.resourcemanagement.support.server.types.AllowedResourceTypes
-
Packages that use AllowedResourceTypes Package Description org.gcube.resourcemanagement.support.server.managers.resources org.gcube.resourcemanagement.support.server.types -
-
Uses of AllowedResourceTypes in org.gcube.resourcemanagement.support.server.managers.resources
Methods in org.gcube.resourcemanagement.support.server.managers.resources that return AllowedResourceTypes Modifier and Type Method Description AllowedResourceTypesAbstractResourceManager. getType()All resources have a type.Methods in org.gcube.resourcemanagement.support.server.managers.resources with parameters of type AllowedResourceTypes Modifier and Type Method Description static StringManagementUtils. addToExistingScope(AllowedResourceTypes type, String[] resourceIDs, org.gcube.common.scope.impl.ScopeBean sourceScope, org.gcube.common.scope.impl.ScopeBean targetScope)Applies the add to scope to multiple resources having the same type.static AbstractResourceManagerResourceFactory. createResourceManager(AllowedResourceTypes type)static AbstractResourceManagerResourceFactory. createResourceManager(AllowedResourceTypes type, String id)static voidManagementUtils. delete(AllowedResourceTypes type, String[] resourceIDs, org.gcube.common.scope.impl.ScopeBean scope)static StringManagementUtils. removeFromExistingScope(AllowedResourceTypes type, String[] resourceIDs, org.gcube.common.scope.impl.ScopeBean sourceScope, org.gcube.common.scope.impl.ScopeBean targetScope)Applies the remove from scopeConstructors in org.gcube.resourcemanagement.support.server.managers.resources with parameters of type AllowedResourceTypes Constructor Description AbstractResourceManager(String id, String name, AllowedResourceTypes type)AbstractResourceManager(String id, String name, AllowedResourceTypes type, String subtype)AbstractResourceManager(String id, AllowedResourceTypes type)Instantiate the handler of a resource given its identifier and its type.AbstractResourceManager(AllowedResourceTypes type)Deprecated.discouraged use. -
Uses of AllowedResourceTypes in org.gcube.resourcemanagement.support.server.types
Methods in org.gcube.resourcemanagement.support.server.types that return AllowedResourceTypes Modifier and Type Method Description static AllowedResourceTypesAllowedResourceTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowedResourceTypes[]AllowedResourceTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-