Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.PersonalRoleProperties
-
Packages that use PersonalRoleProperties Package Description 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. -
-
Uses of PersonalRoleProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return PersonalRoleProperties Modifier and Type Method Description PersonalRolePropertiesPersonalRoleElement. getProperties()Return the properties of the role.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type PersonalRoleProperties Modifier and Type Method Description voidPersonalRoleElement. setProperties(PersonalRoleProperties properties)Set up the role properties. -
Uses of PersonalRoleProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Subclasses of PersonalRoleProperties in org.odpi.openmetadata.accessservices.communityprofile.properties Modifier and Type Class Description classPersonRolePropertiesPersonRoleProperties covers a role that has been defined in an organization.Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type PersonalRoleProperties Constructor Description PersonalRoleProperties(PersonalRoleProperties template)Copy/clone constructor
-