Package org.apache.nifi.registry.flow
Class StandardVersionControlInformation
java.lang.Object
org.apache.nifi.registry.flow.StandardVersionControlInformation
- All Implemented Interfaces:
VersionControlInformation
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardVersionControlInformation(String registryId, String registryName, String branch, String bucketId, String flowId, String version, String storageLocation, VersionedProcessGroup snapshot, VersionedFlowStatus status) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBucketName(String bucketName) voidsetFlowDescription(String flowDescription) voidsetFlowName(String flowName) voidsetFlowSnapshot(VersionedProcessGroup flowSnapshot) voidsetRegistryName(String registryName) voidsetStorageLocation(String storageLocation)
-
Field Details
-
registryIdentifier
-
registryName
-
branch
-
bucketIdentifier
-
bucketName
-
flowIdentifier
-
flowName
-
flowDescription
-
storageLocation
-
version
-
flowSnapshot
-
status
-
-
Constructor Details
-
StandardVersionControlInformation
public StandardVersionControlInformation(String registryId, String registryName, String branch, String bucketId, String flowId, String version, String storageLocation, VersionedProcessGroup snapshot, VersionedFlowStatus status)
-
-
Method Details
-
getRegistryIdentifier
- Specified by:
getRegistryIdentifierin interfaceVersionControlInformation
-
getRegistryName
- Specified by:
getRegistryNamein interfaceVersionControlInformation
-
setRegistryName
-
getBranch
- Specified by:
getBranchin interfaceVersionControlInformation
-
getBucketIdentifier
- Specified by:
getBucketIdentifierin interfaceVersionControlInformation
-
getBucketName
- Specified by:
getBucketNamein interfaceVersionControlInformation
-
setBucketName
-
getFlowIdentifier
- Specified by:
getFlowIdentifierin interfaceVersionControlInformation
-
setFlowName
-
getFlowName
- Specified by:
getFlowNamein interfaceVersionControlInformation
-
setFlowDescription
-
getFlowDescription
- Specified by:
getFlowDescriptionin interfaceVersionControlInformation
-
getStorageLocation
- Specified by:
getStorageLocationin interfaceVersionControlInformation
-
setStorageLocation
-
getVersion
- Specified by:
getVersionin interfaceVersionControlInformation
-
getFlowSnapshot
- Specified by:
getFlowSnapshotin interfaceVersionControlInformation
-
setFlowSnapshot
-
getStatus
- Specified by:
getStatusin interfaceVersionControlInformation
-