Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ProjectionRule |
SortKeyRule.getWrappedRule() |
Modifier and Type | Method and Description |
---|---|
List<ProjectionRule> |
ConditionalCompositeFieldMap.getFieldMapScope()
An array of projection rules.
|
List<ProjectionRule> |
RuleTypeConfig.getProjectionRules()
The projection rules.
|
Modifier and Type | Method and Description |
---|---|
SortKeyRule.Builder |
SortKeyRule.Builder.wrappedRule(ProjectionRule wrappedRule) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SortKeyRule(ProjectionRule wrappedRule,
Boolean isAscending)
Deprecated.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.