public abstract class ComponentDAO extends Object
| Constructor and Description |
|---|
ComponentDAO() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> boolean |
isAnyNotNull(T... objects)
Returns whether any of the specified objects are not null.
|
protected <T> boolean |
isNotNull(T object)
Returns whether the specified object is not null.
|
protected ProcessGroup |
locateProcessGroup(FlowController flowController,
String groupId)
Locates the specified ProcessGroup.
|
protected <T> boolean isNotNull(T object)
T - object - protected <T> boolean isAnyNotNull(T... objects)
T - objects - protected ProcessGroup locateProcessGroup(FlowController flowController, String groupId)
flowController - groupId - Copyright © 2015 Apache NiFi (incubating). All rights reserved.