***  This interface provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.information.metadata
Interface EmbeddedObjectInterface

All Superinterfaces:
java.rmi.Remote

public interface EmbeddedObjectInterface
extends java.rmi.Remote


Method Summary
 MetadataInterface getEmbeddedObject(java.lang.String subpath)
          Get a child object using the supplied subpath.
 

Method Detail

getEmbeddedObject

MetadataInterface getEmbeddedObject(java.lang.String subpath)
                                    throws ServiceException,
                                           java.rmi.RemoteException
Get a child object using the supplied subpath. The Information Service can locate objects from a PathUrl if they are contained directly by a Folder. If the object is subordinate to another type of object, that object has to supply that subordinate object.

Parameters:
subpath - The path specifying the subordinate object to retrieve.
Returns:
The child object or null if it could not be found.
Throws:
ServiceException - If a repository error occurs or the subpath is invalid.
java.rmi.RemoteException - In the event of remote object failure.

***  This interface provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.