Uses of Interface
com.redwood.scheduler.api.model.ImportRuleDefinition
-
Packages that use ImportRuleDefinition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ImportRuleDefinition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ImportRuleDefinition Modifier and Type Field Description static QueryObjectType<ImportRuleDefinition>
ImportRuleDefinition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return types with arguments of type ImportRuleDefinition Modifier and Type Method Description RWIterable<ImportRuleDefinition>
Application. getChildImportRuleDefinitions()
Get anRWIterable
over a collection ofChildImportRuleDefinitions
, the collection will be ordered by Name.RWIterable<ImportRuleDefinition>
ObjectDefinition. getImportRuleDefinitions()
Get anRWIterable
over an ordered collection ofImportRuleDefinitions
.RWIterable<ImportRuleDefinition>
Partition. getImportRuleDefinitions()
Get anRWIterable
over an ordered collection ofImportRuleDefinitions
.Methods in com.redwood.scheduler.api.model with parameters of type ImportRuleDefinition Modifier and Type Method Description ImportMatchRule
ImportRule. createImportMatchRule(ImportRuleDefinition newImportRuleDefinition)
Create a newImportMatchRule
linked to this object.ImportOverrideRule
ImportRule. createImportOverrideRule(ImportRuleDefinition newImportRuleDefinition)
Create a newImportOverrideRule
linked to this object.void
AbstractConcreteObjectCallback. handle(ImportRuleDefinition theImportRuleDefinition)
void
ConcreteObjectCallback. handle(ImportRuleDefinition theImportRuleDefinition)
-
Uses of ImportRuleDefinition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ImportRuleDefinition Modifier and Type Method Description Iterator<ImportRuleDefinition>
ApplicationComp. getChildImportRuleDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildImportRuleDefinitions()
instead.Iterator<ImportRuleDefinition>
ObjectDefinitionComp. getImportRuleDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getImportRuleDefinitions()
instead.Iterator<ImportRuleDefinition>
PartitionComp. getImportRuleDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getImportRuleDefinitions()
instead.
-