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

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

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

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

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

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

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

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

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

Method parameters in org.gcube.informationsystem.glitebridge.resource.storageelement with type arguments of type SEAccessProtocolType
 void StorageElementType.setAccessProtocol(java.util.List<SEAccessProtocolType> accessProtocol)