Uses of Class
org.gcube.vremanagement.resourcemanager.impl.state.ScopeState

Packages that use ScopeState
org.gcube.vremanagement.resourcemanager.impl.operators   
org.gcube.vremanagement.resourcemanager.impl.resources   
org.gcube.vremanagement.resourcemanager.impl.state   
org.gcube.vremanagement.resourcemanager.impl.state.observers   
 

Uses of ScopeState in org.gcube.vremanagement.resourcemanager.impl.operators
 

Fields in org.gcube.vremanagement.resourcemanager.impl.operators declared as ScopeState
 ScopeState OperatorConfig.scopeState
           
 

Constructors in org.gcube.vremanagement.resourcemanager.impl.operators with parameters of type ScopeState
OperatorConfig(Session report, ScopeState scopeState, GCUBEScope... scope)
           
 

Uses of ScopeState in org.gcube.vremanagement.resourcemanager.impl.resources
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources with parameters of type ScopeState
static void ScopedResourceFactory.setResourceList(ScopeState list)
           
 

Uses of ScopeState in org.gcube.vremanagement.resourcemanager.impl.state
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state that return ScopeState
 ScopeState InstanceState.getResourceList()
          Gets the list of ScopedResources
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state with parameters of type ScopeState
 void PublishedScopeResource.loadFromLocalState(ScopeState scopeState)
          Fills this PublishedResourceList with the content of the input ScopeState
 void PublishedScopeResource.synchWithLocalState(ScopeState scopeState)
          Synchronizes this PublishedResourceList with the content of the input ScopeState
 void PublishedScopeResource.to(ScopeState scopeState)
          Fills the input ScopeState with the actual content of the PublishedResourceList
 

Uses of ScopeState in org.gcube.vremanagement.resourcemanager.impl.state.observers
 

Methods in org.gcube.vremanagement.resourcemanager.impl.state.observers with parameters of type ScopeState
static void Serializer.load(ScopeState scopeState, GCUBEScope scope)
          Loads the list of ScopedResource from the local file system
static void Serializer.store(ScopeState scopeState)