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.model
Fields in com.redwood.scheduler.api.model with type parameters of type FileEvent Modifier and Type Field Description static QueryObjectType<FileEvent>
FileEvent. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return FileEvent Modifier and Type Method Description FileEvent
Event. createFileEvent()
Create a newFileEvent
linked to this object.FileEvent
SchedulerSession. getFileEventByUniqueId(Long uniqueId)
Get theFileEvent
by 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 anRWIterable
over an ordered collection ofFileEvents
.Methods in com.redwood.scheduler.api.model with parameters of type FileEvent Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(FileEvent theFileEvent)
void
ConcreteObjectCallback. handle(FileEvent theFileEvent)
-
Uses of FileEvent in com.redwood.scheduler.api.model.compatibility_14
Methods 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.
-