Uses of Class
adams.core.io.FlowFile
-
Packages that use FlowFile Package Description adams.flow.control adams.flow.control.flowrestart.operation adams.flow.core adams.flow.setup adams.flow.standalone adams.scripting.command.flow weka.filters -
-
Uses of FlowFile in adams.flow.control
Fields in adams.flow.control declared as FlowFile Modifier and Type Field Description protected FlowFile
Flow. m_ExecuteOnError
the external flow to execute in case of an abnormal stop.protected FlowFile
Flow. m_ExecuteOnFinish
the external flow to execute in case the flow finishes normal.Methods in adams.flow.control that return FlowFile Modifier and Type Method Description FlowFile
Flow. getExecuteOnError()
Returns the external flow to execute in case the flow finishes with an error.FlowFile
Flow. getExecuteOnFinish()
Returns the external flow to execute in case the flow finishes without any errors.Methods in adams.flow.control with parameters of type FlowFile Modifier and Type Method Description void
Flow. setExecuteOnError(FlowFile value)
Sets the external flow to execute in case the flow finishes with an error.void
Flow. setExecuteOnFinish(FlowFile value)
Sets the external flow to execute in case the flow finishes without any errors. -
Uses of FlowFile in adams.flow.control.flowrestart.operation
Fields in adams.flow.control.flowrestart.operation declared as FlowFile Modifier and Type Field Description protected FlowFile
FlowFile. m_FlowFile
the command to start.Methods in adams.flow.control.flowrestart.operation that return FlowFile Modifier and Type Method Description FlowFile
FlowFile. getFlowFile()
Returns the flow to start.Methods in adams.flow.control.flowrestart.operation with parameters of type FlowFile Modifier and Type Method Description void
FlowFile. setFlowFile(FlowFile value)
Sets the flow to start. -
Uses of FlowFile in adams.flow.core
Fields in adams.flow.core declared as FlowFile Modifier and Type Field Description protected FlowFile
AbstractBaseExternalActor. m_ActorFile
the file the external actor is stored in.Methods in adams.flow.core that return FlowFile Modifier and Type Method Description FlowFile
AbstractBaseExternalActor. getActorFile()
Returns the file containing the external actor.FlowFile
ExternalActorFileHandler. getActorFile()
Returns the file containing the external actor.Methods in adams.flow.core with parameters of type FlowFile Modifier and Type Method Description void
AbstractBaseExternalActor. setActorFile(FlowFile value)
Sets the file containing the external actor.void
ExternalActorFileHandler. setActorFile(FlowFile value)
Sets the file containing the external actor. -
Uses of FlowFile in adams.flow.setup
Fields in adams.flow.setup declared as FlowFile Modifier and Type Field Description protected FlowFile
FlowSetup. m_File
the flow file.Methods in adams.flow.setup that return FlowFile Modifier and Type Method Description FlowFile
FlowSetup. getFile()
Returns the current flow file.Methods in adams.flow.setup with parameters of type FlowFile Modifier and Type Method Description void
FlowSetup. setFile(FlowFile value)
Sets the flow file. -
Uses of FlowFile in adams.flow.standalone
Fields in adams.flow.standalone declared as FlowFile Modifier and Type Field Description protected FlowFile
ExternalFlow. m_ActorFile
the file the external flow is stored in.Methods in adams.flow.standalone that return FlowFile Modifier and Type Method Description FlowFile
ExternalFlow. getActorFile()
Returns the file containing the external flow.Methods in adams.flow.standalone with parameters of type FlowFile Modifier and Type Method Description void
ExternalFlow. setActorFile(FlowFile value)
Sets the file containing the external actor. -
Uses of FlowFile in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as FlowFile Modifier and Type Field Description protected FlowFile
RemoteFlowExecution. m_Flow
the flow to execute remotely.Methods in adams.scripting.command.flow that return FlowFile Modifier and Type Method Description FlowFile
RemoteFlowExecution. getFlow()
Returns the flow to execute remotely.Methods in adams.scripting.command.flow with parameters of type FlowFile Modifier and Type Method Description void
RemoteFlowExecution. setFlow(FlowFile value)
Sets the flow to execute remotely. -
Uses of FlowFile in weka.filters
Fields in weka.filters declared as FlowFile Modifier and Type Field Description protected FlowFile
FlowFilter. m_FlowFile
the flow file to process the data with.Methods in weka.filters that return FlowFile Modifier and Type Method Description FlowFile
FlowFilter. getFlowFile()
Returns the flow to process the data with.Methods in weka.filters with parameters of type FlowFile Modifier and Type Method Description void
FlowFilter. setFlowFile(FlowFile value)
Sets the flow to process the data with.
-