Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.metadataelements.PersonRoleAppointee
-
Packages that use PersonRoleAppointee 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 PersonRoleAppointee in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return types with arguments of type PersonRoleAppointee Modifier and Type Method Description List<PersonRoleAppointee>SecurityManagerInterface. getAppointees(String userId, String personRoleGUID, Date effectiveTime, int startFrom, int pageSize)Return the list of people appointed to a particular role. -
Uses of PersonRoleAppointee in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type PersonRoleAppointee Constructor Description PersonRoleAppointee(PersonRoleAppointee template)Copy/clone constructor -
Uses of PersonRoleAppointee in org.odpi.openmetadata.accessservices.securitymanager.rest
Methods in org.odpi.openmetadata.accessservices.securitymanager.rest that return types with arguments of type PersonRoleAppointee Modifier and Type Method Description List<PersonRoleAppointee>PersonRoleAppointeeListResponse. getElements()Return the person role result.Method parameters in org.odpi.openmetadata.accessservices.securitymanager.rest with type arguments of type PersonRoleAppointee Modifier and Type Method Description voidPersonRoleAppointeeListResponse. setElements(List<PersonRoleAppointee> elements)Set up the person role result.
-