Uses of Interface
com.redwood.scheduler.api.model.FileEventDefinition
-
Packages that use FileEventDefinition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of FileEventDefinition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type FileEventDefinition Modifier and Type Field Description static QueryObjectType<FileEventDefinition>
FileEventDefinition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return FileEventDefinition Modifier and Type Method Description FileEventDefinition
EventDefinition. createFileEventDefinition()
Create a newFileEventDefinition
linked to this object.FileEventDefinition
EventDefinition. getFileEventDefinitionByName(String name)
Get the FileEventDefinition by NameEventDefinition.FileEventDefinition
SchedulerSession. getFileEventDefinitionByUniqueId(Long uniqueId)
Get theFileEventDefinition
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type FileEventDefinition Modifier and Type Method Description RWIterable<FileEventDefinition>
EventDefinition. getFileEventDefinitions()
Get anRWIterable
over an ordered collection ofFileEventDefinitions
.RWIterable<FileEventDefinition>
ProcessServer. getFileEventDefinitions()
Get anRWIterable
over an ordered collection ofFileEventDefinitions
.Methods in com.redwood.scheduler.api.model with parameters of type FileEventDefinition Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(FileEventDefinition theFileEventDefinition)
void
ConcreteObjectCallback. handle(FileEventDefinition theFileEventDefinition)
-
Uses of FileEventDefinition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type FileEventDefinition Modifier and Type Method Description Iterator<FileEventDefinition>
EventDefinitionComp. getFileEventDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getFileEventDefinitions()
instead.Iterator<FileEventDefinition>
ProcessServerComp. getFileEventDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getFileEventDefinitions()
instead.
-