Class RunOperationOnList

java.lang.Object
org.nuxeo.ecm.automation.core.operations.execution.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 Details

    • ID

      public static final String ID
      See Also:
    • ctx

      protected OperationContext ctx
    • service

      protected AutomationService service
    • session

      protected CoreSession session
    • 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 Details

    • RunOperationOnList

      public RunOperationOnList()
  • Method Details