Schnittstelle IWatchDirectoryWorkflowEvent
- Alle Superschnittstellen:
IFileSystemWorkflowEvent,IWorkflowEvent,IWorkflowEventSourceWorkflowEvent
- Alle bekannten Unterschnittstellen:
IWatchDirectoryCreateWorkflowEvent,IWatchDirectoryDeleteWorkflowEvent,IWatchDirectoryModifyWorkflowEvent
- Seit:
- Intrexx 7.0.
-
Methodenübersicht
Von Schnittstelle geerbte Methoden de.uplanet.lucy.server.workflow.event.IWorkflowEventSourceWorkflowEvent
getEventSourceGuid
-
Methodendetails
-
getWatchedDirectory
Path getWatchedDirectory()Get the watched directory.- Gibt zurück:
- The watched directory.
-
getContext
Path getContext()Get the file or directory that is associated with this event.- Gibt zurück:
- 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.- Gibt zurück:
- The raw watch event.
-