Class RunOperationOnList


  • public class RunOperationOnList
    extends Object
    Run an embedded operation chain using the current input. The output is undefined (Void)
    Since:
    5.5
    Author:
    Bogdan Stefanescu
    • Field Detail

      • chainId

        protected String chainId
      • listName

        protected String listName
      • itemName

        protected String itemName
      • isolate

        protected boolean isolate
      • chainParameters

        protected Properties chainParameters
      • newTx

        protected boolean newTx
        Since:
        6.0 Define if the chain in parameter should be executed in new transaction.
      • timeout

        protected Integer timeout
        Since:
        6.0 Define transaction timeout (default to 60 sec).
      • rollbackGlobalOnError

        protected boolean rollbackGlobalOnError
        Since:
        6.0 Define if transaction should rollback or not (default to true).
    • Constructor Detail

      • RunOperationOnList

        public RunOperationOnList()