Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.NoteLogHeaderProperties
-
Packages that use NoteLogHeaderProperties 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. -
-
Uses of NoteLogHeaderProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return NoteLogHeaderProperties Modifier and Type Method Description NoteLogHeaderPropertiesNoteLogHeaderElement. getProperties()Return the properties of the note log.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type NoteLogHeaderProperties Modifier and Type Method Description voidNoteLogHeaderElement. setProperties(NoteLogHeaderProperties properties)Set up the note log properties. -
Uses of NoteLogHeaderProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Subclasses of NoteLogHeaderProperties in org.odpi.openmetadata.accessservices.communityprofile.properties Modifier and Type Class Description classCommunityForumCommunityForum is used to maintain the content for a community forum.classPersonalNoteLogPersonalNoteLog is used to maintain the list of personal notes for a personal profile.Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type NoteLogHeaderProperties Constructor Description NoteLogHeaderProperties(NoteLogHeaderProperties template)Copy/clone constructor
-