|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.part.PartDocServiceFwd
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 | |
PartDocServiceFwd()
|
Method Summary | |
WTPart |
createPartDocRelation(WTPart part,
WTDocument doc)
Supported API: false |
WTPart |
deletePartDocRelation(WTPart part,
WTDocument doc)
Supported API: false |
QueryResult |
findEligibleDocuments(QuerySpec docSpec)
Supported API: false |
WTKeyedMap |
getAssociatedDocuments(WTCollection parts)
Takes a collection of WTParts and returns a map where the keyset is a collection of the parts passed into the method. |
QueryResult |
getAssociatedDocuments(WTPart part)
Supported API: false |
QueryResult |
getAssociatedParts(WTDocument doc)
Supported API: false |
QueryResult |
getAssociatedUpdateableDocuments(WTPart part)
Supported API: false |
WTKeyedMap |
getLatestReleasedDocument(WTCollection masterCollection)
Given a collection of WTDocumentMasters (can be colleciton of Persistables, QueryKeys or WTReferences) this method finds the latest released iteration. |
private static Manager |
getManager()
|
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 PartDocServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public WTPart createPartDocRelation(WTPart part, WTDocument doc) throws WTException
createPartDocRelation
in interface PartDocService
part
- doc
-
WTException
public WTPart deletePartDocRelation(WTPart part, WTDocument doc) throws WTException
deletePartDocRelation
in interface PartDocService
part
- doc
-
WTException
public QueryResult getAssociatedDocuments(WTPart part) throws WTException
getAssociatedDocuments
in interface PartDocService
part
-
WTException
public WTKeyedMap getAssociatedDocuments(WTCollection parts) throws WTException
getAssociatedDocuments
in interface PartDocService
parts
-
WTException
public QueryResult getAssociatedUpdateableDocuments(WTPart part) throws WTException
getAssociatedUpdateableDocuments
in interface PartDocService
part
-
WTException
public QueryResult getAssociatedParts(WTDocument doc) throws WTException
getAssociatedParts
in interface PartDocService
doc
-
WTException
public QueryResult findEligibleDocuments(QuerySpec docSpec) throws WTException
findEligibleDocuments
in interface PartDocService
docSpec
-
WTException
public WTKeyedMap getLatestReleasedDocument(WTCollection masterCollection) throws WTException
getLatestReleasedDocument
in interface PartDocService
masterCollection
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |