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
 

Methods in org.gcube.vremanagement.resourcemanager.impl.operators that return Operator.ACTION
static Operator.ACTION Operator.ACTION.valueOf(java.lang.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
DeployServiceOperator(OperatorConfig configuration, ServiceList services, Operator.ACTION action)
           
ScopedResourceManagerOperator(OperatorConfig configuration, ResourceList resources, Operator.ACTION action)
           
 

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

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)