Uses of Class
org.gcube.data.harmonization.occurrence.impl.model.types.OperationType

Packages that use OperationType
org.gcube.data.harmonization.occurrence   
org.gcube.data.harmonization.occurrence.impl   
org.gcube.data.harmonization.occurrence.impl.model   
org.gcube.data.harmonization.occurrence.impl.model.types   
 

Uses of OperationType in org.gcube.data.harmonization.occurrence
 

Methods in org.gcube.data.harmonization.occurrence with parameters of type OperationType
 File Reconciliation.getResourceAsFile(String operationId, OperationType type)
          Save selected result to workspace
 

Uses of OperationType in org.gcube.data.harmonization.occurrence.impl
 

Methods in org.gcube.data.harmonization.occurrence.impl with parameters of type OperationType
 File ReconciliationImpl.getResourceAsFile(String operationId, OperationType type)
           
 

Uses of OperationType in org.gcube.data.harmonization.occurrence.impl.model
 

Methods in org.gcube.data.harmonization.occurrence.impl.model that return OperationType
 OperationType Operation.getOperationType()
           
 

Methods in org.gcube.data.harmonization.occurrence.impl.model with parameters of type OperationType
 void Operation.setOperationType(OperationType operationType)
           
 

Constructors in org.gcube.data.harmonization.occurrence.impl.model with parameters of type OperationType
Operation(Long operationId, Calendar submissionDate, Calendar completionDate, Status status, String operationDescription, OperationType operationType)
           
 

Uses of OperationType in org.gcube.data.harmonization.occurrence.impl.model.types
 

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



Copyright © 2013. All Rights Reserved.