Uses of Class
org.gcube.data.harmonization.occurrence.db.model.ExecutionState

Packages that use ExecutionState
org.gcube.data.harmonization.occurrence.db.model   
 

Uses of ExecutionState in org.gcube.data.harmonization.occurrence.db.model
 

Methods in org.gcube.data.harmonization.occurrence.db.model that return ExecutionState
 ExecutionState ExecutionReference.getState()
           
static ExecutionState ExecutionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionState[] ExecutionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.data.harmonization.occurrence.db.model with parameters of type ExecutionState
 void ExecutionReference.setState(ExecutionState state)
           
abstract  void ExecutionReference.updateStatus(ExecutionState toSet)
           
 void ImportReference.updateStatus(ExecutionState toSet)
           
 void MergeReference.updateStatus(ExecutionState toSet)
           
 



Copyright © 2012. All Rights Reserved.