Uses of Class
org.gcube.informationsystem.glitebridge.resource.cluster.CEVOViewType

Packages that use CEVOViewType
org.gcube.informationsystem.glitebridge.harvester.resource.cluster   
org.gcube.informationsystem.glitebridge.kimpl.cluster   
org.gcube.informationsystem.glitebridge.resource.cluster   
 

Uses of CEVOViewType in org.gcube.informationsystem.glitebridge.harvester.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.cluster that return types with arguments of type CEVOViewType
static java.util.List<CEVOViewType> CEVOViewTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of CEVOViewType in org.gcube.informationsystem.glitebridge.kimpl.cluster
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster that return CEVOViewType
static CEVOViewType KCEVOViewType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster with parameters of type CEVOViewType
static void KCEVOViewType.store(CEVOViewType ceVOViewType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of CEVOViewType in org.gcube.informationsystem.glitebridge.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return types with arguments of type CEVOViewType
 java.util.List<CEVOViewType> ComputingElementType.getVOView()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.cluster with type arguments of type CEVOViewType
 void ComputingElementType.setVOView(java.util.List<CEVOViewType> voView)