R
- the query result typepublic interface CannedQuery<R>
Modifier and Type | Method and Description |
---|---|
CannedQueryResults<R> |
execute()
Execute the named query, which was provided to support the
parameters originally provided. |
CannedQueryParameters |
getParameters()
Get the original parameters used to generate the query.
|
CannedQueryParameters getParameters()
CannedQueryResults<R> execute()
parameters
originally provided.
Note: This method can only be used once; to requery, get a new
instance from the factory
.IllegalStateException
- on second and subsequent calls to this methodCopyright © 2005–2015 Alfresco Software. All rights reserved.