Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.PersonRoleProperties
-
Packages that use PersonRoleProperties 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.org.odpi.openmetadata.accessservices.digitalservice.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.digitalservice.api
Methods in org.odpi.openmetadata.accessservices.digitalservice.api with parameters of type PersonRoleProperties Modifier and Type Method Description StringDigitalRolesInterface. createAgreementRole(String userId, String agreementGUID, AgreementRoleProperties agreementRoleProperties, PersonRoleProperties personRoleProperties)Create a definition of a new role that is part of an agreement such as a digital subscription.StringDigitalRolesInterface. createDigitalServiceManagerRole(String userId, String digitalServiceGUID, PersonRoleProperties properties)Create a definition of a new role for the manager of a digital service.voidDigitalRolesInterface. updatePersonRole(String userId, String roleGUID, boolean isMergeUpdate, PersonRoleProperties properties)Update the properties of a specific person role. -
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements that return PersonRoleProperties Modifier and Type Method Description PersonRolePropertiesPersonRoleElement. getProperties()Return the properties of the role.Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type PersonRoleProperties Modifier and Type Method Description voidPersonRoleElement. setProperties(PersonRoleProperties properties)Set up the role properties. -
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.digitalservice.properties
Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type PersonRoleProperties Constructor Description PersonRoleProperties(PersonRoleProperties template)Copy/clone constructor
-