Oracle Repository API and Model Reference Guide


Contents


API Methods


Element Definitions


Index  


oracle.repos.services.file
Class FileServiceNfo

java.lang.Object
  |
  +--oracle.repos.services.file.FileServiceNfo

public class FileServiceNfo
extends Object

Storage object that holds information about FileService operations


Field Summary
 boolean bIsFile
           
(package private)  oracle.repos.services.RBlob blob
           
 boolean bResult
           
(package private)  boolean bVersioned
           
 long crc
           
 long fileSize
           
 long nLobLen
           
 Date OSTimestamp
           
 RID rid
           
 String strKind
           
 String strName
           
 String strOSPath
           
 String strReposPath
           
 String strStatus
           

 

Constructor Summary
FileServiceNfo()
           

 

Method Summary
 void displayValues()
           
 void FileServiceNfo()
           

 

Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

rid

public RID rid

strName

public String strName

strOSPath

public String strOSPath

strReposPath

public String strReposPath

strStatus

public String strStatus

strKind

public String strKind

OSTimestamp

public Date OSTimestamp

nLobLen

public long nLobLen

fileSize

public long fileSize

crc

public long crc

bResult

public boolean bResult

bIsFile

public boolean bIsFile

blob

oracle.repos.services.RBlob blob

bVersioned

boolean bVersioned
Constructor Detail

FileServiceNfo

public FileServiceNfo()
Method Detail

FileServiceNfo

public void FileServiceNfo()

displayValues

public void displayValues()

BM0463 - JR0670 - JDev446