Uses of Class
org.gcube.informationsystem.glitebridge.resource.storageelement.SEControlProtocolType

Packages that use SEControlProtocolType
org.gcube.informationsystem.glitebridge.harvester.resource.storageelement   
org.gcube.informationsystem.glitebridge.kimpl.storageelement   
org.gcube.informationsystem.glitebridge.resource.storageelement   
 

Uses of SEControlProtocolType in org.gcube.informationsystem.glitebridge.harvester.resource.storageelement
 

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

Uses of SEControlProtocolType in org.gcube.informationsystem.glitebridge.kimpl.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.storageelement that return SEControlProtocolType
static SEControlProtocolType KSEControlProtocolType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.storageelement with parameters of type SEControlProtocolType
static void KSEControlProtocolType.store(SEControlProtocolType seControlProtocolType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of SEControlProtocolType in org.gcube.informationsystem.glitebridge.resource.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement that return types with arguments of type SEControlProtocolType
 java.util.List<SEControlProtocolType> StorageElementType.getControlProtocol()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.storageelement with type arguments of type SEControlProtocolType
 void StorageElementType.setControlProtocol(java.util.List<SEControlProtocolType> controlProtocol)