Package org.ametys.cms
Interface ObservationConstants
public interface ObservationConstants
Constants for observers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Argument name (optional, default=false) for the acl.update event for indicating if this update has no influence on Solr ACL cachestatic final String
Argument name for processed ametys object's idstatic final String
Argument name for processed commentstatic final String
Argument name for processed comment's authorstatic final String
Argument name for processed comment's author emailstatic final String
Argument name for processed comment's creation datestatic final String
Argument name for processed comment's idstatic final String
Argument name for processed comment's validation statestatic final String
Argument name for processed contentstatic final String
Argument name for indicating if content modifications have to be commited into Solrstatic final String
Argument name for processed content's idstatic final String
Argument name for processed content's namestatic final String
Argument name for processed content's new valuesstatic final String
Argument name for reaction issuerstatic final String
Argument name for reaction typestatic final String
Argument name for processed jcr tagstatic final String
Argument name for processed tag's idstatic final String
Argument name for processed tag's namestatic final String
Event id when a content is added.static final String
Event id when a content is archivedstatic final String
Event id when a comment is added with auto-validation.static final String
Event id when a comment is deleted.static final String
Event id when a comment is being deleted.static final String
Event id when reports are ignored on comment.static final String
Event id when a comment is modified.static final String
Event id when a reaction changed on a comment.static final String
Event id when a comment is reported.static final String
Event id when a comment is removed from validation.static final String
Event id when a comment is validated.static final String
Event id when a contributor comment is addedstatic final String
Event id when a content is deleled.static final String
Event id when a content is being delete.static final String
Event id when reports are ignored on content.static final String
Event id when a content is modified.static final String
Event id when a content is being modified.static final String
Event id when the reaction change on a content.static final String
Event id when a content is tagged.static final String
Event id when a content is unarchivedstatic final String
Event id when a content is unpublished.static final String
Event id when a content is validated.static final String
Event id when the workflow a content is modified.static final String
Event id when a tag is created.static final String
Event id when a tag is removed.static final String
Event id when a tag is moved.static final String
Event id when a tag is modified.
-
Field Details
-
EVENT_CONTENT_ADDED
Event id when a content is added.- See Also:
-
EVENT_CONTENT_MODIFYING
Event id when a content is being modified.- See Also:
-
EVENT_CONTENT_MODIFIED
Event id when a content is modified.- See Also:
-
EVENT_CONTENT_VALIDATED
Event id when a content is validated.- See Also:
-
EVENT_CONTENT_UNTAG_LIVE
Event id when a content is unpublished.- See Also:
-
EVENT_CONTENT_DELETING
Event id when a content is being delete.- See Also:
-
EVENT_CONTENT_DELETED
Event id when a content is deleled.- See Also:
-
EVENT_CONTENT_TAGGED
Event id when a content is tagged.- See Also:
-
EVENT_CONTENT_WORKFLOW_CHANGED
Event id when the workflow a content is modified.- See Also:
-
EVENT_CONTENT_REACTION_CHANGED
Event id when the reaction change on a content.- See Also:
-
EVENT_CONTENT_ARCHIVED
Event id when a content is archived- See Also:
-
EVENT_CONTENT_UNARCHIVED
Event id when a content is unarchived- See Also:
-
EVENT_CONTENT_COMMENT_ADDED
Event id when a comment is added with auto-validation.- See Also:
-
EVENT_CONTENT_COMMENT_MODIFYING
Event id when a comment is modified.- See Also:
-
EVENT_CONTENT_COMMENT_DELETING
Event id when a comment is being deleted.- See Also:
-
EVENT_CONTENT_COMMENT_DELETED
Event id when a comment is deleted.- See Also:
-
EVENT_CONTENT_COMMENT_VALIDATED
Event id when a comment is validated.- See Also:
-
EVENT_CONTENT_COMMENT_UNVALIDATED
Event id when a comment is removed from validation.- See Also:
-
EVENT_CONTENT_COMMENT_REACTION_CHANGED
Event id when a reaction changed on a comment.- See Also:
-
EVENT_CONTENT_COMMENT_REPORTED
Event id when a comment is reported.- See Also:
-
EVENT_CONTENT_COMMENT_IGNORE_REPORTS
Event id when reports are ignored on comment.- See Also:
-
EVENT_CONTENT_IGNORE_REPORTS
Event id when reports are ignored on content.- See Also:
-
EVENT_CONTENT_CONTRIBUTOR_COMMENT_ADDED
Event id when a contributor comment is added- See Also:
-
ARGS_AMETYS_OBJECT_ID
Argument name for processed ametys object's id- See Also:
-
ARGS_CONTENT
Argument name for processed content- See Also:
-
ARGS_CONTENT_NAME
Argument name for processed content's name- See Also:
-
ARGS_CONTENT_VALUES
Argument name for processed content's new values- See Also:
-
ARGS_CONTENT_ID
Argument name for processed content's id- See Also:
-
ARGS_CONTENT_COMMIT
Argument name for indicating if content modifications have to be commited into Solr- See Also:
-
ARGS_COMMENT
Argument name for processed comment- See Also:
-
ARGS_COMMENT_ID
Argument name for processed comment's id- See Also:
-
ARGS_COMMENT_AUTHOR
Argument name for processed comment's author- See Also:
-
ARGS_COMMENT_AUTHOR_EMAIL
Argument name for processed comment's author email- See Also:
-
ARGS_COMMENT_VALIDATED
Argument name for processed comment's validation state- See Also:
-
ARGS_COMMENT_CREATION_DATE
Argument name for processed comment's creation date- See Also:
-
ARGS_TAG
Argument name for processed jcr tag- See Also:
-
ARGS_TAG_ID
Argument name for processed tag's id- See Also:
-
ARGS_TAG_NAME
Argument name for processed tag's name- See Also:
-
ARGS_REACTION_TYPE
Argument name for reaction type- See Also:
-
ARGS_REACTION_ISSUER
Argument name for reaction issuer- See Also:
-
ARGS_ACL_SOLR_CACHE_UNINFLUENTIAL
Argument name (optional, default=false) for the acl.update event for indicating if this update has no influence on Solr ACL cache- See Also:
-
EVENT_TAG_ADDED
Event id when a tag is created.- See Also:
-
EVENT_TAG_UPDATED
Event id when a tag is modified.- See Also:
-
EVENT_TAG_DELETED
Event id when a tag is removed.- See Also:
-
EVENT_TAG_MOVED
Event id when a tag is moved.- See Also:
-