Uses of Interface
com.redwood.scheduler.api.model.PeriodFunction
-
Packages that use PeriodFunction Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of PeriodFunction in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type PeriodFunction Modifier and Type Field Description static QueryObjectType<PeriodFunction>
PeriodFunction. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return PeriodFunction Modifier and Type Method Description PeriodFunction
SchedulerSession. createPeriodFunction()
Return a new instance of PeriodFunction.PeriodFunction
TimeWindowElement. getPeriodFunction()
Get the PeriodFunction.static PeriodFunction
BusinessKeyLookup. getPeriodFunctionByBusinessKey(SchedulerSession session, String key)
Query an instance ofPeriodFunction
, based on its business key.PeriodFunction
BusinessKeyResolver. getPeriodFunctionByKey(BusinessKey key)
Query an instance ofPeriodFunction
, based on its business key.PeriodFunction
Partition. getPeriodFunctionByName(String name)
Get the PeriodFunction by Name.PeriodFunction
SchedulerSession. getPeriodFunctionByName(Partition partition, String name)
Get thePeriodFunction
by Name.PeriodFunction
SchedulerSession. getPeriodFunctionByName(String name)
Get thePeriodFunction
by Name.PeriodFunction
SchedulerSession. getPeriodFunctionByUniqueId(Long uniqueId)
Get thePeriodFunction
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type PeriodFunction Modifier and Type Method Description RWIterable<PeriodFunction>
Application. getChildPeriodFunctions()
Get anRWIterable
over a collection ofChildPeriodFunctions
, the collection will be ordered by Name.RWIterable<PeriodFunction>
Library. getPeriodFunctions()
Get anRWIterable
over an ordered collection ofPeriodFunctions
.RWIterable<PeriodFunction>
Partition. getPeriodFunctions()
Get anRWIterable
over an ordered collection ofPeriodFunctions
.Methods in com.redwood.scheduler.api.model with parameters of type PeriodFunction Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(PeriodFunction thePeriodFunction)
void
ConcreteObjectCallback. handle(PeriodFunction thePeriodFunction)
void
TimeWindowElement. setPeriodFunction(PeriodFunction newPeriodFunction)
Set the value for PeriodFunction. -
Uses of PeriodFunction in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type PeriodFunction Modifier and Type Method Description Iterator<PeriodFunction>
ApplicationComp. getChildPeriodFunctions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildPeriodFunctions()
instead.Iterator<PeriodFunction>
LibraryComp. getPeriodFunctions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getPeriodFunctions()
instead.Iterator<PeriodFunction>
PartitionComp. getPeriodFunctions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getPeriodFunctions()
instead.
-