Interface FilterProp
-
- All Known Implementing Classes:
FilterPropBoolean,FilterPropString
public interface FilterPropGetChildren - for property filtering- Since:
- 4.0
- Author:
- janv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterTypegetFilterType()org.alfresco.service.namespace.QNamegetPropName()java.io.SerializablegetPropVal()
-
-
-
Method Detail
-
getPropName
org.alfresco.service.namespace.QName getPropName()
-
getPropVal
java.io.Serializable getPropVal()
-
getFilterType
FilterType getFilterType()
-
-