Class DelegateExecutionContext


  • public class DelegateExecutionContext
    extends java.lang.Object
    Represents a delegation execution context which should return the current delegation execution.
    Author:
    Christopher Zell
    • Constructor Detail

      • DelegateExecutionContext

        public DelegateExecutionContext()
    • Method Detail

      • getCurrentDelegationExecution

        public static DelegateExecution getCurrentDelegationExecution()
        Returns the current delegation execution or null if the execution is not available.
        Returns:
        the current delegation execution or null if not available