| Package | Description |
|---|---|
| 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.process | |
| org.cristalise.kernel.process.auth | |
| org.cristalise.kernel.process.module | |
| org.cristalise.kernel.scripting |
| Modifier and Type | Method and Description |
|---|---|
AgentProxy |
ProxyManager.getAgentProxy(AgentPath path) |
| Modifier and Type | Method and Description |
|---|---|
Job |
ItemProxy.getJobByName(String actName,
AgentProxy agent)
Tries to find a job with the given name for the given Agent in
the workflow.
|
ArrayList<Job> |
ItemProxy.getJobList(AgentProxy agent) |
void |
ItemProxy.setProperty(AgentProxy agent,
String name,
String value) |
| Modifier and Type | Field and Description |
|---|---|
protected AgentProxy |
UserCodeProcess.agent |
| Modifier and Type | Method and Description |
|---|---|
static AgentProxy |
Gateway.connect(String agentName,
String agentPassword) |
static AgentProxy |
Gateway.connect(String agentName,
String agentPassword,
String resource)
Logs in with the given username and password, and initialises the lookup, storage and proxy manager.
|
static AgentProxy |
Gateway.login(String agentName,
String agentPassword,
String resource) |
| Constructor and Description |
|---|
ClientShell(AgentProxy user) |
| Modifier and Type | Method and Description |
|---|---|
AgentProxy |
ConsoleAuth.authenticate(String resource) |
AgentProxy |
ProxyLogin.authenticate(String resource) |
| Modifier and Type | Method and Description |
|---|---|
Script |
ModuleScript.getScript(String ns,
AgentProxy user) |
void |
Module.importAll(ItemProxy serverEntity,
AgentProxy systemAgent,
String moduleXML,
boolean reset) |
void |
Module.runScript(String event,
AgentProxy user,
boolean isServer) |
void |
ModuleManager.setUser(AgentProxy user) |
| Modifier and Type | Method and Description |
|---|---|
void |
Script.setActExecEnvironment(ItemProxy object,
AgentProxy subject,
Job job) |
static void |
ScriptConsole.setUser(AgentProxy agent) |
| Constructor and Description |
|---|
Script(String lang,
AgentProxy agent,
PrintStream out)
For consoles
|
Script(String lang,
String name,
String expr,
AgentProxy agent)
Creates a script executor requiring an agent to be set.
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.