public interface ProvenanceAuthorizableFactory
| Modifier and Type | Method and Description |
|---|---|
Authorizable |
createLocalDataAuthorizable(String componentId)
Generates an Authorizable object for the Data of the component with the given ID.
|
Authorizable |
createProvenanceDataAuthorizable(String componentId)
Generates an Authorizable object for the Provenance Data of the component with the given ID.
|
Authorizable |
createRemoteDataAuthorizable(String remoteGroupPortId)
Generates an Authorizable object for the Data of the remote group port with the given ID.
|
Authorizable createLocalDataAuthorizable(String componentId)
componentId - the ID of the component to which the Data belongsResourceNotFoundException - if no component can be found with the given IDAuthorizable createRemoteDataAuthorizable(String remoteGroupPortId)
remoteGroupPortId - the ID of the remote group port to which the data belongsResourceNotFoundException - if no component can be found with the given IDAuthorizable createProvenanceDataAuthorizable(String componentId)
componentId - the ID of the component to which the Data belongsResourceNotFoundException - if no component can be found with the given IDCopyright © 2023 Apache NiFi Project. All rights reserved.