org.outerj.daisy.repository
Class RepositoryEventType

java.lang.Object
  extended byorg.outerj.daisy.repository.RepositoryEventType

public class RepositoryEventType
extends java.lang.Object

Enumeration of the possible repository events. See also RepositoryListener and Repository.addListener(RepositoryListener).


Field Summary
static RepositoryEventType BRANCH_CREATED
           
static RepositoryEventType BRANCH_DELETED
           
static RepositoryEventType BRANCH_UPDATED
           
static RepositoryEventType COLLECTION_CREATED
           
static RepositoryEventType COLLECTION_DELETED
           
static RepositoryEventType COLLECTION_UPDATED
           
static RepositoryEventType DOCUMENT_CREATED
           
static RepositoryEventType DOCUMENT_DELETED
           
static RepositoryEventType DOCUMENT_UPDATED
           
static RepositoryEventType LANGUAGE_CREATED
           
static RepositoryEventType LANGUAGE_DELETED
           
static RepositoryEventType LANGUAGE_UPDATED
           
static RepositoryEventType ROLE_CREATED
           
static RepositoryEventType ROLE_DELETED
           
static RepositoryEventType ROLE_UPDATED
           
static RepositoryEventType USER_CREATED
           
static RepositoryEventType USER_DELETED
           
static RepositoryEventType USER_UPDATED
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COLLECTION_CREATED

public static final RepositoryEventType COLLECTION_CREATED

COLLECTION_DELETED

public static final RepositoryEventType COLLECTION_DELETED

COLLECTION_UPDATED

public static final RepositoryEventType COLLECTION_UPDATED

DOCUMENT_CREATED

public static final RepositoryEventType DOCUMENT_CREATED

DOCUMENT_UPDATED

public static final RepositoryEventType DOCUMENT_UPDATED

DOCUMENT_DELETED

public static final RepositoryEventType DOCUMENT_DELETED

USER_CREATED

public static final RepositoryEventType USER_CREATED

USER_UPDATED

public static final RepositoryEventType USER_UPDATED

USER_DELETED

public static final RepositoryEventType USER_DELETED

ROLE_CREATED

public static final RepositoryEventType ROLE_CREATED

ROLE_UPDATED

public static final RepositoryEventType ROLE_UPDATED

ROLE_DELETED

public static final RepositoryEventType ROLE_DELETED

BRANCH_CREATED

public static final RepositoryEventType BRANCH_CREATED

BRANCH_DELETED

public static final RepositoryEventType BRANCH_DELETED

BRANCH_UPDATED

public static final RepositoryEventType BRANCH_UPDATED

LANGUAGE_CREATED

public static final RepositoryEventType LANGUAGE_CREATED

LANGUAGE_DELETED

public static final RepositoryEventType LANGUAGE_DELETED

LANGUAGE_UPDATED

public static final RepositoryEventType LANGUAGE_UPDATED
Method Detail

toString

public java.lang.String toString()


Copyright © -2005 . All Rights Reserved.