Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleAppointee
-
Packages that use PersonRoleAppointee Package Description org.odpi.openmetadata.accessservices.digitalservice.api This is the Java API for the Digital Service OMAS.org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories. -
-
Uses of PersonRoleAppointee in org.odpi.openmetadata.accessservices.digitalservice.api
Methods in org.odpi.openmetadata.accessservices.digitalservice.api that return types with arguments of type PersonRoleAppointee Modifier and Type Method Description List<PersonRoleAppointee>DigitalRolesInterface. getDigitalServiceManagers(String userId, String digitalServiceGUID, int startFrom, int pageSize)Return all the person roles and their incumbents (if any). -
Uses of PersonRoleAppointee in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Subclasses of PersonRoleAppointee in org.odpi.openmetadata.accessservices.digitalservice.metadataelements Modifier and Type Class Description classAgreementRoleAppointeePersonRoleAppointee is the bean used to return a role and current appointee(s).classPersonRoleHistoryPersonRoleHistory is the bean used to return a role definition and its appointees over time.Constructors in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type PersonRoleAppointee Constructor Description PersonRoleAppointee(PersonRoleAppointee template)Copy/clone constructor
-