Business Components

Uses of Class
oracle.jbo.domain.BFileDomain

Uses of BFileDomain in oracle.jbo.domain
 

Methods in oracle.jbo.domain with parameters of type BFileDomain
TypeName
 void BFileDomain.shareBFILE(BFileDomain newBFile)
          Internal: Applications should not use this method.
 

Constructors in oracle.jbo.domain with parameters of type BFileDomain
TypeName
BFileDomain(BFileDomain bFile, byte[] bFileData)
          Creates an instance of this class with data as described in bFileData and using the transaction context from bFile to use the file-locator in the database.
 


Business Components