Class TypeLimitedHistoricalFindRequest

java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
org.odpi.openmetadata.frameworkservices.gaf.rest.TypeLimitedFindRequest
org.odpi.openmetadata.frameworkservices.gaf.rest.TypeLimitedHistoricalFindRequest
All Implemented Interfaces:
Serializable

public class TypeLimitedHistoricalFindRequest extends TypeLimitedFindRequest
TypeLimitedHistoricalFindRequest provides an extension to the search parameters to include the point in time that the request should be based on. This extension is used since historical queries are optional support.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Compare the values of the supplied object with those stored in the current object.
    Return the point in time for the search.
    int
    Create a hash code for this element type.
    void
    setAsOfTime(Date asOfTime)
    Set up the point in time for the search.
    Standard toString method.

    Methods inherited from class org.odpi.openmetadata.frameworkservices.gaf.rest.TypeLimitedFindRequest

    getTypeGUID, setTypeGUID

    Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest

    getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingProperty

    Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest

    getLimitResultsByStatus, setLimitResultsByStatus

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TypeLimitedHistoricalFindRequest

      public TypeLimitedHistoricalFindRequest()
      Default constructor
    • TypeLimitedHistoricalFindRequest

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

    • getAsOfTime

      public Date getAsOfTime()
      Return the point in time for the search.
      Returns:
      date object
    • setAsOfTime

      public void setAsOfTime(Date asOfTime)
      Set up the point in time for the search.
      Parameters:
      asOfTime - date object
    • 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