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

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

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

Methods in gr.uoa.di.madgik.rr that return RRContext.WritePolicy
static RRContext.WritePolicy RRContext.WritePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RRContext.WritePolicy[] RRContext.WritePolicy.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.WritePolicy
static boolean ResourceRegistry.isWritePolicySupported(RRContext.WritePolicy policy)
           
 

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

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

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

Methods in gr.uoa.di.madgik.rr.element with parameters of type RRContext.WritePolicy
 void IRRElement.delete(boolean deleteDetails, RRContext.WritePolicy policy)
           
 void RRElement.delete(boolean deleteDetails, RRContext.WritePolicy policy)
           
 void IRRElement.store(boolean storeDetails, RRContext.WritePolicy policy)
           
 void RRElement.store(boolean storeDetails, RRContext.WritePolicy policy)
          
 



Copyright © 2013. All Rights Reserved.