|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataMaintRecord | |
com.ptc.windchill.enterprise.dataops.server | |
wt.dataops | |
wt.dataops.archive | |
wt.dataops.purge |
Uses of DataMaintRecord in com.ptc.windchill.enterprise.dataops.server |
Methods in com.ptc.windchill.enterprise.dataops.server with parameters of type DataMaintRecord | |
static Task |
TaskWrapperHelper.getTaskFromDataMaintRecord(DataMaintRecord record)
|
Uses of DataMaintRecord in wt.dataops |
Fields in wt.dataops declared as DataMaintRecord | |
private DataMaintRecord |
TaskEventDeleteListener.record
|
Methods in wt.dataops with parameters of type DataMaintRecord | |
protected boolean |
DataMaintRecord.readVersion(DataMaintRecord thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static void |
DataMaintContentUtil.registerDataMaintContent(DataMaintRecord opRec)
|
static void |
DataMaintContentUtil.registerDataMaintContent(DataMaintRecord opRec,
Locale locale)
|
static void |
DataMaintContentUtil.addContentToDataMaintRecord(DataMaintRecord opRec)
|
static void |
DataMaintContentUtil.addOperandsInfoContent(WTCollection operands,
DataMaintRecord record,
String header,
boolean noLinks,
Locale locale)
|
static void |
DataMaintContentUtil.copyOperandsInfo(DataMaintRecord record,
ContentHolder holder)
|
private static String |
DataMaintContentUtil.getlogFilePath(DataMaintRecord opRec)
|
private static String |
DataMaintContentUtil.getLogFileName(DataMaintRecord opRec)
|
private static String |
DataMaintContentUtil.getOperandsInfoFilePath(DataMaintRecord opRec)
|
private static String |
DataMaintContentUtil.getOperandsInfoName(DataMaintRecord opRec)
|
Constructors in wt.dataops with parameters of type DataMaintRecord | |
TaskEventDeleteListener(DataMaintRecord record,
TaskEvent event)
|
|
DataMaintCleanupListener(DataMaintRecord record)
|
Uses of DataMaintRecord in wt.dataops.archive |
Subclasses of DataMaintRecord in wt.dataops.archive | |
class |
ArchiveRecord
Use the newArchiveRecord static factory method(s), not the
ArchiveRecord constructor, to construct instances of this
class. |
class |
RestoreRecord
Use the newRestoreRecord static factory method(s), not the
RestoreRecord constructor, to construct instances of this
class. |
Methods in wt.dataops.archive with parameters of type DataMaintRecord | |
private void |
StandardArchiveRestoreService.validateTaskEventRemove(DataMaintRecord record,
TaskEvent taskEvent)
|
Uses of DataMaintRecord in wt.dataops.purge |
Subclasses of DataMaintRecord in wt.dataops.purge | |
class |
PurgeRecord
Use the newPurgeRecord static factory method(s), not the
PurgeRecord constructor, to construct instances of this
class. |
Methods in wt.dataops.purge with parameters of type DataMaintRecord | |
private void |
StandardPurgeService.validateTaskEventRemove(DataMaintRecord record,
TaskEvent taskEvent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |