Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessor |
LibrarySession.DMGetContentByRandomAccess(Long coId,
Long coClassId,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected RandomAccessor |
LibrarySession.DMUpdateContentByRandomAccess(Long docId,
Long docClassId,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Invokes the identically-named remote S_LibrarySession method.
|
RandomAccessor |
Document.getContentByRandomAccess()
Gets a RandomAccessor for randomly reading the content of this document.
|
RandomAccessor |
ContentObject.getContentByRandomAccess(Document refObj)
Gets a RandomAccessor for randomly reading the content of this
ContentObject.
|
RandomAccessor |
Document.updateContentByRandomAccess(DocumentDefinition docdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
this document.
|
Modifier and Type | Class and Description |
---|---|
class |
S_RandomAccessorImpl
RandomAccessorImpl is the serverside implementation of RandomAccessor.
|
Modifier and Type | Method and Description |
---|---|
RandomAccessor |
S_LibrarySession.DMGetContentByRandomAccess(Long coId,
Long coClassId,
Long refObjId,
Long refObjClassId)
Gets a RandomAccessor for randomly reading the content of the specified
ContentObject.
|
RandomAccessor |
S_LibrarySessionInterface.DMGetContentByRandomAccess(Long coId,
Long coClassId,
Long refObjId,
Long refObjClassId) |
RandomAccessor |
S_LibrarySession.DMUpdateContentByRandomAccess(Long docId,
Long docClassId,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
RandomAccessor |
S_LibrarySessionInterface.DMUpdateContentByRandomAccess(Long docId,
Long docClassId,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod) |
RandomAccessor |
S_Document.getContentByRandomAccess()
Gets a RandomAccessor for randomly reading the content of this document.
|
RandomAccessor |
S_ContentObject.getContentByRandomAccess(S_Document refObj)
Gets a RandomAccessor for randomly reading the content of this
ContentObject.
|
RandomAccessor |
S_Document.updateContentByRandomAccess(S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
this document.
|
Copyright © 2023. All rights reserved.