Class ExecuteDataFlowActivity


  • public class ExecuteDataFlowActivity
    extends ExecutionActivity
    Execute data flow activity.
    • Constructor Detail

      • ExecuteDataFlowActivity

        public ExecuteDataFlowActivity()
    • Method Detail

      • getDataflow

        public DataFlowReference getDataflow()
        Get the dataflow property: Data flow reference.
        Returns:
        the dataflow value.
      • setDataflow

        public ExecuteDataFlowActivity setDataflow​(DataFlowReference dataflow)
        Set the dataflow property: Data flow reference.
        Parameters:
        dataflow - the dataflow value to set.
        Returns:
        the ExecuteDataFlowActivity object itself.
      • getStaging

        public DataFlowStagingInfo getStaging()
        Get the staging property: Staging info for execute data flow activity.
        Returns:
        the staging value.
      • setStaging

        public ExecuteDataFlowActivity setStaging​(DataFlowStagingInfo staging)
        Set the staging property: Staging info for execute data flow activity.
        Parameters:
        staging - the staging value to set.
        Returns:
        the ExecuteDataFlowActivity object itself.
      • getIntegrationRuntime

        public IntegrationRuntimeReference getIntegrationRuntime()
        Get the integrationRuntime property: The integration runtime reference.
        Returns:
        the integrationRuntime value.
      • setIntegrationRuntime

        public ExecuteDataFlowActivity setIntegrationRuntime​(IntegrationRuntimeReference integrationRuntime)
        Set the integrationRuntime property: The integration runtime reference.
        Parameters:
        integrationRuntime - the integrationRuntime value to set.
        Returns:
        the ExecuteDataFlowActivity object itself.
      • getTraceLevel

        public Object getTraceLevel()
        Get the traceLevel property: Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string).
        Returns:
        the traceLevel value.
      • setTraceLevel

        public ExecuteDataFlowActivity setTraceLevel​(Object traceLevel)
        Set the traceLevel property: Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string).
        Parameters:
        traceLevel - the traceLevel value to set.
        Returns:
        the ExecuteDataFlowActivity object itself.
      • getContinueOnError

        public Object getContinueOnError()
        Get the continueOnError property: Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean).
        Returns:
        the continueOnError value.
      • setContinueOnError

        public ExecuteDataFlowActivity setContinueOnError​(Object continueOnError)
        Set the continueOnError property: Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean).
        Parameters:
        continueOnError - the continueOnError value to set.
        Returns:
        the ExecuteDataFlowActivity object itself.
      • getRunConcurrently

        public Object getRunConcurrently()
        Get the runConcurrently property: Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean).
        Returns:
        the runConcurrently value.
      • setRunConcurrently

        public ExecuteDataFlowActivity setRunConcurrently​(Object runConcurrently)
        Set the runConcurrently property: Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean).
        Parameters:
        runConcurrently - the runConcurrently value to set.
        Returns:
        the ExecuteDataFlowActivity object itself.