Uses of Class
org.gcube.informationsystem.glitebridge.resource.commontype.ACLType

Packages that use ACLType
org.gcube.informationsystem.glitebridge.kimpl.commontype   
org.gcube.informationsystem.glitebridge.resource.cluster   
org.gcube.informationsystem.glitebridge.resource.storageelement   
 

Uses of ACLType in org.gcube.informationsystem.glitebridge.kimpl.commontype
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype that return ACLType
static ACLType KACLType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype with parameters of type ACLType
static void KACLType.store(ACLType acl, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

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

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return ACLType
 ACLType CEVOViewType.getACL()
           
 ACLType ComputingElementType.getACL()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster with parameters of type ACLType
 void CEVOViewType.setACL(ACLType acl)
           
 void ComputingElementType.setACL(ACLType acl)
           
 

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

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement that return ACLType
 ACLType StorageAreaType.getACL()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement with parameters of type ACLType
 void StorageAreaType.setACL(ACLType acl)