Uses of Class
com.metamatrix.common.actions.ModificationException

Packages that use ModificationException
com.metamatrix.common.actions   
com.metamatrix.platform.admin.api   
 

Uses of ModificationException in com.metamatrix.common.actions
 

Subclasses of ModificationException in com.metamatrix.common.actions
 class StringLengthExceededException
           
 

Uses of ModificationException in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that throw ModificationException
 java.util.Set ConfigurationAdminAPI.executeInsertTransaction(ConfigurationID assignConfigurationID, java.util.List actions)
          Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(ActionDefinition action)
          Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(java.util.List actions)
          Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action.
 



Copyright © 2009. All Rights Reserved.