Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.doclib.view
Class RepositoryInfo

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by oracle.webcenter.doclib.view.RepositoryInfo

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RepositoryInfo>

public abstract class RepositoryInfo
extends javax.faces.model.SelectItem
implements java.lang.Comparable<RepositoryInfo>

This class provides basic information about a content repository connection. It implements SelectItem, which makes it usable in a JSF selection list. It is comparable to another RepositoryInfo based on the connection name compared using the collator for the current request's locale.

Since:
11.1.1.4.0
See Also:
Serialized Form

Field Summary
static java.lang.String FS_REPOSITORY_TYPE
          Oracle file system repository type identifier
static java.lang.String PORTAL_REPOSITORY_TYPE
          Oracle Portal repository type identifier
static java.lang.String UCM_REPOSITORY_TYPE
          Oracle Content Server (UCM) repository type identifier

 

Constructor Summary
protected RepositoryInfo(java.lang.String connectionName)
           

 

Method Summary
 java.lang.String getName()
          Gets the repository connection name.
abstract  java.lang.String getType()
          Gets a string that can be used to identify the repository type.

 

Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, setDescription, setDisabled, setEscape, setLabel, setValue

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface java.lang.Comparable
compareTo

 

Field Detail

UCM_REPOSITORY_TYPE

public static final java.lang.String UCM_REPOSITORY_TYPE
Oracle Content Server (UCM) repository type identifier
See Also:
Constant Field Values

PORTAL_REPOSITORY_TYPE

public static final java.lang.String PORTAL_REPOSITORY_TYPE
Oracle Portal repository type identifier
See Also:
Constant Field Values

FS_REPOSITORY_TYPE

public static final java.lang.String FS_REPOSITORY_TYPE
Oracle file system repository type identifier
See Also:
Constant Field Values

Constructor Detail

RepositoryInfo

protected RepositoryInfo(java.lang.String connectionName)

Method Detail

getName

public final java.lang.String getName()
Gets the repository connection name. This can be used as the value for the connectionName attribute in various document library task-flows.
Returns:
The repository connection name

getType

public abstract java.lang.String getType()
Gets a string that can be used to identify the repository type. See the constants defined on this class for a few predefined repository types.
Returns:
The repository type identifier

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.