Uses of Interface
com.redwood.scheduler.api.model.JobFileSearch
-
Packages that use JobFileSearch Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobFileSearch in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobFileSearch Modifier and Type Field Description static QueryObjectType<JobFileSearch>
JobFileSearch. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobFileSearch Modifier and Type Method Description JobFileSearch
JobDefinition. createJobFileSearch()
Create a newJobFileSearch
linked to this object.static JobFileSearch
BusinessKeyLookup. getJobFileSearchByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobFileSearch
, based on its business key.JobFileSearch
BusinessKeyResolver. getJobFileSearchByKey(BusinessKey key)
Query an instance ofJobFileSearch
, based on its business key.JobFileSearch
JobDefinition. getJobFileSearchByProcessingOrder(Long processingOrder)
Get the JobFileSearch by JobDefinitionProcessingOrder.JobFileSearch
SchedulerSession. getJobFileSearchByUniqueId(Long uniqueId)
Get theJobFileSearch
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobFileSearch Modifier and Type Method Description RWIterable<JobFileSearch>
JobDefinition. getJobFileSearches()
Get anRWIterable
over an ordered collection ofJobFileSearches
.Methods in com.redwood.scheduler.api.model with parameters of type JobFileSearch Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobFileSearch theJobFileSearch)
void
ConcreteObjectCallback. handle(JobFileSearch theJobFileSearch)
-
Uses of JobFileSearch in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobFileSearch Modifier and Type Method Description Iterator<JobFileSearch>
JobDefinitionComp. getJobFileSearches()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobFileSearches()
instead.
-