|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.part.StandardPartDocService
Use the newStandardPartDocService
static factory method(s),
not the StandardPartDocService
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Nested Class Summary | |
private static class |
StandardPartDocService.LatestReleasedConfigSpec
|
Field Summary | |
private static String |
CLASSNAME
|
private static LatestConfigSpec |
LATEST_CONFIG_SPEC
|
private static StandardPartDocService.LatestReleasedConfigSpec |
LATEST_RELEASED_CONFIG_SPEC
|
private static String |
RESOURCE
|
private static Hashtable |
validStateHash
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardPartDocService()
|
Method Summary | |
WTPart |
createPartDocRelation(WTPart part,
WTDocument doc)
Supported API: false |
WTPart |
deletePartDocRelation(WTPart part,
WTDocument doc)
Supported API: false |
protected QueryResult |
filterReferenceDocuments(QueryResult referenceDocuments,
boolean isRow)
|
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 |
String |
getConceptualClassname()
Deprecated. |
protected QueryResult |
getLatestReferenceDocuments(QueryResult masters)
|
protected QueryResult |
getLatestReferenceDocuments(WTPart part)
|
WTKeyedMap |
getLatestReleasedDocument(WTCollection masterCollection)
Given a collection of WTDocumentMasters (can be colleciton of Persistables, QueryKeys or WTReferences) this method finds the latest released iteration. |
protected WTKeyedMap |
intGetAssociatedDocuments(WTCollection parts,
boolean includeEPMDocuments)
|
protected QueryResult |
intGetAssociatedDocuments(WTPart part,
boolean includeEPMDocuments)
|
protected QueryResult |
intGetAssociations(WTPart part,
WTDocument doc)
|
static StandardPartDocService |
newStandardPartDocService()
Default factory for the class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final StandardPartDocService.LatestReleasedConfigSpec LATEST_RELEASED_CONFIG_SPEC
private static final LatestConfigSpec LATEST_CONFIG_SPEC
private static Hashtable validStateHash
Constructor Detail |
public StandardPartDocService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardPartDocService newStandardPartDocService() 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
protected QueryResult getLatestReferenceDocuments(WTPart part) throws WTException
WTException
protected QueryResult getLatestReferenceDocuments(QueryResult masters) throws WTException
WTException
protected QueryResult filterReferenceDocuments(QueryResult referenceDocuments, boolean isRow) throws WTException
WTException
protected QueryResult intGetAssociatedDocuments(WTPart part, boolean includeEPMDocuments) throws WTException
WTException
protected WTKeyedMap intGetAssociatedDocuments(WTCollection parts, boolean includeEPMDocuments) throws WTException
WTException
protected QueryResult intGetAssociations(WTPart part, WTDocument doc) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |