Uses of Interface
com.redwood.scheduler.api.model.ImportMatchRule
-
Packages that use ImportMatchRule Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ImportMatchRule in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ImportMatchRule Modifier and Type Field Description static QueryObjectType<ImportMatchRule>
ImportMatchRule. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ImportMatchRule Modifier and Type Method Description ImportMatchRule
ImportRule. createImportMatchRule(ImportRuleDefinition newImportRuleDefinition)
Create a newImportMatchRule
linked to this object.ImportMatchRule
ImportRuleDefinition. createImportMatchRule(ImportRule newImportRule)
Create a newImportMatchRule
linked to this object.ImportMatchRule
SchedulerSession. getImportMatchRuleByUniqueId(Long uniqueId)
Get theImportMatchRule
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ImportMatchRule Modifier and Type Method Description RWIterable<ImportMatchRule>
ImportRule. getImportMatchRules()
Get anRWIterable
over an ordered collection ofImportMatchRules
.RWIterable<ImportMatchRule>
ImportRuleDefinition. getImportMatchRules()
Get anRWIterable
over an ordered collection ofImportMatchRules
.Methods in com.redwood.scheduler.api.model with parameters of type ImportMatchRule Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ImportMatchRule theImportMatchRule)
void
ConcreteObjectCallback. handle(ImportMatchRule theImportMatchRule)
-
Uses of ImportMatchRule in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ImportMatchRule Modifier and Type Method Description Iterator<ImportMatchRule>
ImportRuleComp. getImportMatchRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRule.getImportMatchRules()
instead.Iterator<ImportMatchRule>
ImportRuleDefinitionComp. getImportMatchRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleDefinition.getImportMatchRules()
instead.
-