Uses of Class
wt.fc.ModificationNotAllowedException

Packages that use ModificationNotAllowedException
wt.clients.change2   
wt.clients.doc   
wt.clients.effectivity   
wt.clients.folder   
wt.clients.lifecycle   
wt.clients.part   
wt.clients.project   
wt.clients.query.template   
wt.clients.replication.unit   
wt.clients.rn   
wt.clients.team   
wt.clients.util   
wt.clients.vc.baseline   
wt.clients.workflow.definer   
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
 

Uses of ModificationNotAllowedException in wt.clients.change2
 

Methods in wt.clients.change2 that throw ModificationNotAllowedException
 void WTChangeRequest2TaskDelegate.launchUpdateTask()
          Launch the applet to update the selected WTChangeIssue.
 void WTChangeRequest2TaskDelegate.launchViewTask()
          Launch the applet to view the selected WTChangeIssue.
 void WTChangeOrder2TaskDelegate.launchUpdateTask()
          Launch the applet to update the selected WTChangeIssue.
 void WTChangeOrder2TaskDelegate.launchViewTask()
          Launch the applet to view the selected WTChangeOrder2.
 void WTChangeIssueTaskDelegate.launchUpdateTask()
          Launch the applet to update the selected WTChangeIssue.
 void WTChangeIssueTaskDelegate.launchViewTask()
          Launch the applet to view the selected WTChangeIssue.
 

Uses of ModificationNotAllowedException in wt.clients.doc
 

Methods in wt.clients.doc that throw ModificationNotAllowedException
 void WTDocumentTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the UpdateDocumentFrame to update a given WTDocument.
 void WTDocumentMasterTaskDelegate.launchUpdateTask()
          This method is only a nop implementation to support the interface.
 

Uses of ModificationNotAllowedException in wt.clients.effectivity
 

Methods in wt.clients.effectivity that throw ModificationNotAllowedException
 void ConfigurationItemTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the ConfigItemFrame to update a given ConfigurationItem.
 

Uses of ModificationNotAllowedException in wt.clients.folder
 

Methods in wt.clients.folder that throw ModificationNotAllowedException
 void SubFolderTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the task to update a SubFolder.
 void ShortcutTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the task to update a Shortcut.
 void CabinetTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the task to update a Cabinet.
 

Uses of ModificationNotAllowedException in wt.clients.lifecycle
 

Methods in wt.clients.lifecycle that throw ModificationNotAllowedException
 void LifeCycleTemplateTaskDelegate.launchUpdateTask()
          Method which launches the update task for life cycle templates.
 

Uses of ModificationNotAllowedException in wt.clients.part
 

Methods in wt.clients.part that throw ModificationNotAllowedException
 void WTSerialNumberedPartTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the UpdateSerailNumberedPartFrame to update a given WTSerialNumberedPart.
 void WTProductTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the UpdateProductFrame to update a given WTProduct.
 void WTPartTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the UpdatePartFrame to update a given WTPart.
 void WTPartMasterTaskDelegate.launchUpdateTask()
          This method is only a nop implementation to support the interface.
 

Uses of ModificationNotAllowedException in wt.clients.project
 

Methods in wt.clients.project that throw ModificationNotAllowedException
 void ProjectTaskDelegate.launchUpdateTask()
          Method which launches the update task for projects.
 

Uses of ModificationNotAllowedException in wt.clients.query.template
 

Methods in wt.clients.query.template that throw ModificationNotAllowedException
 void ReportTemplateTaskDelegate.launchUpdateTask()
          

Supported API: false
 

Uses of ModificationNotAllowedException in wt.clients.replication.unit
 

Methods in wt.clients.replication.unit that throw ModificationNotAllowedException
 void WTUnitTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the UpdatePartFrame to update a given WTPart.
 

Uses of ModificationNotAllowedException in wt.clients.rn
 

Methods in wt.clients.rn that throw ModificationNotAllowedException
 void WTRNRequestTaskDelegate.launchUpdateTask()
           
 

Uses of ModificationNotAllowedException in wt.clients.team
 

Methods in wt.clients.team that throw ModificationNotAllowedException
 void TeamTemplateTaskDelegate.launchUpdateTask()
          Method which launches the update task for team templates.
 

Uses of ModificationNotAllowedException in wt.clients.util
 

Methods in wt.clients.util that throw ModificationNotAllowedException
 void TaskDelegate.launchUpdateTask()
          Method launchUpdateTask is invoked to launch the task to update a particular business object.
 

Uses of ModificationNotAllowedException in wt.clients.vc.baseline
 

Methods in wt.clients.vc.baseline that throw ModificationNotAllowedException
 void ManagedBaselineTaskDelegate.launchUpdateTask()
          Method launchUpdateTask launches the BaselineTaskFrame to update a given ManagedBaseline.
 

Uses of ModificationNotAllowedException in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that throw ModificationNotAllowedException
 void WfProcessTemplateTaskDelegate.launchUpdateTask()
          Method which launches the update task for life cycle templates.
 

Uses of ModificationNotAllowedException in wt.fc
 

Methods in wt.fc that throw ModificationNotAllowedException
 Persistable StandardPersistenceManager.prepareForModification(Persistable obj)
          This method refreshes the given object and then checks whether the user has access control rights to modify it.
 Persistable StandardPersistenceManager.prepareForModification(WTReference objRef)
          This method refreshes the given object reference and then checks whether the user has access control rights to modify it.
 WTCollection StandardPersistenceManager.prepareForModification(WTCollection a_objects)
          This method refreshes the given WTCollection and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManagerFwd.prepareForModification(Persistable obj)
          This method refreshes the given object and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManagerFwd.prepareForModification(WTReference objRef)
          This method refreshes the given object reference and then checks whether the user has access control rights to modify it.
 WTCollection PersistenceManagerFwd.prepareForModification(WTCollection a_objects)
          This method refreshes the given WTCollection and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManager.prepareForModification(Persistable obj)
          This method refreshes the given object and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManager.prepareForModification(WTReference objRef)
          This method refreshes the given object reference and then checks whether the user has access control rights to modify it.
 WTCollection PersistenceManager.prepareForModification(WTCollection a_objects)
          This method refreshes the given WTCollection and then checks whether the user has access control rights to modify it.
 Persistable StandardPersistenceManager.prepareForModification(Persistable obj)
          This method refreshes the given object and then checks whether the user has access control rights to modify it.
 Persistable StandardPersistenceManager.prepareForModification(WTReference objRef)
          This method refreshes the given object reference and then checks whether the user has access control rights to modify it.
 WTCollection StandardPersistenceManager.prepareForModification(WTCollection a_objects)
          This method refreshes the given WTCollection and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManagerFwd.prepareForModification(Persistable obj)
          This method refreshes the given object and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManagerFwd.prepareForModification(WTReference objRef)
          This method refreshes the given object reference and then checks whether the user has access control rights to modify it.
 WTCollection PersistenceManagerFwd.prepareForModification(WTCollection a_objects)
          This method refreshes the given WTCollection and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManager.prepareForModification(Persistable obj)
          This method refreshes the given object and then checks whether the user has access control rights to modify it.
 Persistable PersistenceManager.prepareForModification(WTReference objRef)
          This method refreshes the given object reference and then checks whether the user has access control rights to modify it.
 WTCollection PersistenceManager.prepareForModification(WTCollection a_objects)
          This method refreshes the given WTCollection and then checks whether the user has access control rights to modify it.