Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.properties.RelationshipProperties
-
Packages that use RelationshipProperties Package Description org.odpi.openmetadata.accessservices.projectmanagement.api The API package defines the Java interfaces supported by the Project Management OMAS.org.odpi.openmetadata.accessservices.projectmanagement.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.projectmanagement.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.projectmanagement.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.projectmanagement.api
Methods in org.odpi.openmetadata.accessservices.projectmanagement.api with parameters of type RelationshipProperties Modifier and Type Method Description voidRelatedElementsInterface. 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.projectmanagement.metadataelements
Methods in org.odpi.openmetadata.accessservices.projectmanagement.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.projectmanagement.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.projectmanagement.properties
Subclasses of RelationshipProperties in org.odpi.openmetadata.accessservices.projectmanagement.properties Modifier and Type Class Description classAssignmentScopePropertiesAssignmentScopeProperties provides a details of the scope of work/influence expected by the assigned actor(s).classProfileLocationPropertiesProfileLocationProperties describes the properties for the ProfileLocation relationship between a profile and a location.classProjectTeamPropertiesProjectTeamProperties provides a details of the purpose (and privileges) of the membership role.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.Constructors in org.odpi.openmetadata.accessservices.projectmanagement.properties with parameters of type RelationshipProperties Constructor Description RelationshipProperties(RelationshipProperties template)Copy/clone constructor. -
Uses of RelationshipProperties in org.odpi.openmetadata.accessservices.projectmanagement.rest
Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest that return RelationshipProperties Modifier and Type Method Description RelationshipPropertiesRelationshipRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest with parameters of type RelationshipProperties Modifier and Type Method Description voidRelationshipRequestBody. setProperties(RelationshipProperties properties)Set up the properties for the relationship.
-