Uses of Class
wt.dataops.archivesystem.WTArchiveObjectInfo

Packages that use WTArchiveObjectInfo
wt.dataops.archive   
wt.dataops.archivesystem   
wt.dataops.archivesystem.cyaimpl   
wt.dataops.archivesystem.fileimpl   
 

Uses of WTArchiveObjectInfo in wt.dataops.archive
 

Fields in wt.dataops.archive declared as WTArchiveObjectInfo
private  WTArchiveObjectInfo Archive.archiveObjectInfo
           
 

Methods in wt.dataops.archive that return WTArchiveObjectInfo
 WTArchiveObjectInfo Archive.getArchiveObjectInfo()
          Gets the object for the association that plays role: ARCHIVE_OBJECT_INFO.
 

Methods in wt.dataops.archive with parameters of type WTArchiveObjectInfo
 void Archive.setArchiveObjectInfo(WTArchiveObjectInfo a_ArchiveObjectInfo)
          Sets the object for the association that plays role: ARCHIVE_OBJECT_INFO.
private  void Archive.archiveObjectInfoValidate(WTArchiveObjectInfo a_ArchiveObjectInfo)
           
 

Uses of WTArchiveObjectInfo in wt.dataops.archivesystem
 

Methods in wt.dataops.archivesystem that return WTArchiveObjectInfo
static WTArchiveObjectInfo WTArchiveObjectInfo.newWTArchiveObjectInfo(String id, String vol, WTArchiveType aType)
          

Supported API: false
 WTArchiveObjectInfo ArchiveResident.getArchiveObjectInfo()
          Gets the object for the association that plays role: ARCHIVE_OBJECT_INFO.
 

Methods in wt.dataops.archivesystem with parameters of type WTArchiveObjectInfo
static WTArchiveSystem WTArchiveSystemFactory.getWTArchiveSystem(WTArchiveObjectInfo archiveObj)
          

Supported API: false
protected  boolean WTArchiveObjectInfo.readVersion(WTArchiveObjectInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ArchiveResident.setArchiveObjectInfo(WTArchiveObjectInfo a_ArchiveObjectInfo)
          Sets the object for the association that plays role: ARCHIVE_OBJECT_INFO.
 

Uses of WTArchiveObjectInfo in wt.dataops.archivesystem.cyaimpl
 

Fields in wt.dataops.archivesystem.cyaimpl declared as WTArchiveObjectInfo
private  WTArchiveObjectInfo CYAArchiveResident.archiveObjectInfo
           
 

Methods in wt.dataops.archivesystem.cyaimpl that return WTArchiveObjectInfo
 WTArchiveObjectInfo CYAArchiveResident.getArchiveObjectInfo()
          Gets the object for the association that plays role: archiveObjectInfo.
 

Methods in wt.dataops.archivesystem.cyaimpl with parameters of type WTArchiveObjectInfo
 void CYAArchiveResident.setArchiveObjectInfo(WTArchiveObjectInfo a_ArchiveObjectInfo)
          Sets the object for the association that plays role: archiveObjectInfo.
private  void CYAArchiveResident.archiveObjectInfoValidate(WTArchiveObjectInfo a_ArchiveObjectInfo)
           
 

Uses of WTArchiveObjectInfo in wt.dataops.archivesystem.fileimpl
 

Fields in wt.dataops.archivesystem.fileimpl declared as WTArchiveObjectInfo
private  WTArchiveObjectInfo FileArchiveResident.archiveObjectInfo
           
 

Methods in wt.dataops.archivesystem.fileimpl that return WTArchiveObjectInfo
 WTArchiveObjectInfo FileArchiveResident.getArchiveObjectInfo()
          Gets the object for the association that plays role: archiveObjectInfo.
 

Methods in wt.dataops.archivesystem.fileimpl with parameters of type WTArchiveObjectInfo
 void FileArchiveResident.setArchiveObjectInfo(WTArchiveObjectInfo a_ArchiveObjectInfo)
          Sets the object for the association that plays role: archiveObjectInfo.
private  void FileArchiveResident.archiveObjectInfoValidate(WTArchiveObjectInfo a_ArchiveObjectInfo)