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

Packages that use ActionDefinition
com.metamatrix.common.actions   
com.metamatrix.common.config.model   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
 

Uses of ActionDefinition in com.metamatrix.common.actions
 

Subclasses of ActionDefinition in com.metamatrix.common.actions
 class AddNamedObject
          This action definition specifies that the value of a named object reference in the target should be changed from the current object to a new object.
 class AddObject
          This action definition specifies that an object is to be added to the target.
 class CreateObject
          This action definition specifies that an object is to be added to the target.
 class DestroyObject
          This action definition specifies that an object is to be added to the target.
 class ExchangeBoolean
           
 class ExchangeNamedObject
          This action definition specifies that the value of a named object reference in the target should be changed from the current object to a new object.
 class ExchangeObject
          This action definition specifies that the value of an object reference in the target should be changed from the current object to a new object.
 class ExchangePrimitive
           
 class RemoveNamedObject
          This action definition specifies that a named object is to be removed from the target.
 class RemoveObject
          This action definition specifies that an object is to be removed from the target.
 class TargetedActionDefinition
           
 

Methods in com.metamatrix.common.actions that return ActionDefinition
 ActionDefinition BasicModificationActionQueue.getLast()
          Return a clone of the last modification action object that was added to this queue.
 ActionDefinition ModificationActionQueue.getLast()
          Return a clone of the last modification action object that was added to this queue.
 ActionDefinition RemoveObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition CreateObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition AddNamedObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition AddObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
abstract  ActionDefinition ActionDefinition.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition RemoveNamedObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition ExchangeNamedObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition ExchangeObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition ExchangeBoolean.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition DestroyObject.getUndoActionDefinition()
          Obtain the definition of the action that undoes this action definition.
 ActionDefinition BasicModificationActionQueue.removeLast()
          Remove and return the last modification action object that was added to this queue.
 ActionDefinition ModificationActionQueue.removeLast()
          Remove and return the last modification action object that was added to this queue.
 

Methods in com.metamatrix.common.actions with parameters of type ActionDefinition
 boolean BasicModificationActionQueue.addAction(ActionDefinition newAction)
          Add to the end of this queue a modification action.
 boolean ModificationActionQueue.addAction(ActionDefinition newAction)
          Add to the end of this queue a modification action.
 

Constructors in com.metamatrix.common.actions with parameters of type ActionDefinition
ActionDefinition(ActionDefinition rhs)
           
 

Uses of ActionDefinition in com.metamatrix.common.config.model
 

Methods in com.metamatrix.common.config.model with parameters of type ActionDefinition
 Configuration BasicConfigurationObjectEditor.undoAction(ActionDefinition action, BaseObject target)
           
 ComponentObject BasicConfigurationObjectEditor.undoAction(ActionDefinition action, ComponentObject target)
          Modify the specified target object by undoing the specified action.
 

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

Methods in com.metamatrix.platform.admin.api with parameters of type ActionDefinition
 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.
 

Uses of ActionDefinition in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl with parameters of type ActionDefinition
 java.util.Set ConfigurationAdminAPIImpl.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.
 

Uses of ActionDefinition in com.metamatrix.platform.config.api.service
 

Methods in com.metamatrix.platform.config.api.service with parameters of type ActionDefinition
 java.util.Set ConfigurationServiceInterface.executeTransaction(ActionDefinition action, java.lang.String principalName)
          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.
 

Uses of ActionDefinition in com.metamatrix.platform.config.service
 

Methods in com.metamatrix.platform.config.service with parameters of type ActionDefinition
 java.util.Set ConfigurationServiceImpl.executeTransaction(ActionDefinition action, java.lang.String principalName)
          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.
 



Copyright © 2009. All Rights Reserved.