Uses of Class
com.oakgrovesystems.reactor.LabelPath

Packages that use LabelPath
com.oakgrovesystems.reactor   
com.oakgrovesystems.reactor.client   
com.oakgrovesystems.reactor.requests   
com.oakgrovesystems.util   
 

Uses of LabelPath in com.oakgrovesystems.reactor
 

Methods in com.oakgrovesystems.reactor that return LabelPath
 com.oakgrovesystems.reactor.LabelPath IdToLabelPathMapper.getLabelPath(java.lang.String idToMap)
          Maps an id to a LabelPath
 com.oakgrovesystems.reactor.LabelPath IdToLabelPathMapper.getLabelPath(com.oakgrovesystems.reactor.ReactorObjectId idToMap)
          Maps a ReactorObjectId to a LabelPath
 com.oakgrovesystems.reactor.LabelPath LabelPath.copy()
           
 

Methods in com.oakgrovesystems.reactor with parameters of type LabelPath
 java.util.Set LabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap)
          Maps a LabelPath to a Set of ReactorObjectIds
 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)
          Maps a LabelPath to a Set of ReactorObjectIds
 java.util.Set LabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, boolean definitionsOnly)
          Maps a LabelPath to a Set of ReactorObjectIds
 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)
          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.processMediation.ProcessMediationObject ReactorObjects.remove(com.oakgrovesystems.reactor.LabelPath labelPath)
          Removes the process mediation object from the collection.
 com.oakgrovesystems.reactor.processMediation.Process ReactorObjects.getProcess(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets process from the collection The label path must resolve to only ONE process.
 java.util.Set ReactorObjects.getSubprocesses(com.oakgrovesystems.reactor.LabelPath processLabelPath)
          Gets set of subprocesses of a process The label path must resolve to only ONE process
 com.oakgrovesystems.reactor.processMediation.Operand ReactorObjects.getOperand(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets operand from the collection The label path must resolve to only ONE operand
 java.util.Set ReactorObjects.getOperands(com.oakgrovesystems.reactor.LabelPath processLabelPath)
          Gets set of operands of a process The label path must resolve to only ONE process
 com.oakgrovesystems.reactor.processMediation.Status ReactorObjects.getStatus(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets status from the collection The label path must resolve to only ONE status
 java.util.Set ReactorObjects.getStatuses(com.oakgrovesystems.reactor.LabelPath processLabelPath)
          Gets set of statuses of a process The label path must resolve to only ONE process
 java.util.Set ReactorObjects.getCurrentStatuses(com.oakgrovesystems.reactor.LabelPath processLabelPath)
          Gets set of current statuses of a process The label path must resolve to only ONE process
 com.oakgrovesystems.reactor.processMediation.Policy ReactorObjects.getPolicy(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets policy from the collection The label path must resolve to only ONE policy
 java.util.Set ReactorObjects.getPolicies(com.oakgrovesystems.reactor.LabelPath processLabelPath)
          Gets set of policies of a process The label path must resolve to only ONE process
 

Constructors in com.oakgrovesystems.reactor with parameters of type LabelPath
LabelPathIterator(com.oakgrovesystems.reactor.LabelPath path)
           
 

Uses of LabelPath in com.oakgrovesystems.reactor.client
 

Fields in com.oakgrovesystems.reactor.client declared as LabelPath
protected  com.oakgrovesystems.reactor.LabelPath QueryCriteria.processLabelPath
           
 

Methods in com.oakgrovesystems.reactor.client that return LabelPath
 com.oakgrovesystems.reactor.LabelPath ClientIdToLabelPathMapper.getLabelPath(java.lang.String id)
           
 com.oakgrovesystems.reactor.LabelPath ClientIdToLabelPathMapper.getLabelPath(com.oakgrovesystems.reactor.ReactorObjectId id)
           
 com.oakgrovesystems.reactor.LabelPath QueryCriteria.getProcessLabelPath()
          Gets the process label path of the criteria.
 

Methods in com.oakgrovesystems.reactor.client with parameters of type LabelPath
 void AbstractReactorProxy.delete(com.oakgrovesystems.reactor.LabelPath labelPath, java.lang.Class type)
          Sends a delete request to the server.
 void AbstractReactorProxy.delete(com.oakgrovesystems.reactor.LabelPath labelPath, 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.LabelPath labelPath)
          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.
 void AbstractReactorProxy.startProcess(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends a start request to the server.
 void AbstractReactorProxy.stopProcess(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends a stop request to the server.
 void AbstractReactorProxy.setACLOnObject(com.oakgrovesystems.reactor.LabelPath objectLabelPath, com.oakgrovesystems.reactor.processMediation.ACL newACL, java.lang.Class type)
          Sets a new ACL on an object by labelpath.
 void AbstractReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends add status request to the server.
 void AbstractReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends add status request to the server.
 void AbstractReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends remove status request to the server.
 void AbstractReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends remove status request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject AbstractReactorProxy.get(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends get request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject AbstractReactorProxy.get(com.oakgrovesystems.reactor.LabelPath labelPath, 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, 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)
           
 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.lock(com.oakgrovesystems.reactor.LabelPath path, 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.LabelPath 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)
           
 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)
           
 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.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.LabelPath 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)
           
 java.util.Set ClientLabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass)
          Maps a LabelPath to a Set of ReactorObjectIds
 java.util.Set ClientLabelPathToIdMapper.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass, boolean definitionsOnly)
           
 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)
          Maps a LabelPath to a Set of ReactorObjectIds
 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)
          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)
           
 java.util.Set ClientLabelPathToIdMapperAndCreator.getIdSet(com.oakgrovesystems.reactor.LabelPath pathToMap, java.lang.Class filterClass)
          Maps a LabelPath to a Set of ReactorObjectIds
 void QueryCriteria.setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath processLabelPath)
          Sets process label path of the criteria Use this criteria to query a process with a particular label path.
 void ReactorProxy.delete(com.oakgrovesystems.reactor.LabelPath labelPath, java.lang.Class type)
          Sends a delete request to the server.
 void ReactorProxy.delete(com.oakgrovesystems.reactor.LabelPath labelPath, 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.LabelPath labelPath)
          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.
 void ReactorProxy.startProcess(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends a start request to the server.
 void ReactorProxy.stopProcess(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends a stop request to the server.
 void ReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends add status request to the server.
 void ReactorProxy.addStatusToProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends add status request to the server.
 void ReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends remove status request to the server.
 void ReactorProxy.removeStatusFromProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, com.oakgrovesystems.reactor.LabelPath statusLabelPath)
          Sends remove status request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject ReactorProxy.get(com.oakgrovesystems.reactor.LabelPath labelPath)
          Sends get request to the server.
 com.oakgrovesystems.reactor.processMediation.ProcessMediationObject ReactorProxy.get(com.oakgrovesystems.reactor.LabelPath labelPath, com.oakgrovesystems.reactor.ReactorObjects objects)
          Sends get request to the server.
 void ReactorProxy.setACLOnObject(com.oakgrovesystems.reactor.LabelPath objectLabelPath, com.oakgrovesystems.reactor.processMediation.ACL newACL, java.lang.Class type)
          Sets a new ACL on an object by labelpath.
 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)
           
 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.lock(com.oakgrovesystems.reactor.LabelPath path, 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.LabelPath 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)
           
 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)
           
 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.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.LabelPath status)
           
 

