| Package | Description |
|---|---|
| org.apache.nifi.web.api |
The NiFi REST API allows clients to obtain and update configuration and
status information pertaining to an instance of NiFi.
|
| org.apache.nifi.web.api.request |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
HistoryResource.deleteHistory(ClientIdParameter clientId,
DateTimeParameter endDate)
Deletes flow history from the specified end date.
|
javax.ws.rs.core.Response |
HistoryResource.queryHistory(ClientIdParameter clientId,
IntegerParameter offset,
IntegerParameter count,
String sortColumn,
String sortOrder,
DateTimeParameter startDate,
DateTimeParameter endDate,
String userName,
String sourceId)
Queries the history of this Controller.
|
javax.ws.rs.core.Response |
ProvenanceResource.submitProvenanceRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
DateTimeParameter startDate,
DateTimeParameter endDate,
String minimumFileSize,
String maximumFileSize,
IntegerParameter maxResults,
String clusterNodeId,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Creates provenance using the specified query criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DateTimeParameter.format(DateTimeParameter param) |
Copyright © 2015 Apache NiFi (incubating). All rights reserved.