Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.properties.ActorProfileProperties
-
Packages that use ActorProfileProperties 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. -
-
Uses of ActorProfileProperties in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements
Methods in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements that return ActorProfileProperties Modifier and Type Method Description ActorProfilePropertiesActorProfileElement. getProfileProperties()Return the properties of the profile.Methods in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements with parameters of type ActorProfileProperties Modifier and Type Method Description voidActorProfileElement. setProfileProperties(ActorProfileProperties profileProperties)Set up the profile properties. -
Uses of ActorProfileProperties in org.odpi.openmetadata.accessservices.projectmanagement.properties
Constructors in org.odpi.openmetadata.accessservices.projectmanagement.properties with parameters of type ActorProfileProperties Constructor Description ActorProfileProperties(ActorProfileProperties template)Copy/clone Constructor - the resulting object.
-