Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.importExport.model.content
Class ContentRepositoryFactory

java.lang.Object
  extended by oracle.apps.fnd.applcore.importExport.model.content.ContentRepositoryFactory

public class ContentRepositoryFactory
extends java.lang.Object

Create instances of Content Repositories using the Factory Pattern.


Constructor Summary
ContentRepositoryFactory()
           
 
Method Summary
static ContentRepository newContentRepository()
          Create a new Web Center Repository using Web Center's primary connection.
static ContentRepository newContentRepository(ContentRepositoryConnection connection)
          Creates a new repository based on the type of connection passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentRepositoryFactory

public ContentRepositoryFactory()
Method Detail

newContentRepository

public static ContentRepository newContentRepository()
Create a new Web Center Repository using Web Center's primary connection.

Returns:
a new instance of a repository.

newContentRepository

public static ContentRepository newContentRepository(ContentRepositoryConnection connection)
Creates a new repository based on the type of connection passed in. If a null connection is passed in it attempts to construct a Web Center Repository using Web Center's primary connection.

Parameters:
connection - used to construct a repository.
Returns:
a new instance of a repository.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.