|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface that allows the portal to systematically crawl a remote document repository by querying all documents and child containers (sub-nodes) that a particular container (node) contains and the respective users and groups that can access that particular container (node).
| Method Summary | |
ChildContainer[] |
getChildContainers()
Returns an array of the immediate child containers of this container. |
ChildDocument[] |
getChildDocuments()
Returns an array of the immediate child documents of this container. |
ACLEntry[] |
getGroups()
Returns an array of the groups with access to this container. |
ContainerMetaData |
getMetaData(java.lang.String[] filter)
Deprecated. Obsolete; not called by the server. See ContainerMetaData. |
ACLEntry[] |
getUsers()
Returns an array of the users with access to this container. |
| Method Detail |
public ChildDocument[] getChildDocuments()
throws ServiceException
ChildDocument array
ServiceException - if an error occurred
public ChildContainer[] getChildContainers()
throws ServiceException
ChildContainer array
ServiceException - if an error occurred
public ACLEntry[] getUsers()
throws ServiceException
ACLEntry array of users
ServiceException - if an error occurred
public ACLEntry[] getGroups()
throws ServiceException
ACLEntry array of groups
ServiceException - if an error occurred
public ContainerMetaData getMetaData(java.lang.String[] filter)
throws ServiceException
ContainerMetaData.
filter - a string array containing the desired metadata attributes; returns all metadata attributes if null
ServiceException - if an error occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.