| Modifier and Type | Method and Description |
|---|---|
ItemPath |
DependencyMember.getItemPath() |
ItemPath |
AggregationMember.getItemPath() |
ItemPath |
CollectionMember.getItemPath()
Returns the current assigned ItemPath
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemPath> |
Dependency.compare(Dependency other)
Returns all ItemPaths that are members of the other collection but not members of this one.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath) |
DependencyMember |
Dependency.addMember(ItemPath itemPath) |
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
Dependency.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
abstract E |
Collection.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps)
Add a member to this collection, with the given property and class properties
and optionally an Item to assign, which may be null if the collection allows
empty slots.
|
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
void |
DependencyMember.assignItem(ItemPath itemPath) |
void |
AggregationMember.assignItem(ItemPath itemPath) |
void |
CollectionMember.assignItem(ItemPath itemPath)
Assign the given item to the slot, if it fits
|
boolean |
Collection.contains(ItemPath itemPath) |
boolean |
Aggregation.exists(ItemPath itemPath) |
static boolean |
Aggregation.getIsComposite(ItemPath itemPath,
String name) |
| Modifier and Type | Field and Description |
|---|---|
protected ItemPath |
ItemImplementation.mItemPath |
| Modifier and Type | Method and Description |
|---|---|
TraceableEntity |
CorbaServer.createItem(ItemPath itemPath) |
TraceableEntity |
CorbaServer.getItem(ItemPath itemPath)
Returns a CORBA servant for a pre-existing entity
|
| Constructor and Description |
|---|
ItemImplementation(ItemPath key) |
TraceableEntity(ItemPath key,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
Job.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
Vector<Job> |
JobList.getJobsOfItem(ItemPath itemPath) |
void |
JobList.removeJobsForItem(ItemPath itemPath) |
void |
JobList.removeJobsForStep(ItemPath itemPath,
String stepPath) |
void |
Job.setItemPath(ItemPath path) |
| Constructor and Description |
|---|
Job(Activity act,
ItemPath itemPath,
Transition transition,
AgentPath agent,
String role) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
ImportAgent.getItemPath() |
ItemPath |
ImportItem.getItemPath() |
| Constructor and Description |
|---|
ImportItem(String ns,
String name,
String initialPath,
ItemPath itemPath,
String wf,
int wfVer) |
| Modifier and Type | Field and Description |
|---|---|
protected ItemPath |
ItemProxy.mItemPath |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
ProxyMessage.getItemPath() |
ItemPath |
ItemProxy.getPath() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyManager.removeProxy(ItemPath itemPath) |
void |
ProxyMessage.setItemPath(ItemPath itemPath) |
| Constructor and Description |
|---|
ItemProxy(Object ior,
ItemPath itemPath) |
ProxyMessage(ItemPath itemPath,
String path,
boolean state) |
| Modifier and Type | Field and Description |
|---|---|
protected ItemPath |
TransferItem.itemPath |
| Constructor and Description |
|---|
TransferItem(ItemPath itemPath) |
TransferSet(ItemPath[] itemPaths) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
Event.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setItemPath(ItemPath itemPath) |
| Constructor and Description |
|---|
Event(ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
History(ItemPath itemPath,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
ActivityDef.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.setItemPath(ItemPath path) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
Workflow.getItemPath() |
| 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
|
String[] |
Split.calculateNexts(ItemPath itemPath,
Object locker) |
Object |
WfVertex.evaluateProperty(ItemPath itemPath,
String propName,
Object locker) |
Object |
WfVertex.evaluatePropertyValue(ItemPath itemPath,
Object propValue,
Object locker) |
protected Object |
WfVertex.evaluateScript(String scriptName,
Integer scriptVersion,
ItemPath itemPath,
Object locker) |
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.
|
protected void |
Activity.pushJobsToAgents(ItemPath itemPath) |
void |
CompositeActivity.refreshJobs(ItemPath itemPath) |
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) |
void |
Workflow.setItemPath(ItemPath itemPath) |
| 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 CollectionArrayList |
CreateItemFromDescription.getNewCollections(ItemPath itemPath,
String descVer,
Object locker) |
protected PropertyArrayList |
CreateItemFromDescription.getNewProperties(ItemPath itemPath,
String descVer,
PropertyArrayList initProps,
String newName,
AgentPath agent,
Object locker) |
protected CompositeActivity |
CreateItemFromDescription.getNewWorkflow(ItemPath itemPath,
String descVer,
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 | Field and Description |
|---|---|
ItemPath |
StateMachine.itemPath |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
StateMachine.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.setItemPath(ItemPath path) |
| Modifier and Type | Method and Description |
|---|---|
String |
ViewpointDataHelper.get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker)
Retrieves the Workflow of the given Item, searches the Activity using the activity path and
retrieves a single value based on XPath
|
String |
PropertyDataHelper.get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker) |
String |
ActivityDataHelper.get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker)
Retrieves the Workflow of the given Item, searches the Activity using the activity path and
retrieves a single value based on XPath
|
String |
DataHelper.get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPath
Extends Path to enforce SystemKey structure and support int form
|
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
RolePath.getItemPath() |
ItemPath |
ItemPath.getItemPath() |
abstract ItemPath |
Path.getItemPath() |
ItemPath |
DomainPath.getItemPath() |
ItemPath |
Lookup.getItemPath(String sysKey)
Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry.
|
ItemPath |
Lookup.resolvePath(DomainPath domainPath)
Find the ItemPath for which a DomainPath is an alias.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Path> |
Lookup.searchAliases(ItemPath itemPath)
Find all DomainPaths that are aliases for a particular Item or Agent
|
void |
DomainPath.setItemPath(ItemPath newTarget) |
| Constructor and Description |
|---|
AgentPath(ItemPath itemPath) |
AgentPath(ItemPath itemPath,
String agentName) |
DomainPath(String path,
ItemPath entity) |
| Modifier and Type | Field and Description |
|---|---|
protected ItemPath |
RemoteMap.mItemPath |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStorageManager.clearCache(ItemPath itemPath) |
void |
ClusterStorageManager.clearCache(ItemPath itemPath,
String path) |
void |
TransactionManager.clearCache(ItemPath itemPath,
String path) |
abstract void |
ClusterStorage.delete(ItemPath itemPath,
String path)
Remove a CRISTAL local object from storage.
|
abstract void |
TransactionalClusterStorage.delete(ItemPath itemPath,
String path,
Object locker) |
abstract C2KLocalObject |
ClusterStorage.get(ItemPath itemPath,
String path)
Fetches a CRISTAL local object from storage
|
C2KLocalObject |
ClusterStorageManager.get(ItemPath itemPath,
String path)
Internal get method.
|
C2KLocalObject |
TransactionManager.get(ItemPath itemPath,
String path,
Object locker)
Public get method.
|
abstract String[] |
ClusterStorage.getClusterContents(ItemPath itemPath,
String path)
Queries the local path below the given root and returns the possible next
elements.
|
String[] |
ClusterStorageManager.getClusterContents(ItemPath itemPath,
String path)
Retrieves the ids of the next level of a cluster
Does not look in any currently open transactions.
|
String[] |
TransactionManager.getClusterContents(ItemPath itemPath,
String path) |
abstract void |
ClusterStorage.put(ItemPath itemPath,
C2KLocalObject obj)
Stores a CRISTAL local object.
|
void |
ClusterStorageManager.put(ItemPath itemPath,
C2KLocalObject obj) |
abstract void |
TransactionalClusterStorage.put(ItemPath itemPath,
C2KLocalObject obj,
Object locker) |
void |
ClusterStorageManager.put(ItemPath itemPath,
C2KLocalObject obj,
Object locker)
Internal put method.
|
void |
TransactionManager.put(ItemPath itemPath,
C2KLocalObject obj,
Object locker)
Public put method.
|
void |
ClusterStorageManager.remove(ItemPath itemPath,
String path) |
void |
ClusterStorageManager.remove(ItemPath itemPath,
String path,
Object locker)
Deletes a cluster from all writers
|
void |
TransactionManager.remove(ItemPath itemPath,
String path,
Object locker)
Public delete method.
|
void |
TransactionManager.removeCluster(ItemPath itemPath,
String path,
Object locker)
Removes all child objects from the given path
|
| Constructor and Description |
|---|
RemoteMap(ItemPath itemPath,
String path,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
Schema.getItemPath() |
ItemPath |
Viewpoint.getItemPath()
Returns the sysKey.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setItemPath(ItemPath path) |
void |
Viewpoint.setItemPath(ItemPath itemPath)
Sets the sysKey.
|
| Constructor and Description |
|---|
Schema(String name,
int version,
ItemPath itemPath,
String schema) |
Viewpoint(ItemPath itemPath,
Schema schema,
String name,
int eventId) |
Viewpoint(ItemPath itemPath,
String schemaName,
String name,
int schemaVersion,
int eventId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainPath |
Bootstrap.verifyResource(String ns,
String itemName,
int version,
String itemType,
ItemPath itemPath,
Set<Outcome> outcomes,
boolean reset)
Verify a resource item against a module version, but supplies the resource outcomes directly instead of through a
|
static DomainPath |
Bootstrap.verifyResource(String ns,
String itemName,
int version,
String itemType,
ItemPath itemPath,
String dataLocation,
boolean reset)
Verify a resource item against a module version, using a ResourceImportHandler configured to find outcomes at the given dataLocation
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemPath |
ModuleImport.itemPath |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
ModuleImport.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleImport.setItemPath(ItemPath itemPath) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptionList |
PropertyUtility.getPropertyDescriptionOutcome(ItemPath itemPath,
String descVer,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
Script.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
Script.setItemPath(ItemPath path) |
| Constructor and Description |
|---|
Script(String name,
Integer version,
ItemPath path,
String xml)
For testing.
|
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
DescriptionObjectCache.findItem(String name) |
ItemPath |
DescriptionObject.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineCache.buildObject(String name,
int version,
ItemPath path,
String data) |
Schema |
SchemaCache.buildObject(String name,
int version,
ItemPath path,
String data) |
ActivityDef |
ActDefCache.buildObject(String name,
int version,
ItemPath path,
String data) |
Script |
ScriptCache.buildObject(String name,
int version,
ItemPath path,
String data) |
abstract D |
DescriptionObjectCache.buildObject(String name,
int version,
ItemPath path,
String data) |
void |
DescriptionObject.setItemPath(ItemPath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyLoader.delete(ItemPath thisItem,
String path) |
void |
MemoryOnlyClusterStorage.delete(ItemPath thisItem,
String path) |
void |
XMLClusterStorage.delete(ItemPath itemPath,
String path) |
void |
MemoryOnlyClusterStorage.dumpContents(ItemPath thisItem) |
C2KLocalObject |
ProxyLoader.get(ItemPath thisItem,
String path) |
C2KLocalObject |
MemoryOnlyClusterStorage.get(ItemPath thisItem,
String path) |
C2KLocalObject |
XMLClusterStorage.get(ItemPath itemPath,
String path) |
String[] |
ProxyLoader.getClusterContents(ItemPath thisItem,
String path) |
String[] |
MemoryOnlyClusterStorage.getClusterContents(ItemPath thisItem,
String path) |
String[] |
XMLClusterStorage.getClusterContents(ItemPath itemPath,
String path) |
protected String |
XMLClusterStorage.getFilePath(ItemPath itemPath,
String path) |
void |
ProxyLoader.put(ItemPath thisItem,
C2KLocalObject obj) |
void |
MemoryOnlyClusterStorage.put(ItemPath thisItem,
C2KLocalObject obj) |
void |
XMLClusterStorage.put(ItemPath itemPath,
C2KLocalObject obj) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.