Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ActorProfileElement
-
Packages that use ActorProfileElement Package Description org.odpi.openmetadata.accessservices.projectmanagement.api The API package defines the Java interfaces supported by the Project Management OMAS.org.odpi.openmetadata.accessservices.projectmanagement.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.projectmanagement.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ActorProfileElement in org.odpi.openmetadata.accessservices.projectmanagement.api
Methods in org.odpi.openmetadata.accessservices.projectmanagement.api that return types with arguments of type ActorProfileElement Modifier and Type Method Description List<ActorProfileElement>ProjectsInterface. getProjectActors(String userId, String projectGUID, int startFrom, int pageSize)Return information about the actors linked to a project. -
Uses of ActorProfileElement in org.odpi.openmetadata.accessservices.projectmanagement.metadataelements
Constructors in org.odpi.openmetadata.accessservices.projectmanagement.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.projectmanagement.rest
Methods in org.odpi.openmetadata.accessservices.projectmanagement.rest that return types with arguments of type ActorProfileElement Modifier and Type Method Description List<ActorProfileElement>ActorProfileListResponse. getElements()Return the profile result.Method parameters in org.odpi.openmetadata.accessservices.projectmanagement.rest with type arguments of type ActorProfileElement Modifier and Type Method Description voidActorProfileListResponse. setElements(List<ActorProfileElement> elements)Set up the profile result.
-