Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.SupportingDefinitionProperties
-
Packages that use SupportingDefinitionProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of SupportingDefinitionProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type SupportingDefinitionProperties Modifier and Type Method Description voidGovernanceDefinitionsInterface. setupSupportingDefinition(String userId, String definitionGUID, String supportingDefinitionGUID, String relationshipTypeName, SupportingDefinitionProperties properties)Create a link to show that a governance definition supports the requirements of another governance definition. -
Uses of SupportingDefinitionProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type SupportingDefinitionProperties Constructor Description SupportingDefinitionProperties(SupportingDefinitionProperties template)Copy/clone constructor
-