Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
-
Packages that use ActorProfileProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of ActorProfileProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return ActorProfileProperties Modifier and Type Method Description ActorProfilePropertiesProfileElement. getProfileProperties()Return the properties of the profile.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ActorProfileProperties Modifier and Type Method Description voidProfileElement. setProfileProperties(ActorProfileProperties profileProperties)Set up the profile properties. -
Uses of ActorProfileProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Subclasses of ActorProfileProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties Modifier and Type Class Description classITProfilePropertiesThe ITProfileProperties describes a automated agent that is taking governance action.classOrganizationProfilePropertiesOrganizationProfileProperties describes a top-level team in an organization.classPersonalProfilePropertiesThe PersonalProfileProperties describes an individual.classTeamProfilePropertiesThe PersonalProfileProperties describes an individual.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type ActorProfileProperties Constructor Description ActorProfileProperties(ActorProfileProperties template)Copy/clone Constructor.
-