Uses of Class
com.oracle.bmc.dataintegration.model.ProjectionRule
-
Packages that use ProjectionRule Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ProjectionRule in com.oracle.bmc.dataintegration.model
Subclasses of ProjectionRule in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
GroupedNamePatternRule
This rule projects fields as a group recognised as name pattern.class
NameListRule
The name list rule which defines how fields are projected.class
NamePatternRule
This rule projects fields by a name pattern, for example it may start with STR_ or end with _DATE.class
RenameRule
Lets you rename an attribute.class
TypedNamePatternRule
The typed name rule for field projection.class
TypeListRule
The type list rule that defines how fields are projected.Methods in com.oracle.bmc.dataintegration.model that return ProjectionRule Modifier and Type Method Description ProjectionRule
SortKeyRule. getWrappedRule()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ProjectionRule Modifier and Type Method Description List<ProjectionRule>
ConditionalCompositeFieldMap. getFieldMapScope()
An array of projection rules.List<ProjectionRule>
RuleTypeConfig. getProjectionRules()
The projection rules.Methods in com.oracle.bmc.dataintegration.model with parameters of type ProjectionRule Modifier and Type Method Description SortKeyRule.Builder
SortKeyRule.Builder. wrappedRule(ProjectionRule wrappedRule)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ProjectionRule Modifier and Type Method Description ConditionalCompositeFieldMap.Builder
ConditionalCompositeFieldMap.Builder. fieldMapScope(List<ProjectionRule> fieldMapScope)
An array of projection rules.RuleTypeConfig.Builder
RuleTypeConfig.Builder. projectionRules(List<ProjectionRule> projectionRules)
The projection rules.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ProjectionRule Constructor Description SortKeyRule(ProjectionRule wrappedRule, Boolean isAscending)
Deprecated.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ProjectionRule Constructor Description ConditionalCompositeFieldMap(String description, List<ProjectionRule> fieldMapScope, String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, List<FieldMap> fieldMaps)
Deprecated.RuleTypeConfig(String key, String modelVersion, ParentReference parentRef, Object scope, ScopeReference scopeReference, Boolean isOrderByRule, List<ProjectionRule> projectionRules, ConfigValues configValues, Integer objectStatus)
Deprecated.
-