Uses of LabelPath in com.oakgrovesystems.reactor.requests
 

Methods in com.oakgrovesystems.reactor.requests that return LabelPath
 com.oakgrovesystems.reactor.LabelPath AddStatus.getProcessLabelPath()
          returns the label path of the Process to which a Status should be added.
 com.oakgrovesystems.reactor.LabelPath AddStatus.getStatusLabelPath()
          returns the LabelPath of the Status to add.
 com.oakgrovesystems.reactor.LabelPath CloneInstance.getProcessLabelPath()
          returns the label path of the object to clone
 com.oakgrovesystems.reactor.LabelPath Delete.getLabelPath()
          returns the label path of the object to delete
 com.oakgrovesystems.reactor.LabelPath Get.getLabelPath()
          returns the label path of the object to get
 com.oakgrovesystems.reactor.LabelPath LockingBase.getObjectLabelPath()
          returns the label path of the object with an ACE to be locked.
 com.oakgrovesystems.reactor.LabelPath LockingBase.getStatusLabelPath()
          returns the LabelPath of the Status to add.
 com.oakgrovesystems.reactor.LabelPath QueryGeneral.getProcessLabelPath()
          returns the label path of the process
protected  com.oakgrovesystems.reactor.LabelPath QueryGeneral.getLabelPathFromReference(org.jdom.Element refEl)
           
 com.oakgrovesystems.reactor.LabelPath QueryProcessTree.getLabelPath()
          returns the label path of the root of the tree
protected  com.oakgrovesystems.reactor.LabelPath QueryRequest.getLabelPathFromReference(org.jdom.Element refEl)
           
