Interface ProjectManagementClientExecutionContext


@Role public interface ProjectManagementClientExecutionContext
The execution context of the project management client. Can be used to pass additional information to the client implementation.
Since:
1.0
Version:
$Id$
  • Method Details

    • getContext

      Map<String,Object> getContext()
      Returns:
      a map containing various information that can be used by the client. Returns an empty map if the context was not set.
    • get

      Object get(String key)
      Parameters:
      key - identifies tha value that might or might not be set in the context.
      Returns:
      a value from the current execution context or null if the key was not found.