public abstract class RepositoryInfo extends javax.faces.model.SelectItem implements java.lang.Comparable<RepositoryInfo>
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.Modifier and Type | Field and Description |
---|---|
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
|
Modifier | Constructor and Description |
---|---|
protected |
RepositoryInfo(java.lang.String connectionName) |
Modifier and Type | Method and Description |
---|---|
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.
|
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue
public static final java.lang.String UCM_REPOSITORY_TYPE
public static final java.lang.String PORTAL_REPOSITORY_TYPE
public static final java.lang.String FS_REPOSITORY_TYPE
public final java.lang.String getName()
connectionName
attribute in various document library task-flows.public abstract java.lang.String getType()