Class IlmdSearchRequest

java.lang.Object
com.persequor.extension.eventservice.IlmdSearchRequest

public class IlmdSearchRequest extends Object
  • Method Details

    • of

      public static IlmdSearchRequest of(Collection<String> epcs)
    • of

      public static IlmdSearchRequest of(String... epcs)
    • withEpcExpansion

      public IlmdSearchRequest withEpcExpansion(EpcExpanderMode mode)
      This will set the expansion mode of the EPCs in the request. This will not affect EPC in the recursive lookups only the ones in the Request will be expanded. The default is DISABLED.
      Parameters:
      mode - the mode of EPC Expansion to use.
      Returns:
      a search request for further chaining
      See Also:
    • getEpcs

      public Collection<String> getEpcs()
    • getEpcExpanderMode

      public EpcExpanderMode getEpcExpanderMode()
    • copy

      public IlmdSearchRequest copy()
      This will create a copy of the current request. This is useful if you want to modify the request without affecting the original request.
      Returns:
      a copy of the current request