Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
protected ContextTheme[] |
LibrarySession.DMGetThemes(Long contentId,
Long contentClassId,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
ContextTheme[] |
Document.getThemes()
Gets the Themes for a document, previously generated by a call to
generateThemes().
|
ContextTheme[] |
ContentObject.getThemes(LibraryObject refObj)
Gets the Themes for this content, previously generated by a call to
generateThemes().
|
Modifier and Type | Method and Description |
---|---|
ContextTheme[] |
S_LibrarySession.DMGetThemes(Long id,
Long classId,
Long refObjId,
Long refObjClassId)
Gets the themes of the specified S_ContentObject.
|
ContextTheme[] |
S_LibrarySessionInterface.DMGetThemes(Long contentId,
Long contentClassId,
Long refObjId,
Long refObjClassId) |
ContextTheme[] |
ContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
OracleContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
PostgresContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
abstract ContextTheme[] |
S_LibrarySessionContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
S_ContentObject.getThemes(S_LibraryObject refObj)
Gets the Themes for this content, previously generated by a call to
generateThemes().
|
Copyright © 2023. All rights reserved.