org.outerj.daisy.repository
Class RepositoryEventType
java.lang.Object
org.outerj.daisy.repository.RepositoryEventType
public class RepositoryEventType
- extends java.lang.Object
Enumeration of the possible repository events. See also
RepositoryListener
and Repository.addListener(RepositoryListener)
.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
ACL_UPDATED
public static final RepositoryEventType ACL_UPDATED
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © -2012 . All Rights Reserved.