Uses of Interface
com.redwood.scheduler.api.model.ImportRule
-
Packages that use ImportRule Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ImportRule in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ImportRule Modifier and Type Field Description static QueryObjectType<ImportRule>
ImportRule. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ImportRule Modifier and Type Method Description ImportRule
ImportRuleSet. createImportRule()
Create a newImportRule
linked to this object.ImportRule
CommonImportRule. getImportRule()
Get the ImportRule.static ImportRule
BusinessKeyLookup. getImportRuleByBusinessKey(SchedulerSession session, String key)
Query an instance ofImportRule
, based on its business key.ImportRule
BusinessKeyResolver. getImportRuleByKey(BusinessKey key)
Query an instance ofImportRule
, based on its business key.ImportRule
ImportRuleSet. getImportRuleByName(String name)
Get the ImportRule by NameImportRuleSet.ImportRule
SchedulerSession. getImportRuleByUniqueId(Long uniqueId)
Get theImportRule
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ImportRule Modifier and Type Method Description RWIterable<ImportRule>
ImportRuleSet. getImportRules()
Get anRWIterable
over a collection ofImportRules
, the collection will be ordered by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type ImportRule Modifier and Type Method Description ImportMatchRule
ImportRuleDefinition. createImportMatchRule(ImportRule newImportRule)
Create a newImportMatchRule
linked to this object.ImportOverrideRule
ImportRuleDefinition. createImportOverrideRule(ImportRule newImportRule)
Create a newImportOverrideRule
linked to this object.void
AbstractConcreteObjectCallback. handle(ImportRule theImportRule)
void
ConcreteObjectCallback. handle(ImportRule theImportRule)
-
Uses of ImportRule in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ImportRule Modifier and Type Method Description Iterator<ImportRule>
ImportRuleSetComp. getImportRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImportRules()
instead.
-