Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ProfileLocationElement
-
Packages that use ProfileLocationElement Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of ProfileLocationElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return types with arguments of type ProfileLocationElement Modifier and Type Method Description List<ProfileLocationElement>ActorProfileElement. getLocations()Return the headers of the location that this actor is linked to.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with type arguments of type ProfileLocationElement Modifier and Type Method Description voidActorProfileElement. setLocations(List<ProfileLocationElement> locations)Set up the headers of the person roles that this actor is linked to.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ProfileLocationElement Constructor Description ProfileLocationElement(ProfileLocationElement template)Copy/clone constructor
-