Uses of Class
org.gcube.data.analysis.statisticalmanager.operation.OperationStatus

Packages that use OperationStatus
org.gcube.data.analysis.statisticalmanager.operation   
org.gcube.data.analysis.statisticalmanager.persistence   
org.gcube.data.analysis.statisticalmanager.persistence.data   
org.gcube.data.analysis.statisticalmanager.wsresources   
 

Uses of OperationStatus in org.gcube.data.analysis.statisticalmanager.operation
 

Methods in org.gcube.data.analysis.statisticalmanager.operation that return OperationStatus
static OperationStatus OperationStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationStatus[] OperationStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OperationStatus in org.gcube.data.analysis.statisticalmanager.persistence
 

Methods in org.gcube.data.analysis.statisticalmanager.persistence that return OperationStatus
 OperationStatus UserHistoryManager.deleteComputation(long computationId)
           
 OperationStatus UserHistoryManager.getComputationStatus(long computationId)
           
 

Methods in org.gcube.data.analysis.statisticalmanager.persistence with parameters of type OperationStatus
 void UserHistoryManager.setStatusComputation(long computationId, OperationStatus status)
           
 

Uses of OperationStatus in org.gcube.data.analysis.statisticalmanager.persistence.data
 

Methods in org.gcube.data.analysis.statisticalmanager.persistence.data that return OperationStatus
 OperationStatus Computation.getStatus()
           
 

Methods in org.gcube.data.analysis.statisticalmanager.persistence.data with parameters of type OperationStatus
 void Computation.setStatus(OperationStatus status)
           
 

Uses of OperationStatus in org.gcube.data.analysis.statisticalmanager.wsresources
 

Methods in org.gcube.data.analysis.statisticalmanager.wsresources that return OperationStatus
 OperationStatus DataSpaceImporterResource.getStatus()
           
 



Copyright © 2012. All Rights Reserved.