Uses of Class
org.cristalise.kernel.scripting.Script
Packages that use Script
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 Script in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that return Script -
Uses of Script in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return ScriptModifier and TypeMethodDescriptionItemProxy.getAggregateScript()Returns the so called Aggregate Script which can be used to construct master outcome.ItemProxy.getAggregateScript(String scriptName, Integer scriptVersion) Returns the so called Aggregate Script which can be used to construct master outcome. -
Uses of Script in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that return ScriptModifier and TypeMethodDescriptionAndSplitDef.getRoutingScript(TransactionKey transactionKey) ActivityDef.getScript()ActivityDef.getScript(TransactionKey transactionKey) Methods in org.cristalise.kernel.lifecycle with parameters of type Script -
Uses of Script in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that return Script -
Uses of Script in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module that return Script -
Uses of Script in org.cristalise.kernel.scripting
Methods in org.cristalise.kernel.scripting that return Script -
Uses of Script in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return ScriptModifier and TypeMethodDescriptionprotected ScriptScriptCache.buildObject(String name, int version, ItemPath path, String data) static ScriptRetrieves a named version of a script from the databasestatic ScriptLocalObjectLoader.getScript(String scriptName, int scriptVersion, TransactionKey transactionKey) static ScriptLocalObjectLoader.getScript(CastorHashMap properties) Retrieves a script from the database finding data in the Vertex propertiesstatic ScriptLocalObjectLoader.getScript(CastorHashMap properties, TransactionKey transactionKey)