|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTDocumentConfigSpec | |
wt.doc | |
wt.replication.unit |
Uses of WTDocumentConfigSpec in wt.doc |
Fields in wt.doc declared as WTDocumentConfigSpec | |
private WTDocumentConfigSpec |
DocumentConfigSpecNodeExpander.theWTDocumentConfigSpec
|
Methods in wt.doc that return WTDocumentConfigSpec | |
WTDocumentConfigSpec |
WTDocumentServiceFwd.findWTDocumentConfigSpec()
Returns the WTDocumentConfigSpec for the current principal. |
WTDocumentConfigSpec |
WTDocumentServiceFwd.saveWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Saves the WTDocumentConfigSpec for the current principal. |
WTDocumentConfigSpec |
WTDocumentService.findWTDocumentConfigSpec()
Returns the WTDocumentConfigSpec for the current principal. |
WTDocumentConfigSpec |
WTDocumentService.saveWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Saves the WTDocumentConfigSpec for the current principal. |
static WTDocumentConfigSpec |
WTDocumentConfigSpec.newWTDocumentConfigSpec()
Supported API: true |
static WTDocumentConfigSpec |
WTDocumentConfigSpec.newWTDocumentConfigSpec(BaselineConfigSpec baseline)
Supported API: true |
static WTDocumentConfigSpec |
WTDocumentConfigSpec.newWTDocumentConfigSpec(WTDocumentStandardConfigSpec standard)
Supported API: true |
static WTDocumentConfigSpec |
WTDocumentConfigSpec.newWTDocumentConfigSpec(BaselineConfigSpec baseline,
WTDocumentStandardConfigSpec standard)
Supported API: true |
WTDocumentConfigSpec |
StandardWTDocumentService.findWTDocumentConfigSpec()
Returns the WTDocumentConfigSpec for the current principal. |
WTDocumentConfigSpec |
StandardWTDocumentService.saveWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Saves the WTDocumentConfigSpec for the current principal. |
WTDocumentConfigSpec |
SetDocConfigSpecDelegate.getConfigSpec()
|
WTDocumentConfigSpec |
DocumentConfigSpecNodeExpander.getWTDocumentConfigSpec()
Gets the object for the association that plays role: theWTDocumentConfigSpec. |
Methods in wt.doc with parameters of type WTDocumentConfigSpec | |
QueryResult |
WTDocumentServiceFwd.getUsesWTDocuments(WTDocument document,
WTDocumentConfigSpec configSpec)
Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position. |
Enumeration |
WTDocumentServiceFwd.getOrderedUsesWTDocuments(WTDocument document,
WTDocumentConfigSpec configSpec)
Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a Enumeration of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position. |
Vector |
WTDocumentServiceFwd.getWTDocumentStructure(WTDocument document,
WTDocumentConfigSpec configSpec,
int traversal)
Recursively walk a document structure returning the documents down the structure. |
Vector |
WTDocumentServiceFwd.getStructurePrimaryContent(WTDocument document,
WTDocumentConfigSpec configSpec,
int traversal)
Recursively walk the structure of the document getting the ApplicationData of the primary content of each document in the node. |
WTDocumentConfigSpec |
WTDocumentServiceFwd.saveWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Saves the WTDocumentConfigSpec for the current principal. |
QueryResult |
WTDocumentService.getUsesWTDocuments(WTDocument document,
WTDocumentConfigSpec configSpec)
Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position. |
Enumeration |
WTDocumentService.getOrderedUsesWTDocuments(WTDocument document,
WTDocumentConfigSpec configSpec)
Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a Enumeration of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position. |
Vector |
WTDocumentService.getWTDocumentStructure(WTDocument document,
WTDocumentConfigSpec configSpec,
int traversal)
Recursively walk a document structure returning the documents down the structure. |
Vector |
WTDocumentService.getStructurePrimaryContent(WTDocument document,
WTDocumentConfigSpec configSpec,
int traversal)
Recursively walk the structure of the document getting the ApplicationData of the primary content of each document in the node. |
WTDocumentConfigSpec |
WTDocumentService.saveWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Saves the WTDocumentConfigSpec for the current principal. |
protected boolean |
WTDocumentConfigSpec.readVersion(WTDocumentConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
QueryResult |
StandardWTDocumentService.getUsesWTDocuments(WTDocument document,
WTDocumentConfigSpec configSpec)
Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a QueryResult of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position. |
Enumeration |
StandardWTDocumentService.getOrderedUsesWTDocuments(WTDocument document,
WTDocumentConfigSpec configSpec)
Applies the configSpec to the result of navigating the WTDocumentUsageLink along the uses role; returns a Enumeration of Persistable[], in which the WTDocumentUsageLinks are at the 0th position and the corresponding iterations (or master if there is no corresponding iteration) in the 1th position. |
Vector |
StandardWTDocumentService.getWTDocumentStructure(WTDocument document,
WTDocumentConfigSpec configSpec,
int traversal)
Recursively walk a document structure returning the documents down the structure. |
Vector |
StandardWTDocumentService.getStructurePrimaryContent(WTDocument document,
WTDocumentConfigSpec configSpec,
int traversal)
Recursively walk the structure of the document getting the ApplicationData of the primary content of each document in the node. |
WTDocumentConfigSpec |
StandardWTDocumentService.saveWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Saves the WTDocumentConfigSpec for the current principal. |
static Navigator |
DocumentStructureNavigatorFactory.newDocumentNavigator(WTDocumentConfigSpec a_configSpec,
int a_navigatorType)
This method creates a Navigator for traversing the "uses" links of a Document structure. |
void |
DocumentConfigSpecNodeExpander.setWTDocumentConfigSpec(WTDocumentConfigSpec a_WTDocumentConfigSpec)
Sets the object for the association that plays role: theWTDocumentConfigSpec. |
Constructors in wt.doc with parameters of type WTDocumentConfigSpec | |
DocumentConfigSpecNodeExpander(WTDocumentConfigSpec a_docConfigSpec)
Constructs an instance. |
Uses of WTDocumentConfigSpec in wt.replication.unit |
Methods in wt.replication.unit that return WTDocumentConfigSpec | |
WTDocumentConfigSpec |
WTUnitServiceFwd.getUnitWTDocumentConfigSpec(WTUnit a_unit)
Deprecated. |
WTDocumentConfigSpec |
WTUnitService.getUnitWTDocumentConfigSpec(WTUnit a_unit)
Deprecated. |
WTDocumentConfigSpec |
WTUnit.getWtDocumentConfigSpec()
Deprecated. |
WTDocumentConfigSpec |
UnitWTDocCSLink.getWtDocumentConfigSpec()
Gets the object for the association that plays role: WT_DOCUMENT_CONFIG_SPEC_ROLE. |
protected static WTDocumentConfigSpec |
UnitConfigSpecOperation.getUnitWTDocumentConfigSpec(WTUnit a_unit)
|
WTDocumentConfigSpec |
StandardWTUnitService.getUnitWTDocumentConfigSpec(WTUnit a_unit)
Deprecated. |
Methods in wt.replication.unit with parameters of type WTDocumentConfigSpec | |
WTUnit |
WTUnitServiceFwd.setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec,
WTUnit a_unit)
Deprecated. |
WTUnit |
WTUnitService.setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec,
WTUnit a_unit)
Deprecated. |
void |
WTUnit.setWtDocumentConfigSpec(WTDocumentConfigSpec a_WtDocumentConfigSpec)
Deprecated. |
void |
UnitWTDocCSLink.setWtDocumentConfigSpec(WTDocumentConfigSpec wtDocumentConfigSpec)
Sets the object for the association that plays role: WT_DOCUMENT_CONFIG_SPEC_ROLE. |
static UnitWTDocCSLink |
UnitWTDocCSLink.newUnitWTDocCSLink(WTUnit unit,
WTDocumentConfigSpec wtDocumentConfigSpec)
Default factory for the class. |
protected static WTUnit |
UnitConfigSpecOperation.setUnitWTDocumentConfigSpec(WTUnit a_unit,
WTDocumentConfigSpec a_WTDocumentConfigSpec)
|
private static void |
UnitConfigSpecOperation.copyWTDocConfigSpec(WTDocumentConfigSpec fromCS,
WTDocumentConfigSpec toCS)
|
WTUnit |
StandardWTUnitService.setUnitWTDocumentConfigSpec(WTDocumentConfigSpec a_configSpec,
WTUnit a_unit)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |