Class FilterPropString
- java.lang.Object
-
- org.alfresco.repo.node.getchildren.FilterPropString
-
- All Implemented Interfaces:
FilterProp
public class FilterPropString extends java.lang.Object implements FilterProp
GetChildren - for string property filtering- Since:
- 4.0
- Author:
- janv
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilterPropString.FilterTypeString
-
Constructor Summary
Constructors Constructor Description FilterPropString(org.alfresco.service.namespace.QName propName, java.lang.String propVal, FilterPropString.FilterTypeString filterType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterTypegetFilterType()org.alfresco.service.namespace.QNamegetPropName()java.lang.StringgetPropVal()
-
-
-
Constructor Detail
-
FilterPropString
public FilterPropString(org.alfresco.service.namespace.QName propName, java.lang.String propVal, FilterPropString.FilterTypeString filterType)
-
-
Method Detail
-
getPropName
public org.alfresco.service.namespace.QName getPropName()
- Specified by:
getPropNamein interfaceFilterProp
-
getPropVal
public java.lang.String getPropVal()
- Specified by:
getPropValin interfaceFilterProp
-
getFilterType
public FilterType getFilterType()
- Specified by:
getFilterTypein interfaceFilterProp
-
-