Package org.alfresco.repo.domain.propval
Class PropertyIdQueryParameter
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertyIdQueryParameter
-
public class PropertyIdQueryParameter extends java.lang.ObjectQuery parameters for searching alf_prop_link by IDs.- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description PropertyIdQueryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Long>getRootPropIds()voidsetRootPropIds(java.util.List<java.lang.Long> rootPropIds)java.lang.StringtoString()
-