Interface IWatchDirectoryCreateWorkflowEvent
- All Superinterfaces:
IFileSystemWorkflowEvent
,IWatchDirectoryWorkflowEvent
,IWorkflowEvent
,IWorkflowEventSourceWorkflowEvent
@Scriptable
public interface IWatchDirectoryCreateWorkflowEvent
extends IWatchDirectoryWorkflowEvent
- Since:
- Intrexx 7.0.
-
Method Summary
Methods inherited from interface de.uplanet.lucy.server.workflow.event.IWatchDirectoryWorkflowEvent
getContext, getRawEvent, getWatchedDirectory
Methods inherited from interface de.uplanet.lucy.server.workflow.event.IWorkflowEventSourceWorkflowEvent
getEventSourceGuid
-
Method Details
-
isCreate
boolean isCreate()- Specified by:
isCreate
in interfaceIWatchDirectoryWorkflowEvent
- Returns:
- Always
true
.
-
isModify
boolean isModify()- Specified by:
isModify
in interfaceIWatchDirectoryWorkflowEvent
- Returns:
- Always
false
.
-
isDelete
boolean isDelete()- Specified by:
isDelete
in interfaceIWatchDirectoryWorkflowEvent
- Returns:
- Always
false
.
-