Class ConvenientBpeeExecutionContext

  • All Implemented Interfaces:
    de.uplanet.lucy.bpee.IBpeeExecutionContext, de.uplanet.util.IDumpable, groovy.lang.GroovyObject

    public final class ConvenientBpeeExecutionContext
    extends groovy.util.Expando
    implements de.uplanet.lucy.bpee.IBpeeExecutionContext
    • Constructor Detail

      • ConvenientBpeeExecutionContext

        public ConvenientBpeeExecutionContext​(de.uplanet.lucy.bpee.IBpeeExecutionContext p_ctx)
    • Method Detail

      • hasProcessingContext

        public boolean hasProcessingContext()
        Specified by:
        hasProcessingContext in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • getProcessingContext

        public IProcessingContext getProcessingContext()
        Specified by:
        getProcessingContext in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • getWrappedContext

        public de.uplanet.lucy.bpee.IBpeeExecutionContext getWrappedContext()
      • contains

        public boolean contains​(String p_strNamespace,
                                String p_strLocalName)
      • contains

        public boolean contains​(QName p_qnm)
        Specified by:
        contains in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • containsVariable

        public boolean containsVariable​(String p_strNamespace,
                                        String p_strLocalName)
      • containsVariable

        public boolean containsVariable​(QName p_qnmVariable)
        Specified by:
        containsVariable in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • get

        public Object get​(QName p_qnm)
        Specified by:
        get in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • getVariable

        public IValueHolder<?> getVariable​(QName p_qnmVariable)
        Specified by:
        getVariable in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • put

        public void put​(String p_strNamespace,
                        String p_strLocalName,
                        Object p_value)
      • put

        public void put​(QName p_qnm,
                        Object p_value)
        Specified by:
        put in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • putVariable

        public void putVariable​(QName p_qnmVariable,
                                IValueHolder<?> p_vh)
        Specified by:
        putVariable in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • remove

        public void remove​(String p_strNamespace,
                           String p_strLocalName)
      • remove

        public void remove​(QName p_qnm)
        Specified by:
        remove in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • removeVariable

        public void removeVariable​(String p_strNamespace,
                                   String p_strLocalName)
      • removeVariable

        public void removeVariable​(QName p_qnmVariable)
        Specified by:
        removeVariable in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • getOrderedVariableKeySet

        public SortedSet<QName> getOrderedVariableKeySet()
        Specified by:
        getOrderedVariableKeySet in interface de.uplanet.lucy.bpee.IBpeeExecutionContext
      • dump

        public String dump()
        Specified by:
        dump in interface de.uplanet.util.IDumpable