|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.outerj.daisy.repository.RepositoryEventType
public final class RepositoryEventType
Enumeration of the possible repository events. See also
RepositoryListener and Repository.addListener(RepositoryListener).
| Method Summary | |
|---|---|
boolean |
isBranchEvent()
Returns true if this event is related to branches. |
boolean |
isDocumentEvent()
Returns true if this event is related to documents (not document variants). |
boolean |
isLanguageEvent()
Returns true if this event is related to languages. |
boolean |
isNamespaceEvent()
Returns true if this event is related to namespaces. |
boolean |
isVariantEvent()
Returns true if this event is related to document variants (document variant create-delete-update, lock change, version state change). |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RepositoryEventType COLLECTION_CREATED
public static final RepositoryEventType COLLECTION_DELETED
public static final RepositoryEventType COLLECTION_UPDATED
public static final RepositoryEventType DOCUMENT_CREATED
public static final RepositoryEventType DOCUMENT_UPDATED
public static final RepositoryEventType DOCUMENT_DELETED
public static final RepositoryEventType USER_CREATED
public static final RepositoryEventType USER_UPDATED
public static final RepositoryEventType USER_DELETED
public static final RepositoryEventType ROLE_CREATED
public static final RepositoryEventType ROLE_UPDATED
public static final RepositoryEventType ROLE_DELETED
public static final RepositoryEventType BRANCH_CREATED
public static final RepositoryEventType BRANCH_DELETED
public static final RepositoryEventType BRANCH_UPDATED
public static final RepositoryEventType LANGUAGE_CREATED
public static final RepositoryEventType LANGUAGE_DELETED
public static final RepositoryEventType LANGUAGE_UPDATED
public static final RepositoryEventType ACL_UPDATED
public static final RepositoryEventType NAMESPACE_REGISTERED
public static final RepositoryEventType NAMESPACE_UNREGISTERED
public static final RepositoryEventType DOCUMENT_VARIANT_CREATED
public static final RepositoryEventType DOCUMENT_VARIANT_DELETED
public static final RepositoryEventType DOCUMENT_VARIANT_UPDATED
public static final RepositoryEventType LOCK_CHANGE
public static final RepositoryEventType VERSION_STATE_CHANGED
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean isBranchEvent()
public boolean isLanguageEvent()
public boolean isNamespaceEvent()
public boolean isVariantEvent()
public boolean isDocumentEvent()
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||