|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.epm.EPMStandardDocumentManager
Use the newEPMStandardDocumentManager
static factory method(s),
not the EPMStandardDocumentManager
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 class |
EPMStandardDocumentManager.DeleteObjectInfo
|
private class |
EPMStandardDocumentManager.LinkObjectInfo
|
Field Summary | |
private static String |
CLASSNAME
|
static String |
EPM_UNDO_CHECKOUT_CONTEXT_VALUE
|
private static String |
EPMRESOURCE
|
private static String |
RESOURCE
|
private static Comparator |
SERIES_COMPARATOR_FOR_DELETION
|
private static Comparator |
SERIES_COMPARATOR_FOR_INSTANCES
|
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 | |
EPMStandardDocumentManager()
|
Method Summary | |
void |
addToFamily(EPMDocument genericInst,
EPMDocument instance,
String asStoredName)
Deprecated. at R8.0, use addToFamily( WTKeyedMap) |
void |
addToFamily(WTKeyedMap instances)
Add a collection of instances to a given family by creating an EPMContainedIn link and an EPMVariantLink between the instance and the generic. |
EPMDocumentMaster |
changeCADName(EPMDocumentMaster master,
String newCADName)
Deprecated. use changeCADName(WTKeyedMap) |
WTSet |
changeCADName(WTKeyedMap masters)
Changes the CAD name attributes on the given EPMDocumentMaster. |
QueryResult |
checkCompatibility(QueryResult documents)
Deprecated. at R8.0, use checkCompatibility( WTCollection) |
List |
checkCompatibility(WTCollection documents)
Verifies that the EPMDocuments passed as input are compatible. |
QueryResult |
checkoutFamilyTables(Collection instances,
Collection familyTables,
Folder workingFolder)
Checkout the EPMDocuments representing family instances. |
Vector |
collectChangeCADNameVetos(EPMDocumentMaster target)
Deprecated. no replacement |
Vector |
collectRenameVetos(WTObject object)
Deprecated. |
void |
deleteObjects(Collection objects)
Given a set of objects (Workables), deletes all the objects taking care of circular dependency between them. |
private void |
dispatchVetoableEvent(String eventType,
Object[] objects)
|
QueryResult |
findCheckedOutIterations(EPMDocumentMaster master)
Deprecated. at R8.0, no replacement |
QueryResult |
findReferencedIterations(EPMDocumentMaster master)
Deprecated. at R8.0, no replacement |
private List |
getBaselinesContainingObjects(Collection objects)
|
QueryResult[] |
getBomDifferences(EPMDocument firstDocument,
EPMDocument secondDocument)
Compares the bill of material of an EPMDocument with another EPMDocument. |
String |
getConceptualClassname()
Deprecated. |
private List |
getDocumentsWithAssociatedParts(Collection objects)
|
private List |
getIntermediateIterations(EPMStandardDocumentManager.DeleteObjectInfo[] objectInfos,
boolean reportIntermediates)
|
private List |
getIntermediateVersions(EPMStandardDocumentManager.DeleteObjectInfo[] objectInfos)
|
private Hashtable |
getMemberLinks(QueryResult memberLinks)
|
private EPMStandardDocumentManager.DeleteObjectInfo[] |
getOrderedObjectInfos(Collection objects)
|
protected void |
initialize()
Supported API: false |
Boolean |
isCADNameRequired(EPMAuthoringAppType type)
Deprecated. This method always returns true because CAD name is required for all authoring application. |
private boolean |
isSelectedForDeletion(long[] objectIDs,
long id)
|
EPMDocument |
makeStandalone(EPMDocument instance)
Make a family instance a standalone document by removing the EPMContainedIn links and EPMVariantLinks. |
void |
markAsModified(QueryResult instances)
Deprecated. at R8.0 |
void |
markAsModified(WTCollection instances)
Deprecated. at R8.0 |
static EPMStandardDocumentManager |
newEPMStandardDocumentManager()
Default factory for the class. |
private QuerySpec |
oldModelContainedInLinkFilter()
|
protected void |
performStartupProcess()
Overrides the startup process specific to the locking service to provide custom startup for event subscription. |
private void |
processCADNamePostStoreEvent(WTCollection masters)
|
private void |
processEPMDocPostStoreEvent(WTCollection docs)
|
private void |
processPostChangeFolderEvent(FolderServiceEvent pmEvent,
EPMDocument document)
|
private void |
processPostDeleteEvent(EPMSepFamilyTable familyTable)
|
private void |
processPostDeleteFTEvent(WTCollection familyTables)
method removes orphaned EPMFamilyTableMasters |
private void |
processPreAddBaselineEvent(SandboxBaseline baseline,
WTCollection documents)
|
private void |
processPreDeleteEvent(ManagedBaseline baseline)
|
private void |
processPreReplaceBaselineEvent(SandboxBaseline baseline,
WTCollection documents)
|
private void |
processPreSBCheckout(WTValuedMap originalToWorkingCopyMap)
|
private void |
processRemoveShareEvent(Collection sharedContainerMaps)
Responds to remove share event emitted by DataSharingService and cleans CADNamespace |
void |
registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
void |
removeAllDependencies(EPMDocument document)
Deprecated. at R8.0, please use removeAllDependencies(WTCollection) |
void |
removeAllDependencies(WTCollection documents)
Supported API: false |
private void |
removeAllDependencyLinks(EPMDocument document,
String role,
Class linkClass)
|
void |
removeFromFamily(EPMDocument topLevelGeneric,
EPMDocumentMaster instanceMaster)
Deprecated. at R8.0, use removeFromfamily( EPMDocument, WTCollection) |
void |
removeFromFamily(EPMDocument generic,
WTCollection instanceMasters)
Removes a collection of family instance from a generic by removing the EPMContainedIn links between the instance and the generic. |
QueryResult |
reviseAll(Collection toRevise)
Deprecated. at R8.0, use reviseALL( WTKeyedMap) |
QueryResult |
reviseAll(Collection toRevise,
ReviseOptions options,
ConfigSpec partConfigSpec)
Deprecated. at R8.0, use reviseALL( WTKeyedMap) |
WTKeyedMap |
reviseAll(WTKeyedMap toRevise)
This method creates a new in-line version of the EPMDocuments and WTParts given. |
QueryResult |
reviseDocsAndParts(EPMDocument[] docsToRevise,
ReviseOptions options,
ConfigSpec partConfigSpec)
Deprecated. at R8.0, use reviseALL( WTKeyedMap) |
QueryResult |
reviseFamilyAndParts(EPMFamily family,
ReviseOptions options,
ConfigSpec partConfigSpec)
Deprecated. at R8.0, use reviseALL( WTKeyedMap) |
QueryResult |
revisePartsAndDoc(EPMDocument docToRevise,
ReviseOptions options,
ConfigSpec partConfigSpec)
Deprecated. Use reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec) |
QueryResult |
revisePartsAndDoc(ObjectVector partsToRevise,
ReviseOptions options)
Deprecated. Get the build source document and then use reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
instead. |
private QueryResult |
revisePartsAndDocs(ObjectVector partsToRevise,
ReviseOptions options)
This method creates new in-line versions of the given WTParts as well as a new in-line versions of EPMDocuments that build them. |
private QueryResult |
sortInstances(QueryResult containedInLinks,
EPMDocument container)
|
private QueryResult |
sortInstances(QueryResult containedInLinks,
EPMDocument container,
boolean reverseOrder)
|
MultiDeleteValidationResult |
validateObjectsForDeletion(Collection objects)
Given a set of objects (Workables), validates the objects for deletion taking care of circular dependency between them. |
private void |
validateSharing(Collection sharedContainerMaps)
Check whether it is valid sharing or not. |
private List |
verifyFamilyObjects(Collection objects,
MultiDeleteValidationResult validationResult)
Verifies that instances for all iterations of given version of generics exists in the list of objects passed. |
private void |
vetoAuthoringAppVersionChanges()
|
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 String EPMRESOURCE
public static final String EPM_UNDO_CHECKOUT_CONTEXT_VALUE
private static final Comparator SERIES_COMPARATOR_FOR_DELETION
private static final Comparator SERIES_COMPARATOR_FOR_INSTANCES
Constructor Detail |
public EPMStandardDocumentManager()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
protected void initialize() throws WTException
initialize
in class StandardManager
WTException
protected void performStartupProcess() throws ManagerException
performStartupProcess
in class StandardManager
ManagerException
public void registerEvents(ManagerService manager)
registerEvents
in interface Manager
registerEvents
in class StandardManager
manager
- public static EPMStandardDocumentManager newEPMStandardDocumentManager() throws WTException
WTException
public void removeAllDependencies(EPMDocument document) throws WTException
removeAllDependencies
in interface EPMDocumentManager
document
-
WTException
public List checkCompatibility(WTCollection documents) throws WTException
checkCompatibility
in interface EPMDocumentManager
documents
- Collection of EPMDocuments to check
WTException
public QueryResult[] getBomDifferences(EPMDocument firstDocument, EPMDocument secondDocument) throws WTException
The element 0 of the returned array is a QueryResult that includes the EPMMemberLinks to identify the EPMDocumentMasters that were used in the first EPMDocument but not the second EPMDocument.
The element 1 of the returned array is a QueryResult that includes the EPMMemberLinks to identify the EPMDocumentMasters that were used in the second EPMDocument but not the first EPMDocument.
The element 2 of the returned array is a QueryResult that includes
the EPMMemberLinks to identify the EPMDocumentMasters that were used
in both the first and the second EPMDocuments but have different quantities.
Supported API: false
getBomDifferences
in interface EPMDocumentManager
firstDocument
- secondDocument
-
WTException
public QueryResult revisePartsAndDoc(EPMDocument docToRevise, ReviseOptions options, ConfigSpec partConfigSpec) throws WTException
reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
This method returns a QueryResult of object pairs. If the EPMDocument does not build any WTParts, this method will return an EPMDocument[2]. If it does, this method will return one EPMBuildRule[2] for each WTPart that the EPMDocument builds. The first element in the array contains the new version or build rule while the second contains the original version or build rule.
Use reviseFamilyAndParts(wt.epm.EPMFamily, wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
if you need to revise all the members
of the family together
Supported API: false
revisePartsAndDoc
in interface EPMDocumentManager
docToRevise
- EPMDocument to reviseoptions
- list of properties to assign to the newly created versions. If a property is not specified (i.e. set to null), the new version inherits the value for that property from the original version. The properties that you may specify are a folder and life cycle template for documents, a folder and life cycle template for parts and a project. If reviseParts property is set to false, only documents are revised else
built parts are also revised.partConfigSpec
- configuration spec used to find the appropriate version of each WTPart that the given EPMDocument builds
WTException
{@link #reviseFamilyAndParts}
public void removeAllDependencies(WTCollection documents) throws WTException
removeAllDependencies
in interface EPMDocumentManager
documents
-
WTException
public QueryResult revisePartsAndDoc(ObjectVector partsToRevise, ReviseOptions options) throws WTException
reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
instead.
This method returns a QueryResult of object pairs. For each WTPart that is not built by an EPMDocument, this method will return a WTPart[2]. For each WTPart that is built, this method will return an EPMBuildRule[2]. The first element in the array contains the new version or build rule while the second contains the original version or build rule.
This method does not attempt to revise family of objects together.
If you need to revise all the members of family together, use reviseFamilyAndParts(wt.epm.EPMFamily, wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
method.
Supported API: false
revisePartsAndDoc
in interface EPMDocumentManager
partsToRevise
- list of the WTParts to reviseoptions
- list of properties to assign to the newly created versions. If a property is not specified (i.e. set to null), the new version inherits the value for that property from the original version. The properties that you may specify are a folder and life cycle template for documents, a folder and life cycle template for parts and a project.
WTException
reviseFamilyAndParts(wt.epm.EPMFamily, wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
,
reviseDocsAndParts(wt.epm.EPMDocument[], wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
public QueryResult findReferencedIterations(EPMDocumentMaster master) throws WTException
findReferencedIterations
in interface EPMDocumentManager
master
-
WTException
public QueryResult findCheckedOutIterations(EPMDocumentMaster master) throws WTException
findCheckedOutIterations
in interface EPMDocumentManager
master
-
WTException
public Vector collectRenameVetos(WTObject object) throws WTException
collectRenameVetos
in interface EPMDocumentManager
object
- The object which will be validated for rename/number.
WTException
public EPMDocumentMaster changeCADName(EPMDocumentMaster master, String newCADName) throws WTException
changeCADName
in interface EPMDocumentManager
master
- newCADName
- new CAD Name to be assigned
WTException
public Vector collectChangeCADNameVetos(EPMDocumentMaster target) throws WTException
collectChangeCADNameVetos
in interface EPMDocumentManager
target
-
WTException
public Boolean isCADNameRequired(EPMAuthoringAppType type) throws WTException
isCADNameRequired
in interface EPMDocumentManager
type
- Authoring Application type
WTException
public void markAsModified(QueryResult instances) throws WTException
markAsModified
in interface EPMDocumentManager
instances
-
WTException
public void removeFromFamily(EPMDocument topLevelGeneric, EPMDocumentMaster instanceMaster) throws WTException
removeFromFamily
in interface EPMDocumentManager
topLevelGeneric
- instanceMaster
-
WTException
public WTKeyedMap reviseAll(WTKeyedMap toRevise) throws WTException
This method returns a WTKeyedHashMap where the key is the original
object and the value, the new version.
Supported API: false
reviseAll
in interface EPMDocumentManager
toRevise
- the key is the object to revise and the value a ReviseOptions object.
WTException
public void addToFamily(EPMDocument genericInst, EPMDocument instance, String asStoredName) throws WTException
addToFamily
in interface EPMDocumentManager
genericInst
- instance
- asStoredName
- Name of instance as stored in generic
WTException
public EPMDocument makeStandalone(EPMDocument instance) throws WTException
makeStandalone
in interface EPMDocumentManager
instance
-
WTException
public QueryResult reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec) throws WTException
This method returns a QueryResult of object pairs. If the EPMDocument does not build any WTParts, this method will return an EPMDocument[2]. If it does, this method will return one EPMBuildRule[2] for each WTPart that the EPMDocument builds. The first element in the array contains the new version or build rule while the second contains the original version or build rule.
This method does not attempt to revise documents in a family together.
Use reviseFamilyAndParts(wt.epm.EPMFamily, wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
if you need to revise all the members
of the family together.
Supported API: false
reviseDocsAndParts
in interface EPMDocumentManager
docsToRevise
- Array of EPMDocuments to reviseoptions
- list of properties to assign to the newly created versions. If a property is not specified (i.e. set to null), the new version inherits the value for that property from the original version. The properties that you may specify are a folder and life cycle template for documents, a folder and life cycle template for parts and a project. If reviseParts property is set to false, only documents are revised else built parts are also revised.partConfigSpec
- configuration spec used to find the appropriate version of each WTPart that the given EPMDocument builds
WTException
{@link #reviseFamilyAndParts}
public QueryResult reviseFamilyAndParts(EPMFamily family, ReviseOptions options, ConfigSpec partConfigSpec) throws WTException
EPMFamily should be complete (i.e. all the instances) should be added in family. Use EPMFamily.getEPMFamily(EPMDocument generic) to create/load EPMFamily.
This method returns a QueryResult of object pairs. If the EPMDocument
does not build any WTParts, this method will return an EPMDocument[2].
If it does, this method will return one EPMBuildRule[2] for each WTPart
that the EPMDocument builds. The first element in the array contains
the new version or build rule while the second contains the original
version or build rule.
Supported API: false
reviseFamilyAndParts
in interface EPMDocumentManager
family
- EPMFamily to be revised.options
- list of properties to assign to the newly created versions. If a property is not specified (i.e. set to null), the new version inherits the value for that property from the original version. The properties that you may specify are a folder and life cycle template for documents, a folder and life cycle template for parts and a project. If reviseParts property is set to false, only documents are revised else built parts are also revised.partConfigSpec
- configuration spec used to find the appropriate version of each WTPart that the given EPMDocument builds
WTException
public QueryResult checkCompatibility(QueryResult documents) throws WTException
checkCompatibility
in interface EPMDocumentManager
documents
- QueryResult of EPMDocuments to check
WTException
public void deleteObjects(Collection objects) throws WTException
deleteObjects
in interface EPMDocumentManager
objects
-
WTException
public MultiDeleteValidationResult validateObjectsForDeletion(Collection objects) throws WTException
validateObjectsForDeletion
in interface EPMDocumentManager
objects
-
WTException
public QueryResult reviseAll(Collection toRevise, ReviseOptions options, ConfigSpec partConfigSpec) throws WTException
EPMFamily should be complete (i.e. all the instances) should be added in family. Use EPMFamily.getEPMFamily(EPMDocument generic) to create/load EPMFamily.
PLEASE NOTE that this API is temporary and will change.
This method returns a QueryResult of object pairs. If the EPMDocument does not build any WTParts, this method will return an EPMDocument[2]. If it does, this method will return one EPMBuildRule[2] for each WTPart that the EPMDocument builds. The first element in the array contains the new version or build rule while the second contains the original version or build rule.
Supported API: false
reviseAll
in interface EPMDocumentManager
toRevise
- Collection of EPMDocuments and EPMFamilies to revise. Any other objects specified in the array are ignoredoptions
- list of properties to assign to the newly created versions. If a property is not specified (i.e. set to null), the new version inherits the value for that property from the original version. The properties that you may specify are a folder and life cycle template for documents, a folder and life cycle template for parts and a project. If reviseParts property is set to false, only documents are revised else built parts are also revised.partConfigSpec
- configuration spec used to find the appropriate version of each WTPart that the given EPMDocument builds
WTException
{@link #reviseFamilyAndParts}
,
{@link #reviseDocsAndParts}
public void removeFromFamily(EPMDocument generic, WTCollection instanceMasters) throws WTException
removeFromFamily
in interface EPMDocumentManager
generic
- instanceMasters
- Instance Masters to be removed
WTException
public QueryResult reviseAll(Collection toRevise) throws WTException
This method returns a QueryResult of object pairs. If the EPMDocument does not build any WTParts, this method will return an EPMDocument[2]. If it does, this method will return one EPMBuildRule[2] for each WTPart that the EPMDocument builds. The first element in the array contains the new version or build rule while the second contains the original version or build rule.
Supported API: false
reviseAll
in interface EPMDocumentManager
toRevise
- Collection of ReviseOptions which include the EPMDocuments andWTParts to revise in the object field of the ReviseOptions.
WTException
{@link #reviseFamilyAndParts}
,
{@link #reviseDocsAndParts}
public void addToFamily(WTKeyedMap instances) throws WTException
addToFamily
in interface EPMDocumentManager
instances
- A map with the EPMDocument instance as the key and A FamilyInfo object as the value. The FamilyInfo object will contain the immediate generic and other information such as the asStoredName.
WTException
public void markAsModified(WTCollection instances) throws WTException
markAsModified
in interface EPMDocumentManager
instances
- Collection of instances to be processed.
WTException
public QueryResult checkoutFamilyTables(Collection instances, Collection familyTables, Folder workingFolder) throws WTException
checkoutFamilyTables
in interface EPMDocumentManager
instances
- familyTables
- workingFolder
- Folder in which to put the checked-out objects.
WTException
public WTSet changeCADName(WTKeyedMap masters) throws WTException
changeCADName
in interface EPMDocumentManager
masters
- The keys are EPMDocumentMaster objects. The values are new CAD names.
WTException
private void removeAllDependencyLinks(EPMDocument document, String role, Class linkClass) throws WTException
WTException
private void processPreDeleteEvent(ManagedBaseline baseline) throws WTException
WTException
private void processCADNamePostStoreEvent(WTCollection masters) throws WTException
WTException
private void processEPMDocPostStoreEvent(WTCollection docs) throws WTException
WTException
private void processPostDeleteFTEvent(WTCollection familyTables) throws WTException
familyTables
- WTColletion Family Tables that where deleted in current trunsaction
WTException
private void processPostDeleteEvent(EPMSepFamilyTable familyTable) throws WTException
WTException
private QuerySpec oldModelContainedInLinkFilter() throws WTException
WTException
private QueryResult sortInstances(QueryResult containedInLinks, EPMDocument container) throws WTException
WTException
private QueryResult sortInstances(QueryResult containedInLinks, EPMDocument container, boolean reverseOrder) throws WTException
WTException
private Hashtable getMemberLinks(QueryResult memberLinks) throws WTException
WTException
private QueryResult revisePartsAndDocs(ObjectVector partsToRevise, ReviseOptions options) throws WTException
This method returns a QueryResult of object pairs. For each WTPart that is not built by an EPMDocument, this method will return a WTPart[2]. For each WTPart that is built, this method will return an EPMBuildRule[2]. The first element in the array contains the new version or build rule while the second contains the original version or build rule.
This method does not attempt to revise family of objects together.
If you need to revise all the members of family together, use reviseFamilyAndParts(wt.epm.EPMFamily, wt.epm.ReviseOptions, wt.vc.config.ConfigSpec)
method.
Supported API: false
partsToRevise
- list of the WTParts to reviseoptions
- list of properties to assign to the newly created versions. If a property is not specified (i.e. set to null), the new version inherits the value for that property from the original version. The properties that you may specify are a folder and life cycle template for documents, a folder and life cycle template for parts and a project.
WTException
private void processPostChangeFolderEvent(FolderServiceEvent pmEvent, EPMDocument document) throws WTException
WTException
private void dispatchVetoableEvent(String eventType, Object[] objects) throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
private EPMStandardDocumentManager.DeleteObjectInfo[] getOrderedObjectInfos(Collection objects) throws WTException
WTException
private List getBaselinesContainingObjects(Collection objects) throws WTException
WTException
private List verifyFamilyObjects(Collection objects, MultiDeleteValidationResult validationResult) throws WTException
WTException
private List getIntermediateIterations(EPMStandardDocumentManager.DeleteObjectInfo[] objectInfos, boolean reportIntermediates) throws WTException
WTException
private boolean isSelectedForDeletion(long[] objectIDs, long id)
private List getIntermediateVersions(EPMStandardDocumentManager.DeleteObjectInfo[] objectInfos) throws WTException
WTException
private List getDocumentsWithAssociatedParts(Collection objects) throws WTException
WTException
private void processRemoveShareEvent(Collection sharedContainerMaps) throws WTException, WTPropertyVetoException
sharedContainerMaps
- collection of SharedContainerMap
WTException
WTPropertyVetoException
private void validateSharing(Collection sharedContainerMaps) throws WTException
sharedContainerMaps
- collection of SharedContainerMap
WTException
private void processPreAddBaselineEvent(SandboxBaseline baseline, WTCollection documents) throws WTException
WTException
private void processPreReplaceBaselineEvent(SandboxBaseline baseline, WTCollection documents) throws WTException
WTException
private void processPreSBCheckout(WTValuedMap originalToWorkingCopyMap) throws WTException
WTException
private void vetoAuthoringAppVersionChanges() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |