Interface MTDateFilterQuery

All Known Subinterfaces:
MTAttributeTypeQuery, MTDocumentQuery, MTDocumentTypeQuery, MTListQuery, MTModelQuery, MTSymbolQuery, MTVariableQuery

public interface MTDateFilterQuery
An MT query that can be filtered on date by only including entities changed after a given date.
  • Method Summary

    Modifier and Type
    Method
    Description
    Excludes entities that have not been modified since a given date.
  • Method Details

    • withChangesSince

      MTQuery withChangesSince(Date date)
      Excludes entities that have not been modified since a given date.
      Parameters:
      date - The date to compare against.