Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.RelationshipProperties
-
Packages that use RelationshipProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type RelationshipProperties Modifier and Type Method Description StringDataAssetExchangeInterface. setupRelatedDataAsset(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String relationshipTypeName, String fromAssetGUID, String toAssetGUID, RelationshipProperties relationshipProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Link two asset together.voidSchemaExchangeInterface. setupSchemaTypeParent(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String schemaTypeGUID, String parentElementGUID, String parentElementTypeName, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing, RelationshipProperties properties)Connect a schema type to a data asset, process or port.voidDataAssetExchangeInterface. updateAssetRelationship(String userId, String assetManagerGUID, String assetManagerName, String relationshipTypeName, String relationshipGUID, boolean isMergeUpdate, RelationshipProperties relationshipProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update relationship between two elements. -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelationshipElement. getRelationshipProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type RelationshipProperties Modifier and Type Method Description voidRelationshipElement. setRelationshipProperties(RelationshipProperties relationshipProperties)Set up relationship properties -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Subclasses of RelationshipProperties in org.odpi.openmetadata.accessservices.assetmanager.properties Modifier and Type Class Description classAssetConnectionPropertiesAssetConnectionProperties describes the properties used when creating an AssetConnection relationship.classCapabilityDeploymentPropertiesCapabilityDeploymentProperties describes the properties for the SupportedSoftwareCapability relationship between a ITInfrastructure asset and a Software Capability.classControlFlowPropertiesControlFlowProperties describe the properties for a control flow relationship.classDataContentForDataSetPropertiesDataContentForDataSetProperties defines a query on an asset that returns all or part of the values for a dataset.classDataFlowPropertiesDataFlowProperties describe the properties for a data flow relationship.classDeploymentPropertiesDeploymentProperties describes the properties for the DeployedOn relationship between an IT Infrastructure asset and a destination asset.classEmbeddedConnectionPropertiesThe EmbeddedConnectionProperties is used within a VirtualConnection to link to the embedded connections.classExternalGlossaryElementLinkPropertiesExternalGlossaryLinkProperties describes the properties of URL link to a remote glossary.classExternalReferenceLinkPropertiesExternalReferenceLinkProperties provides a structure for the properties that link an external reference to an object.classForeignKeyPropertiesForeignKeyProperties describes a foreign key relationship between two columns in different tables in a database.classGlossaryTermCategorizationGlossaryTermCategorization describes a type of relationship between a glossary term and a glossary category in a glossary.classGlossaryTermRelationshipGlossaryTermRelationship describes a type of relationship between two glossary terms in a glossary.classLineageMappingPropertiesLineageMappingProperties describe the properties for a lineage mapping relationship.classProcessCallPropertiesProcessCallProperties describe the properties for a process call relationship.classProcessContainmentPropertiesProcessContainmentProperties when linking processes in a parent-child hierarchy.classServerAssetUsePropertiesServerAssetUseProperties describes the properties for the ServerAssetUse relationship between a software server capability and an asset.Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type RelationshipProperties Constructor Description RelationshipProperties(RelationshipProperties template)Copy/clone constructor. -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelationshipRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type RelationshipProperties Modifier and Type Method Description voidRelationshipRequestBody. setProperties(RelationshipProperties properties)Set up the properties for the relationship.
-