Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.RelationshipProperties
-
Packages that use RelationshipProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type RelationshipProperties Modifier and Type Method Description voidRelatedElementsManagementInterface. setupMoreInformation(String userId, String externalSourceGUID, String externalSourceName, 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.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelatedElement. getRelationshipProperties()Return details of the relationshipRelationshipPropertiesRelationshipElement. getRelationshipProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type RelationshipProperties Modifier and Type Method Description voidRelatedElement. setRelationshipProperties(RelationshipProperties relationshipProperties)Set up relationship propertiesvoidRelationshipElement. setRelationshipProperties(RelationshipProperties relationshipProperties)Set up relationship properties -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Subclasses of RelationshipProperties in org.odpi.openmetadata.accessservices.communityprofile.properties Modifier and Type Class Description classAdjacentLocationPropertiesAdjacentLocationProperties describes the properties for the AdjacentLocation relationship between adjacent locations.classAssetLocationPropertiesAssetLocationProperties describes the properties for the AssetLocation relationship between an asset and a location.classAssignmentScopePropertiesAssignmentScopeProperties provides a details of the scope of work/influence expected by the assigned actor(s).classCommunityMembershipPropertiesCommunityMembershipProperties provides a details of the purpose (and privileges) of the membership role.classNestedLocationPropertiesNestedLocationProperties describes the properties for the NestedLocation relationship between locations.classProfileIdentityPropertiesProfileIdentityProperties describes the properties for the ProfileIdentity relationship between a profile and a user identity.classProfileLocationPropertiesProfileLocationProperties describes the properties for the ProfileLocation relationship between a profile and a location.classReferenceValueAssignmentPropertiesReferenceValueAssignmentProperties is a java bean used to create a link between a valid value and a referenceable item to enable the valid value to be used as a semiformal tag/classifier.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.classValidValueAssignmentPropertiesValidValueAssignmentProperties describes the properties between a referenceable and its valid values.classValidValueMembershipPropertiesValidValueMembershipProperties provides a flag to indicate if this value is the default value for the set.Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type RelationshipProperties Constructor Description RelationshipProperties(RelationshipProperties template)Copy/clone constructor. -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelationshipRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type RelationshipProperties Modifier and Type Method Description voidRelationshipRequestBody. setProperties(RelationshipProperties properties)Set up the properties for the relationship.
-