Class ExecutionRequest


  • public class ExecutionRequest
    extends Object
    • Constructor Detail

      • ExecutionRequest

        public ExecutionRequest()
    • Method Detail

      • getToInvokeCollectors

        public Set<String> getToInvokeCollectors()
      • getToInvokeControllers

        public Set<String> getToInvokeControllers()
      • setToInvokeCollectors

        public void setToInvokeCollectors​(Set<String> toInvokeCollectors)
      • setToInvokeControllers

        public void setToInvokeControllers​(Set<String> toInvokeControllers)
      • getCallerID

        public String getCallerID()
      • setCallerID

        public void setCallerID​(String callerID)
      • getContext

        public String getContext()
      • setContext

        public void setContext​(String context)
      • getEncryptedToken

        public String getEncryptedToken()
      • setEncryptedToken

        public void setEncryptedToken​(String encryptedToken)