Uses of Class
org.outerj.daisy.repository.RepositoryEventType

Packages that use RepositoryEventType
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
 

Uses of RepositoryEventType in org.outerj.daisy.repository
 

Fields in org.outerj.daisy.repository declared as RepositoryEventType
static RepositoryEventType RepositoryEventType.COLLECTION_CREATED
           
static RepositoryEventType RepositoryEventType.COLLECTION_DELETED
           
static RepositoryEventType RepositoryEventType.COLLECTION_UPDATED
           
static RepositoryEventType RepositoryEventType.DOCUMENT_CREATED
           
static RepositoryEventType RepositoryEventType.DOCUMENT_UPDATED
           
static RepositoryEventType RepositoryEventType.DOCUMENT_DELETED
           
static RepositoryEventType RepositoryEventType.USER_CREATED
           
static RepositoryEventType RepositoryEventType.USER_UPDATED
           
static RepositoryEventType RepositoryEventType.USER_DELETED
           
static RepositoryEventType RepositoryEventType.ROLE_CREATED
           
static RepositoryEventType RepositoryEventType.ROLE_UPDATED
           
static RepositoryEventType RepositoryEventType.ROLE_DELETED
           
static RepositoryEventType RepositoryEventType.BRANCH_CREATED
           
static RepositoryEventType RepositoryEventType.BRANCH_DELETED
           
static RepositoryEventType RepositoryEventType.BRANCH_UPDATED
           
static RepositoryEventType RepositoryEventType.LANGUAGE_CREATED
           
static RepositoryEventType RepositoryEventType.LANGUAGE_DELETED
           
static RepositoryEventType RepositoryEventType.LANGUAGE_UPDATED
           
 

Methods in org.outerj.daisy.repository with parameters of type RepositoryEventType
 void RepositoryListener.repositoryEvent(RepositoryEventType eventType, long id, long updateCount)
           
 



Copyright © -2005 . All Rights Reserved.