com.oakgrovesystems.reactor
Interface IdToLabelPathMapper

All Known Implementing Classes:
ClientIdToLabelPathMapper

public interface IdToLabelPathMapper


Method Summary
 com.oakgrovesystems.reactor.LabelPath getLabelPath(com.oakgrovesystems.reactor.ReactorObjectId idToMap)
          Maps a ReactorObjectId to a LabelPath
 com.oakgrovesystems.reactor.LabelPath getLabelPath(java.lang.String idToMap)
          Maps an id to a LabelPath
 

Method Detail

getLabelPath

public com.oakgrovesystems.reactor.LabelPath getLabelPath(java.lang.String idToMap)
                                                   throws IdentifierMappingException
Maps an id to a LabelPath

Parameters:
idToMap - The string representation of the ReactorObjectId to map to a LabelPath.
Returns:
A LabelPath that resolves to the object with the given id.
Throws:
IdentifierMappingException - If an object necessary to determine the LabelPath is unavailable to the mapper.

getLabelPath

public com.oakgrovesystems.reactor.LabelPath getLabelPath(com.oakgrovesystems.reactor.ReactorObjectId idToMap)
                                                   throws IdentifierMappingException
Maps a ReactorObjectId to a LabelPath

Parameters:
idToMap - The ReactorObjectId to map to a LabelPath
Returns:
A LabelPath that resolves to the object with the given ReactorObjectId.
Throws:
IdentifierMappingException - If an object necessary to determine the LabelPath is unavailable to the mapper.


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