|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface PublicObjectContainerInterface
This interface describes a container of Public Objects. It is mainly used for objects such as Folder to hold their contents, however it could be used to have a table contain its columns.
| Method Summary | |
|---|---|
PublicObjectInterface |
getChildAt(int index)
Returns a child item at the specified location |
int |
getChildCount()
Returns the number of children within this container. |
java.util.List |
getChildren()
Get a List of the children of this container. |
java.util.List |
getChildren(java.lang.String type)
Deprecated. As of 9.3, this method is no longer used |
PublicObjectInterface |
newChild(java.lang.String type,
java.lang.String name)
Deprecated. As of 9.3, this method is no longer used |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
java.util.List getChildren()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
PublicObjectInterface getChildAt(int index)
throws ServiceException,
java.rmi.RemoteException
index - the index of the child
ServiceException
java.rmi.RemoteException
int getChildCount()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.util.List getChildren(java.lang.String type)
throws ServiceException,
java.rmi.RemoteException
type - The "type abbreviation" which will be used to filter the
children returned from the container.
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object failure.
PublicObjectInterface newChild(java.lang.String type,
java.lang.String name)
throws ServiceException,
java.rmi.RemoteException
type - The public object type to add to the container.name - The name of the new object
ServiceException - If a repository error occurs.
java.rmi.RemoteException - In the event of remote object faiure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||