Uses of Interface
com.redwood.scheduler.api.model.interfaces.RWIterable
-
Packages that use RWIterable Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.api.directory Scheduler API - Listing remote directoriescom.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces.com.redwood.scheduler.api.runtime Scheduler API - Runtime access to model objectscom.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables.com.redwood.scheduler.api.security Scheduler API - Access to external security system. -
-
Uses of RWIterable in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint that return RWIterable Modifier and Type Method Description <T extends com.redwood.scheduler.api.model.EntityDefinitionConstraint>
RWIterable<T>ConstraintEntity. getConstraints()
Gets the constraints from the entity definition. -
Uses of RWIterable in com.redwood.scheduler.api.directory
Methods in com.redwood.scheduler.api.directory that return RWIterable Modifier and Type Method Description RWIterable<ListDirectoryResult>
ListDirectoryResultSet. getListDirectoryResults()
Get anRWIterable
over a collection ofListDirectoryResult
items, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.directory with parameters of type RWIterable Modifier and Type Method Description InputStream
ListDirectoryResult. getInputStream(com.redwood.scheduler.api.model.SchedulerSession session, Logger log, RWIterable<ListDirectoryResult> results)
Get an input stream to the file contents.InputStream
ListDirectoryResult. getInputStream(com.redwood.scheduler.api.model.SchedulerSession session, Logger log, RWIterable<ListDirectoryResult> results, int offset, int length)
Get an input stream to the file contents. -
Uses of RWIterable in com.redwood.scheduler.api.job
Methods in com.redwood.scheduler.api.job that return RWIterable Modifier and Type Method Description RWIterable<com.redwood.scheduler.api.model.ForecastJob>
JobForecaster. forecast(com.redwood.scheduler.api.model.SchedulerSession session, DateTimeZone at)
Create forecast jobs for all active job groups at the specified date.RWIterable<com.redwood.scheduler.api.model.ForecastJob>
JobForecaster. forecastJobs(com.redwood.scheduler.api.model.SchedulerSession session, DateTimeZone begin, DateTimeZone end, List<Long> jobUniqueIds)
Create forecast jobs for all active job groups at the specified date range. -
Uses of RWIterable in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return RWIterable Modifier and Type Method Description RWIterable<com.redwood.scheduler.api.model.SchedulerEntity>
Exporter. getMarkedObjects()
Query the list of objects that are marked for export. -
Uses of RWIterable in com.redwood.scheduler.api.model.interfaces
Methods in com.redwood.scheduler.api.model.interfaces that return RWIterable Modifier and Type Method Description RWIterable<com.redwood.scheduler.api.model.SchedulerEntity>
ExportRuleSetComponent. getItemsToExport()
Returns an Iterator over all the items that should be exported with this ExportRuleSetComponent. -
Uses of RWIterable in com.redwood.scheduler.api.runtime
Subinterfaces of RWIterable in com.redwood.scheduler.api.runtime Modifier and Type Interface Description interface
RuntimeListValue<T>
List of runtime values, extendsIterator
.Methods in com.redwood.scheduler.api.runtime that return RWIterable Modifier and Type Method Description RWIterable<com.redwood.scheduler.api.scripting.ScriptingFunction>
RuntimeClass. getBuiltInFunctions(com.redwood.scheduler.api.model.SchedulerSession aSession)
Returns available built in scripting functions, current session has access toRWIterable<com.redwood.scheduler.api.scripting.ScriptingVariable>
RuntimeClass. getContextVariables(String aMemberName)
For given member return the variables that can be used for the SchedulerEntity this RuntimeClass representsRWIterable<String>
RuntimeClass. getMembers()
Obtain all available members for the object-typeRWIterable<com.redwood.scheduler.api.scripting.ScriptingFunction>
RuntimeClass. getRELEntryPoints(com.redwood.scheduler.api.model.SchedulerSession aSession)
Return all entry points the current session has access to -
Uses of RWIterable in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return RWIterable Modifier and Type Method Description RWIterable<String>
ExtensionParameters. getParameterNames()
Returns anEnumeration
ofString
objects containing the names of the parameters contained in this request. -
Uses of RWIterable in com.redwood.scheduler.api.security
Fields in com.redwood.scheduler.api.security declared as RWIterable Modifier and Type Field Description static RWIterable<SubjectSearchResult>
SubjectSearchResult. INDETERMINABLE_RESULT
-