Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.RelationshipProperties
-
Packages that use RelationshipProperties 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.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type RelationshipProperties Modifier and Type Method Description voidRelatedElementsManagementInterface. setupGovernedBy(String userId, String elementGUID, RelationshipProperties properties, String governanceDefinitionGUID)Create a "GovernedBy" relationship between an element and a governance definition.voidRelatedElementsManagementInterface. setupMoreInformation(String userId, String elementGUID, RelationshipProperties properties, String detailGUID)Create a "MoreInformation" relationship between an element that is descriptive and one that is providing the detail. -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesCertificationElement. getCertificationProperties()Return details of the relationshipRelationshipPropertiesLicenseElement. getLicenseProperties()Return details of the relationshipRelationshipPropertiesRelatedElement. getRelationshipProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type RelationshipProperties Modifier and Type Method Description voidCertificationElement. setCertificationProperties(RelationshipProperties certificationProperties)Set up relationship propertiesvoidLicenseElement. setLicenseProperties(RelationshipProperties licenseProperties)Set up relationship propertiesvoidRelatedElement. setRelationshipProperties(RelationshipProperties relationshipProperties)Set up relationship properties -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Subclasses of RelationshipProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties Modifier and Type Class Description classAssignmentScopePropertiesAssignmentScopeProperties provides a details of the scope of work/influence expected by the assigned actor(s).classCertificationPropertiesCertificationProperties describe the details of a certificate that shows that an element is certified with a particular certification type.classExternalReferenceLinkPropertiesExternalReferenceLinkProperties provides a structure for the properties that link an external reference to an object.classGovernanceDefinitionMetricPropertiesGovernanceDefinitionMetricProperties defines the properties that link a metric to a governance definition.classGovernanceResultsPropertiesGovernanceResultsProperties defines the properties that link a metric to a data set that contains the measurements.classLicensePropertiesLicenseProperties describe the details of a license that shows that an element is licensed with a particular license type.classPeerDefinitionPropertiesPeerDefinitionProperties provides a details of how two governance definitions are related.classResourceListPropertiesResourceListProperties provides a details of why an element providing resources (such as a community) has been attached to an initiative such as a governance domain.classStakeholderPropertiesStakeholderProperties provides a details of a stakeholder for an initiative.classSupportingDefinitionPropertiesSupportingDefinitionProperties provides a details of why a governance definition is supporting other governance definition.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type RelationshipProperties Constructor Description RelationshipProperties(RelationshipProperties template)Copy/clone constructor. -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelationshipRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type RelationshipProperties Modifier and Type Method Description voidRelationshipRequestBody. setProperties(RelationshipProperties properties)Set up the properties for the relationship.
-