Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.metadataelements.ActorProfileElement
-
Packages that use ActorProfileElement Package Description org.odpi.openmetadata.accessservices.securitymanager.api org.odpi.openmetadata.accessservices.securitymanager.metadataelements org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ActorProfileElement in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return ActorProfileElement Modifier and Type Method Description ActorProfileElementSecurityManagerInterface. getActorProfileByGUID(String userId, String actorProfileGUID)Return information about a specific actor profile.ActorProfileElementSecurityManagerInterface. getActorProfileByUserId(String userId, String actorProfileUserId)Return information about a specific actor profile.Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return types with arguments of type ActorProfileElement Modifier and Type Method Description List<ActorProfileElement>SecurityManagerInterface. findActorProfile(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of matching profiles for the search string.List<ActorProfileElement>SecurityManagerInterface. getActorProfileByName(String userId, String name, int startFrom, int pageSize)Return information about a named actor profile. -
Uses of ActorProfileElement in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return ActorProfileElement Modifier and Type Method Description ActorProfileElementPersonRoleAppointee. getProfile()Return the profile information for the individual.Methods in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.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.securitymanager.rest
Methods in org.odpi.openmetadata.accessservices.securitymanager.rest that return ActorProfileElement Modifier and Type Method Description ActorProfileElementActorProfileResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.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.securitymanager.rest with type arguments of type ActorProfileElement Modifier and Type Method Description voidActorProfileListResponse. setElements(List<ActorProfileElement> elements)Set up the profile result.
-