Class SubtypeLimitedFindRequest

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InstanceFindRequest

public class SubtypeLimitedFindRequest extends TypeLimitedFindRequest
SubtypeLimitedFindRequest extends the type limited find request to allow the caller to request that only a restricted list of subtypes of the overall type are included in the results.
See Also:
  • Constructor Details

    • SubtypeLimitedFindRequest

      public SubtypeLimitedFindRequest()
      Default constructor
    • SubtypeLimitedFindRequest

      public SubtypeLimitedFindRequest(SubtypeLimitedFindRequest template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getSubtypeGUIDs

      public List<String> getSubtypeGUIDs()
      Return the subtype guids to limit the results of the find request.
      Returns:
      List<String> guids
    • setSubtypeGUIDs

      public void setSubtypeGUIDs(List<String> subtypeGUIDs)
      Set up the subtype guids to limit the results of the find request.
      Parameters:
      subtypeGUIDs - List<String> guids
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class TypeLimitedFindRequest
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class TypeLimitedFindRequest
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class TypeLimitedFindRequest
      Returns:
      int hash code