Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationPropagationRule
-
Packages that use ClassificationPropagationRule Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs -
-
Uses of ClassificationPropagationRule in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return ClassificationPropagationRule Modifier and Type Method Description ClassificationPropagationRuleRelationshipDef. getPropagationRule()Return the rule that determines if classifications are propagated across this relationship.static ClassificationPropagationRuleClassificationPropagationRule. 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.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type ClassificationPropagationRule Modifier and Type Method Description voidRelationshipDef. setPropagationRule(ClassificationPropagationRule propagationRule)Set up the rule that determines if classifications are propagated across this relationship.
-