Uses of Class
com.oakgrovesystems.reactor.ReactorObjectId

Packages that use ReactorObjectId
com.oakgrovesystems.reactor   
com.oakgrovesystems.reactor.client   
com.oakgrovesystems.reactor.processMediation   
com.oakgrovesystems.reactor.requests   
com.oakgrovesystems.util   
 

Uses of ReactorObjectId in com.oakgrovesystems.reactor
 

Fields in com.oakgrovesystems.reactor declared as ReactorObjectId
protected  com.oakgrovesystems.reactor.ReactorObjectId LabelPath.defaultRoot
           
 

Methods in com.oakgrovesystems.reactor that return ReactorObjectId
 com.oakgrovesystems.reactor.ReactorObjectId LabelPath.getDefaultRoot()
           
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorEvent.getScopeNodeId()
          Returns the name of the service that generated this event
 

Methods in com.oakgrovesystems.reactor with parameters of type ReactorObjectId
 com.oakgrovesystems.reactor.LabelPath IdToLabelPathMapper.getLabelPath(com.oakgrovesystems.reactor.ReactorObjectId idToMap)
          Maps a ReactorObjectId to a LabelPath
 void LabelPath.setDefaultRoot(com.oakgrovesystems.reactor.ReactorObjectId defaultRoot)
           
 java.util.Set LabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a Set of ReactorObjectIds using the Process with the id specified as the starting point for label path resolution
 java.util.Set LabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a Set of ReactorObjectIds with the id specified as the starting point for label path resolution
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.ReactorObjectId LabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
          Maps a LabelPath to a ReactorObjectId with the id specified as the starting point for label path resolution.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject ReactorObjects.remove(com.oakgrovesystems.reactor.ReactorObjectId id)
          Removes the process mediation object from the collection
 com.oakgrovesystems.reactor.processMediation.Process ReactorObjects.getProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Gets process from the collection
 java.util.Set ReactorObjects.getSubprocesses(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Gets set of subprocesses of a process
 com.oakgrovesystems.reactor.processMediation.Operand ReactorObjects.getOperand(com.oakgrovesystems.reactor.ReactorObjectId id)
          Gets operand from the collection
 java.util.Set ReactorObjects.getOperands(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Gets set of operands of a process
 com.oakgrovesystems.reactor.processMediation.Status ReactorObjects.getStatus(com.oakgrovesystems.reactor.ReactorObjectId id)
          Gets status from the collection
 java.util.Set ReactorObjects.getStatuses(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Gets set of statuses of a process
 java.util.Set ReactorObjects.getCurrentStatuses(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Gets set of current statuses of a process
 com.oakgrovesystems.reactor.processMediation.Policy ReactorObjects.getPolicy(com.oakgrovesystems.reactor.ReactorObjectId id)
          Gets policy from the collection
 java.util.Set ReactorObjects.getPolicies(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Gets set of policies of a process
 

Constructors in com.oakgrovesystems.reactor with parameters of type ReactorObjectId
LabelPath(com.oakgrovesystems.reactor.ReactorObjectId root, java.lang.String path)
           
LabelPath(int type, com.oakgrovesystems.reactor.ReactorObjectId root, java.lang.String path)
           
ReactorEvent(java.lang.String eventName, java.lang.String eventSource, java.util.Map eventAttributes, com.oakgrovesystems.reactor.ReactorObjectId scopeNodeId)
          Creates a ReactorEvent of the given type, with the given source, attributes and scopeNodeId.
 

Uses of ReactorObjectId in com.oakgrovesystems.reactor.client
 

Fields in com.oakgrovesystems.reactor.client declared as ReactorObjectId
protected  com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.processId
           
protected  com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.hasStatusId
           
protected  com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.hasAssociatedOperandId
           
protected  com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.hasAssociatedStatusId
           
protected  com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.hasAssociatedPolicyId
           
protected  com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.hasAssociatedSubprocessId
           
protected  com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.hasParentId
           
 

Methods in com.oakgrovesystems.reactor.client that return ReactorObjectId
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.processMediation.Process process)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.String cloneLabel)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.LabelPath labelPath, java.lang.String cloneLabel)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.processMediation.Process process, java.lang.String cloneLabel)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass)
          Maps a LabelPath to a ReactorObjectId.
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.getProcessId()
          Gets the process id of the criteria.
 com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.getHasStatusId()
          Gets the hasStatusId attribute of the criteria.
 com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.getHasAssociatedOperandId()
          Gets hasAssociatedOperandId attribute of the criteria
 com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.getHasAssociatedStatusId()
          Gets hasAssociatedStatusId attribute of the criteria
 com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.getHasAssociatedPolicyId()
          Gets hasAssociatedPolicyId attribute of the criteria
 com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.getHasAssociatedSubprocessId()
          Gets hasAssociatedSubprocessId attribute of the criteria
 com.oakgrovesystems.reactor.ReactorObjectId QueryCriteria.getHasParentId()
          Gets hasParentId attribute of the criteria
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.processMediation.Process process)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.String cloneLabel)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.LabelPath labelPath, java.lang.String label)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.processMediation.Process process, java.lang.String label)
          Sends a clone request to the server.
 

