Package org.apache.nifi.parameter
Class ReferenceOnlyParameterContext
java.lang.Object
org.apache.nifi.parameter.StandardParameterContext
org.apache.nifi.parameter.ReferenceOnlyParameterContext
- All Implemented Interfaces:
Authorizable,ComponentAuthorizable,ParameterContext,ParameterLookup
Represents only an ID reference for a ParameterContext.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.nifi.parameter.StandardParameterContext
StandardParameterContext.Builder -
Field Summary
Fields inherited from interface org.apache.nifi.parameter.ParameterLookup
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.nifi.parameter.StandardParameterContext
authorize, configureParameterProvider, getDescription, getEffectiveParameters, getEffectiveParameterUpdates, getIdentifier, getInheritedParameterContextNames, getInheritedParameterContexts, getName, getParameter, getParameter, getParameterProvider, getParameterProviderConfiguration, getParameterProviderLookup, getParameterReferenceManager, getParameters, getParentAuthorizable, getProcessGroupIdentifier, getResource, getVersion, hasReferencingComponents, inheritsFrom, isAuthorized, isEmpty, setDescription, setInheritedParameterContexts, setName, setParameters, toString, verifyCanSetParameters, verifyCanSetParameters, verifyCanUpdateParameterContextMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.authorization.resource.Authorizable
authorize, checkAuthorization, checkAuthorization, getRequestedResource
-
Constructor Details
-
ReferenceOnlyParameterContext
-
-
Method Details
-
equals
A ParameterContext's identity is its identifier.- Overrides:
equalsin classStandardParameterContext- Parameters:
obj- Another object- Returns:
- Whether this is equal to the object
-
hashCode
public int hashCode()A ParameterContext's identity is its identifier.- Overrides:
hashCodein classStandardParameterContext- Returns:
- The hash code
-