|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicObjectInterface | |
---|---|
com.sas.services.information.metadata | Information Service metadata. |
com.sas.services.information.publicobject | Public Objects are Information Service objects which represent SAS information which is rooted in metadata. |
com.sas.services.information.search | The com.sas.services.information.search package performs and manages metadata searches for public objects. |
Uses of PublicObjectInterface in com.sas.services.information.metadata |
---|
Fields in com.sas.services.information.metadata with type parameters of type PublicObjectInterface | |
---|---|
protected java.util.List<PublicObjectInterface> |
VirtualFolder._members
|
Methods in com.sas.services.information.metadata that return PublicObjectInterface | |
---|---|
PublicObjectInterface |
VirtualFolder.getChildAt(int index)
|
PublicObjectInterface |
Folder.getChildAt(int index)
|
PublicObjectInterface |
OMRMultiHostDeployedObject.getPublicObject()
|
PublicObjectInterface |
MultiHostDeployment.getPublicObject()
Returns the underneath public object |
PublicObjectInterface |
VirtualFolder.newChild(java.lang.String type,
java.lang.String name)
|
PublicObjectInterface |
Folder.newChild(java.lang.String type,
java.lang.String name)
|
Methods in com.sas.services.information.metadata that return types with arguments of type PublicObjectInterface | |
---|---|
java.util.List<PublicObjectInterface> |
VirtualFolder.getChildren()
|
Methods in com.sas.services.information.metadata with parameters of type PublicObjectInterface | |
---|---|
void |
VirtualFolder.addChild(PublicObjectInterface newChild)
|
void |
Folder.addChild(PublicObjectInterface newChild)
|
void |
VirtualFolder.insertChild(PublicObjectInterface child,
int index)
|
void |
Folder.insertChild(PublicObjectInterface child,
int index)
|
void |
VirtualFolder.removeChild(PublicObjectInterface child)
|
void |
Folder.removeChild(PublicObjectInterface child)
|
Uses of PublicObjectInterface in com.sas.services.information.publicobject |
---|
Methods in com.sas.services.information.publicobject that return PublicObjectInterface | |
---|---|
PublicObjectInterface |
PublicObjectContainerInterface.getChildAt(int index)
Returns a child item at the specified location |
PublicObjectInterface |
PublicObjectContainerInterface.newChild(java.lang.String type,
java.lang.String name)
Deprecated. As of 9.3, this method is no longer used |
Methods in com.sas.services.information.publicobject with parameters of type PublicObjectInterface | |
---|---|
void |
MutableContainerInterface.addChild(PublicObjectInterface newChild)
Add a child to this container. |
void |
MutableContainerInterface.insertChild(PublicObjectInterface child,
int index)
Inserts a child into the parent container at the specified index. |
void |
MutableContainerInterface.removeChild(PublicObjectInterface child)
Remove a child from this container. |
Uses of PublicObjectInterface in com.sas.services.information.search |
---|
Methods in com.sas.services.information.search that return types with arguments of type PublicObjectInterface | |
---|---|
static java.util.Comparator<PublicObjectInterface> |
SortOrder.getComparator(SortOrder[] order)
|
java.util.List<PublicObjectInterface> |
SearchFolder.getSearchResults()
Retrieve the search results from metadata. |
java.util.List<PublicObjectInterface> |
Search.getSearchResults()
Get the search results for this search. |
java.util.List<PublicObjectInterface> |
SearchFolder.search()
Run an existing search from this SearchFolder. |
java.util.List<PublicObjectInterface> |
Search.search()
Search the server using the provided search criteria that was set. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |