| 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.process.module | |
| org.cristalise.kernel.scripting | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
Script |
Job.getScript() |
| Modifier and Type | Method and Description |
|---|---|
Script |
ItemProxy.getAggregateScript()
Returns the so called Aggregate Script which can be used to construct master outcome.
|
Script |
ItemProxy.getAggregateScript(String scriptName,
Integer scriptVersion)
Returns the so called Aggregate Script which can be used to construct master outcome.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
AndSplitDef.getRoutingScript() |
Script |
ActivityDef.getScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.setScript(Script actScript) |
| Modifier and Type | Method and Description |
|---|---|
Script |
Transition.getScript(CastorHashMap actProps) |
| Modifier and Type | Method and Description |
|---|---|
Script |
ModuleEmbeddedScript.getScript(String ns,
AgentProxy agent) |
| Modifier and Type | Method and Description |
|---|---|
static Script |
Script.getScript(String name,
Integer version)
Resolves the Script object using its name and version.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptCache.buildObject(String name,
int version,
ItemPath path,
String data) |
static Script |
LocalObjectLoader.getScript(CastorHashMap properties)
Retrieves a script from the database finding data in the Vertex properties
|
static Script |
LocalObjectLoader.getScript(String scriptName,
int scriptVersion)
Retrieves a named version of a script from the database
|
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.