Uses of Class
gr.uoa.di.madgik.rr.RRContext.ReadPolicy

Packages that use RRContext.ReadPolicy
gr.uoa.di.madgik.rr   
gr.uoa.di.madgik.rr.bridge   
gr.uoa.di.madgik.rr.element   
 

Uses of RRContext.ReadPolicy in gr.uoa.di.madgik.rr
 

Methods in gr.uoa.di.madgik.rr that return RRContext.ReadPolicy
static RRContext.ReadPolicy RRContext.ReadPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RRContext.ReadPolicy[] RRContext.ReadPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gr.uoa.di.madgik.rr with parameters of type RRContext.ReadPolicy
static boolean ResourceRegistry.isReadPolicySupported(RRContext.ReadPolicy policy)
           
 

Uses of RRContext.ReadPolicy in gr.uoa.di.madgik.rr.bridge
 

Methods in gr.uoa.di.madgik.rr.bridge with parameters of type RRContext.ReadPolicy
 boolean IRegistryProvider.isReadPolicySupported(RRContext.ReadPolicy policy)
          Determines if a read policy is supported by the registry provider
 

Uses of RRContext.ReadPolicy in gr.uoa.di.madgik.rr.element
 

Methods in gr.uoa.di.madgik.rr.element with parameters of type RRContext.ReadPolicy
 boolean IRRElement.exists(RRContext.ReadPolicy readPolicy)
           
 boolean RRElement.exists(RRContext.ReadPolicy policy)
          
 boolean IRRElement.load(boolean loadDetails, RRContext.ReadPolicy policy)
          Loads an IRRElement using a specific RRContext.ReadPolicy
 boolean RRElement.load(boolean loadDetails, RRContext.ReadPolicy policy)
          Loads an IRRElement using a specific RRContext.ReadPolicy
 



Copyright © 2012. All Rights Reserved.