|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllowedResourceTypes | |
|---|---|
| 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 | |
|---|---|
AllowedResourceTypes |
AbstractResourceManager.getType()
All resources have a type. |
| Methods in org.gcube.resourcemanagement.support.server.managers.resources with parameters of type AllowedResourceTypes | |
|---|---|
static String |
ManagementUtils.addToExistingScope(AllowedResourceTypes type,
String[] resourceIDs,
org.gcube.common.core.scope.GCUBEScope sourceScope,
org.gcube.common.core.scope.GCUBEScope targetScope)
Applies the add to scope to multiple resources having the same type. |
static AbstractResourceManager |
ResourceFactory.createResourceManager(AllowedResourceTypes type)
|
static AbstractResourceManager |
ResourceFactory.createResourceManager(AllowedResourceTypes type,
String id)
|
static void |
ManagementUtils.delete(AllowedResourceTypes type,
String[] resourceIDs,
org.gcube.common.core.scope.GCUBEScope scope)
|
static String |
ManagementUtils.removeFromExistingScope(AllowedResourceTypes type,
String[] resourceIDs,
org.gcube.common.core.scope.GCUBEScope sourceScope,
org.gcube.common.core.scope.GCUBEScope targetScope)
Applies the add to scope to multiple resources having the same type. |
| Constructors in org.gcube.resourcemanagement.support.server.managers.resources with parameters of type AllowedResourceTypes | |
|---|---|
AbstractResourceManager(AllowedResourceTypes type)
Deprecated. discouraged use. With no ID some operations cannot be accessed. For internal use only. |
|
AbstractResourceManager(String id,
AllowedResourceTypes type)
Instantiate the handler of a resource given its identifier and its type. |
|
AbstractResourceManager(String id,
String name,
AllowedResourceTypes type)
|
|
AbstractResourceManager(String id,
String name,
AllowedResourceTypes type,
String subtype)
|
|
| Uses of AllowedResourceTypes in org.gcube.resourcemanagement.support.server.types |
|---|
| Methods in org.gcube.resourcemanagement.support.server.types that return AllowedResourceTypes | |
|---|---|
static AllowedResourceTypes |
AllowedResourceTypes.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||