| 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.instance | |
| org.cristalise.kernel.persistency.outcome | |
| org.cristalise.kernel.process | |
| org.cristalise.kernel.scripting |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobList.getJob(int id) |
| Modifier and Type | Method and Description |
|---|---|
Vector<Job> |
JobList.getJobsOfItem(ItemPath itemPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobList.addJob(Job job) |
| Constructor and Description |
|---|
JobArrayList(ArrayList<Job> aList) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Job> |
ItemProxy.getJobList(AgentProxy agent) |
| Modifier and Type | Method and Description |
|---|---|
String |
AgentProxy.execute(Job job)
Standard execution of jobs.
|
String |
ItemProxy.requestAction(Job thisJob) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Job> |
Activity.calculateAllJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
CompositeActivity.calculateAllJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
Activity.calculateJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse)
returns the lists of jobs for the activity and children (cf org.cristalise.kernel.entity.Job)
|
ArrayList<Job> |
CompositeActivity.calculateJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
Workflow.calculateJobs(AgentPath agent,
ItemPath itemPath,
int type)
if type = 0 only domain steps will be queried if type = 1 only predefined steps will be queried else both will be queried
|
| Modifier and Type | Method and Description |
|---|---|
String |
OutcomeInitiator.initOutcome(Job job) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCodeProcess.add(Job contents)
Receives job from the AgentProxy.
|
boolean |
UserCodeProcess.assessStartConditions(Job job) |
void |
UserCodeProcess.runUCLogic(Job job) |
| Modifier and Type | Method and Description |
|---|---|
void |
Script.setActExecEnvironment(ItemProxy object,
AgentProxy subject,
Job job) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.