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 TypeMethodDescriptionwithChangesSince
(Date date) Excludes entities that have not been modified since a given date.
-
Method Details
-
withChangesSince
Excludes entities that have not been modified since a given date.- Parameters:
date
- The date to compare against.
-