Uses of Class
org.gcube.vremanagement.resourcemanager.impl.operators.Operator.ACTION

Packages that use Operator.ACTION
org.gcube.vremanagement.resourcemanager.impl.operators   
org.gcube.vremanagement.resourcemanager.impl.resources   
 

Uses of Operator.ACTION in org.gcube.vremanagement.resourcemanager.impl.operators
 

Fields in org.gcube.vremanagement.resourcemanager.impl.operators declared as Operator.ACTION
protected  Operator.ACTION Operator.action
           
 

Methods in org.gcube.vremanagement.resourcemanager.impl.operators that return Operator.ACTION
static Operator.ACTION Operator.ACTION.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator.ACTION[] Operator.ACTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.vremanagement.resourcemanager.impl.operators with parameters of type Operator.ACTION
DeploySoftwareOperator(ScopeState scopeState, OperatorConfig configuration, org.gcube.vremanagement.resourcemanager.stubs.binder.SoftwareList software, Operator.ACTION action)
           
ScopedResourceManagerOperator(ScopeState scopeState, OperatorConfig configuration, org.gcube.vremanagement.resourcemanager.stubs.binder.ResourceList resources, Operator.ACTION action)
           
 

Uses of Operator.ACTION in org.gcube.vremanagement.resourcemanager.impl.resources
 

Fields in org.gcube.vremanagement.resourcemanager.impl.resources declared as Operator.ACTION
protected  Operator.ACTION ScopedResource.action
          the last action performed on the resource
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources that return Operator.ACTION
 Operator.ACTION ScopedResource.getAction()
           
 

Methods in org.gcube.vremanagement.resourcemanager.impl.resources with parameters of type Operator.ACTION
 void ScopedResource.doAction(Operator.ACTION action)
           
 



Copyright © 2012. All Rights Reserved.