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 Summary
Constructors Constructor Description OnContentUpdatePolicyEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNodeRef()booleanisNewContent()voidsetNewContent(boolean newContent)voidsetNodeRef(java.lang.String nodeRef)-
Methods inherited from class org.alfresco.repo.rawevents.types.EventImpl
getAuthenticatedUser, getExecutingUser, getId, getSchema, getTimestamp, getType, setAuthenticatedUser, setExecutingUser, setId, setSchema, setTimestamp, setType
-
-