Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.metadataelements.PersonRoleElement
-
Packages that use PersonRoleElement 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 PersonRoleElement in org.odpi.openmetadata.accessservices.digitalservice.api
Methods in org.odpi.openmetadata.accessservices.digitalservice.api that return PersonRoleElement Modifier and Type Method Description PersonRoleElementDigitalRolesInterface. getPersonRoleByGUID(String userId, String personRoleGUID)Retrieve the properties of a person role using its unique identifier.Methods in org.odpi.openmetadata.accessservices.digitalservice.api that return types with arguments of type PersonRoleElement Modifier and Type Method Description List<PersonRoleElement>DigitalRolesInterface. getPersonRoleByQualifiedName(String userId, String qualifiedName)Retrieve the properties of a person role using its unique name.List<PersonRoleElement>DigitalRolesInterface. getPersonRolesByTitle(String userId, String title, int startFrom, int pageSize)Retrieve all the person roles for a particular title. -
Uses of PersonRoleElement in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Subclasses of PersonRoleElement 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).classPersonRoleAppointeePersonRoleAppointee 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 PersonRoleElement Constructor Description AgreementRoleAppointee(PersonRoleElement template)Copy/clone constructorPersonRoleAppointee(PersonRoleElement template)Copy/clone constructorPersonRoleElement(PersonRoleElement template)Copy/clone constructorPersonRoleHistory(PersonRoleElement template)Copy/clone constructor
-