| Package | Description |
|---|---|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.entity.proxy |
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.
|
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance.stateMachine | |
| org.cristalise.kernel.persistency | |
| org.cristalise.kernel.utils | |
| org.cristalise.storage |
| Modifier and Type | Method and Description |
|---|---|
Query |
Job.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
ItemProxy.executeQuery(Query query)
Executes the Query in the target database.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
ActivityDef.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.setQuery(Query actQuery) |
| Modifier and Type | Method and Description |
|---|---|
Query |
Transition.getQuery(CastorHashMap actProps) |
| Modifier and Type | Method and Description |
|---|---|
String |
ClusterStorageManager.executeQuery(Query query)
Executes the Query
|
abstract String |
ClusterStorage.executeQuery(Query query)
Executes an SQL/OQL/XQuery/XPath/etc query in the target database.
|
String |
TransactionManager.executeQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryCache.buildObject(String name,
int version,
ItemPath path,
String data) |
static Query |
LocalObjectLoader.getQuery(CastorHashMap properties)
Retrieves a query from the database finding data in the Vertex properties
|
static Query |
LocalObjectLoader.getQuery(String queryName,
int queryVersion)
Retrieves a named version of a query from the database
|
| Modifier and Type | Method and Description |
|---|---|
String |
ProxyLoader.executeQuery(Query query) |
String |
MemoryOnlyClusterStorage.executeQuery(Query query) |
String |
XMLClusterStorage.executeQuery(Query query) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.