Uses of Interface
com.redwood.scheduler.api.model.ImportRuleSet
-
Packages that use ImportRuleSet Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of ImportRuleSet in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ImportRuleSet Modifier and Type Field Description static QueryObjectType<ImportRuleSet>
ImportRuleSet. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ImportRuleSet Modifier and Type Method Description ImportRuleSet
SchedulerSession. createImportRuleSet()
Return a new instance of ImportRuleSet.ImportRuleSet
Import. getImportRuleSet()
Get the value for ImportRuleSet.ImportRuleSet
ImportAction. getImportRuleSet()
Get the ImportRuleSet.ImportRuleSet
ImportActionParameter. getImportRuleSet()
Get the ImportRuleSet.ImportRuleSet
ImportRule. getImportRuleSet()
Get the ImportRuleSet.ImportRuleSet
ImportRuleSetPartitionRename. getImportRuleSet()
Get the ImportRuleSet.ImportRuleSet
RemoteSystem. getImportRuleSet()
Get the ImportRuleSet.static ImportRuleSet
BusinessKeyLookup. getImportRuleSetByBusinessKey(SchedulerSession session, String key)
Query an instance ofImportRuleSet
, based on its business key.ImportRuleSet
BusinessKeyResolver. getImportRuleSetByKey(BusinessKey key)
Query an instance ofImportRuleSet
, based on its business key.ImportRuleSet
Partition. getImportRuleSetByName(String name)
Get the ImportRuleSet by Name.ImportRuleSet
SchedulerSession. getImportRuleSetByName(Partition partition, String name)
Get theImportRuleSet
by Name.ImportRuleSet
SchedulerSession. getImportRuleSetByName(String name)
Get theImportRuleSet
by Name.ImportRuleSet
SchedulerSession. getImportRuleSetByUniqueId(Long uniqueId)
Get theImportRuleSet
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ImportRuleSet Modifier and Type Method Description RWIterable<ImportRuleSet>
Application. getChildImportRuleSets()
Get anRWIterable
over a collection ofChildImportRuleSets
, the collection will be ordered by Name.RWIterable<ImportRuleSet>
Partition. getImportRuleSets()
Get anRWIterable
over an ordered collection ofImportRuleSets
.Methods in com.redwood.scheduler.api.model with parameters of type ImportRuleSet Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ImportRuleSet theImportRuleSet)
void
ConcreteObjectCallback. handle(ImportRuleSet theImportRuleSet)
void
Import. setImportRuleSet(ImportRuleSet newImportRuleSet)
Set the value for ImportRuleSet.void
RemoteSystem. setImportRuleSet(ImportRuleSet newImportRuleSet)
Set the value for ImportRuleSet. -
Uses of ImportRuleSet in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ImportRuleSet Modifier and Type Method Description Iterator<ImportRuleSet>
ApplicationComp. getChildImportRuleSets()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildImportRuleSets()
instead.Iterator<ImportRuleSet>
PartitionComp. getImportRuleSets()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getImportRuleSets()
instead. -
Uses of ImportRuleSet in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return ImportRuleSet Modifier and Type Method Description ImportRuleSet
ImportActionScriptObject. getImportRuleSet()
-