Interface IWatchDirectoryWorkflowEvent
- All Superinterfaces:
IFileSystemWorkflowEvent
,IWorkflowEvent
,IWorkflowEventSourceWorkflowEvent
- All Known Subinterfaces:
IWatchDirectoryCreateWorkflowEvent
,IWatchDirectoryDeleteWorkflowEvent
,IWatchDirectoryModifyWorkflowEvent
- Since:
- Intrexx 7.0.
-
Method Summary
Methods inherited from interface de.uplanet.lucy.server.workflow.event.IWorkflowEventSourceWorkflowEvent
getEventSourceGuid
-
Method Details
-
getWatchedDirectory
Path getWatchedDirectory()Get the watched directory.- Returns:
- The watched directory.
-
getContext
Path getContext()Get the file or directory that is associated with this event.- Returns:
- The file or directory that is associated with this event.
-
isCreate
boolean isCreate() -
isModify
boolean isModify() -
isDelete
boolean isDelete() -
getRawEvent
WatchEvent<Path> getRawEvent()Get the raw Java API watch event.- Returns:
- The raw watch event.
-