Methods in com.oakgrovesystems.reactor.client with parameters of type ReactorObjectId
 void AbstractReactorProxy.delete(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.Class type)
          Sends a delete request to the server.
 void AbstractReactorProxy.delete(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.Class type, com.oakgrovesystems.reactor.ReactorObjects objects)
          Sends a delete request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId AbstractReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.String cloneLabel)
          Sends a clone request to the server.
 void AbstractReactorProxy.startProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a start request to the server.
 void AbstractReactorProxy.stopProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a stop request to the server.
 void AbstractReactorProxy.setACLOnObject(com.oakgrovesystems.reactor.ReactorObjectId objectId, com.oakgrovesystems.reactor.processMediation.ACL newACL, java.lang.Class type)
          Sets a new ACL on an object by ID.
 void AbstractReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends add status request to the server.
 void AbstractReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends add status request to the server.
 void AbstractReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends remove status request to the server.
 void AbstractReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends remove status request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject AbstractReactorProxy.get(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends get request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject AbstractReactorProxy.get(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.ReactorObjects objects)
          Sends get request to the server.
 void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace)
           
 void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole)
           
 void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.LabelPath status)
           
 void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.LabelPath path, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace)
           
 void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole)
           
 void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.LabelPath status)
           
 void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.LabelPath path, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
protected  void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId objectId, com.oakgrovesystems.reactor.LabelPath objectPath, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId statusId, com.oakgrovesystems.reactor.LabelPath statusPath)
           
protected  void AbstractReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId objectId, com.oakgrovesystems.reactor.LabelPath objectPath, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId statusId, com.oakgrovesystems.reactor.LabelPath statusPath)
           
protected  void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId objectId, com.oakgrovesystems.reactor.LabelPath objectPath, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId statusId, com.oakgrovesystems.reactor.LabelPath statusPath)
           
protected  void AbstractReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId objectId, com.oakgrovesystems.reactor.LabelPath objectPath, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId statusId, com.oakgrovesystems.reactor.LabelPath statusPath)
           
 com.oakgrovesystems.reactor.LabelPath ClientIdToLabelPathMapper.getLabelPath(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 java.util.Set ClientLabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 java.util.Set ClientLabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root, boolean definitionsOnly)
           
 java.util.Set ClientLabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
           
