| Modifier and Type | Method and Description |
|---|---|
ItemPath |
DependencyMember.getItemPath() |
ItemPath |
CollectionMember.getItemPath()
Returns the current assigned ItemPath
|
ItemPath |
AggregationMember.getItemPath() |
| Modifier and Type | Method and Description |
|---|---|
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath) |
DependencyMember |
Dependency.addMember(ItemPath itemPath)
Add a member to the Dependency
|
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 |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
DependencyDescription.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
DependencyMember |
Dependency.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps) |
AggregationMember |
Aggregation.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
AggregationMember |
AggregationInstance.addMember(ItemPath itemPath,
CastorHashMap props,
String classProps,
GraphPoint location,
int w,
int h) |
void |
DependencyMember.assignItem(ItemPath itemPath) |
void |
CollectionMember.assignItem(ItemPath itemPath)
Assign the given item to the slot, if it fits
|
void |
AggregationMember.assignItem(ItemPath itemPath) |
boolean |
Collection.contains(ItemPath itemPath) |
DependencyMember |
Dependency.createMember(ItemPath itemPath) |
DependencyMember |
Dependency.createMember(ItemPath itemPath,
CastorHashMap props) |
boolean |
Aggregation.exists(ItemPath itemPath) |
static boolean |
Aggregation.getIsComposite(ItemPath itemPath,
String name) |
List<E> |
Collection.resolveMembers(int slotID,
ItemPath childPath)
Helper method to find all the members with the combination of the input parameters.
|
List<E> |
Collection.resolveMembers(ItemPath childPath)
Helper method to find all the members for the given item.
|
void |
Dependency.updateMember(ItemPath childPath,
CastorHashMap memberNewProps) |
void |
Dependency.updateMember(ItemPath childPath,
int memberID,
CastorHashMap memberNewProps) |
| 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
|
Object |
CorbaServer.getItemIOR(ItemPath itemPath) |
| Constructor and Description |
|---|
ItemImplementation(ItemPath key) |
TraceableEntity(ItemPath key,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
Vector<Job> |
JobList.getJobsOfItem(ItemPath itemPath) |
List<String> |
JobList.getKeysForStep(ItemPath itemPath,
String stepPath)
Find the list of JobKeys for the given Item and its Step
|
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,
AgentPath delegate,
String role)
Main constructor to create Job during workflow enactment
|
Job(int id,
ItemPath itemPath,
String stepName,
String stepPath,
String stepType,
Transition transition,
String originStateName,
String targetStateName,
String agentRole,
AgentPath agentPath,
AgentPath delegatePath,
CastorHashMap actProps,
GTimeStamp creationDate)
Constructor for recreating Job from backend
|
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
ImportItem.getItemPath()
Try to find ItemPath if already exists.
|
ItemPath |
ImportAgent.getItemPath()
Sets the ItemPath representing the Agent.
|
| 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 |
ItemProxy.getPath()
Return the ItemPath object of the Item this proxy is linked with
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyManager.clearCache(ItemPath item)
Clears the given Item from the cache
|
protected void |
ProxyManager.removeProxy(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) |
| Constructor and Description |
|---|
Event(Integer id,
ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String smName,
Integer smVersion,
int transitionId,
int originState,
int targetState,
String schemaName,
Integer schemaVersion,
String viewName,
GTimeStamp ts)
Constructor for recreating object from backend
|
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> |
CompositeActivity.calculateAllJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
Activity.calculateAllJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
CompositeActivity.calculateJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse) |
ArrayList<Job> |
Activity.calculateJobs(AgentPath agent,
ItemPath itemPath,
boolean recurse)
Calculates the lists of jobs for the activity and its children (cf org.cristalise.kernel.entity.Job)
|
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
|
protected 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) |
protected void |
Activity.pushJobsToAgents(ItemPath itemPath)
Collects all Role names which are associated with this Activity and the Transitions of the current State,
and ....
|
protected void |
Activity.pushJobsToAgents(ItemPath itemPath,
RolePath role) |
void |
CompositeActivity.refreshJobs(ItemPath itemPath) |
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
boolean validateOutcome,
Object locker) |
String |
CompositeActivity.request(AgentPath agent,
AgentPath delegator,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
Workflow.requestAction(AgentPath agent,
AgentPath delegator,
String stepPath,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
void |
CompositeActivity.run(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Activity.run(AgentPath agent,
ItemPath itemPath,
Object locker)
called by precedent Activity runNext() for setting the activity able to be executed
|
void |
Split.run(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Join.run(AgentPath agent,
ItemPath item,
Object locker) |
abstract void |
WfVertex.run(AgentPath agent,
ItemPath itemPath,
Object locker) |
protected String |
Activity.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
Overridden in predefined steps
|
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 |
Split.runFirst(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Join.runFirst(AgentPath agent,
ItemPath item,
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 |
XOrSplit.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
CompositeActivity.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Activity.runNext(AgentPath agent,
ItemPath itemPath,
Object locker)
sets the next activity available if possible
|
abstract void |
Split.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
OrSplit.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
AndSplit.runNext(AgentPath agent,
ItemPath item,
Object locker) |
void |
Join.runNext(AgentPath agent,
ItemPath item,
Object locker) |
abstract void |
WfVertex.runNext(AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Workflow.setItemPath(ItemPath itemPath) |
| Modifier and Type | Field and Description |
|---|---|
protected ItemPath |
PredefinedStepCollectionBase.childPath |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PredefinedStepCollectionBase.evaluateScript(ItemPath item,
String propertyValue,
CastorHashMap scriptProps,
Object locker) |
String |
PredefinedStep.request(AgentPath agent,
ItemPath itemPath,
String requestData)
Use this method to run a Predefined step during bootstrap
|
protected String |
RemoveC2KObject.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
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 |
UpdateDependencyMember.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
ChangeName.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateAgentFromDescription.runActivityLogic(AgentPath agentPath,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker)
Params:
Agent name
Domain context
Comma-delimited Role names to assign to the Agent
Password (optional)
Description version to use(optional)
Initial properties to set in the new Agent (optional)
|
protected String |
Import.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params: Schemaname_version:Viewpoint (optional), Outcome, Timestamp (optional)
|
protected String |
WriteProperty.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AddDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
UpdateImportReport.runActivityLogic(AgentPath agent,
ItemPath itemPath,
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 |
AddNewCollectionDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
Params: 0 - collection name 1 - collection type (Aggregation, Dependency)
|
protected String |
UpdateProperitesFromDescription.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
Erase.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
|
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
|
protected String |
AddMemberToCollection.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
UpdateCollectionsFromDescription.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 |
RemoveViewpoint.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
SchemaName and Viewname
|
protected String |
RemoveSlotFromCollection.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)
SchemaName, name and event Id.
|
protected String |
RemoveDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
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 |
ReplaceDomainWorkflow.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AddC2KObject.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
static void |
PredefinedStep.storeOutcomeEventAndViews(ItemPath itemPath,
Outcome newOutcome)
TODO Implement Bootstrap predefined step
|
static void |
PredefinedStep.storeOutcomeEventAndViews(ItemPath itemPath,
Outcome newOutcome,
Integer version)
TODO Implement Bootstrap predefined step
|
protected String[] |
PredefinedStepCollectionBase.unpackParamsAndGetCollection(ItemPath item,
String requestData,
Object locker)
Unpacks parameters from requestData and retrieves cCollection instance
|
static void |
WriteViewpoint.write(ItemPath item,
String schemaName,
String viewName,
int eventId,
Object locker) |
static void |
WriteProperty.write(ItemPath item,
String name,
String value,
Object locker)
Deprecated.
use PropertyUtility.writeProperty() instead
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
Authenticate.authenticate(AgentPath agent,
ItemPath itemPath,
String requestData,
Object locker) |
protected String |
Authenticate.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveAgent.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
Deprecated.
|
protected String |
Sign.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
Login.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 |
ForcedLogout.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
SetAgentRoles.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
Logout.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
LoginTimeout.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateItemFromDescription.initialiseItem(ItemOperations newItem,
AgentPath agent,
ItemPath descItemPath,
PropertyArrayList initProps,
String outcome,
String newName,
String descVer,
DomainPath context,
ItemPath newItemPath,
Object locker) |
static Collection<?> |
CreateItemFromDescription.instantiateCollection(String collName,
ItemPath descItemPath,
String descVer,
PropertyArrayList newProps,
Object locker) |
protected CollectionArrayList |
CreateItemFromDescription.instantiateCollections(ItemPath descItemPath,
String descVer,
PropertyArrayList newProps,
Object locker)
Copies the CollectionDescriptions of the Item requesting this predefined step.
|
protected PropertyArrayList |
CreateItemFromDescription.instantiateProperties(ItemPath descItemPath,
String descVer,
PropertyArrayList initProps,
String newName,
AgentPath agent,
Object locker) |
protected Viewpoint |
CreateItemFromDescription.instantiateViewpoint(ItemPath descItemPath,
String descVer,
Object locker) |
protected CompositeActivity |
CreateItemFromDescription.instantiateWorkflow(ItemPath descItemPath,
String descVer,
Object locker)
Retrieve the Workflow dependency for the given description version, instantiate the loaded CompositeActivityDef
|
protected String |
CreateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker)
Params:
Item name
Domain context
Description version to use(optional)
Initial properties to set in the new Agent (optional)
|
protected String |
UpdateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
BulkImport.importItemPath(ItemPath item,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
AgentPath |
BulkImport.importAgentPath(ItemPath item,
Object locker) |
void |
BulkImport.importCollection(ItemPath item,
Object locker) |
void |
BulkImport.importDomainPath(ItemPath item,
Object locker) |
void |
BulkImport.importHistory(ItemPath item,
Object locker) |
ItemPath |
BulkImport.importItemPath(ItemPath item,
Object locker) |
void |
BulkImport.importJob(ItemPath item,
Object locker) |
void |
BulkImport.importLifeCycle(ItemPath item,
Object locker) |
void |
BulkImport.importOutcome(ItemPath item,
Object locker) |
void |
BulkImport.importPath(ItemPath item,
Object locker) |
void |
BulkImport.importProperty(ItemPath item,
Object locker) |
void |
BulkImport.importRolePath(ItemPath item,
AgentPath agentPath,
Object locker) |
void |
BulkImport.importViewPoint(ItemPath item,
Object locker) |
protected String |
BulkImport.runActivityLogic(AgentPath agent,
ItemPath itemPath,
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 |
ConfigureLogback.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 |
UpdateRole.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) |
protected String |
CreateNewItem.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 |
|---|---|
static Object |
DataHelperUtility.evaluateValue(ItemPath itemPath,
Object value,
String actContext,
Object locker)
If the
|
String |
DataHelper.get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker)
Data helpers are a mechanism that allows easy referencing of different types of data
within an Item, in order to use that data for process control or generating new data.
|
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 |
PropertyDataHelper.get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker)
Syntax of search: PropertyName
|
String |
ViewpointDataHelper.get(ItemPath itemPath,
String actContext,
String dataPath,
Object locker)
dataPath syntax is used for search : viewpoint:/xpath/to/field
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPath
Extends ItemPath with Agent specific codes
|
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
Path.getItemPath() |
ItemPath |
DomainPath.getItemPath() |
ItemPath |
ItemPath.getItemPath() |
ItemPath |
Lookup.getItemPath(String sysKey)
Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry.
|
ItemPath |
DomainPath.getTarget() |
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
|
Lookup.PagedResult |
Lookup.searchAliases(ItemPath itemPath,
int offset,
int limit)
Find all DomainPaths that are aliases for a particular Item or Agent
|
void |
LookupManager.setIOR(ItemPath item,
String ior)
Set the IOR of the Item
|
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 |
TransactionManager.clearCache(ItemPath itemPath,
String path) |
void |
ClusterStorageManager.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 by path
|
C2KLocalObject |
ClusterStorageManager.get(ItemPath itemPath,
String path)
Internal get method.
|
C2KLocalObject |
TransactionManager.get(ItemPath itemPath,
String path,
Object locker)
Public get method.
|
String[] |
TransactionManager.getClusterContents(ItemPath itemPath,
ClusterType type)
Retrieves the ids of the root level of a cluster
|
String[] |
ClusterStorage.getClusterContents(ItemPath itemPath,
ClusterType type)
Queries the local path below the given type and returns the possible next elements.
|
String[] |
TransactionManager.getClusterContents(ItemPath itemPath,
ClusterType type,
Object locker)
Retrieves the ids of the root level of a cluster
|
String[] |
TransactionManager.getClusterContents(ItemPath itemPath,
String path)
Retrieves the ids of the next level of a cluster
|
abstract String[] |
ClusterStorage.getClusterContents(ItemPath itemPath,
String path)
Queries the local path below of the item 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,
Object locker)
Retrieves the ids of the next level of a cluster
Checks the transaction table first to see if the caller has uncommitted changes
|
ClusterType[] |
ClusterStorage.getClusters(ItemPath itemPath)
Queries the Item for the Clusters (root path elements) that are available.
|
abstract void |
ClusterStorage.put(ItemPath itemPath,
C2KLocalObject obj)
Stores a CRISTAL local object.
|
void |
ClusterStorageManager.put(ItemPath itemPath,
C2KLocalObject obj) |
void |
TransactionManager.put(ItemPath itemPath,
C2KLocalObject obj,
Object locker) |
abstract void |
TransactionalClusterStorage.put(ItemPath itemPath,
C2KLocalObject obj,
Object locker) |
void |
ClusterStorageManager.put(ItemPath itemPath,
C2KLocalObject obj,
Object locker)
Internal put method.
|
void |
ClusterStorageManager.remove(ItemPath itemPath,
String path) |
void |
TransactionManager.remove(ItemPath itemPath,
String path,
Object locker)
Uses the put method, with null as the object value.
|
void |
ClusterStorageManager.remove(ItemPath itemPath,
String path,
Object locker)
Deletes a cluster from all writers
|
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) |
| Constructor and Description |
|---|
OutcomeAttachment(ItemPath itemPath,
Outcome outcome,
String type,
byte[] binaryData) |
OutcomeAttachment(ItemPath itemPath,
String schemaName,
int schemaVersion,
int eventId,
String type,
byte[] binaryData) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected ItemPath |
ModuleImport.itemPath |
| Modifier and Type | Method and Description |
|---|---|
DomainPath |
ResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
Outcome outcome,
boolean reset)
Verify a resource Item against a Module version, but supplies the resource outcomes directly
instead of through a location lookup.
|
DomainPath |
DefaultResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
Outcome outcome,
boolean reset) |
DomainPath |
ResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
String dataLocation,
boolean reset)
Creates or updates resource Item against a Module version, using a ResourceImportHandler configured
finding the outcome at the given dataLocation.
|
DomainPath |
DefaultResourceImportHandler.importResource(String ns,
String itemName,
int version,
ItemPath itemPath,
String dataLocation,
boolean reset) |
| Modifier and Type | Method and Description |
|---|---|
static Property |
PropertyUtility.getProperty(ItemPath itemPath,
BuiltInItemProperties prop,
Object locker) |
static Property |
PropertyUtility.getProperty(ItemPath itemPath,
String propName,
Object locker) |
static PropertyDescriptionList |
PropertyUtility.getPropertyDescriptionOutcome(ItemPath itemPath,
String descVer,
Object locker)
Reads the PropertyDescriptionList either from a built-in type of Item using LocalObjectLoader
or from the 'last' Viewpoint of the 'PropertyDescription' Outcome in the Item (very likely a Factory Item).
|
static boolean |
PropertyUtility.propertyExists(ItemPath itemPath,
String propName,
Object locker) |
static void |
PropertyUtility.writeProperty(ItemPath item,
BuiltInItemProperties prop,
String value,
Object locker)
Updates (writes) the value of an existing Property
|
static void |
PropertyUtility.writeProperty(ItemPath item,
String name,
String value,
Object locker)
Updates (writes) the value of an existing Property
|
| Constructor and Description |
|---|
Query(String n,
int v,
ItemPath path,
String xml) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Script.evaluate(ItemPath itemPath,
CastorHashMap inputProps,
String actContext,
boolean actExecEnv,
Object locker)
Reads and evaluates input properties, set input parameters from those properties and executes the Script
|
Object |
Script.evaluate(ItemPath itemPath,
CastorHashMap inputProps,
String actContext,
Object locker) |
| Constructor and Description |
|---|
Script(String name,
Integer version,
ItemPath path,
String xml)
Parses a given script xml, instead of loading it from Items.
|
Script(String name,
Integer version,
ItemPath path,
String xml,
boolean lateBind)
Parses a given script xml, instead of loading it from Items.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityManager.checkPermissions(AgentPath agent,
Activity act,
ItemPath itemPath) |
| 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) |
Script |
ScriptCache.buildObject(String name,
int version,
ItemPath path,
String data) |
ActivityDef |
ActDefCache.buildObject(String name,
int version,
ItemPath path,
String data) |
abstract D |
DescriptionObjectCache.buildObject(String name,
int version,
ItemPath path,
String data) |
PropertyDescriptionList |
PropertyDescriptionCache.buildObject(String name,
int version,
ItemPath path,
String data) |
Query |
QueryCache.buildObject(String name,
int version,
ItemPath path,
String data) |
Object |
CastorHashMap.evaluateProperty(ItemPath itemPath,
String propName,
String actContext,
Object locker) |
void |
DescriptionObject.setItemPath(ItemPath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryOnlyClusterStorage.delete(ItemPath thisItem,
String path) |
void |
XMLClusterStorage.delete(ItemPath itemPath,
String path) |
void |
ProxyLoader.delete(ItemPath thisItem,
String path)
delete cluster not supported
|
void |
MemoryOnlyClusterStorage.dumpContents(ItemPath thisItem) |
C2KLocalObject |
MemoryOnlyClusterStorage.get(ItemPath thisItem,
String path) |
C2KLocalObject |
XMLClusterStorage.get(ItemPath itemPath,
String path) |
C2KLocalObject |
ProxyLoader.get(ItemPath thisItem,
String path)
retrieve object by path
|
String[] |
MemoryOnlyClusterStorage.getClusterContents(ItemPath itemPath,
ClusterType type) |
String[] |
MemoryOnlyClusterStorage.getClusterContents(ItemPath thisItem,
String path) |
String[] |
XMLClusterStorage.getClusterContents(ItemPath itemPath,
String path) |
String[] |
ProxyLoader.getClusterContents(ItemPath thisItem,
String path)
Directory listing
|
protected String |
XMLClusterStorage.getFilePath(ItemPath itemPath,
String path) |
void |
MemoryOnlyClusterStorage.put(ItemPath thisItem,
C2KLocalObject obj) |
void |
XMLClusterStorage.put(ItemPath itemPath,
C2KLocalObject obj) |
void |
ProxyLoader.put(ItemPath thisItem,
C2KLocalObject obj)
store object not supported
|
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.