|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.content.model.rc.ContentListFactory
public class ContentListFactory
This context factory returns a context containing all the available content items for a specified datasource and datasourceType.
It can be used in a resource catalog as follows:
<customFolder id="doclibCustomFolder"
factoryClass="oracle.webcenter.content.model.rc.ContentListFactory" />
<parameters>
<parameter id="datasource"> myconnection.us.oracle.com#dCollectionID:45535 </parameter>
<parameter id="datasourceType"> dsTypeFolderContents </parameter>
</parameters>
DocLibModelConstants.DATA_SOURCE_MULTI_NODE, DocLibModelConstants.DATA_SOURCE_TYPE_FOLDER_CONTENTS, DocLibModelConstants.DATA_SOURCE_TYPE_QUERY, oracle.webcenter.doclib.model.DATA_SOURCE_TYPE_SINGLE_NODE, DocLibModelConstants.DATA_SOURCE_SCENARIO_RESULTS| Constructor Summary | |
|---|---|
ContentListFactory() |
|
| Method Summary | |
|---|---|
javax.naming.Context |
getInitialContext(java.util.Hashtable<?,?> env)Gets the container context listing all content items for the configured datasource and datasourceType. |
java.util.Collection<ParameterDescriptor> |
getParameterDescriptors() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentListFactory()
| Method Detail |
|---|
public javax.naming.Context getInitialContext(java.util.Hashtable<?,?> env)
throws javax.naming.NamingException
getInitialContext in interface javax.naming.spi.InitialContextFactoryenv - The resource catalog environmentjavax.naming.NamingException - If an error occurspublic java.util.Collection<ParameterDescriptor> getParameterDescriptors()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||