*** This interface provides Binary Compatibility only, not Source Compatibility ***
Interface EmbeddedObjectInterface
- All Superinterfaces:
Remote
@SASScope("ALL")
@BinaryCompatibilityOnly
public interface EmbeddedObjectInterface
extends Remote
-
Method Summary
Modifier and TypeMethodDescriptiongetEmbeddedObject(String subpath) Get a child object using the supplied subpath.
-
Method Details
-
getEmbeddedObject
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.RemoteException- In the event of remote object failure.
-