public interface CannedQuery
| Modifier and Type | Method and Description |
|---|---|
CannedQueryResults |
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 execute()
parameters originally provided.
Note: This method can only be used once; to requery, get a new
instance from the factory.java.lang.IllegalStateException - on second and subsequent calls to this methodCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.