Uses of Class
org.cristalise.kernel.querying.Query
Packages that use Query
Package
Description
This file is part of the CRISTAL-iSE kernel.
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of Query in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that return Query -
Uses of Query in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy with parameters of type QueryModifier and TypeMethodDescriptionItemProxy.executeQuery(Query query) Executes the Query in the target database. -
Uses of Query in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that return QueryModifier and TypeMethodDescriptionActivityDef.getQuery()ActivityDef.getQuery(TransactionKey transactionKey) Methods in org.cristalise.kernel.lifecycle with parameters of type Query -
Uses of Query in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that return Query -
Uses of Query in org.cristalise.kernel.persistency
Methods in org.cristalise.kernel.persistency with parameters of type QueryModifier and TypeMethodDescriptionabstract StringClusterStorage.executeQuery(Query query, TransactionKey transactionKey) Executes an SQL/OQL/XQuery/XPath/etc query in the target database.ClusterStorageManager.executeQuery(Query query) ClusterStorageManager.executeQuery(Query query, TransactionKey transactionKey) Executes the QueryTransactionManager.executeQuery(Query query, TransactionKey transactionKey) Deprecated. -
Uses of Query in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return QueryModifier and TypeMethodDescriptionprotected QueryQueryCache.buildObject(String name, int version, ItemPath path, String data) static QueryRetrieves a named version of a query from the databasestatic QueryLocalObjectLoader.getQuery(String queryName, int queryVersion, TransactionKey transactionKey) static QueryLocalObjectLoader.getQuery(CastorHashMap properties) Retrieves a query from the database finding data in the Vertex propertiesstatic QueryLocalObjectLoader.getQuery(CastorHashMap properties, TransactionKey transactionKey) -
Uses of Query in org.cristalise.storage
Methods in org.cristalise.storage with parameters of type QueryModifier and TypeMethodDescriptionMemoryOnlyClusterStorage.executeQuery(Query query, TransactionKey transactionKey) XMLClusterStorage.executeQuery(Query query, TransactionKey transactionKey)