| Modifier and Type | Method and Description |
|---|---|
void |
Session.addResource(ScopedResource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScopedAnyResource
Models a generic scoped
GCUBEResource |
class |
ScopedDeployedSoftware
Models any kind of scoped deployed software
|
class |
ScopedGHN
Models a scoped
GCUBEHostingNode |
class |
ScopedRunningInstance
A scoped
GCUBERunningInstance |
| Modifier and Type | Method and Description |
|---|---|
static ScopedResource |
ScopedResourceFactory.newResource(org.gcube.common.core.scope.GCUBEScope scope,
String id,
String type)
Creates a new
ScopedResource |
| Modifier and Type | Field and Description |
|---|---|
protected MultiKeysMap<String,String,ScopedResource> |
RawScopeState.resources
the list of resources
|
| Modifier and Type | Method and Description |
|---|---|
ScopedResource |
ScopeState.getResource(String id)
Gets the resource with the given id
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ScopedResource> |
ScopeState.getAllResources()
Gets all the
ScopedResources |
Set<ScopedResource> |
ScopeState.getResourcesByType(String type)
Gets resources of the given type
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublishedScopeResource.addResource(ScopedResource resource)
Adds a resource to PublishedScopeResource
|
void |
PublishedScopeResource.removeResource(ScopedResource resource)
Removes a resource from the PublishedScopeResource
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeState.addResources(Set<ScopedResource> newresources)
Adds a new resources to the list
|
void |
ScopeState.forceResourceRemoval(Set<ScopedResource> resources)
Removes the resource from the state, no matter about its actual status
|
void |
ScopeState.removeResources(Set<ScopedResource> oldresources)
Removes the resources from the scope
|
Copyright © 2014. All Rights Reserved.