Uses of Interface
com.redwood.scheduler.api.model.ExportRuleSet
-
Packages that use ExportRuleSet Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces. -
-
Uses of ExportRuleSet in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ExportRuleSet Modifier and Type Field Description static QueryObjectType<ExportRuleSet>
ExportRuleSet. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ExportRuleSet Modifier and Type Method Description ExportRuleSet
SchedulerSession. createExportRuleSet()
Return a new instance of ExportRuleSet.ExportRuleSet
Export. getExportRuleSet()
Get the value for ExportRuleSet.ExportRuleSet
ExportRule. getExportRuleSet()
Get the ExportRuleSet.ExportRuleSet
ExportRuleItem. getExportRuleSet()
Get the ExportRuleSet.static ExportRuleSet
BusinessKeyLookup. getExportRuleSetByBusinessKey(SchedulerSession session, String key)
Query an instance ofExportRuleSet
, based on its business key.ExportRuleSet
BusinessKeyResolver. getExportRuleSetByKey(BusinessKey key)
Query an instance ofExportRuleSet
, based on its business key.ExportRuleSet
Partition. getExportRuleSetByName(String name)
Get the ExportRuleSet by Name.ExportRuleSet
SchedulerSession. getExportRuleSetByName(Partition partition, String name)
Get theExportRuleSet
by Name.ExportRuleSet
SchedulerSession. getExportRuleSetByName(String name)
Get theExportRuleSet
by Name.ExportRuleSet
SchedulerSession. getExportRuleSetByUniqueId(Long uniqueId)
Get theExportRuleSet
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ExportRuleSet Modifier and Type Method Description RWIterable<ExportRuleSet>
Application. getChildExportRuleSets()
Get anRWIterable
over a collection ofChildExportRuleSets
, the collection will be ordered by Name.RWIterable<ExportRuleSet>
Partition. getExportRuleSets()
Get anRWIterable
over an ordered collection ofExportRuleSets
.Methods in com.redwood.scheduler.api.model with parameters of type ExportRuleSet Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ExportRuleSet theExportRuleSet)
void
ConcreteObjectCallback. handle(ExportRuleSet theExportRuleSet)
void
Export. setExportRuleSet(ExportRuleSet newExportRuleSet)
Set the value for ExportRuleSet. -
Uses of ExportRuleSet in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ExportRuleSet Modifier and Type Method Description Iterator<ExportRuleSet>
ApplicationComp. getChildExportRuleSets()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildExportRuleSets()
instead.Iterator<ExportRuleSet>
PartitionComp. getExportRuleSets()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getExportRuleSets()
instead. -
Uses of ExportRuleSet in com.redwood.scheduler.api.model.interfaces
Methods in com.redwood.scheduler.api.model.interfaces that return ExportRuleSet Modifier and Type Method Description ExportRuleSet
ExportRuleSetComponent. getExportRuleSet()
Returns the corresponding ExportRuleSet
-