Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.PersonRoleAppointee
-
Packages that use PersonRoleAppointee 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.metadataelements org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of PersonRoleAppointee in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type PersonRoleAppointee Modifier and Type Method Description List<PersonRoleAppointee>OrganizationManagementInterface. 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.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type PersonRoleAppointee Constructor Description PersonRoleAppointee(PersonRoleAppointee template)Copy/clone constructor -
Uses of PersonRoleAppointee in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.rest with type arguments of type PersonRoleAppointee Modifier and Type Method Description voidPersonRoleAppointeeListResponse. setElements(List<PersonRoleAppointee> elements)Set up the person role result.
-