| Package | Description |
|---|---|
| org.apache.nifi.processors.asana | |
| org.apache.nifi.processors.asana.utils |
| Modifier and Type | Method and Description |
|---|---|
private void |
GetAsanaObject.transferBatchedItemsFromBuffer(ProcessSession session,
AsanaObjectState state,
Collection<String> buffer) |
private static void |
GetAsanaObject.transferFlowFileByAsanaObjectState(ProcessSession session,
AsanaObjectState state,
FlowFile flowFile) |
| Modifier and Type | Field and Description |
|---|---|
private AsanaObjectState |
AsanaObject.state |
| Modifier and Type | Method and Description |
|---|---|
AsanaObjectState |
AsanaObject.getState() |
static AsanaObjectState |
AsanaObjectState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsanaObjectState[] |
AsanaObjectState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AsanaObject(AsanaObjectState state,
String gid) |
AsanaObject(AsanaObjectState state,
String gid,
String content) |
AsanaObject(AsanaObjectState state,
String gid,
String content,
String fingerprint) |
Copyright © 2024 Apache NiFi Project. All rights reserved.