Modifier and Type | Method and Description |
---|---|
StreamInfo |
DBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
StreamInfo |
DBDiskDriver.getStreamInformation(SrvSession sess,
TreeConnection tree,
StreamInfo streamInfo)
Get the stream information for the specified file stream
|
Modifier and Type | Method and Description |
---|---|
StreamInfo |
DBDiskDriver.getStreamInformation(SrvSession sess,
TreeConnection tree,
StreamInfo streamInfo)
Get the stream information for the specified file stream
|
void |
DBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
Modifier and Type | Method and Description |
---|---|
StreamInfo |
DerbyDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
Modifier and Type | Method and Description |
---|---|
void |
DerbyDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
Modifier and Type | Method and Description |
---|---|
StreamInfo |
MySQLDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
Modifier and Type | Method and Description |
---|---|
void |
MySQLDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
Modifier and Type | Method and Description |
---|---|
StreamInfo |
OracleDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
Modifier and Type | Method and Description |
---|---|
void |
OracleDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
Modifier and Type | Method and Description |
---|---|
StreamInfo |
PostgreSQLDBInterface.getStreamInformation(int fid,
int stid,
int infoLevel)
Get information for a file stream
|
Modifier and Type | Method and Description |
---|---|
void |
PostgreSQLDBInterface.setStreamInformation(int dirId,
int fid,
int stid,
StreamInfo sinfo)
Set information for a file stream
|
Modifier and Type | Method and Description |
---|---|
StreamInfo |
StreamInfoList.findStream(String name)
Find a stream by name
|
StreamInfo |
StreamInfoList.getStreamAt(int idx)
Return the stream details at the specified index
|
StreamInfo |
NTFSStreamsInterface.getStreamInformation(SrvSession sess,
TreeConnection tree,
StreamInfo streamInfo)
Return stream information for the specified stream
|
StreamInfo |
StreamInfoList.removeStream(int idx)
Remove the specified stream from the list
|
StreamInfo |
StreamInfoList.removeStream(String name)
Remove the specified stream from the list
|
Modifier and Type | Method and Description |
---|---|
void |
StreamInfoList.addStream(StreamInfo info)
Add an item to the list
|
StreamInfo |
NTFSStreamsInterface.getStreamInformation(SrvSession sess,
TreeConnection tree,
StreamInfo streamInfo)
Return stream information for the specified stream
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.