Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ElementStub
-
Packages that use ElementStub Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.events org.odpi.openmetadata.accessservices.communityprofile.metadataelements org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ElementStub in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>SecurityGroupInterface. getElementsGovernedBySecurityGroup(String userId, String securityGroupGUID, int startFrom, int pageSize)Return the elements that are governed by the supplied security group. -
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()Return the element at end two of the relationship that is described in the principleElement.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)Set up the element at end one of the relationship that is described in the principleElement.voidCommunityProfileOutboundEvent. setEndTwoElement(ElementStub endTwoElement)Set up the element at end two of the relationship that is described in the principleElement.voidCommunityProfileOutboundEvent. setPrincipleElement(ElementStub principleElement)Set up the element that is the subject of the event. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ElementStub Modifier and Type Method Description ElementStubCommunityMembershipElement. getCommunity()Return the unique identifier (guid) for the community.ElementStubActorProfileElement. getSuperTeam()Return a summary of the team that is above this team in the organizational hierarchy.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.metadataelements 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>PersonRoleElement. getAppointees()Return the list of Person profiles that are appointed to the role.List<ElementStub>ActorProfileElement. getLinkedInfrastructure()Return the stubs of the pieces of IT infrastructure linked to the profile.List<ElementStub>PersonalProfileUniverse. getPeers()Return the list of profile identifiers (GUIDs) for peers.List<ElementStub>ActorProfileElement. getPersonRoles()Return the headers of the person roles that this actor is appointed to.List<ElementStub>PersonalProfileUniverse. getRoles()Return the list of identifiers for this profile's roles.List<ElementStub>ActorProfileElement. getSubTeams()Return the list of team that report to this team.List<ElementStub>TeamProfileElement. getSubTeams()Return the list of unique identifiers (guids) for the teams that report to this team.List<ElementStub>ActorProfileElement. getTeamLeaderRoles()Return the list of leader roles assigned to this team.List<ElementStub>ActorProfileElement. getTeamMemberRoles()Return the list of member roles assigned to this team.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ElementStub Modifier and Type Method Description voidCommunityMembershipElement. setCommunity(ElementStub community)Set up the unique identifier (guid) for the community.voidActorProfileElement. setSuperTeam(ElementStub superTeam)Set up a summary of the team that is above this team in the organizational hierarchy.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.metadataelements 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.voidPersonRoleElement. setAppointees(List<ElementStub> appointees)Set up the list of Person profiles that are appointed to the role.voidActorProfileElement. setLinkedInfrastructure(List<ElementStub> linkedInfrastructure)Set up the stubs of the pieces of IT infrastructure linked to the profile.voidPersonalProfileUniverse. setPeers(List<ElementStub> peers)Set up the list of profile identifiers (GUIDs) for peers.voidActorProfileElement. setPersonRoles(List<ElementStub> personRoles)Set up the headers of the person roles that this actor is appointed to.voidPersonalProfileUniverse. setRoles(List<ElementStub> roles)Set up the list of identifiers for this profile's roles.voidActorProfileElement. setSubTeams(List<ElementStub> subTeams)Set up the list of team that report to this team.voidTeamProfileElement. setSubTeams(List<ElementStub> subTeams)Set up the list of unique identifiers (guids) for the teams that report to this team.voidActorProfileElement. setTeamLeaderRoles(List<ElementStub> teamLeaderRoles)Set up the list of leader roles assigned to this team.voidActorProfileElement. setTeamMemberRoles(List<ElementStub> teamMemberRoles)Set up the list of member roles assigned to this team.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>ElementStubsResponse. getElements()Return the list of element identifiers.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.rest with type arguments of type ElementStub Modifier and Type Method Description voidElementStubsResponse. setElements(List<ElementStub> elements)Set up the list of element identifiers.
-