Class OnContentUpdatePolicyEvent

java.lang.Object
org.alfresco.repo.rawevents.types.EventImpl
org.alfresco.repo.rawevents.types.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 Details

    • OnContentUpdatePolicyEvent

      public OnContentUpdatePolicyEvent()
  • Method Details

    • getNodeRef

      public String getNodeRef()
    • setNodeRef

      public void setNodeRef(String nodeRef)
    • isNewContent

      public boolean isNewContent()
    • setNewContent

      public void setNewContent(boolean newContent)