Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogEntryProperties
-
Packages that use NoteLogEntryProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelement org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of NoteLogEntryProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return NoteLogEntryProperties Modifier and Type Method Description NoteLogEntryPropertiesNoteLogEntryElement. getProperties()Return the properties of the community.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type NoteLogEntryProperties Modifier and Type Method Description voidNoteLogEntryElement. setProperties(NoteLogEntryProperties properties)Set up the community properties. -
Uses of NoteLogEntryProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Subclasses of NoteLogEntryProperties in org.odpi.openmetadata.accessservices.communityprofile.properties Modifier and Type Class Description classCommunityForumContributionCommunityForumContribution is used to add an entry to a community forum.classPersonalNotePersonalNote is used to add a personal note to a personal profile.Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type NoteLogEntryProperties Constructor Description NoteLogEntryProperties(NoteLogEntryProperties template)Copy/clone constructor
-