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