Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.PersonRoleProperties
-
Packages that use PersonRoleProperties 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.properties org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type PersonRoleProperties Modifier and Type Method Description StringOrganizationManagementInterface. createPersonRole(String userId, String externalSourceGUID, String externalSourceName, PersonRoleProperties properties)Create a definition of a person role.voidOrganizationManagementInterface. updatePersonRole(String userId, String externalSourceGUID, String externalSourceName, String personRoleGUID, boolean isMergeUpdate, PersonRoleProperties properties)Update the definition of a person role. -
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return PersonRoleProperties Modifier and Type Method Description PersonRolePropertiesPersonRoleElement. getProperties()Return the properties of the role.Methods in org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type PersonRoleProperties Constructor Description PersonRoleProperties(PersonRoleProperties template)Copy/clone constructor -
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return PersonRoleProperties Modifier and Type Method Description PersonRolePropertiesPersonRoleRequestBody. getProperties()Return the properties for this person role.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type PersonRoleProperties Modifier and Type Method Description voidPersonRoleRequestBody. setProperties(PersonRoleProperties properties)Set up the properties for this person role.
-