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

Packages that use ScopeState.OPERATION
org.gcube.vremanagement.resourcemanager.impl.state   
 

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

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

Methods in org.gcube.vremanagement.resourcemanager.impl.state with parameters of type ScopeState.OPERATION
 void ScopeState.setLastOperationPerformed(ScopeState.OPERATION operation)