| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.events | |
| org.odpi.openmetadata.accessservices.communityprofile.metadataelement |
| Modifier and Type | Method and Description |
|---|---|
ElementStub |
CommunityProfileOutboundEvent.getEndOneElement()
Return the element at end one of the relationship that is described in the principleElement.
|
ElementStub |
CommunityProfileOutboundEvent.getEndTwoElement() |
ElementStub |
CommunityProfileOutboundEvent.getPrincipleElement()
Return the element that is the subject of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityProfileOutboundEvent.setEndOneElement(ElementStub endOneElement) |
void |
CommunityProfileOutboundEvent.setEndTwoElement(ElementStub endTwoElement) |
void |
CommunityProfileOutboundEvent.setPrincipleElement(ElementStub principleElement)
Set up the element that is the subject of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ElementStub |
CommunityMembershipElement.getCommunity()
Return the unique identifier (guid) for the community.
|
ElementStub |
TeamProfileElement.getSuperTeam()
Return the unique identifier (guid) of the team that this team reports to - null means top level team.
|
ElementStub |
TeamMembershipElement.getTeam()
Return the unique identifier (guid) of the team.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunityMembershipElement.setCommunity(ElementStub community)
Set up the unique identifier (guid) for the community.
|
void |
TeamProfileElement.setSuperTeam(ElementStub superTeam)
Set up the unique identifier (guid) of the team that this team reports to - null means top level team.
|
void |
TeamMembershipElement.setTeam(ElementStub team)
Set up the unique identifier (guid) of the team.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentElement.setAnsweredBy(List<ElementStub> answeredBy)
Set up the list of comments that answer a question posed in this comment.
|
void |
CommentElement.setAnswers(List<ElementStub> answers)
Set up the list of comments that contain a question that this comment answers.
|
void |
PersonalProfileUniverse.setPeers(List<ElementStub> peers)
Set up the list of profile identifiers (GUIDs) for peers.
|
void |
PersonalProfileUniverse.setRoles(List<ElementStub> roles)
Set up the list of identifiers for this profile's roles.
|
void |
TeamProfileElement.setSubTeams(List<ElementStub> subTeams)
Set up the list of unique identifiers (guids) for the teams that report to this team.
|
| Constructor and Description |
|---|
ElementStub(ElementStub template)
Copy/clone constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.