Package org.apache.nifi.controller.label
Class StandardLabel
java.lang.Object
org.apache.nifi.controller.label.StandardLabel
- All Implemented Interfaces:
Authorizable,ComponentAuthorizable,VersionedComponent,Positionable,Label
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longprivate final Stringprivate final AtomicReference<Position> private final AtomicReference<ProcessGroup> private final AtomicReference<Size> private final AtomicReference<Map<String, String>> private final AtomicReference<String> private final AtomicReference<String> private final AtomicLong -
Constructor Summary
ConstructorsConstructorDescriptionStandardLabel(String identifier, String value) StandardLabel(String identifier, Position position, Map<String, String> style, String value, ProcessGroup processGroup) -
Method Summary
Modifier and TypeMethodDescriptionprivate StringgetSize()getStyle()getValue()longvoidsetPosition(Position position) voidsetProcessGroup(ProcessGroup group) voidvoidvoidvoidsetVersionedComponentId(String versionedComponentId) voidsetZIndex(long zIndex) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.authorization.resource.Authorizable
authorize, authorize, checkAuthorization, checkAuthorization, getRequestedResource, isAuthorized
-
Field Details
-
DEFAULT_Z_INDEX
public static final long DEFAULT_Z_INDEX- See Also:
-
identifier
-
position
-
size
-
style
-
value
-
processGroup
-
versionedComponentId
-
zIndex
-
-
Constructor Details
-
StandardLabel
-
StandardLabel
-
-
Method Details
-
getPosition
- Specified by:
getPositionin interfacePositionable
-
setPosition
- Specified by:
setPositionin interfacePositionable
-
getSize
-
setSize
-
getIdentifier
- Specified by:
getIdentifierin interfaceComponentAuthorizable- Specified by:
getIdentifierin interfaceLabel
-
getProcessGroupIdentifier
- Specified by:
getProcessGroupIdentifierin interfaceComponentAuthorizable
-
getParentAuthorizable
- Specified by:
getParentAuthorizablein interfaceAuthorizable
-
getResource
- Specified by:
getResourcein interfaceAuthorizable
-
getStyle
-
setStyle
-
getValue
-
setValue
-
setProcessGroup
- Specified by:
setProcessGroupin interfaceLabel
-
getProcessGroup
- Specified by:
getProcessGroupin interfaceLabel
-
getVersionedComponentId
- Specified by:
getVersionedComponentIdin interfaceVersionedComponent
-
setVersionedComponentId
- Specified by:
setVersionedComponentIdin interfaceVersionedComponent
-
getZIndex
public long getZIndex() -
setZIndex
public void setZIndex(long zIndex) -
toString
-
ellipsis
-