protected  void ClientLabelPathToIdMapper.addToCache(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId id)
          Adds ReactorObjectId corresponding to LabelPath to cache
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getId(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 com.oakgrovesystems.reactor.ReactorObjectId ClientLabelPathToIdMapper.getIdForUniqueLabelPath(com.oakgrovesystems.reactor.LabelPath uniquePathToMap, java.lang.Class filterClass, com.oakgrovesystems.reactor.ReactorObjectId root)
           
 java.util.Set ProcessNavigator.getDescendantProcesses(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Returns a Set of ReactorObjectIds for all descendant processes using ReactorObjectId.dereference(Process.class, map) to descend the descendant tree.
 java.util.Set ProcessNavigator.getDescendantAssociations(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Returns a Set of ReactorObjectIds for all descendant objects using ReactorObjectId.dereference(Process.class, map) to descend the descendant tree.
 java.util.Set ProcessNavigator.getSiblings(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Gets the siblings by calling parent.dereference(Process.class, map) Returns ReactorObjectIds for this object's siblings Returns null if parent==null.
 void QueryCriteria.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Sets process id of the criteria Use this criteria to query a process with a particular id.
 void QueryCriteria.setHasStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasStatusId)
          Sets the hasStatusId attribute of the criteria Use this attribute to query for processes that has acquired this status
 void QueryCriteria.setHasAssociatedOperandId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedOperandId)
          Sets hasAssociatedOperandId attribute of the criteria Use this attribute to query for processes that has an associated operand with this id
 void QueryCriteria.setHasAssociatedStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedStatusId)
          Sets hasAssociatedStatusId attribute of the criteria Use this attribute to query for processes that has an associated status with this id
 void QueryCriteria.setHasAssociatedPolicyId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedPolicyId)
          Sets hasAssociatedPolicyId attribute of the criteria Use this attribute to query for processes that has an associated policy with this id
 void QueryCriteria.setHasAssociatedSubprocessId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedSubprocessId)
          Sets hasAssociatedSubprocessId attribute of the criteria Use this attribute to query for processes that has an associated subprocess with this id
 void QueryCriteria.setHasParentId(com.oakgrovesystems.reactor.ReactorObjectId hasParentId)
          Sets hasParentId attribute of the criteria Use this attribute to query for processes that has a parent process with this id
 void ReactorProxy.delete(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.Class type)
          Sends a delete request to the server.
 void ReactorProxy.delete(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.Class type, com.oakgrovesystems.reactor.ReactorObjects objects)
          Sends a delete request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a clone request to the server.
 com.oakgrovesystems.reactor.ReactorObjectId ReactorProxy.cloneInstance(com.oakgrovesystems.reactor.ReactorObjectId id, java.lang.String cloneLabel)
          Sends a clone request to the server.
 void ReactorProxy.startProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a start request to the server.
 void ReactorProxy.stopProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends a stop request to the server.
 void ReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends add status request to the server.
 void ReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends add status request to the server.
 void ReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends remove status request to the server.
 void ReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Sends remove status request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject ReactorProxy.get(com.oakgrovesystems.reactor.ReactorObjectId id)
          Sends get request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject ReactorProxy.get(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.ReactorObjects objects)
          Sends get request to the server.
 void ReactorProxy.setACLOnObject(com.oakgrovesystems.reactor.ReactorObjectId objectId, com.oakgrovesystems.reactor.processMediation.ACL newACL, java.lang.Class type)
          Sets a new ACL on an object by ID.
 void ReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace)
           
 void ReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole)
           
 void ReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void ReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void ReactorProxy.lock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.LabelPath status)
           
 void ReactorProxy.lock(com.oakgrovesystems.reactor.LabelPath path, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void ReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace)
           
 void ReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole)
           
 void ReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void ReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void ReactorProxy.unlock(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.LabelPath status)
           
 void ReactorProxy.unlock(com.oakgrovesystems.reactor.LabelPath path, com.oakgrovesystems.reactor.processMediation.ACE ace, java.lang.String eligibleRole, java.lang.String standbyRole, com.oakgrovesystems.reactor.ReactorObjectId status)
           
 

Uses of ReactorObjectId in com.oakgrovesystems.reactor.processMediation
 

Fields in com.oakgrovesystems.reactor.processMediation declared as ReactorObjectId
protected  com.oakgrovesystems.reactor.ReactorObjectId Operand.process
           
protected  com.oakgrovesystems.reactor.ReactorObjectId Policy.process
          the id of the Process with which this Policy is associated
protected  com.oakgrovesystems.reactor.ReactorObjectId Process.parent
           
protected  com.oakgrovesystems.reactor.ReactorObjectId Status.process
           
 

