Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.ActorProfileProperties
-
Packages that use ActorProfileProperties Package Description org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.digitalservice.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ActorProfileProperties in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements that return ActorProfileProperties Modifier and Type Method Description ActorProfilePropertiesProfileElement. getProfileProperties()Return the properties of the profile.Methods in org.odpi.openmetadata.accessservices.digitalservice.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.digitalservice.properties
Subclasses of ActorProfileProperties in org.odpi.openmetadata.accessservices.digitalservice.properties Modifier and Type Class Description classTeamProfilePropertiesThe TeamProfileProperties describes an team of people.Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type ActorProfileProperties Constructor Description ActorProfileProperties(ActorProfileProperties template)Copy/clone Constructor - the resulting object.
-