Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.PersonRoleProperties
-
Packages that use PersonRoleProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata.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.
-