public interface RecordsManagementQueryDAO
| Modifier and Type | Method and Description |
|---|---|
int |
getCountRmaIdentifier(String identifierValue)
Get the number of objects with the given identifier value.
|
boolean |
hasChildrenWithPropertyValues(org.alfresco.service.cmr.repository.NodeRef parent,
org.alfresco.service.namespace.QName property,
Collection propertyValues)
Returns whether a given node contains children with one of the given values for the given property
|
int getCountRmaIdentifier(String identifierValue)
identifierValue - id valueboolean hasChildrenWithPropertyValues(org.alfresco.service.cmr.repository.NodeRef parent,
org.alfresco.service.namespace.QName property,
Collection propertyValues)
parent - the parent to evaluateproperty - the QName of the property to evaluatepropertyValues - the list of values to look forCopyright © 2005–2017 Alfresco Software. All rights reserved.