|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MasteredOnReplicaItem | |
wt.fv.master | |
wt.fv.uploadtocache |
Uses of MasteredOnReplicaItem in wt.fv.master |
Fields in wt.fv.master declared as MasteredOnReplicaItem | |
(package private) MasteredOnReplicaItem |
RemoteUploadInputStream.item
|
private MasteredOnReplicaItem |
RemoteUploadInputStream.ReplicaUploadSaver.rItem
|
Methods in wt.fv.master that return MasteredOnReplicaItem | |
static MasteredOnReplicaItem |
MasteredOnReplicaItem.newMasteredOnReplicaItem()
Default factory for the class. |
Methods in wt.fv.master with parameters of type MasteredOnReplicaItem | |
protected boolean |
MasteredOnReplicaItem.readVersion(MasteredOnReplicaItem thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Constructors in wt.fv.master with parameters of type MasteredOnReplicaItem | |
RemoteUploadInputStream(InputStream in,
MasteredOnReplicaItem item)
|
|
RemoteUploadInputStream.ReplicaUploadSaver(InputStream in,
MasteredOnReplicaItem rItem,
Object currentUser,
Object sessionContext)
|
Uses of MasteredOnReplicaItem in wt.fv.uploadtocache |
Methods in wt.fv.uploadtocache that return MasteredOnReplicaItem | |
private MasteredOnReplicaItem |
StandardUploadToCacheService.createLocalMasteredOnReplicaItem(FileFolder actFolder)
This method only create MasteredOnReplicaItem and set folder reference, it will not save it to database. |
private MasteredOnReplicaItem |
StandardUploadToCacheService.createMasteredOnReplicaItem(FileFolder actFolder)
|
static MasteredOnReplicaItem |
StandardUploadToCacheService.getMasteredOnReplicaItem(long streamId)
|
Methods in wt.fv.uploadtocache with parameters of type MasteredOnReplicaItem | |
static InputStream |
StandardUploadToCacheService.getMasteredItemInputStream(MasteredOnReplicaItem item)
Get the InputStream from replica site corresponding to the MasteredOnReplicaItem "item" Supported API: false |
private static Site |
StandardUploadToCacheService.querySiteForMasteredOnReplicaItem(MasteredOnReplicaItem item)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |