Uses of Class
edu.cornell.mannlib.vitro.webapp.audit.storage.AuditDAOFactory.Storage
-
Packages that use AuditDAOFactory.Storage Package Description edu.cornell.mannlib.vitro.webapp.audit.storage -
-
Uses of AuditDAOFactory.Storage in edu.cornell.mannlib.vitro.webapp.audit.storage
Methods in edu.cornell.mannlib.vitro.webapp.audit.storage that return AuditDAOFactory.Storage Modifier and Type Method Description static AuditDAOFactory.StorageAuditDAOFactory.Storage. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditDAOFactory.Storage[]AuditDAOFactory.Storage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.audit.storage with parameters of type AuditDAOFactory.Storage Modifier and Type Method Description static voidAuditDAOFactory. initialize(AuditDAOFactory.Storage storage)Initialise the factory
-