Package | Description |
---|---|
com.oracle.bmc.datacatalog.model | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
static RuleType |
RuleType.create(String key) |
RuleType |
RuleSummary.getRuleType()
Type of a rule.
|
static RuleType |
RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<RuleType> |
Attribute.getAssociatedRuleTypes()
Rule types associated with attribute.
|
List<RuleType> |
AttributeSummary.getAssociatedRuleTypes()
Rule types associated with attribute.
|
Modifier and Type | Method and Description |
---|---|
RuleSummary.Builder |
RuleSummary.Builder.ruleType(RuleType ruleType)
Type of a rule.
|
Modifier and Type | Method and Description |
---|---|
Attribute.Builder |
Attribute.Builder.associatedRuleTypes(List<RuleType> associatedRuleTypes)
Rule types associated with attribute.
|
AttributeSummary.Builder |
AttributeSummary.Builder.associatedRuleTypes(List<RuleType> associatedRuleTypes)
Rule types associated with attribute.
|
Constructor and Description |
---|
RuleSummary(String key,
String displayName,
String description,
RuleType ruleType,
String externalKey,
List<RuleAttribute> attributes,
String referencedFolderKey,
String referencedFolderName,
String referencedEntityKey,
String referencedEntityName,
String referencedRuleKey,
String referencedRuleName,
List<RuleAttribute> referencedAttributes,
RuleOriginType originType,
String uri,
Date timeCreated,
LifecycleState lifecycleState)
Deprecated.
|
Constructor and Description |
---|
Attribute(String key,
String displayName,
String businessName,
String description,
String entityKey,
LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
String externalDataType,
String externalKey,
Boolean isIncrementalData,
Boolean isNullable,
String typeKey,
Integer minCollectionCount,
Integer maxCollectionCount,
String datatypeEntityKey,
String externalDatatypeEntityKey,
String parentAttributeKey,
String externalParentAttributeKey,
Long length,
Integer position,
Integer precision,
Integer scale,
Date timeExternal,
Date timeHarvested,
List<ObjectRelationship> objectRelationships,
Boolean isDerivedAttribute,
String uri,
String path,
List<CustomPropertyGetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties,
List<RuleType> associatedRuleTypes)
Deprecated.
|
AttributeSummary(String key,
String displayName,
String businessName,
String description,
String entityKey,
String externalKey,
Long length,
Integer position,
Integer precision,
Integer scale,
Boolean isNullable,
String uri,
LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
String externalDataType,
String typeKey,
Integer minCollectionCount,
Integer maxCollectionCount,
String datatypeEntityKey,
String externalDatatypeEntityKey,
String parentAttributeKey,
String externalParentAttributeKey,
String path,
List<CustomPropertyGetUsage> customPropertyMembers,
List<RuleType> associatedRuleTypes,
Boolean isDerivedAttribute,
Date timeUpdated,
Map<String,Map<String,String>> properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RuleType |
ListRulesRequest.getRuleType()
Rule type used to filter the response to a list rules call.
|
Modifier and Type | Method and Description |
---|---|
ListRulesRequest.Builder |
ListRulesRequest.Builder.ruleType(RuleType ruleType)
Rule type used to filter the response to a list rules call.
|
Copyright © 2016–2025. All rights reserved.