| Modifier and Type | Method and Description |
|---|---|
ActiveEntity |
CorbaServer.createAgent(AgentPath agentPath) |
ActiveEntity |
CorbaServer.getAgent(AgentPath agentPath)
Returns a CORBA servant for a pre-existing entity
|
| Modifier and Type | Method and Description |
|---|---|
AgentPath |
Job.getAgentPath() |
AgentPath |
Job.getDelegatePath() |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setAgentPath(AgentPath agentPath) |
void |
Job.setDelegatePath(AgentPath delegatePath) |
| Constructor and Description |
|---|
ActiveEntity(AgentPath key,
POA poa) |
AgentImplementation(AgentPath path) |
Job(Activity act,
ItemPath itemPath,
Transition transition,
AgentPath agent,
String role) |
JobList(AgentPath agentPath,
Object locker)
Empty constructor for Castor
|
| Modifier and Type | Method and Description |
|---|---|
Path |
ImportAgent.create(AgentPath agentPath,
boolean reset) |
Path |
ImportItem.create(AgentPath agentPath,
boolean reset) |
Path |
ImportRole.create(AgentPath agentPath,
boolean reset) |
| Modifier and Type | Method and Description |
|---|---|
AgentPath |
AgentProxy.getPath() |
| Modifier and Type | Method and Description |
|---|---|
AgentProxy |
ProxyManager.getAgentProxy(AgentPath path) |
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls) |
| Constructor and Description |
|---|
AgentProxy(Object ior,
AgentPath agentPath)
Creates an AgentProxy without cache and change notification
|
| Modifier and Type | Method and Description |
|---|---|
AgentPath |
Event.getAgentPath()
Return the AgentInfo of the Event.
|
AgentPath |
Event.getDelegatePath() |
| Modifier and Type | Method and Description |
|---|---|
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName,
String timeString) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId,
String timeString) |
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String schemaName,
Integer schemaVersion,
String stateMachineName,
Integer stateMachineVersion,
Transition transition,
String viewName)
Deprecated.
|
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String schemaName,
Integer schemaVersion,
String stateMachineName,
Integer stateMachineVersion,
Transition transition,
String viewName,
String timeString)
Deprecated.
|
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String stateMachineName,
Integer stateMachineVersion,
Transition transition)
Deprecated.
|
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String stateMachineName,
Integer stateMachineVersion,
Transition transition,
String timeString)
Deprecated.
|
void |
Event.setAgentPath(AgentPath agentPath)
Set the AgentInfo in the Event, in parameter is an AgentInfo
|
void |
Event.setDelegatePath(AgentPath delegatorPath) |
| Constructor and Description |
|---|
Event(ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
| 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
|
void |
XOrSplit.followNext(Next activeNext,
AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Loop.followNext(Next activeNext,
AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Workflow.initialise(ItemPath itemPath,
AgentPath agent,
Object locker)
Method initialise.
|
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
cf Item request
|
String |
CompositeActivity.request(AgentPath agent,
AgentPath delegator,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
String |
Workflow.requestAction(AgentPath agent,
AgentPath delegator,
String stepPath,
ItemPath itemPath,
int transitionID,
String requestData)
Method requestAction.
|
void |
Join.run(AgentPath agent,
ItemPath item,
Object locker) |
void |
Split.run(AgentPath agent,
ItemPath itemPath,
Object locker) |
abstract void |
WfVertex.run(AgentPath agent,
ItemPath itemPath,
Object locker)
Method run.
|
void |
Activity.run(AgentPath agent,
ItemPath itemPath,
Object locker)
called by precedent Activity runNext() for setting the activity able to be executed
|
void |
CompositeActivity.run(AgentPath agent,
ItemPath itemPath,
Object locker) |
protected String |
Activity.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
void |
Join.runFirst(AgentPath agent,
ItemPath item,
Object locker) |
void |
Split.runFirst(AgentPath agent,
ItemPath itemPath,
Object locker) |
abstract void |
WfVertex.runFirst(AgentPath agent,
ItemPath itemPath,
Object locker)
sets the activity available to be executed on start of Workflow or composite activity (when it is the first one of the
(sub)process
|
void |
Activity.runFirst(AgentPath agent,
ItemPath itemPath,
Object locker)
sets the activity available to be executed on start of Workflow or composite activity (when it is the first one of the (sub)process
|
void |
AndSplit.runNext(AgentPath agent,
ItemPath item,
Object locker) |
void |
OrSplit.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
XOrSplit.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Join.runNext(AgentPath agent,
ItemPath item,
Object locker) |
abstract void |
Split.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
abstract void |
WfVertex.runNext(AgentPath agent,
ItemPath itemPath,
Object locker)
Method runNext.
|
void |
Activity.runNext(AgentPath agent,
ItemPath itemPath,
Object locker)
sets the next activity available if possible
|
void |
CompositeActivity.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AddNewSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Creates a new slot in the given aggregation, that holds instances of the given item description
Params:
Collection name
Item Description key (optional)
Item Description version (optional)
|
protected String |
AddDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AddMemberToCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Generates a new slot in a Dependency for the given item
Params:
0 - collection name
1 - target entity key
2 - slot properties
|
protected String |
Import.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AddNewCollectionDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Generates a new empty collection description.
|
protected String |
CreateNewCollectionVersion.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Generates a new snapshot of a collection from its current state.
|
protected String |
WriteProperty.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
WriteViewpoint.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveC2KObject.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AssignItemToSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params:
0 - collection name
1 - slot number
2 - target entity key
|
protected String |
ReplaceDomainWorkflow.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
ClearSlot.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params:
0 - collection name
1 - slot number
|
protected String |
AddC2KObject.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveSlotFromCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params:
0 - collection name
1 - slot number OR if -1:
2 - target entity key
|
protected String |
RemoveDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateAgentFromDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params:
New Agent name
Description version to use
Comma-delimited Role names to assign to the agent.
|
protected abstract String |
PredefinedStep.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
All predefined steps must override this to implement their action
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
RemoveAgent.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
SetAgentPassword.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
SetAgentRoles.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyArrayList |
CreateItemFromDescription.getNewProperties(ItemPath itemPath,
String descVer,
PropertyArrayList initProps,
String newName,
AgentPath agent,
Object locker) |
protected String |
CreateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
Erase.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CreateNewItem.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewAgent.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AddDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
String |
Transition.getPerformingRole(Activity act,
AgentPath agent) |
Map<Transition,String> |
StateMachine.getPossibleTransitions(Activity act,
AgentPath agent) |
String |
Transition.getReservation(Activity act,
AgentPath agent) |
State |
StateMachine.traverse(Activity act,
Transition transition,
AgentPath agent) |
| Modifier and Type | Method and Description |
|---|---|
static AgentPath |
AgentPath.fromUUIDString(String uuid) |
AgentPath |
Lookup.getAgentPath(String agentName) |
AgentPath[] |
Lookup.getAgents(RolePath rolePath)
Returns all of the Agents in this centre who hold this role (including sub-roles)
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookupManager.addRole(AgentPath agent,
RolePath rolePath)
Adds the given Agent to the given Role, if they both exist.
|
String |
Lookup.getAgentName(AgentPath agentPath)
Return the username of the Agent referenced by an AgentPath
|
RolePath[] |
Lookup.getRoles(AgentPath agentPath)
Get all roles held by the given Agent
|
boolean |
Lookup.hasRole(AgentPath agentPath,
RolePath role)
Checks if an agent qualifies as holding the stated Role, including any sub-role logic.
|
void |
LookupManager.removeRole(AgentPath agent,
RolePath role)
Remove the given Agent from the given Role.
|
void |
LookupManager.setAgentPassword(AgentPath agent,
String newPassword)
Set an Agent's password
|
| Modifier and Type | Method and Description |
|---|---|
Path |
ModuleResource.create(AgentPath agentPath,
boolean reset) |
Path |
ModuleActivity.create(AgentPath agentPath,
boolean reset) |
abstract Path |
ModuleImport.create(AgentPath agentPath,
boolean reset) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.