|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.epm.workspaces.EPMStandardBaselineService
Use the newEPMStandardBaselineService
static factory method(s),
not the EPMStandardBaselineService
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 | |
static class |
EPMStandardBaselineService.FTCheckinOption
|
(package private) class |
EPMStandardBaselineService.VectorFamilyTableOperation
This class implements the abstract execute() method to add or remove a Vector of EPMFamilyTables items to a Baseline. |
Field Summary | |
private static AuthoringAppDelegateFactory |
authAppDelegateFactory
|
private static String |
BASELINE_FOLDER
|
private static String |
CHECKIN_MOVE_IN_PROGRESS
|
private static int |
CHUNK_SIZE
|
private static String |
CLASSNAME
|
private static String |
EPMRESOURCE
|
static boolean |
logTime
|
private static String |
RESOURCE
|
private static String |
USER_DISABLE_IN_PROGRESS
|
private static boolean |
VERBOSE
|
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 | |
EPMStandardBaselineService()
|
Method Summary | |
EPMWorkspace |
add(EPMWorkspace workspace,
Vector baselineable)
Deprecated. at 8.0 Use EPMWorkspaceManager.addToWorkspace |
protected boolean |
add(Vector a_baselineFTMembers,
Baseline a_baseline)
Adds the Baselineable items to the Baseline. |
Baseline |
addMembers(Vector members,
Baseline baseline)
Deprecated. |
Baseline |
addToBaseline(Vector members,
Baseline baseline)
Deprecated. |
protected static void |
checkFamilyTablesOnPreCheckin(List objects)
|
QueryResult |
checkinOrMove(EPMWorkspace workspace,
Vector objects)
Deprecated. at R8.0. Use EPMWorkspaceManager.checkin |
QueryResult |
checkinOrMove(EPMWorkspace workspace,
Vector objects,
Vector familyTablesToCheckin)
Deprecated. at R8.0. Use EPMWorkspaceManager.checkin |
Baseline |
copyToBaseline(EPMWorkspace workspace,
Baseline baseline)
Copy the baseline in the workspace to the baseline provided. |
EPMAsStoredConfig |
createEPMAsStoredConfig(EPMConfigurationType type,
Vector owners,
Vector members)
This method creates an EPMAsStoredConfig with the given owners, members and type. |
void |
dispatchNewBaselineEvent(Baseline baseline,
Vector baselineable,
EPMWorkspace workspace)
Dispatches a NEW_BASELINE event. |
protected void |
dispatchVetoableEvent(String a_eventType,
List a_familyTables,
Baseline a_baseline)
This method dispatches a FamilyTableBaselineEvent. |
protected void |
dispatchVetoableEvent(String a_eventType,
List a_familyTables,
Baseline a_baseline,
List a_replacedFamilyTables)
This method dispatches a EPMFamilyTableBaselineEvent. |
private QueryResult |
filterIteratedPartialBaselines(QueryResult bms)
This method is passed a query result containing BaselineMembers. |
private EPMFamilyTableBaselineMember |
find(EPMFamilyTable a_memberFT,
Baseline a_baseline)
Returns the BaselineMember object (if it exists) for the Baselineable and Baseline. |
private EPMFamilyTableBaselineMember |
findAnyFTIteration(EPMFamilyTable a_familyTable,
Baseline a_baseline)
Returns the BaselineMember object (if it exists) for the Baselineable and Baseline. |
private QueryResult |
findBaselineFTMembers(Class ftClass,
long[] masterIds,
Baseline a_baseline)
|
private List |
findIfInWorkspaceFolder(HashMap masterToObject)
|
private List |
findNewObjects(List objects,
Class itrClass)
|
private List |
findNewObjectsIgnorePrivateIterations(List objects,
Class itrClass)
|
private void |
findReplacements(Vector a_familyTables,
Baseline a_baseline,
ArrayList toAdd,
ArrayList toReplace)
Given a vector of BaselineMemberInfos, determine which are new to the baseline and which are replacements (another iteration with the same master already in the baseline). |
EPMCheckpoint |
getAssociatedCheckpoint(EPMWorkspace workspace)
This gets the checkpoint associated with a Workspace. |
QueryResult |
getBaselineItems(EPMWorkspace workspace)
Deprecated. at R8.0. Use EPMWorkspaceManager.getObjectsInWorkspace |
QueryResult |
getBaselines(EPMFamilyTable familyTable)
Supported API: false |
QueryResult |
getBaselines(EPMFamilyTable familyTable,
Class baselineClass)
Supported API: false |
private WTKeyedMap |
getCheckpoints(WTCollection persistables)
|
String |
getConceptualClassname()
Deprecated. |
private WTContainer |
getContainer(EPMWorkspace workspace)
|
QueryResult |
getFTBaselineItems(Baseline baseline)
Supported API: false |
private LocalizableMessageCollection |
getNames(WTSet checkpoints)
|
List |
getNewObjects(List objects,
boolean ignorePrivateIterations)
This method returns List of ObjectIdentifiers which are new in the given input list. |
private WTSet |
getOriginals(WTCollection targets)
|
QueryResult |
getPartsAndDocs(Vector baselineable,
EPMWorkspace workspace,
EPMPopulateRule rule)
Return a QueryResult of EPMDocuments and WTParts which are related to the input set of WTParts subject to the ConfigSpecs of the EPMWorkspace and the given EPMPopulateRule. |
protected QueryResult |
getRefreshDocsAndParts(EPMWorkspace workspace)
Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace. |
protected QueryResult |
getRefreshDocsAndParts(EPMWorkspace workspace,
Vector baselineable)
Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector. |
protected QueryResult |
getRefreshPartsAndDocs(EPMWorkspace workspace)
Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace. |
protected QueryResult |
getRefreshPartsAndDocs(EPMWorkspace workspace,
Vector baselineable)
Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector. |
QueryResult |
getRelatedItems(EPMWorkspace workspace,
EPMPopulateRule rule,
Vector baselineable)
Return a QueryResult of EPMDocuments that the given objects are related to by EPMDependencyLinks subject to the EPMDocConfigSpec of the given EPMWorkspace and the given EPMPopulateRule. |
QueryResult |
getStatus(EPMWorkspace workspace)
Determine which objects in the workspace have been checked out to a different folder. |
private Vector |
getWorkables(Collection objects,
Map sortById)
Given a list of objects and a map of ObjectIdentifier, CheckinOrMoveOption pairs, returns a vector of workable objects wrapped in CheckInOrMoveOption in the same order as given objects. |
protected void |
initialize()
Supported API: false |
boolean |
isAnyIterationInBaseline(EPMFamilyTable familyTable,
Baseline baseline)
Supported API: false |
boolean |
isInBaseline(EPMFamilyTable familyTable,
Baseline baseline)
Supported API: false |
static EPMStandardBaselineService |
newEPMStandardBaselineService()
Default factory for the class. |
protected void |
performStartupProcess()
Overrides the startup process specific to the locking service to provide custom startup for event subscription. |
EPMWorkspace |
populate(EPMWorkspace workspace,
Vector baselineable,
EPMPopulateRule populateRule)
Adds the Baselineable item iterations to the Workspace. |
EPMWorkspace |
populateAll(EPMWorkspace workspace,
Vector baselineable)
Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator. |
EPMWorkspace |
populateRequired(EPMWorkspace workspace,
Vector baselineable)
Adds the Baselineable item iterations to the Workspace by navigating recursively from the object using the EPMDocConfigSpecNavigator. |
private void |
processAsStoredConfigsOnPreMultiDelete(WTCollection targets)
|
private void |
processConfigSpecsOnPreMultiDelete(WTCollection configSpecs)
|
protected static void |
processFamilyTablesOnPostMultyCheckin()
|
private void |
processPostCheckoutEvent(Workable object)
|
private void |
processPostDeleteEvent(EPMWorkspace target)
|
private void |
processPostDisableEvent(WTUser user)
All the workspaces belonging to the user deleted will be purged and deleted. |
private void |
processPreDeleteEvent(Folder folder)
|
private void |
processPreDeleteInWorkspace(WTCollection targets)
|
private void |
processPreMarkForDeleteEvent(Project2 markedForDelete)
Veto DeleteManagerEvent.PRE_MARK_FOR_DELETE if the markedForDelete object is a project that has at least one workspace. |
private void |
processPreModifyEvent(EPMWorkspace workspace)
|
protected void |
processPreMultiDeleteEvent(WTCollection values)
|
private void |
processPreStoreEvent(EPMWorkspace workspace)
|
QueryResult |
refresh(EPMWorkspace workspace,
EPMPopulateRule rule)
Deprecated. in 7.0 Use refreshDocsAndParts |
QueryResult |
refreshWorkspace(EPMWorkspace workspace)
Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace. |
QueryResult |
refreshWorkspace(EPMWorkspace workspace,
Vector baselineable)
Return a QueryResult of EPMDocuments and WTParts which represent the set of objects which need to be updated in the EPMWorkspace restricted to the input vector. |
void |
registerEvents(ManagerService manager)
Overrides the registration of all applicable locking service events with the service manager. |
EPMWorkspace |
remove(EPMWorkspace workspace,
Vector baselinable)
Deprecated. at 8.0 Use EPMWorkspaceManager.removeFromWorkspace |
protected boolean |
remove(Vector a_baselineFTMembers,
Baseline a_baseline)
Removes the Baselineables from the Baseline. |
Baseline |
removeFromBaseline(Vector members,
Baseline baseline)
Deprecated. |
private void |
saveConfigSpecs(EPMWorkspace workspace)
|
Collection |
undoCheckout(EPMWorkspace workspace,
Collection objects,
Collection familyTablesToUndoCheckout)
Supported API: false |
QueryResult |
update(EPMWorkspace workspace,
EPMPopulateRule rule)
Deprecated. in 7.0 Use updateDocsAndParts |
QueryResult |
update(EPMWorkspace workspace,
Vector baselinable,
EPMPopulateRule rule)
Deprecated. in 7.0 Use updateDocsAndParts |
protected QueryResult |
updateDocsAndParts(EPMWorkspace workspace)
Update the objects in the EPMWorkspace. |
protected QueryResult |
updateDocsAndParts(EPMWorkspace workspace,
Vector baselineable)
Update the objects given as parameters. |
private Baseline |
updateModificationTimestamp(Baseline a_baseline)
Updates the modification timestamp on the Baseline object. |
protected QueryResult |
updatePartsAndDocs(EPMWorkspace workspace)
Update the objects in the EPMWorkspace. |
protected QueryResult |
updatePartsAndDocs(EPMWorkspace workspace,
Vector baselineable)
Update the objects given as parameters. |
QueryResult |
updateWorkspace(EPMWorkspace workspace)
Update the objects in the EPMWorkspace. |
QueryResult |
updateWorkspace(EPMWorkspace workspace,
Vector baselineable)
Update the objects given as parameters. |
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
private static final String BASELINE_FOLDER
private static boolean VERBOSE
private static int CHUNK_SIZE
private static AuthoringAppDelegateFactory authAppDelegateFactory
private static final String CHECKIN_MOVE_IN_PROGRESS
private static final String USER_DISABLE_IN_PROGRESS
public static boolean logTime
Constructor Detail |
public EPMStandardBaselineService()
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 EPMStandardBaselineService newEPMStandardBaselineService() throws WTException
WTException
public QueryResult refresh(EPMWorkspace workspace, EPMPopulateRule rule) throws WTException
refresh
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.rule
- The EPMPopulateRule which determines what dependent objets are also entered into the Baseline.
WTException
public QueryResult update(EPMWorkspace workspace, EPMPopulateRule rule) throws WTException
update
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.rule
- The EPMPopulateRule which determines what dependent objects are also entered into the Baseline.
WTException
public QueryResult update(EPMWorkspace workspace, Vector baselinable, EPMPopulateRule rule) throws WTException
update
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.baselinable
- The set of objects with which to populate the baseline (and whose dependencies will be used with the EPMPopulateRule).rule
- The EPMPopulateRule which determines what dependent objects are also entered into the Baseline.
WTException
public EPMWorkspace remove(EPMWorkspace workspace, Vector baselinable) throws WTException
remove
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.baselinable
-
WTException
public EPMWorkspace populate(EPMWorkspace workspace, Vector baselineable, EPMPopulateRule populateRule) throws WTException
populate
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.baselineable
- A Vector of objects to be added (together with the related items determined by the populareRule) to the workspace.populateRule
-
WTException
public EPMWorkspace add(EPMWorkspace workspace, Vector baselineable) throws WTException
add
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.baselineable
-
WTException
public EPMWorkspace populateAll(EPMWorkspace workspace, Vector baselineable) throws WTException
populateAll
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.baselineable
- A Vector of objects to be added to the workspace.
WTException
public EPMWorkspace populateRequired(EPMWorkspace workspace, Vector baselineable) throws WTException
populateRequired
in interface EPMBaselineService
workspace
- The workspace to be affected by the call.baselineable
- A Vector of objects to be added to the workspace.
WTException
public Baseline copyToBaseline(EPMWorkspace workspace, Baseline baseline) throws WTException
copyToBaseline
in interface EPMBaselineService
workspace
- The workspace referenced by the call.baseline
- The baseline to be filled in.
WTException
public QueryResult getBaselineItems(EPMWorkspace workspace) throws WTException
getBaselineItems
in interface EPMBaselineService
workspace
- The workspace referenced by the call.
WTException
public QueryResult getRelatedItems(EPMWorkspace workspace, EPMPopulateRule rule, Vector baselineable) throws WTException
getRelatedItems
in interface EPMBaselineService
workspace
- The workspace referenced by the call.rule
- baselineable
- A Vector of objects whose related items are to be returned.
WTException
public QueryResult getStatus(EPMWorkspace workspace) throws WTException
getStatus
in interface EPMBaselineService
workspace
- The workspace referenced by the call.
WTException
public void dispatchNewBaselineEvent(Baseline baseline, Vector baselineable, EPMWorkspace workspace) throws WTException
dispatchNewBaselineEvent
in interface EPMBaselineService
baseline
- Newly created baseline, referred by the call.baselineable
- Vector of baselineable objects checkedin by the client.workspace
- EPM Workspace referred by the call.
WTException
public QueryResult checkinOrMove(EPMWorkspace workspace, Vector objects) throws WTException, WTPropertyVetoException
All of this is accomplished within the bounds of a transaction.
The result returned is the objects in their new locations.
Supported API: false
checkinOrMove
in interface EPMBaselineService
workspace
- objects
-
WTException
WTPropertyVetoException
public EPMCheckpoint getAssociatedCheckpoint(EPMWorkspace workspace) throws WTException
getAssociatedCheckpoint
in interface EPMBaselineService
workspace
-
WTException
public QueryResult getPartsAndDocs(Vector baselineable, EPMWorkspace workspace, EPMPopulateRule rule) throws WTException
getPartsAndDocs
in interface EPMBaselineService
baselineable
- workspace
- rule
-
WTException
protected QueryResult getRefreshPartsAndDocs(EPMWorkspace workspace) throws WTException
workspace
-
WTException
protected QueryResult getRefreshPartsAndDocs(EPMWorkspace workspace, Vector baselineable) throws WTException
workspace
- baselineable
-
WTException
protected QueryResult updatePartsAndDocs(EPMWorkspace workspace) throws WTException
workspace
-
WTException
protected QueryResult updatePartsAndDocs(EPMWorkspace workspace, Vector baselineable) throws WTException
workspace
- baselineable
-
WTException
protected QueryResult getRefreshDocsAndParts(EPMWorkspace workspace) throws WTException
workspace
-
WTException
protected QueryResult getRefreshDocsAndParts(EPMWorkspace workspace, Vector baselineable) throws WTException
workspace
- baselineable
-
WTException
protected QueryResult updateDocsAndParts(EPMWorkspace workspace) throws WTException
workspace
-
WTException
protected QueryResult updateDocsAndParts(EPMWorkspace workspace, Vector baselineable) throws WTException
workspace
- baselineable
-
WTException
public EPMAsStoredConfig createEPMAsStoredConfig(EPMConfigurationType type, Vector owners, Vector members) throws WTPropertyVetoException, WTException
createEPMAsStoredConfig
in interface EPMBaselineService
type
- Any of the EPMConfiguration Typeowners
- a list of unique EPMDocuments that do not belong to any EPMAsStoredConfig as ownermembers
- a list of unique EPMDocuments or WTDocuments
WTPropertyVetoException
WTException
public QueryResult refreshWorkspace(EPMWorkspace workspace, Vector baselineable) throws WTException
refreshWorkspace
in interface EPMBaselineService
workspace
- baselineable
-
WTException
public QueryResult refreshWorkspace(EPMWorkspace workspace) throws WTException
refreshWorkspace
in interface EPMBaselineService
workspace
-
WTException
public QueryResult updateWorkspace(EPMWorkspace workspace) throws WTException
updateWorkspace
in interface EPMBaselineService
workspace
-
WTException
public QueryResult updateWorkspace(EPMWorkspace workspace, Vector baselineable) throws WTException
updateWorkspace
in interface EPMBaselineService
workspace
- baselineable
-
WTException
public List getNewObjects(List objects, boolean ignorePrivateIterations) throws WTException
getNewObjects
in interface EPMBaselineService
objects
- ignorePrivateIterations
-
WTException
public QueryResult checkinOrMove(EPMWorkspace workspace, Vector objects, Vector familyTablesToCheckin) throws WTException, WTPropertyVetoException
checkinOrMove
in interface EPMBaselineService
workspace
- objects
- familyTablesToCheckin
-
WTException
WTPropertyVetoException
public Collection undoCheckout(EPMWorkspace workspace, Collection objects, Collection familyTablesToUndoCheckout) throws WTException, WTPropertyVetoException
undoCheckout
in interface EPMBaselineService
workspace
- objects
- familyTablesToUndoCheckout
-
WTException
WTPropertyVetoException
public QueryResult getBaselines(EPMFamilyTable familyTable) throws WTException
getBaselines
in interface EPMBaselineService
familyTable
-
WTException
public QueryResult getBaselines(EPMFamilyTable familyTable, Class baselineClass) throws WTException
getBaselines
in interface EPMBaselineService
familyTable
- baselineClass
-
WTException
public QueryResult getFTBaselineItems(Baseline baseline) throws WTException
getFTBaselineItems
in interface EPMBaselineService
baseline
-
WTException
public boolean isInBaseline(EPMFamilyTable familyTable, Baseline baseline) throws WTException
isInBaseline
in interface EPMBaselineService
familyTable
- baseline
-
WTException
public boolean isAnyIterationInBaseline(EPMFamilyTable familyTable, Baseline baseline) throws WTException
isAnyIterationInBaseline
in interface EPMBaselineService
familyTable
- baseline
-
WTException
public Baseline addToBaseline(Vector members, Baseline baseline) throws WTException
addToBaseline
in interface EPMBaselineService
members
- baseline
-
WTException
public Baseline removeFromBaseline(Vector members, Baseline baseline) throws WTException
removeFromBaseline
in interface EPMBaselineService
members
- baseline
-
WTException
public Baseline addMembers(Vector members, Baseline baseline) throws WTException
addMembers
in interface EPMBaselineService
members
- baseline
-
WTException
private List findNewObjectsIgnorePrivateIterations(List objects, Class itrClass) throws WTException
WTException
private List findNewObjects(List objects, Class itrClass) throws WTException
WTException
private List findIfInWorkspaceFolder(HashMap masterToObject) throws WTException
WTException
private void processPostCheckoutEvent(Workable object) throws WTException
WTException
private void processPreDeleteEvent(Folder folder) throws WTException
WTException
private void processPreStoreEvent(EPMWorkspace workspace) throws WTException
WTException
private void processPreModifyEvent(EPMWorkspace workspace) throws WTException
WTException
private void processPostDeleteEvent(EPMWorkspace target) throws WTException
WTException
protected static void checkFamilyTablesOnPreCheckin(List objects) throws WTException
WTException
protected static void processFamilyTablesOnPostMultyCheckin() throws WTException
WTException
private void processPreMarkForDeleteEvent(Project2 markedForDelete) throws WTException
WTException
- thrown if project that has at least one workspace.private void processPostDisableEvent(WTUser user) throws WTException
WTException
- thrown if any error occurs during workspace deletion.private Vector getWorkables(Collection objects, Map sortById)
private void saveConfigSpecs(EPMWorkspace workspace) throws WTException
WTException
private WTContainer getContainer(EPMWorkspace workspace) throws WTException
WTException
protected void dispatchVetoableEvent(String a_eventType, List a_familyTables, Baseline a_baseline) throws WTException
a_eventType
- a_familyTables
- a_baseline
-
WTException
protected void dispatchVetoableEvent(String a_eventType, List a_familyTables, Baseline a_baseline, List a_replacedFamilyTables) throws WTException
a_eventType
- a_familyTables
- a_baseline
- a_replacedFamilyTables
-
WTException
protected boolean add(Vector a_baselineFTMembers, Baseline a_baseline) throws WTException
a_baseline
-
WTException
protected boolean remove(Vector a_baselineFTMembers, Baseline a_baseline) throws WTException
a_baselineFTMembers
- a_baseline
-
WTException
private EPMFamilyTableBaselineMember findAnyFTIteration(EPMFamilyTable a_familyTable, Baseline a_baseline) throws WTException
a_familyTable
- a_baseline
-
WTException
private EPMFamilyTableBaselineMember find(EPMFamilyTable a_memberFT, Baseline a_baseline) throws WTException
a_baseline
-
WTException
private void findReplacements(Vector a_familyTables, Baseline a_baseline, ArrayList toAdd, ArrayList toReplace) throws WTException
a_familyTables
- a_baseline
- toAdd
- toReplace
-
WTException
private QueryResult findBaselineFTMembers(Class ftClass, long[] masterIds, Baseline a_baseline) throws WTException
WTException
private Baseline updateModificationTimestamp(Baseline a_baseline) throws WTException
a_baseline
-
WTException
private QueryResult filterIteratedPartialBaselines(QueryResult bms) throws WTException
WTException
private WTKeyedMap getCheckpoints(WTCollection persistables) throws WTException
WTException
private LocalizableMessageCollection getNames(WTSet checkpoints) throws WTException
WTException
protected void processPreMultiDeleteEvent(WTCollection values) throws WTException
WTException
private void processPreDeleteInWorkspace(WTCollection targets) throws WTException
WTException
private void processAsStoredConfigsOnPreMultiDelete(WTCollection targets) throws WTException
WTException
private void processConfigSpecsOnPreMultiDelete(WTCollection configSpecs) throws WTException
WTException
private WTSet getOriginals(WTCollection targets) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |