Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ElementStub
-
Packages that use ElementStub Package Description org.odpi.openmetadata.accessservices.securitymanager.api org.odpi.openmetadata.accessservices.securitymanager.metadataelements org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ElementStub in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>SecurityManagerInterface. 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.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return ElementStub Modifier and Type Method Description ElementStubActorProfileElement. getSuperTeam()Return a summary of the team that is above this team in the organizational hierarchy.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return types with arguments of type ElementStub Modifier and Type Method Description 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>ActorProfileElement. getPersonRoles()Return the headers of the person roles that this actor is appointed to.List<ElementStub>ActorProfileElement. getSubTeams()Return the list of team 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.securitymanager.metadataelements with parameters of type ElementStub Modifier and Type Method Description voidActorProfileElement. setSuperTeam(ElementStub superTeam)Set up a summary of the team that is above this team in the organizational hierarchy.Method parameters in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with type arguments of type ElementStub Modifier and Type Method Description 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.voidActorProfileElement. setPersonRoles(List<ElementStub> personRoles)Set up the headers of the person roles that this actor is appointed to.voidActorProfileElement. setSubTeams(List<ElementStub> subTeams)Set up the list of team 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.securitymanager.metadataelements with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.securitymanager.rest
Methods in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.rest with type arguments of type ElementStub Modifier and Type Method Description voidElementStubsResponse. setElements(List<ElementStub> elements)Set up the list of element identifiers.
-