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, getWatchedDirectoryMethods inherited from interface de.uplanet.lucy.server.workflow.event.IWorkflowEventSourceWorkflowEvent
getEventSourceGuid
-
Method Details
-
isCreate
boolean isCreate()- Specified by:
isCreatein interfaceIWatchDirectoryWorkflowEvent- Returns:
- Always
true.
-
isModify
boolean isModify()- Specified by:
isModifyin interfaceIWatchDirectoryWorkflowEvent- Returns:
- Always
false.
-
isDelete
boolean isDelete()- Specified by:
isDeletein interfaceIWatchDirectoryWorkflowEvent- Returns:
- Always
false.
-