Class OnContentUpdatePolicyEvent
java.lang.Object
org.alfresco.repo.rawevents.types.EventImpl
org.alfresco.repo.rawevents.types.OnContentUpdatePolicyEvent
- All Implemented Interfaces:
Event
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetNewContent(boolean newContent) voidsetNodeRef(String nodeRef) Methods inherited from class org.alfresco.repo.rawevents.types.EventImpl
getAuthenticatedUser, getExecutingUser, getId, getSchema, getTimestamp, getType, setAuthenticatedUser, setExecutingUser, setId, setSchema, setTimestamp, setType
-
Constructor Details
-
OnContentUpdatePolicyEvent
public OnContentUpdatePolicyEvent()
-
-
Method Details
-
getNodeRef
-
setNodeRef
-
isNewContent
public boolean isNewContent() -
setNewContent
public void setNewContent(boolean newContent)
-