public interface RevisableEntity
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
RevisionInfo |
getRevision() |
void |
setIdentifier(String identifier)
Sets the identifier for the entity.
|
void |
setRevision(RevisionInfo revision)
Sets the revision info for the entity.
|
String getIdentifier()
void setIdentifier(String identifier)
identifier - the identifierRevisionInfo getRevision()
void setRevision(RevisionInfo revision)
revision - the revision infoCopyright © 2022 Apache NiFi Project. All rights reserved.