Class OnContentUpdatePolicyEvent

  • All Implemented Interfaces:
    Event

    public class OnContentUpdatePolicyEvent
    extends EventImpl
    Event that is raised once per node when any of the content properties on the node are changed; the specific properties are irrelevant. This is primarily useful to determine when a new file is introduced into the system.
    • Constructor Detail

      • OnContentUpdatePolicyEvent

        public OnContentUpdatePolicyEvent()
    • Method Detail

      • getNodeRef

        public java.lang.String getNodeRef()
      • setNodeRef

        public void setNodeRef​(java.lang.String nodeRef)
      • isNewContent

        public boolean isNewContent()
      • setNewContent

        public void setNewContent​(boolean newContent)