| Package | Description |
|---|---|
| org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs |
| Modifier and Type | Method and Description |
|---|---|
ClassificationPropagationRule |
RelationshipDef.getPropagationRule()
Return the rule that determines if classifications are propagated across this relationship.
|
static ClassificationPropagationRule |
ClassificationPropagationRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationPropagationRule[] |
ClassificationPropagationRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipDef.setPropagationRule(ClassificationPropagationRule propagationRule)
Set up the rule that determines if classifications are propagated across this relationship.
|
Copyright © 2018–2019 ODPi. All rights reserved.