Package org.opencms.cmis
Class CmsCmisRenditionFilter
java.lang.Object
org.opencms.cmis.CmsCmisRenditionFilter
This class encapsulates the filter logic for CMIS rendition filters.
-
Constructor Summary
ConstructorDescriptionCmsCmisRenditionFilter
(String filterStr) Creates a new filter from the given filter string. -
Method Summary
-
Constructor Details
-
CmsCmisRenditionFilter
Creates a new filter from the given filter string.- Parameters:
filterStr
- the CMIS rendition filter string
-
-
Method Details
-
accept
Checks whether this filter accepts a given kind/mimetype combination.- Parameters:
kind
- the kindmimetype
- the mime type- Returns:
- true if the filter accepts the combination
-