Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties Package Description org.odpi.openmetadata.accessservices.projectmanagement.properties org.odpi.openmetadata.accessservices.projectmanagement.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.projectmanagement.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.projectmanagement.properties Modifier and Type Class Description classActorProfilePropertiesThe ActorProfileProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.classContributionRecordThe ContributionRecord holds the information about an individual's contribution to the open metadata ecosystem.classMetadataSourcePropertiesMetadataSourceProperties describe the properties for a capability that is supplying profile information to the Community Profile OMAS.classProjectPropertiesProjectProperties describes a project.classUserIdentityPropertiesUserIdentityProperties describes an element that is linked to a single userId.Constructors in org.odpi.openmetadata.accessservices.projectmanagement.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.projectmanagement.rest
Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesReferenceableRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest with parameters of type ReferenceableProperties Modifier and Type Method Description voidReferenceableRequestBody. setProperties(ReferenceableProperties properties)Set up the properties for the relationship.
-