Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ActorProfileElement
-
Packages that use ActorProfileElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.metadataelements 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. findActorProfile(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of matching profiles for the search string.List<ActorProfileElement>OrganizationManagementInterface. getActorProfileByName(String userId, String name, int startFrom, int pageSize)Return information about a named actor profile. -
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.
-