Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.metadataelements.PersonRoleElement
-
Packages that use PersonRoleElement Package Description org.odpi.openmetadata.accessservices.securitymanager.api The API package defines the Java interfaces supported by the Security Manager OMAS.org.odpi.openmetadata.accessservices.securitymanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of PersonRoleElement in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return PersonRoleElement Modifier and Type Method Description PersonRoleElementSecurityManagerInterface. getPersonRoleByGUID(String userId, String personRoleGUID)Return information about a specific person role.Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return types with arguments of type PersonRoleElement Modifier and Type Method Description List<PersonRoleElement>SecurityManagerInterface. findPersonRole(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of matching roles for the search string.List<PersonRoleElement>SecurityManagerInterface. getPersonRoleByName(String userId, String name, int startFrom, int pageSize)Return information about a named person role. -
Uses of PersonRoleElement in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type PersonRoleElement Constructor Description PersonRoleElement(PersonRoleElement template)Copy/clone constructor -
Uses of PersonRoleElement in org.odpi.openmetadata.accessservices.securitymanager.rest
Methods in org.odpi.openmetadata.accessservices.securitymanager.rest that return PersonRoleElement Modifier and Type Method Description PersonRoleElementPersonRoleResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.securitymanager.rest that return types with arguments of type PersonRoleElement Modifier and Type Method Description List<PersonRoleElement>PersonRoleListResponse. getElements()Return the person role result.Methods in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type PersonRoleElement Modifier and Type Method Description voidPersonRoleResponse. setElement(PersonRoleElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.securitymanager.rest with type arguments of type PersonRoleElement Modifier and Type Method Description voidPersonRoleListResponse. setElements(List<PersonRoleElement> elements)Set up the person role result.
-