Class IConnectorRequestModifier.State

java.lang.Object
com.i2group.disco.daod.spi.IConnectorRequestModifier.State
Enclosing interface:
IConnectorRequestModifier

public static class IConnectorRequestModifier.State extends Object
A store for request state that must be available to all calls to the same asynchronous query on an i2 Connect connector.
Since:
11.4
  • Constructor Details

  • Method Details

    • getValueMap

      public Map<String,String> getValueMap()
      Gets the stored state.
      Returns:
      The stored state, as a map of String keys to String values.
    • setValueMap

      public void setValueMap(Map<String,String> valueMap)
      Sets the stored state.
      Parameters:
      valueMap - The state to store, as a map of String keys to String values that overwrites any previously stored state.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object