Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ActorProfileElement
-
Packages that use ActorProfileElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ActorProfileElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return ActorProfileElement Modifier and Type Method Description ActorProfileElementOrganizationManagementInterface. getActorProfileByGUID(String userId, String actorProfileGUID)Return information about a specific actor profile.ActorProfileElementOrganizationManagementInterface. getActorProfileByUserId(String userId, String actorProfileUserId)Return information about a specific actor profile.Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type ActorProfileElement Modifier and Type Method Description List<ActorProfileElement>OrganizationManagementInterface. findActorProfiles(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of matching profiles for the search string.List<ActorProfileElement>OrganizationManagementInterface. getActorProfiles(String userId, int startFrom, int pageSize)Return information about all actor profiles.List<ActorProfileElement>OrganizationManagementInterface. getActorProfilesByLocation(String userId, String locationGUID, int startFrom, int pageSize)Return information about the actor profiles associated with a location.List<ActorProfileElement>OrganizationManagementInterface. getActorProfilesByName(String userId, String name, int startFrom, int pageSize)Return information about matching named actor profiles. -
Uses of ActorProfileElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ActorProfileElement Modifier and Type Method Description ActorProfileElementPersonRoleAppointee. getProfile()Return the profile information for the individual.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ActorProfileElement Modifier and Type Method Description voidPersonRoleAppointee. setProfile(ActorProfileElement profile)Set up the profile information for the individual.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ActorProfileElement Constructor Description ActorProfileElement(ActorProfileElement template)Copy/clone Constructor - the resulting object. -
Uses of ActorProfileElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return ActorProfileElement Modifier and Type Method Description ActorProfileElementActorProfileResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type ActorProfileElement Modifier and Type Method Description List<ActorProfileElement>ActorProfileListResponse. getElements()Return the profile result.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type ActorProfileElement Modifier and Type Method Description voidActorProfileResponse. setElement(ActorProfileElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.rest with type arguments of type ActorProfileElement Modifier and Type Method Description voidActorProfileListResponse. setElements(List<ActorProfileElement> elements)Set up the profile result.
-