public interface VersionedComponent
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getVersionedComponentId() |
void |
setVersionedComponentId(String versionedComponentId)
Updates the versioned component identifier
|
Optional<String> getVersionedComponentId()
Optional.empty
if this component has not
been saved to a Flow Registry or imported.void setVersionedComponentId(String versionedComponentId)
versionedComponentId
- the identifier of the versioned componentIllegalStateException
- if this component is already under version control with a different ID and
the given ID is not nullCopyright © 2022 Apache NiFi Project. All rights reserved.