Uses of Enum Class
org.apache.nifi.processors.asana.utils.AsanaObjectState
Packages that use AsanaObjectState
-
Uses of AsanaObjectState in org.apache.nifi.processors.asana
Methods in org.apache.nifi.processors.asana with parameters of type AsanaObjectStateModifier and TypeMethodDescriptionprivate voidGetAsanaObject.transferBatchedItemsFromBuffer(org.apache.nifi.processor.ProcessSession session, AsanaObjectState state, Collection<String> buffer) private static voidGetAsanaObject.transferFlowFileByAsanaObjectState(org.apache.nifi.processor.ProcessSession session, AsanaObjectState state, org.apache.nifi.flowfile.FlowFile flowFile) -
Uses of AsanaObjectState in org.apache.nifi.processors.asana.utils
Fields in org.apache.nifi.processors.asana.utils declared as AsanaObjectStateMethods in org.apache.nifi.processors.asana.utils that return AsanaObjectStateModifier and TypeMethodDescriptionAsanaObject.getState()static AsanaObjectStateReturns the enum constant of this class with the specified name.static AsanaObjectState[]AsanaObjectState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.nifi.processors.asana.utils with parameters of type AsanaObjectStateModifierConstructorDescriptionAsanaObject(AsanaObjectState state, String gid) AsanaObject(AsanaObjectState state, String gid, String content) AsanaObject(AsanaObjectState state, String gid, String content, String fingerprint)