Package org.alfresco.repo.node
Class GetNodesWithAspectCannedQueryParams
- java.lang.Object
-
- org.alfresco.repo.node.GetNodesWithAspectCannedQueryParams
-
public class GetNodesWithAspectCannedQueryParams extends Object
GetNodesWithAspectCannedQuery CQ parameters - for query context and filtering- Since:
- 4.1
- Author:
- Nick Burch
-
-
Constructor Summary
Constructors Constructor Description GetNodesWithAspectCannedQueryParams(org.alfresco.service.cmr.repository.StoreRef storeRef, Set<org.alfresco.service.namespace.QName> aspectQNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.alfresco.service.namespace.QName>getAspectQNames()org.alfresco.service.cmr.repository.StoreRefgetStoreRef()
-
-
-
Constructor Detail
-
GetNodesWithAspectCannedQueryParams
public GetNodesWithAspectCannedQueryParams(org.alfresco.service.cmr.repository.StoreRef storeRef, Set<org.alfresco.service.namespace.QName> aspectQNames)
-
-
Method Detail
-
getStoreRef
public org.alfresco.service.cmr.repository.StoreRef getStoreRef()
-
getAspectQNames
public Set<org.alfresco.service.namespace.QName> getAspectQNames()
-
-