protected static com.oakgrovesystems.reactor.LabelPath ReactorRequest.getLabelPath(org.jdom.Element parent)
          If the Element specified has an 'object_reference' child and that child has a 'label_path' child, then the method returns a ReactorObjectId instantiated from the 'label_path' Element.
 com.oakgrovesystems.reactor.LabelPath RemoveStatus.getProcessLabelPath()
          returns the label path of the Process from which a Status should be removed.
 com.oakgrovesystems.reactor.LabelPath RemoveStatus.getStatusLabelPath()
          returns the LabelPath of the Status to remove.
 com.oakgrovesystems.reactor.LabelPath SetACL.getObjectLabelPath()
          Returns the label path of the object to set ACL on.
 com.oakgrovesystems.reactor.LabelPath Start.getProcessLabelPath()
          returns the label path of the Process to start
 com.oakgrovesystems.reactor.LabelPath Stop.getProcessLabelPath()
          returns the label path of the Process to stop
 

Methods in com.oakgrovesystems.reactor.requests with parameters of type LabelPath
 void AddStatus.setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the Process to which a Status should be added.
 void AddStatus.setStatusLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the LabelPath of the Status to add.
 void CloneInstance.setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the object to clone.
 void Delete.setLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the object to delete.
 void Get.setLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the object to get.
 void LockingBase.setObjectLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the object with an ACE to be locked.
 void LockingBase.setStatusLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the LabelPath of the Status to add.
 void QueryGeneral.setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath processLabelPath)
          Specifies the label path of the process.
 void QueryProcessTree.setLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the root of the tree.
protected  org.jdom.Element ReactorRequest.makeReferenceElement(com.oakgrovesystems.reactor.ReactorObjectId id, com.oakgrovesystems.reactor.LabelPath labelPath)
           
 void RemoveStatus.setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the Process from which a Status should be removed.
 void RemoveStatus.setStatusLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the LabelPath of the Status to remove.
 void SetACL.setObjectLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the object to set ACL on.
 void Start.setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the Process to start.
 void Stop.setProcessLabelPath(com.oakgrovesystems.reactor.LabelPath lp)
          Specifies the label path of the Process to stop.
 

Uses of LabelPath in com.oakgrovesystems.util
 

Methods in com.oakgrovesystems.util that return LabelPath
 com.oakgrovesystems.reactor.LabelPath Navigator.getRelativeLabelPath(java.lang.String path)
          Gets a LabelPath object with a relative path.
 com.oakgrovesystems.reactor.LabelPath Navigator.getAbsoluteLabelPath(java.lang.String path)
          Gets a LabelPath object with a absolute path.
 

Methods in com.oakgrovesystems.util with parameters of type LabelPath
 com.oakgrovesystems.reactor.processMediation.Operand Navigator.getOperand(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets operand using label path If label path is relative then it should be relative to the process with which current policy is associated with.
 com.oakgrovesystems.reactor.processMediation.Policy Navigator.getPolicy(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets policy using label path If label path is relative then it should be relative to the process with which current policy is associated with.
 com.oakgrovesystems.reactor.processMediation.Status Navigator.getStatus(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets status using label path If label path is relative then it should be relative to the process with which current policy is associated with.
 com.oakgrovesystems.reactor.processMediation.Process Navigator.getProcess(com.oakgrovesystems.reactor.LabelPath labelPath)
          Gets Process using label path If label path is relative then it should be relative to the process with which current policy is associated with.
 boolean Navigator.setOperandValue(com.oakgrovesystems.reactor.LabelPath labelPath, java.lang.String value)
          Sets value of an operand If label path is relative then it should be relative to the process with which current policy is associated with.
 boolean Navigator.executePolicy(com.oakgrovesystems.reactor.LabelPath labelPath)
          Executes a policy using labelPath If label path is relative then it should be relative to the process with which current policy is associated with.
 boolean Navigator.setACLofProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, java.lang.String role, com.oakgrovesystems.reactor.LabelPath operandLabelPath)
          Adds an ACE with role and name from operand to the process.
 boolean Navigator.setACLofProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, java.lang.String role, com.oakgrovesystems.reactor.LabelPath operandLabelPath)
          Adds an ACE with role and name from operand to the process.
 boolean Navigator.setACLofProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, java.lang.String role, com.oakgrovesystems.reactor.LabelPath operandLabelPath, java.lang.String delimiter)
          Adds an ACE with role and multiple names from operand to the process.
 boolean Navigator.setACLofProcess(com.oakgrovesystems.reactor.LabelPath processLabelPath, java.lang.String role, com.oakgrovesystems.reactor.LabelPath operandLabelPath, java.lang.String delimiter)
          Adds an ACE with role and multiple names from operand to the process.
 



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