Uses of Interface
com.redwood.scheduler.api.model.FileEvent
- 
Packages that use FileEvent Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 
- 
- 
Uses of FileEvent in com.redwood.scheduler.api.modelFields in com.redwood.scheduler.api.model with type parameters of type FileEvent Modifier and Type Field Description static QueryObjectType<FileEvent>FileEvent. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return FileEvent Modifier and Type Method Description FileEventEvent. createFileEvent()Create a newFileEventlinked to this object.FileEventSchedulerSession. getFileEventByUniqueId(Long uniqueId)Get theFileEventby UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type FileEvent Modifier and Type Method Description RWIterable<FileEvent>Event. getFileEvents()Get anRWIterableover an ordered collection ofFileEvents.Methods in com.redwood.scheduler.api.model with parameters of type FileEvent Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(FileEvent theFileEvent)voidConcreteObjectCallback. handle(FileEvent theFileEvent)
- 
Uses of FileEvent in com.redwood.scheduler.api.model.compatibility_14Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type FileEvent Modifier and Type Method Description Iterator<FileEvent>EventComp. getFileEvents()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEvent.getFileEvents()instead.
 
-