Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties Package Description 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 ReferenceableProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesCollectionMember. getProperties()Return the properties of the element.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ReferenceableProperties Modifier and Type Method Description voidCollectionMember. setProperties(ReferenceableProperties properties)Set up the properties of the element. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.communityprofile.properties Modifier and Type Class Description classActorProfilePropertiesThe ActorProfileProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.classAssetPropertiesAssetProperties describes an asset.classCollectionPropertiesCollectionProperties describes the core properties of a collection.classCommentPropertiesThe CommentProperties bean stores information about a comment connected to an asset.classCommunityForumCommunityForum is used to maintain the content for a community forum.classCommunityForumContributionCommunityForumContribution is used to add an entry to a community forum.classCommunityPropertiesCommunityProperties describes the core properties of a community.classContributionRecordThe ContributionRecord holds the information about an individual's contribution to the open metadata ecosystem.classLocationPropertiesLocationProperties is a class for representing a generic location.classMetadataSourcePropertiesMetadataSourceProperties describe the properties for a capability that is supplying profile information to the Community Profile OMAS.classNoteLogEntryPropertiesNoteLogEntryProperties covers the entries in a community forum and personal notes since they are based on a note log.classNoteLogHeaderPropertiesNoteLogHeaderProperties covers the properties that are common between a community forum and a persona note log.classPersonalMessagePersonal message is a comment added to a personal profile.classPersonalNotePersonalNote is used to add a personal note to a personal profile.classPersonalNoteLogPersonalNoteLog is used to maintain the list of personal notes for a personal profile.classPersonalProfilePropertiesThe PersonalProfileProperties describes an individual.classProjectPropertiesProjectProperties describes a project.classResourcePropertiesResourceProperties provides a summary of a resource linked to a community or personal profile or something similar.classTeamProfilePropertiesThe TeamProfileProperties describes an team of people.classToDoPropertiesThe "To Do" describes an action - it may be assigned to a person role (see PersonRoleAction).classUserIdentityPropertiesUserIdentityProperties describes an element that is linked to a single userId.classValidValuePropertiesValidValueProperties provides the common super class for ValidValueSet and ValidValueDefinition.Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesReferenceableRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type ReferenceableProperties Modifier and Type Method Description voidReferenceableRequestBody. setProperties(ReferenceableProperties properties)Set up the properties for the relationship.
-