Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
-
Packages that use RelationshipProperties Package Description org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.digitalservice.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.digitalservice.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelatedElement. getRelationshipProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type RelationshipProperties Modifier and Type Method Description voidRelatedElement. setRelationshipProperties(RelationshipProperties relationshipProperties)Set up relationship properties -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalservice.properties
Subclasses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalservice.properties Modifier and Type Class Description classAgreementRolePropertiesAgreementRoleProperties describes a relationship between a role and an agreement.classDigitalServiceDependencyPropertiesDigitalServiceDependencyProperties describes a dependency relationship between two digital services.classDigitalServiceOperatorPropertiesDigitalServiceOperatorProperties describes the scope of responsibilities that an organization has in operating a digital service.classDigitalSupportPropertiesDigitalSupportProperties describes the properties between a digital service and a business capability.classLicensePropertiesLicenseProperties describe the details of a license that shows that an element is licensed with a particular license type.classOrganizationalCapabilityPropertiesOrganizationalCapabilityProperties describes the scope of responsibility that a team/organization has to a business capability.Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type RelationshipProperties Constructor Description RelationshipProperties(RelationshipProperties template)Copy/clone constructor. -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.digitalservice.rest
Methods in org.odpi.openmetadata.accessservices.digitalservice.rest that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelationshipRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.digitalservice.rest with parameters of type RelationshipProperties Modifier and Type Method Description voidRelationshipRequestBody. setProperties(RelationshipProperties properties)Set up the properties for the relationship.
-