Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelement.ElementStub
-
Packages that use ElementStub Package Description org.odpi.openmetadata.accessservices.communityprofile.events org.odpi.openmetadata.accessservices.communityprofile.metadataelement -
-
Uses of ElementStub in org.odpi.openmetadata.accessservices.communityprofile.events
Methods in org.odpi.openmetadata.accessservices.communityprofile.events that return ElementStub Modifier and Type Method Description ElementStubCommunityProfileOutboundEvent. getEndOneElement()Return the element at end one of the relationship that is described in the principleElement.ElementStubCommunityProfileOutboundEvent. getEndTwoElement()ElementStubCommunityProfileOutboundEvent. getPrincipleElement()Return the element that is the subject of the event.Methods in org.odpi.openmetadata.accessservices.communityprofile.events with parameters of type ElementStub Modifier and Type Method Description voidCommunityProfileOutboundEvent. setEndOneElement(ElementStub endOneElement)voidCommunityProfileOutboundEvent. setEndTwoElement(ElementStub endTwoElement)voidCommunityProfileOutboundEvent. setPrincipleElement(ElementStub principleElement)Set up the element that is the subject of the event. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return ElementStub Modifier and Type Method Description ElementStubCommunityMembershipElement. getCommunity()Return the unique identifier (guid) for the community.ElementStubTeamProfileElement. getSuperTeam()Return the unique identifier (guid) of the team that this team reports to - null means top level team.ElementStubTeamMembershipElement. getTeam()Return the unique identifier (guid) of the team.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>CommentElement. getAnsweredBy()Return the list of comments that answer a question posed in this comment.List<ElementStub>CommentElement. getAnswers()Return the list of unique identifiers (guids) for comments that contain a question that this comment answers.List<ElementStub>PersonalProfileUniverse. getPeers()Return the list of profile identifiers (GUIDs) for peers.List<ElementStub>PersonalProfileUniverse. getRoles()Return the list of identifiers for this profile's roles.List<ElementStub>TeamProfileElement. getSubTeams()Return the list of unique identifiers (guids) for the teams that report to this team.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type ElementStub Modifier and Type Method Description voidCommunityMembershipElement. setCommunity(ElementStub community)Set up the unique identifier (guid) for the community.voidTeamProfileElement. setSuperTeam(ElementStub superTeam)Set up the unique identifier (guid) of the team that this team reports to - null means top level team.voidTeamMembershipElement. setTeam(ElementStub team)Set up the unique identifier (guid) of the team.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with type arguments of type ElementStub Modifier and Type Method Description voidCommentElement. setAnsweredBy(List<ElementStub> answeredBy)Set up the list of comments that answer a question posed in this comment.voidCommentElement. setAnswers(List<ElementStub> answers)Set up the list of comments that contain a question that this comment answers.voidPersonalProfileUniverse. setPeers(List<ElementStub> peers)Set up the list of profile identifiers (GUIDs) for peers.voidPersonalProfileUniverse. setRoles(List<ElementStub> roles)Set up the list of identifiers for this profile's roles.voidTeamProfileElement. setSubTeams(List<ElementStub> subTeams)Set up the list of unique identifiers (guids) for the teams that report to this team.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor.
-