public interface AsanaObjectFetcher
| Modifier and Type | Method and Description |
|---|---|
void |
clearState()
Call this method to wipe out all the state information of this object fetcher.
|
AsanaObject |
fetchNext()
Call this method to retrieve the next unprocessed object from Asana.
|
void |
loadState(Map<String,String> state)
Call this method to deserialize & restore a state that was saved/exported earlier.
|
Map<String,String> |
saveState()
Call this method to serialize this object fetcher's state.
|
AsanaObject fetchNext()
AsanaObject contains
the object in Json formatted string, and information about its ID and whether it is new, updated, or removed.AsanaObject otherwise.Map<String,String> saveState()
Map containing the object state in key-value pairs. Optimized for using it with
StateManagervoid loadState(Map<String,String> state)
state - A Map containing all the key-value pairs returned by a prior call to saveState().void clearState()
Copyright © 2024 Apache NiFi Project. All rights reserved.