com.sas.services.information.util
Class ISUtility
java.lang.Object
|
+--com.sas.services.information.util.ISUtility
- public class ISUtility
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPathFromEntityKey
public static PathUrl getPathFromEntityKey(UserContextInterface user,
String iSEntityKey)
throws ServiceException,
RemoteException
- Get a PathUrl from an Information Service entity key. The key
may come from a MetadataInterface.getEntityKey() method call, or
a BrowseMetadataInterface.getISEntityKey() call. A single trip to
the repository is performed to get the necessary information to
find the path information to build the PathUrl object.
- Parameters:
user - The UserContext to use to look in the repository
for the path information.iSEntityKey - The Information Service entity key representing
the object to calculate the path for.- Returns:
- The PathUrl object for the metadata object, or null if
no valid path can be determined.
- Throws:
ServiceException - If a repository error occurs.RemoteException - If a remote object failure occurs with the repository.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:29:00