@Scriptable public interface IWatchDirectoryModifyWorkflowEvent extends IWatchDirectoryWorkflowEvent
Modifier and Type | Method and Description |
---|---|
boolean |
isCreate() |
boolean |
isDelete() |
boolean |
isModify() |
getContext, getRawEvent, getWatchedDirectory
getEventSourceGuid
boolean isCreate()
isCreate
in interface IWatchDirectoryWorkflowEvent
false
.boolean isModify()
isModify
in interface IWatchDirectoryWorkflowEvent
true
.boolean isDelete()
isDelete
in interface IWatchDirectoryWorkflowEvent
false
.