Methods in com.oakgrovesystems.reactor.processMediation that return ReactorObjectId
 com.oakgrovesystems.reactor.ReactorObjectId Operand.getProcess()
          Gets the ReactorObjectId of the Process object with which this ProcessAssociatedObject is associated.
 com.oakgrovesystems.reactor.ReactorObjectId Policy.getProcess()
          Gets the ReactorObjectId of the Process object with which this ProcessAssociatedObject is associated.
 com.oakgrovesystems.reactor.ReactorObjectId Process.getParent()
          returns the id of the superprocess of this Process
 com.oakgrovesystems.reactor.ReactorObjectId ProcessAssociatedObject.getProcess()
          Gets the ReactorObjectId of the Process object with which this ProcessAssociatedObject is associated.
 com.oakgrovesystems.reactor.ReactorObjectId ProcessHasStatusCondition.getProcessId()
          returns the id of the Process that must have a particular Status for this Condition to be true.
 com.oakgrovesystems.reactor.ReactorObjectId ProcessHasStatusCondition.getStatusId()
          returns the id of the Status that a particular Process must have for this Condition to be true.
 com.oakgrovesystems.reactor.ReactorObjectId ProcessNode.getSuperprocess()
           
 com.oakgrovesystems.reactor.ReactorObjectId ProcessNode.getProcess()
           
 com.oakgrovesystems.reactor.ReactorObjectId ProcessStateEqualsCondition.getProcessId()
          returns the id of the process that must be in a particular state for this Condition to be true.
 com.oakgrovesystems.reactor.ReactorObjectId ProcessStatusAddition.getNewStatusId()
          Returns the id of the Status to be added to the Process's current statuses
 com.oakgrovesystems.reactor.ReactorObjectId ProcessStatusRemoval.getOldStatusId()
          Returns the id of the Status to be added to the Process's current statuses
 com.oakgrovesystems.reactor.ReactorObjectId Status.getProcess()
          Gets the ReactorObjectId of the Process object with which this ProcessAssociatedObject is associated.
 

