Uses of Class
org.weda.store.AuditOperation

Packages that use AuditOperation
org.weda.domain   
org.weda.store   
org.weda.store.impl   
 

Uses of AuditOperation in org.weda.domain
 

Methods in org.weda.domain that return AuditOperation
 AuditOperation ObjectModificationType.getType()
           
 

Methods in org.weda.domain with parameters of type AuditOperation
 void ObjectModificationType.setType(AuditOperation type)
           
 

Constructors in org.weda.domain with parameters of type AuditOperation
ObjectModificationType(ObjectModification objectModification, AuditOperation type)
           
 

Uses of AuditOperation in org.weda.store
 

Methods in org.weda.store that return AuditOperation
static AuditOperation AuditOperation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuditOperation[] AuditOperation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.weda.store with parameters of type AuditOperation
 java.util.Set<java.lang.String> AuditableObjectRegistry.getAuditableObjectProperties(AuditOperation modType, java.lang.Class objectClass)
          Метод вернет список свойсв класса за которыми необходимо осуществлять аудит или null если objectClass не является классом за которым необходимо осуществлять аудит.
 java.util.Set<java.lang.Class> AuditableObjectRegistry.getAuditaleObjectsClasses(AuditOperation modType)
          Метод вернет классы тех объектов за свойствами которых нужно установить аудит.
 

Uses of AuditOperation in org.weda.store.impl
 

Methods in org.weda.store.impl with parameters of type AuditOperation
 java.util.Set<java.lang.String> AuditableObjectRegistryImpl.getAuditableObjectProperties(AuditOperation modType, java.lang.Class objectClass)
           
 java.util.Set<java.lang.Class> AuditableObjectRegistryImpl.getAuditaleObjectsClasses(AuditOperation modType)
           
 



Copyright © 2005-2006 . All Rights Reserved.