|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.archive.ArchiveServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
ArchiveServiceFwd()
|
Method Summary | |
ArchiveStatus |
doArchive(ArchiveRecord record,
WTCollection archiveables)
Supported API: false |
ArchiveStatus |
doArchive(ArchiveRecord record,
WTCollection archiveables,
Locale locale)
Supported API: false |
ArchiveStatus |
doArchive(String name,
String desc,
CollectionCriteria criteria,
RelationshipMap relationMap,
WTContainerRef context)
Supported API: false |
QueryResult |
getAllArchiveRecords()
Supported API: false |
QueryResult |
getAllArchiveRecords(ArchiveStatus status)
Supported API: false |
private static Manager |
getManager()
|
QueryResult |
getRecentArchives(int numLatest)
Supported API: false |
void |
removeFailedArchiveRecords()
Supported API: false |
void |
removeInvalidArchiveRecords()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public ArchiveServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public ArchiveStatus doArchive(ArchiveRecord record, WTCollection archiveables, Locale locale) throws WTException
doArchive
in interface ArchiveService
record
- archiveables
- locale
-
WTException
public ArchiveStatus doArchive(ArchiveRecord record, WTCollection archiveables) throws WTException
doArchive
in interface ArchiveService
record
- archiveables
-
WTException
public ArchiveStatus doArchive(String name, String desc, CollectionCriteria criteria, RelationshipMap relationMap, WTContainerRef context) throws WTPropertyVetoException, WTException
doArchive
in interface ArchiveService
name
- desc
- criteria
- relationMap
- context
-
WTPropertyVetoException
WTException
public void removeInvalidArchiveRecords() throws WTException
removeInvalidArchiveRecords
in interface ArchiveService
WTException
public void removeFailedArchiveRecords() throws WTException
removeFailedArchiveRecords
in interface ArchiveService
WTException
public QueryResult getAllArchiveRecords() throws WTException
getAllArchiveRecords
in interface ArchiveService
WTException
public QueryResult getAllArchiveRecords(ArchiveStatus status) throws WTException
getAllArchiveRecords
in interface ArchiveService
status
-
WTException
public QueryResult getRecentArchives(int numLatest) throws WTException
getRecentArchives
in interface ArchiveService
numLatest
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |