Interface IBeforeStartWatchDirectoryWorkflowEvent
- All Superinterfaces:
IBeforeStartWorkflowEventSourceWorkflowEvent
,IFileSystemWorkflowEvent
,IWorkflowEvent
,IWorkflowEventSourceWorkflowEvent
- All Known Subinterfaces:
IBeforeStartWatchMaildirWorkflowEvent
@Scriptable
public interface IBeforeStartWatchDirectoryWorkflowEvent
extends IFileSystemWorkflowEvent, IBeforeStartWorkflowEventSourceWorkflowEvent
- 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.
-