Class SearchKey<T>

java.lang.Object
com.webmethods.portal.service.task.SearchKey<T>
Type Parameters:
T - - the key type

public class SearchKey<T> extends Object
Class for defining a custom search key, used when specifying a context in a TE search.
  • Constructor Details

    • SearchKey

      public SearchKey(String id, Class<T> type)
      Fields initialization.
      Parameters:
      id - - the key id
      type - - the key type
  • Method Details