Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.protocols.commands | |
oracle.ifs.protocols.email.beans | |
oracle.ifs.server.renderers |
Modifier and Type | Method and Description |
---|---|
RandomAccessContentInterface |
Document.getRandomAccessContent(boolean canWrite)
Deprecated.
CM SDK 10gR2: use getContentByRandomAccess or updateContentByRandomAccess
|
RandomAccessContentInterface |
Document.getRandomAccessContent(boolean canWrite,
boolean shouldLock)
Deprecated.
CM SDK 10gR2: use getContentByRandomAccess or updateContentByRandomAccess
|
RandomAccessContentInterface |
ContentObject.getRandomAccessContent(boolean canWrite,
boolean shouldLock,
LibraryObject refObj)
Deprecated.
CM SDK 10gR2: use getContentByRandomAccess or
updateContentByRandomAccess on Document
|
RandomAccessContentInterface |
LibraryObject.renderAsRandomAccessContent(String rendererType,
String rendererName,
boolean writeable,
Hashtable options)
Deprecated.
CM SDK 10gR2: random access rendering is no longer supported
|
Modifier and Type | Method and Description |
---|---|
void |
LibrarySession.clearRaciSessionContext(RandomAccessContentInterface raci)
Deprecated.
CMSDK 10gR2: use RandomAccessor
|
void |
LibrarySession.reestablishRaciSessionContext(RandomAccessContentInterface raci)
Deprecated.
CMSDK 10gR2: use RandomAccessor
|
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContentInterface |
RandomAccessOperations.lookupRACI(String racitag)
look up a RACI given a Racitag
|
Modifier and Type | Method and Description |
---|---|
RandomAccessContentInterface |
IfsRenderAsRandomAccessContentContext.getRandomAccessContent()
Gets the RandomAccessContentInterface which is the result of the rendering.
|
RandomAccessContentInterface |
RenderAsRandomAccessContentContext.getRandomAccessContent()
Gets the RandomAccessContentInterface which is the result of the rendering.
|
Modifier and Type | Method and Description |
---|---|
void |
IfsRenderAsRandomAccessContentContext.setRandomAccessContent(RandomAccessContentInterface in)
Sets the RandomAccessContentInterface which is the result of the rendering.
|
void |
RenderAsRandomAccessContentContext.setRandomAccessContent(RandomAccessContentInterface in)
Sets the RandomAccessContentInterface which is the result of the rendering.
|
Modifier and Type | Method and Description |
---|---|
Reader |
BodyPart.getCleartextBodyReader(RandomAccessContentInterface raci)
Get a Reader containing the decoded body of this body part.
|
InputStream |
BodyPart.getCleartextBodyStream(RandomAccessContentInterface raci)
Get an InputStream containing the decoded body of this body part.
|
void |
BodyPart.getIndexableReaders(Vector readerVector,
RandomAccessContentInterface raci) |
Constructor and Description |
---|
OffsetInputStream(RandomAccessContentInterface raci,
long start,
long end)
Constructs an OffsetInputStream
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryRandomAccessContent
InMemoryRandomAccessContent is an RandomAccessContentInterface object
which stores its data as an array of bytes, keeping the all the data
in memory.
|
Copyright © 2023. All rights reserved.