Methods in com.oakgrovesystems.reactor.processMediation with parameters of type ReactorObjectId
 void Operand.setProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Associates this ProcessAssociatedObject with the Process object referred to by the ReactorObjectId procId.
 void Policy.setProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Associates this ProcessAssociatedObject with the Process object referred to by the ReactorObjectId procId.
 void Process.setParent(com.oakgrovesystems.reactor.ReactorObjectId parent)
          sets the superprocess of this Process
 void Process.addOperand(com.oakgrovesystems.reactor.ReactorObjectId operand)
           
 void Process.removeOperand(com.oakgrovesystems.reactor.ReactorObjectId operand)
           
 boolean Process.hasOperand(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void Process.addStatus(com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void Process.removeStatus(com.oakgrovesystems.reactor.ReactorObjectId status)
           
 boolean Process.hasStatus(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void Process.addCurrentStatus(com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void Process.removeCurrentStatus(com.oakgrovesystems.reactor.ReactorObjectId status)
           
 boolean Process.hasCurrentStatus(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void Process.addPolicy(com.oakgrovesystems.reactor.ReactorObjectId policy)
           
 void Process.removePolicy(com.oakgrovesystems.reactor.ReactorObjectId policy)
           
 boolean Process.hasPolicy(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void Process.addSubprocess(com.oakgrovesystems.reactor.ReactorObjectId subprocess)
           
 void Process.removeSubprocess(com.oakgrovesystems.reactor.ReactorObjectId subprocess)
           
 boolean Process.hasSubprocess(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void ProcessAssociatedObject.setProcess(com.oakgrovesystems.reactor.ReactorObjectId procId)
          Associates this ProcessAssociatedObject with the Process object referred to by the ReactorObjectId procId.
 void ProcessHasStatusCondition.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId processId)
          sets the id of the Process that must have a particular Status for this Condition to be true.
 void ProcessHasStatusCondition.setStatusId(com.oakgrovesystems.reactor.ReactorObjectId statusId)
          sets the id of the Status that a particular Process must have for this Condition to be true.
 void ProcessNode.setSuperprocess(com.oakgrovesystems.reactor.ReactorObjectId superprocessId)
           
 void ProcessNode.setProcess(com.oakgrovesystems.reactor.ReactorObjectId processId)
           
 void ProcessNode.addOperand(com.oakgrovesystems.reactor.ReactorObjectId operand)
           
 void ProcessNode.removeOperand(com.oakgrovesystems.reactor.ReactorObjectId operand)
           
 boolean ProcessNode.hasOperand(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void ProcessNode.addStatus(com.oakgrovesystems.reactor.ReactorObjectId status)
           
 void ProcessNode.removeStatus(com.oakgrovesystems.reactor.ReactorObjectId status)
           
 boolean ProcessNode.hasStatus(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void ProcessNode.addPolicy(com.oakgrovesystems.reactor.ReactorObjectId policy)
           
 void ProcessNode.removePolicy(com.oakgrovesystems.reactor.ReactorObjectId policy)
           
 boolean ProcessNode.hasPolicy(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void ProcessNode.addSubprocess(com.oakgrovesystems.reactor.ReactorObjectId subprocess)
           
 void ProcessNode.removeSubprocess(com.oakgrovesystems.reactor.ReactorObjectId subprocess)
           
 boolean ProcessNode.hasSubprocess(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 void ProcessStateEqualsCondition.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId processId)
          sets the id of the process that must be in a particular state for this Condition to be true.
 void RootNode.setSuperprocess(com.oakgrovesystems.reactor.ReactorObjectId id)
          throws an IllegalArgumentException unless the argument is null
 void RootNode.setProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          throws an IllegalArgumentException unless the argument is null
 void Status.setProcess(com.oakgrovesystems.reactor.ReactorObjectId id)
          Associates this ProcessAssociatedObject with the Process object referred to by the ReactorObjectId procId.
 

Constructors in com.oakgrovesystems.reactor.processMediation with parameters of type ReactorObjectId
Process(com.oakgrovesystems.reactor.ReactorObjectId parent)
          Creates a new Process with the specified superprocess
ProcessHasStatusCondition(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Creates a new ProcessHasStatusCondition that checks the Process specified for the Status specified.
ProcessHasStatusCondition(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId)
          Creates a new ProcessHasStatusCondition that checks the Process specified for the Status specified.
ProcessHasStatusCondition(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId, java.util.Map objectMap)
          Creates a new ProcessHasStatusCondition that checks the Process specified for the Status specified using the Map specified to dereference the id.
ProcessHasStatusCondition(com.oakgrovesystems.reactor.ReactorObjectId processId, com.oakgrovesystems.reactor.ReactorObjectId statusId, java.util.Map objectMap)
          Creates a new ProcessHasStatusCondition that checks the Process specified for the Status specified using the Map specified to dereference the id.
ProcessStateEqualsCondition(com.oakgrovesystems.reactor.ReactorObjectId processId, int state)
          Creates a new ProcessStateEqualsCondition that checks the Process specified for the state specified.
ProcessStateEqualsCondition(com.oakgrovesystems.reactor.ReactorObjectId processId, int state, java.util.Map objectMap)
          Creates a new ProcessStateEqualsCondition that checks the Process specified for the state specified using the Map specified to dereference the id.
ProcessStatusAddition(com.oakgrovesystems.reactor.ReactorObjectId newStatusId)
          Creates a new ProcessStatusAddition that adds the Status specified to a Process's current Statuses
ProcessStatusRemoval(com.oakgrovesystems.reactor.ReactorObjectId oldStatusId)
          Creates a new ProcessStatusAddition that removes the Status specified from a Process's current Statuses
 

Uses of ReactorObjectId in com.oakgrovesystems.reactor.requests
 

Methods in com.oakgrovesystems.reactor.requests that return ReactorObjectId
 com.oakgrovesystems.reactor.ReactorObjectId AddStatus.getProcessId()
          returns the id of the Process to which a Status should be added.
 com.oakgrovesystems.reactor.ReactorObjectId AddStatus.getStatusId()
          returns the id of the Status to add.
 com.oakgrovesystems.reactor.ReactorObjectId CloneInstance.getProcessId()
          returns the id of the object to clone
 com.oakgrovesystems.reactor.ReactorObjectId Delete.getId()
          returns the id of the object to delete
 com.oakgrovesystems.reactor.ReactorObjectId Get.getId()
          returns the id of the object to get
 com.oakgrovesystems.reactor.ReactorObjectId LockingBase.getObjectId()
          returns the ID of the object with an ACE to be locked
 com.oakgrovesystems.reactor.ReactorObjectId LockingBase.getStatusId()
          returns the id of the Status to add.
 com.oakgrovesystems.reactor.ReactorObjectId QueryGeneral.getProcessId()
          returns the id of the process
 com.oakgrovesystems.reactor.ReactorObjectId QueryGeneral.getHasStatusId()
          returns the id of the status that a process must have acquired to be included the result set
 com.oakgrovesystems.reactor.ReactorObjectId QueryGeneral.getHasAssociatedOperandId()
          returns the id of the operand that must be assiciated with the process to be included in the result set
 com.oakgrovesystems.reactor.ReactorObjectId QueryGeneral.getHasAssociatedStatusId()
          returns the id of the status that must be assiciated with the process to be included in the result set
 com.oakgrovesystems.reactor.ReactorObjectId QueryGeneral.getHasAssociatedPolicyId()
          returns the id of the policy that must be associated with the process to be included in the result set
 com.oakgrovesystems.reactor.ReactorObjectId QueryGeneral.getHasAssociatedSubprocessId()
          returns the id of the subprocess that must be associated with the process to be included in the result set
 com.oakgrovesystems.reactor.ReactorObjectId QueryGeneral.getHasParentId()
          returns the id of the parent process that a process must have to be included in the result set
 com.oakgrovesystems.reactor.ReactorObjectId QueryProcessTree.getId()
          returns the id of the root of the tree
protected static com.oakgrovesystems.reactor.ReactorObjectId ReactorRequest.getObjectId(org.jdom.Element parent)
          If the Element specified has an 'object_reference' child and that child has an 'id' child, then the method returns a ReactorObjectId instantiated from the text content of the 'id' Element.
 com.oakgrovesystems.reactor.ReactorObjectId RemoveStatus.getProcessId()
          returns the id of the Process from which a Status should be removed.
 com.oakgrovesystems.reactor.ReactorObjectId RemoveStatus.getStatusId()
          returns the id of the Status to remove.
 com.oakgrovesystems.reactor.ReactorObjectId SetACL.getObjectId()
          Returns the id of the object to set the ACL on.
 com.oakgrovesystems.reactor.ReactorObjectId Start.getProcessId()
          returns the id of the Process to start
 com.oakgrovesystems.reactor.ReactorObjectId Stop.getProcessId()
          returns the id of the Process to stop
 

Methods in com.oakgrovesystems.reactor.requests with parameters of type ReactorObjectId
 void AddStatus.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId procId)
          Specifies the id of the Process to which a Status should be added.
 void AddStatus.setStatusId(com.oakgrovesystems.reactor.ReactorObjectId statId)
          Specifies the id of the Status to add.
 void CloneInstance.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the id of the object to clone.
 void Delete.setId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the id of the object to delete.
 void Get.setId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the id of the object to get.
 void LockingBase.setObjectId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the ID of the object with an ACE to be locked.
 void LockingBase.setStatusId(com.oakgrovesystems.reactor.ReactorObjectId statId)
          Specifies the id of the Status to add.
 void QueryGeneral.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId processId)
          Specifies the id of the process.
 void QueryGeneral.setHasStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasStatusId)
          Specifies the id of the status that a process must have acquited to be included in the result set
 void QueryGeneral.setHasAssociatedOperandId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedOperandId)
          Specifies the id of the operand that must be assiciated with the process to be included in the result set
 void QueryGeneral.setHasAssociatedStatusId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedStatusId)
          Specifies the id of the status that must be assiciated with the process to be included in the result set
 void QueryGeneral.setHasAssociatedPolicyId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedPolicyId)
          Specifies the id of the policy that must be associated with the process to be included in the result set
 void QueryGeneral.setHasAssociatedSubprocessId(com.oakgrovesystems.reactor.ReactorObjectId hasAssociatedSubprocessId)
          Specifies the id of the subprocess that must be associated with the process to be included in the result set
 void QueryGeneral.setHasParentId(com.oakgrovesystems.reactor.ReactorObjectId hasParentId)
          Specifies the id of the parent process that a process must have to be included in the result set
 void QueryProcessTree.setId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the id of the root of the tree.
protected  org.jdom.Element ReactorRequest.makeReferenceElement(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.LabelPath labelPath)
           
 void RemoveStatus.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId procId)
          Specifies the id of the Process from which a Status should be removed.
 void RemoveStatus.setStatusId(com.oakgrovesystems.reactor.ReactorObjectId statId)
          Specifies the id of the Status to remove.
 void SetACL.setObjectId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the id of the object to set the ACL on.
 void Start.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the id of the Process to start.
 void Stop.setProcessId(com.oakgrovesystems.reactor.ReactorObjectId id)
          Specifies the id of the Process to stop.
 

Uses of ReactorObjectId in com.oakgrovesystems.util
 

Methods in com.oakgrovesystems.util with parameters of type ReactorObjectId
protected static com.oakgrovesystems.reactor.processMediation.Process ProcessTemplate.getProcessFromParent(java.lang.String label, com.oakgrovesystems.reactor.ReactorObjects objects, com.oakgrovesystems.reactor.ReactorObjectId parent)
           
 



Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.