Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.ReportElement
-
Packages that use ReportElement Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ReportElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return ReportElement Modifier and Type Method Description ReportElementDisplayApplicationInterface. getReportByGUID(String userId, String guid)Retrieve the report metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type ReportElement Modifier and Type Method Description List<ReportElement>DisplayApplicationInterface. findReports(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of report metadata elements that contain the search string.List<ReportElement>DisplayApplicationInterface. getReportsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of report metadata elements with a matching qualified or display name.List<ReportElement>DisplayApplicationInterface. getReportsForApplication(String userId, String applicationGUID, String applicationName, int startFrom, int pageSize)Retrieve the list of reports created by this caller. -
Uses of ReportElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type ReportElement Constructor Description ReportElement(ReportElement template)Copy/clone constructor -
Uses of ReportElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return ReportElement Modifier and Type Method Description ReportElementReportResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type ReportElement Modifier and Type Method Description List<ReportElement>ReportsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type ReportElement Modifier and Type Method Description voidReportResponse. setElement(ReportElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type ReportElement Modifier and Type Method Description voidReportsResponse. setElementList(List<ReportElement> elementList)Set up the metadata element to return.
-