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.modelFields in com.redwood.scheduler.api.model with type parameters of type ImportMatchRule Modifier and Type Field Description static QueryObjectType<ImportMatchRule>ImportMatchRule. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return ImportMatchRule Modifier and Type Method Description ImportMatchRuleImportRule. createImportMatchRule(ImportRuleDefinition newImportRuleDefinition)Create a newImportMatchRulelinked to this object.ImportMatchRuleImportRuleDefinition. createImportMatchRule(ImportRule newImportRule)Create a newImportMatchRulelinked to this object.ImportMatchRuleSchedulerSession. getImportMatchRuleByUniqueId(Long uniqueId)Get theImportMatchRuleby 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 anRWIterableover an ordered collection ofImportMatchRules.RWIterable<ImportMatchRule>ImportRuleDefinition. getImportMatchRules()Get anRWIterableover an ordered collection ofImportMatchRules.Methods in com.redwood.scheduler.api.model with parameters of type ImportMatchRule Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(ImportMatchRule theImportMatchRule)voidConcreteObjectCallback. handle(ImportMatchRule theImportMatchRule)
- 
Uses of ImportMatchRule in com.redwood.scheduler.api.model.compatibility_14Methods 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.
 
-