| 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.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ProcessGroupResource.copySnippet(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String snippetId,
DoubleParameter originX,
DoubleParameter originY)
Copies the specified snippet within this ProcessGroup.
|
javax.ws.rs.core.Response |
ControllerResource.createArchive(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId)
Creates a new archive of this flow controller.
|
javax.ws.rs.core.Response |
ConnectionResource.createConnection(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String name,
String sourceId,
String sourceGroupId,
ConnectableTypeParameter sourceType,
Set<String> relationships,
List<String> bends,
String flowFileExpiration,
LongParameter backPressureObjectThreshold,
String backPressureDataSizeThreshold,
List<String> prioritizers,
String destinationId,
String destinationGroupId,
ConnectableTypeParameter destinationType,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Creates a connection.
|
javax.ws.rs.core.Response |
FunnelResource.createFunnel(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
DoubleParameter x,
DoubleParameter y)
Creates a new funnel.
|
javax.ws.rs.core.Response |
InputPortResource.createInputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
DoubleParameter x,
DoubleParameter y,
String name)
Creates a new input port.
|
javax.ws.rs.core.Response |
LabelResource.createLabel(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
DoubleParameter x,
DoubleParameter y,
DoubleParameter width,
DoubleParameter height,
String label)
Creates a new label.
|
javax.ws.rs.core.Response |
OutputPortResource.createOutputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
DoubleParameter x,
DoubleParameter y,
String name)
Creates a new output port.
|
javax.ws.rs.core.Response |
ProcessGroupResource.createProcessGroupReference(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String name,
DoubleParameter x,
DoubleParameter y)
Adds the specified process group.
|
javax.ws.rs.core.Response |
ProcessorResource.createProcessor(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String name,
String type,
DoubleParameter x,
DoubleParameter y)
Creates a new processor.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.createRemoteProcessGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String uri,
DoubleParameter x,
DoubleParameter y)
Creates a new remote process group.
|
javax.ws.rs.core.Response |
SnippetResource.createSnippet(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String parentGroupId,
Boolean linked,
List<String> processorIds,
List<String> processGroupIds,
List<String> remoteProcessGroupIds,
List<String> inputPortIds,
List<String> outputPortIds,
List<String> connectionIds,
List<String> labelIds,
List<String> funnelIds)
Creates a new snippet based on the specified contents.
|
javax.ws.rs.core.Response |
TemplateResource.createTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String name,
String description,
String snippetId)
Creates a new template based off of the specified template.
|
javax.ws.rs.core.Response |
HistoryResource.deleteHistory(ClientIdParameter clientId,
DateTimeParameter endDate)
Deletes flow history from the specified end date.
|
javax.ws.rs.core.Response |
ProvenanceResource.deleteLineage(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String clusterNodeId,
String id)
Deletes the lineage with the specified id.
|
javax.ws.rs.core.Response |
NodeResource.deleteNode(ClientIdParameter clientId,
String id)
Removes the specified from this NiFi cluster.
|
javax.ws.rs.core.Response |
ProcessorResource.deleteProcessor(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified processor.
|
javax.ws.rs.core.Response |
ProvenanceResource.deleteProvenance(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String clusterNodeId,
String id)
Deletes the provenance with the specified id.
|
javax.ws.rs.core.Response |
ConnectionResource.deleteRelationshipTarget(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified connection.
|
javax.ws.rs.core.Response |
UserResource.deleteUser(javax.servlet.http.HttpServletRequest httpServletRequest,
String id,
ClientIdParameter clientId)
Deletes the specified user.
|
javax.ws.rs.core.Response |
TemplateResource.exportTemplate(ClientIdParameter clientId,
String id)
Retrieves the specified template.
|
javax.ws.rs.core.Response |
ControllerResource.getAboutInfo(ClientIdParameter clientId)
Retrieves details about this NiFi to put in the About dialog.
|
javax.ws.rs.core.Response |
HistoryResource.getAction(ClientIdParameter clientId,
IntegerParameter id)
Gets the action for the corresponding id.
|
javax.ws.rs.core.Response |
ControllerResource.getAuthorities(ClientIdParameter clientId)
Retrieves the user details, including the authorities, about the user
making the request.
|
javax.ws.rs.core.Response |
ControllerResource.getBanners(ClientIdParameter clientId)
Retrieves the banners for this NiFi.
|
javax.ws.rs.core.Response |
BulletinBoardResource.getBulletinBoard(ClientIdParameter clientId,
LongParameter after,
BulletinBoardPatternParameter sourceName,
BulletinBoardPatternParameter message,
BulletinBoardPatternParameter sourceId,
BulletinBoardPatternParameter groupId,
IntegerParameter limit)
Retrieves all the of templates in this NiFi.
|
javax.ws.rs.core.Response |
ClusterResource.getCluster(ClientIdParameter clientId)
Gets the contents of this NiFi cluster.
|
javax.ws.rs.core.Response |
ClusterResource.getClusterStatus(ClientIdParameter clientId)
Gets the status of this NiFi cluster.
|
javax.ws.rs.core.Response |
ConnectionResource.getConnection(ClientIdParameter clientId,
String id)
Retrieves the specified connection.
|
javax.ws.rs.core.Response |
ConnectionResource.getConnections(ClientIdParameter clientId)
Gets all the connections.
|
javax.ws.rs.core.Response |
ClusterResource.getConnectionStatus(ClientIdParameter clientId,
String id)
Gets the connection status for every node.
|
javax.ws.rs.core.Response |
ConnectionResource.getConnectionStatusHistory(ClientIdParameter clientId,
String id)
Retrieves the specified connection status history.
|
javax.ws.rs.core.Response |
ClusterResource.getConnectionStatusHistory(ClientIdParameter clientId,
String id)
Gets the connections status history for every node.
|
javax.ws.rs.core.Response |
ControllerResource.getController(ClientIdParameter clientId)
Returns the details of this NiFi.
|
javax.ws.rs.core.Response |
ControllerResource.getControllerConfig(ClientIdParameter clientId)
Retrieves the configuration for this NiFi.
|
javax.ws.rs.core.Response |
ControllerResource.getControllerStatus(ClientIdParameter clientId)
Retrieves the status for this NiFi.
|
javax.ws.rs.core.Response |
ControllerResource.getCounters(ClientIdParameter clientId)
Retrieves the counters report for this NiFi.
|
javax.ws.rs.core.Response |
FunnelResource.getFunnel(ClientIdParameter clientId,
String id)
Retrieves the specified funnel.
|
javax.ws.rs.core.Response |
FunnelResource.getFunnels(ClientIdParameter clientId)
Retrieves all the of funnels in this NiFi.
|
javax.ws.rs.core.Response |
ProvenanceResource.getInputContent(ClientIdParameter clientId,
String clusterNodeId,
LongParameter id)
Gets the content for the input of the specified event.
|
javax.ws.rs.core.Response |
InputPortResource.getInputPort(ClientIdParameter clientId,
String id)
Retrieves the specified input port.
|
javax.ws.rs.core.Response |
InputPortResource.getInputPorts(ClientIdParameter clientId)
Retrieves all the of input ports in this NiFi.
|
javax.ws.rs.core.Response |
ClusterResource.getInputPortStatus(ClientIdParameter clientId,
String id)
Gets the input port status for every node.
|
javax.ws.rs.core.Response |
LabelResource.getLabel(ClientIdParameter clientId,
String id)
Retrieves the specified label.
|
javax.ws.rs.core.Response |
LabelResource.getLabels(ClientIdParameter clientId)
Retrieves all the of labels in this NiFi.
|
javax.ws.rs.core.Response |
ProvenanceResource.getLineage(ClientIdParameter clientId,
String clusterNodeId,
String id)
Gets the lineage with the specified id.
|
javax.ws.rs.core.Response |
NodeResource.getNode(ClientIdParameter clientId,
String id)
Gets the contents of the specified node in this NiFi cluster.
|
javax.ws.rs.core.Response |
NodeResource.getNodeStatus(ClientIdParameter clientId,
String id)
Gets the status for the specified node.
|
javax.ws.rs.core.Response |
NodeResource.getNodeSystemDiagnostics(ClientIdParameter clientId,
String id)
Gets the system diagnositics for the specified node.
|
javax.ws.rs.core.Response |
ProvenanceResource.getOutputContent(ClientIdParameter clientId,
String clusterNodeId,
LongParameter id)
Gets the content for the output of the specified event.
|
javax.ws.rs.core.Response |
OutputPortResource.getOutputPort(ClientIdParameter clientId,
String id)
Retrieves the specified output port.
|
javax.ws.rs.core.Response |
OutputPortResource.getOutputPorts(ClientIdParameter clientId)
Retrieves all the of output ports in this NiFi.
|
javax.ws.rs.core.Response |
ClusterResource.getOutputPortStatus(ClientIdParameter clientId,
String id)
Gets the output port status for every node.
|
javax.ws.rs.core.Response |
ControllerResource.getPrioritizers(ClientIdParameter clientId)
Retrieves the types of prioritizers that this NiFi supports.
|
javax.ws.rs.core.Response |
ProcessGroupResource.getProcessGroup(ClientIdParameter clientId,
Boolean recursive,
Boolean verbose)
Retrieves the content of the specified group.
|
javax.ws.rs.core.Response |
ProcessGroupResource.getProcessGroup(ClientIdParameter clientId,
String processGroupReferenceId,
Boolean recursive,
Boolean verbose)
Retrieves the contents of the specified group.
|
javax.ws.rs.core.Response |
ProcessGroupResource.getProcessGroupReferences(ClientIdParameter clientId,
Boolean verbose)
Retrieves the content of the specified group reference.
|
javax.ws.rs.core.Response |
ProcessGroupResource.getProcessGroupStatus(ClientIdParameter clientId,
Boolean recursive)
Retrieves the status report for this NiFi.
|
javax.ws.rs.core.Response |
ProcessGroupResource.getProcessGroupStatusHistory(ClientIdParameter clientId)
Retrieves the specified remote process groups status history.
|
javax.ws.rs.core.Response |
ClusterResource.getProcessGroupStatusHistory(ClientIdParameter clientId,
String id)
Gets the process group status history for every node.
|
javax.ws.rs.core.Response |
ProcessorResource.getProcessor(ClientIdParameter clientId,
String id)
Retrieves the specified processor.
|
javax.ws.rs.core.Response |
ClusterResource.getProcessor(ClientIdParameter clientId,
String id)
Gets the processor.
|
javax.ws.rs.core.Response |
HistoryResource.getProcessorHistory(ClientIdParameter clientId,
String processorId)
Gets the actions for the specified processor.
|
javax.ws.rs.core.Response |
ProcessorResource.getProcessors(ClientIdParameter clientId)
Retrieves all the processors in this NiFi.
|
javax.ws.rs.core.Response |
ClusterResource.getProcessorStatus(ClientIdParameter clientId,
String id)
Gets the processor status for every node.
|
javax.ws.rs.core.Response |
ProcessorResource.getProcessorStatusHistory(ClientIdParameter clientId,
String id)
Retrieves the specified processor status history.
|
javax.ws.rs.core.Response |
ClusterResource.getProcessorStatusHistory(ClientIdParameter clientId,
String id)
Gets the processor status history for every node.
|
javax.ws.rs.core.Response |
ControllerResource.getProcessorTypes(ClientIdParameter clientId)
Retrieves the types of processors that this NiFi supports.
|
javax.ws.rs.core.Response |
ProvenanceResource.getProvenance(ClientIdParameter clientId,
String clusterNodeId,
String id)
Gets the provenance with the specified id.
|
javax.ws.rs.core.Response |
ProvenanceResource.getProvenanceEvent(ClientIdParameter clientId,
String clusterNodeId,
LongParameter id)
Gets the details for a provenance event.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.getRemoteProcessGroup(ClientIdParameter clientId,
Boolean verbose,
String id)
Retrieves the specified remote process group.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.getRemoteProcessGroups(ClientIdParameter clientId,
Boolean verbose)
Retrieves all the of remote process groups in this NiFi.
|
javax.ws.rs.core.Response |
ClusterResource.getRemoteProcessGroupStatus(ClientIdParameter clientId,
String id)
Gets the remote process group status for every node.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.getRemoteProcessGroupStatusHistory(ClientIdParameter clientId,
String id)
Retrieves the specified remote process groups status history.
|
javax.ws.rs.core.Response |
ClusterResource.getRemoteProcessGroupStatusHistory(ClientIdParameter clientId,
String id)
Gets the remote process group status history for every node.
|
javax.ws.rs.core.Response |
ProvenanceResource.getSearchOptions(ClientIdParameter clientId)
Gets the provenance search options for this NiFi.
|
javax.ws.rs.core.Response |
SnippetResource.getSnippet(ClientIdParameter clientId,
Boolean verbose,
String id)
Retrieves the specified snippet.
|
javax.ws.rs.core.Response |
SystemDiagnosticsResource.getSystemDiagnostics(ClientIdParameter clientId)
Gets the system diagnostics for this NiFi instance.
|
javax.ws.rs.core.Response |
TemplateResource.getTemplates(ClientIdParameter clientId)
Retrieves all the of templates in this NiFi.
|
javax.ws.rs.core.Response |
UserResource.getUser(ClientIdParameter clientId,
String id)
Gets the details for the specified user.
|
javax.ws.rs.core.Response |
UserResource.getUsers(ClientIdParameter clientId,
Boolean grouped)
Gets all users that are registered within this Controller.
|
javax.ws.rs.core.Response |
TemplateResource.importTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
InputStream in)
Imports the specified template.
|
javax.ws.rs.core.Response |
ProcessGroupResource.instantiateTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String templateId,
DoubleParameter originX,
DoubleParameter originY)
Instantiates the specified template within this ProcessGroup.
|
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 |
FunnelResource.removeFunnel(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified funnel.
|
javax.ws.rs.core.Response |
InputPortResource.removeInputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified input port.
|
javax.ws.rs.core.Response |
LabelResource.removeLabel(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified label.
|
javax.ws.rs.core.Response |
OutputPortResource.removeOutputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified output port.
|
javax.ws.rs.core.Response |
ProcessGroupResource.removeProcessGroupReference(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified process group reference.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.removeRemoteProcessGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified remote process group.
|
javax.ws.rs.core.Response |
SnippetResource.removeSnippet(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id)
Removes the specified snippet.
|
javax.ws.rs.core.Response |
TemplateResource.removeTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String id)
Removes the specified template.
|
javax.ws.rs.core.Response |
UserGroupResource.removeUserFromGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
String group,
String userId,
ClientIdParameter clientId)
Deletes the user from the specified group.
|
javax.ws.rs.core.Response |
ProvenanceResource.submitLineageRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String lineageRequest,
LongParameter eventId,
String uuid,
String clusterNodeId)
Submits a lineage request based on an event or a flowfile uuid.
|
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.
|
javax.ws.rs.core.Response |
ProvenanceResource.submitReplay(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String clusterNodeId,
LongParameter eventId)
Creates a new replay request for the content associated with the
specified provenance event id.
|
javax.ws.rs.core.Response |
UserGroupResource.ungroup(javax.servlet.http.HttpServletRequest httpServletRequest,
String group,
ClientIdParameter clientId)
Deletes the user group.
|
javax.ws.rs.core.Response |
ConnectionResource.updateConnection(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String connectionId,
String name,
Set<String> relationships,
List<String> bends,
IntegerParameter labelIndex,
LongParameter zIndex,
String flowFileExpiration,
LongParameter backPressureObjectThreshold,
String backPressureDataSizeThreshold,
List<String> prioritizers,
String destinationId,
String destinationGroupId,
ConnectableTypeParameter destinationType,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified relationship target.
|
javax.ws.rs.core.Response |
ControllerResource.updateControllerConfig(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String name,
String comments,
IntegerParameter maxTimerDrivenThreadCount,
IntegerParameter maxEventDrivenThreadCount)
Update the configuration for this NiFi.
|
javax.ws.rs.core.Response |
ControllerResource.updateCounter(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String id)
Update the specified counter.
|
javax.ws.rs.core.Response |
FunnelResource.updateFunnel(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
String parentGroupId,
DoubleParameter x,
DoubleParameter y)
Updates the specified funnel.
|
javax.ws.rs.core.Response |
InputPortResource.updateInputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
DoubleParameter x,
DoubleParameter y,
String comments,
Set<String> groupAccessControl,
Set<String> userAccessControl,
String name,
String state,
IntegerParameter concurrentlySchedulableTaskCount,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified input port.
|
javax.ws.rs.core.Response |
LabelResource.updateLabel(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
String label,
DoubleParameter x,
DoubleParameter y,
DoubleParameter width,
DoubleParameter height,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified label.
|
javax.ws.rs.core.Response |
NodeResource.updateNode(ClientIdParameter clientId,
String id,
String status,
Boolean primary)
Updates the contents of the specified node in this NiFi cluster.
|
javax.ws.rs.core.Response |
OutputPortResource.updateOutputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
DoubleParameter x,
DoubleParameter y,
String comments,
Set<String> groupAccessControl,
Set<String> userAccessControl,
String name,
String state,
IntegerParameter concurrentlySchedulableTaskCount,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified output port.
|
javax.ws.rs.core.Response |
ProcessGroupResource.updateProcessGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
Boolean running)
Updates the state of all processors in the process group.
|
javax.ws.rs.core.Response |
ProcessGroupResource.updateProcessGroupReference(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
String name,
String comments,
Boolean running,
DoubleParameter x,
DoubleParameter y)
Updates the specified process group.
|
javax.ws.rs.core.Response |
ProcessorResource.updateProcessor(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
DoubleParameter x,
DoubleParameter y,
String name,
IntegerParameter concurrentlySchedulableTaskCount,
String schedulingPeriod,
String penaltyDuration,
String yieldDuration,
LongParameter runDurationMillis,
String bulletinLevel,
String schedulingStrategy,
String comments,
List<String> markedForDeletion,
String state,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified processor with the specified values.
|
javax.ws.rs.core.Response |
ClusterResource.updateProcessor(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String processorId,
String annotationData)
Updates the processors annotation data.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.updateRemoteProcessGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
Boolean isTransmitting,
DoubleParameter x,
DoubleParameter y,
String communicationsTimeout,
String yieldDuration)
Updates the specified remote process group.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.updateRemoteProcessGroupInputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
String portId,
Boolean isTransmitting,
Boolean isCompressed,
IntegerParameter concurrentlySchedulableTaskCount)
Updates the specified remote process group input port.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.updateRemoteProcessGroupOutputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
String portId,
Boolean isTransmitting,
Boolean isCompressed,
IntegerParameter concurrentlySchedulableTaskCount)
Updates the specified remote process group output port.
|
javax.ws.rs.core.Response |
SnippetResource.updateSnippet(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
Boolean verbose,
String id,
String parentGroupId,
Boolean linked)
Updates the specified snippet.
|
javax.ws.rs.core.Response |
UserResource.updateUser(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
String id,
Set<String> rawAuthorities,
String status,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified user.
|
javax.ws.rs.core.Response |
UserGroupResource.updateUserGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
String group,
ClientIdParameter clientId,
Set<String> userIds,
Set<String> rawAuthorities,
String status,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates a new user group.
|
Copyright © 2015 Apache NiFi (incubating). All rights reserved.