public class StandardLabel extends Object implements Label
| Modifier and Type | Field and Description |
|---|---|
private String |
identifier |
private AtomicReference<Position> |
position |
private AtomicReference<ProcessGroup> |
processGroup |
private AtomicReference<Size> |
size |
private AtomicReference<Map<String,String>> |
style |
private AtomicReference<String> |
value |
private AtomicReference<String> |
versionedComponentId |
| Constructor and Description |
|---|
StandardLabel(String identifier,
Position position,
Map<String,String> style,
String value,
ProcessGroup processGroup) |
StandardLabel(String identifier,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
Authorizable |
getParentAuthorizable() |
Position |
getPosition() |
ProcessGroup |
getProcessGroup() |
String |
getProcessGroupIdentifier() |
Resource |
getResource() |
Size |
getSize() |
Map<String,String> |
getStyle() |
String |
getValue() |
Optional<String> |
getVersionedComponentId() |
void |
setPosition(Position position) |
void |
setProcessGroup(ProcessGroup group) |
void |
setSize(Size size) |
void |
setStyle(Map<String,String> style) |
void |
setValue(String value) |
void |
setVersionedComponentId(String versionedComponentId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthorize, authorize, checkAuthorization, checkAuthorization, getRequestedResource, isAuthorizedprivate final String identifier
private final AtomicReference<Position> position
private final AtomicReference<Size> size
private final AtomicReference<Map<String,String>> style
private final AtomicReference<String> value
private final AtomicReference<ProcessGroup> processGroup
private final AtomicReference<String> versionedComponentId
public Position getPosition()
getPosition in interface Positionablepublic void setPosition(Position position)
setPosition in interface Positionablepublic String getIdentifier()
getIdentifier in interface ComponentAuthorizablegetIdentifier in interface Labelpublic String getProcessGroupIdentifier()
getProcessGroupIdentifier in interface ComponentAuthorizablepublic Authorizable getParentAuthorizable()
getParentAuthorizable in interface Authorizablepublic Resource getResource()
getResource in interface Authorizablepublic void setProcessGroup(ProcessGroup group)
setProcessGroup in interface Labelpublic ProcessGroup getProcessGroup()
getProcessGroup in interface Labelpublic Optional<String> getVersionedComponentId()
getVersionedComponentId in interface VersionedComponentpublic void setVersionedComponentId(String versionedComponentId)
setVersionedComponentId in interface VersionedComponentCopyright © 2021 Apache NiFi Project. All rights reserved.