Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.properties.PersonRoleProperties
-
Packages that use PersonRoleProperties Package Description org.odpi.openmetadata.accessservices.projectmanagement.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.projectmanagement.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.projectmanagement.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements
Methods in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements that return PersonRoleProperties Modifier and Type Method Description PersonRolePropertiesPersonRoleElement. getProperties()Return the properties of the role.Methods in org.odpi.openmetadata.accessservices.projectmanagement.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.projectmanagement.properties
Constructors in org.odpi.openmetadata.accessservices.projectmanagement.properties with parameters of type PersonRoleProperties Constructor Description PersonRoleProperties(PersonRoleProperties template)Copy/clone constructor -
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.projectmanagement.rest
Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest that return PersonRoleProperties Modifier and Type Method Description PersonRolePropertiesPersonRoleRequestBody. getProperties()Return the properties for this person role.Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest with parameters of type PersonRoleProperties Modifier and Type Method Description voidPersonRoleRequestBody. setProperties(PersonRoleProperties properties)Set up the properties for this person role.
-