Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
protected void |
LibrarySession.DMRandomAccessorClose(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorDispose(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMRandomAccessorGetContentObjectId(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMRandomAccessorGetDocumentId(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMRandomAccessorIsWriteable(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMRandomAccessorLength(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMRandomAccessorRead(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorSetSession(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorTruncate(S_RandomAccessorImpl ra,
long len)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorWrite(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Invokes the identically-named remote S_LibrarySession method.
|
Modifier and Type | Method and Description |
---|---|
S_RandomAccessorImpl |
ContentStorageManager.getContentByRandomAccess(S_Document doc,
S_ContentObject co)
Gets a RandomAccessor for randomly reading the content of the specified
document.
|
S_RandomAccessorImpl |
S_LibrarySessionContentStorageManager.getContentByRandomAccess(S_Document doc,
S_ContentObject co)
Gets a RandomAccessor for randomly reading the content of the specified
document.
|
S_RandomAccessorImpl |
ContentStorageManager.updateContentByRandomAccess(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
S_RandomAccessorImpl |
S_LibrarySessionContentStorageManager.updateContentByRandomAccess(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
Modifier and Type | Method and Description |
---|---|
void |
S_LibrarySession.DMRandomAccessorClose(S_RandomAccessorImpl ra)
Closes the specified RandomAccessor, saving any changes to the document.
|
void |
S_LibrarySessionInterface.DMRandomAccessorClose(S_RandomAccessorImpl ra) |
void |
S_LibrarySession.DMRandomAccessorDispose(S_RandomAccessorImpl ra)
Disposes the specified RandomAccessor, discarding any changes to the
document.
|
void |
S_LibrarySessionInterface.DMRandomAccessorDispose(S_RandomAccessorImpl ra) |
Long |
S_LibrarySession.DMRandomAccessorGetContentObjectId(S_RandomAccessorImpl ra)
Gets the id of the ContentObject being accessed by the specified RandomAccessor.
|
Long |
S_LibrarySessionInterface.DMRandomAccessorGetContentObjectId(S_RandomAccessorImpl ra) |
Long |
S_LibrarySession.DMRandomAccessorGetDocumentId(S_RandomAccessorImpl ra)
Gets the id of the Document being accessed by the specified RandomAccessor.
|
Long |
S_LibrarySessionInterface.DMRandomAccessorGetDocumentId(S_RandomAccessorImpl ra) |
boolean |
S_LibrarySession.DMRandomAccessorIsWriteable(S_RandomAccessorImpl ra)
Gets whether the specified RandomAccessor is writeable.
|
boolean |
S_LibrarySessionInterface.DMRandomAccessorIsWriteable(S_RandomAccessorImpl ra) |
long |
S_LibrarySession.DMRandomAccessorLength(S_RandomAccessorImpl ra)
Gets the content length from the specified RandomAccessor.
|
long |
S_LibrarySessionInterface.DMRandomAccessorLength(S_RandomAccessorImpl ra) |
int |
S_LibrarySession.DMRandomAccessorRead(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Reads bytes from the specified RandomAccessor.
|
int |
S_LibrarySessionInterface.DMRandomAccessorRead(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len) |
void |
S_LibrarySession.DMRandomAccessorSetSession(S_RandomAccessorImpl ra)
Binds the specified RandomAccessor to this session.
|
void |
S_LibrarySessionInterface.DMRandomAccessorSetSession(S_RandomAccessorImpl ra) |
void |
S_LibrarySession.DMRandomAccessorTruncate(S_RandomAccessorImpl ra,
long len)
Truncates the content of the specified RandomAccessor.
|
void |
S_LibrarySessionInterface.DMRandomAccessorTruncate(S_RandomAccessorImpl ra,
long len) |
void |
S_LibrarySession.DMRandomAccessorWrite(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Writes bytes to the specified RandomAccessor.
|
void |
S_LibrarySessionInterface.DMRandomAccessorWrite(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len) |
void |
ContentStorageManager.registerRandomAccessor(S_RandomAccessorImpl ra)
Binds the specified RandomAccessor to this session.
|
void |
S_LibrarySessionContentStorageManager.registerRandomAccessor(S_RandomAccessorImpl ra)
Binds the specified RandomAccessor to this session.
|
void |
ContentStorageManager.unregisterRandomAccessor(S_RandomAccessorImpl ra)
Unbinds the specified RandomAccessor from this session.
|
void |
S_LibrarySessionContentStorageManager.unregisterRandomAccessor(S_RandomAccessorImpl ra)
Unbinds the specified RandomAccessor from this session.
|
Copyright © 2023. All rights reserved.