Uses of Interface
com.ibm.carma.model.CustomActionAccepter

Packages that use CustomActionAccepter
com.ibm.carma.model   
com.ibm.carma.model.util   
com.ibm.carma.ui.action.custom   
com.ibm.carma.ui.dialog   
com.ibm.carma.ui.job   
 

Uses of CustomActionAccepter in com.ibm.carma.model
 

Subinterfaces of CustomActionAccepter in com.ibm.carma.model
 interface CARMAContainer
          A representation of the model object 'CARMA Container'.
 interface CARMAContent
          A representation of the model object 'CARMA Content'.
 interface CARMAMember
          A representation of the model object 'CARMA Member'.
 interface CARMAMemberVersion
          A representation of the model object 'CARMA Member Version'.
 interface CARMAResource
          A representation of the model object 'CARMA Resource'.
 interface Filterable
          A representation of the model object 'Filterable'.
 interface RepositoryInstance
          A representation of the model object 'Repository Instance'.
 interface RepositoryManager
          A representation of the model object 'Repository Manager'.
 interface ResourceContainer
          A representation of the model object 'Resource Container'.
 

Uses of CustomActionAccepter in com.ibm.carma.model.util
 

Methods in com.ibm.carma.model.util with parameters of type CustomActionAccepter
 java.lang.Object ModelSwitch.caseCustomActionAccepter(CustomActionAccepter object)
          Returns the result of interpretting the object as an instance of 'Custom Action Accepter'.
 

Uses of CustomActionAccepter in com.ibm.carma.ui.action.custom
 

Methods in com.ibm.carma.ui.action.custom with parameters of type CustomActionAccepter
static java.lang.Object[] CustomActionUtil.getCustomParameters(CustomActionAccepter resource, java.lang.String actionId)
          This method will do all that is necessary to get the correct custom action parameters.
 java.lang.Object[] CustomActionParameterManager.getCustomParameters(CustomActionAccepter resource, java.lang.String actionId)
          This will return the correct customer parameters for the given action on the given resource.
static java.lang.Object[] CustomActionUtil.getCustomParametersForTask(CarmaTaskMemento memento, CustomActionAccepter resource, java.lang.String actionId)
          This method should be used to get the custom parameters inside a task.
 java.lang.Object[] CustomActionParameterManager.getUserStoredParamValues(CustomActionAccepter accepter, Action action)
          This method can be used to directly access what the user stored values are.
 boolean CustomActionParameterManager.isPromptNeeded(CustomActionAccepter resource, java.lang.String actionId)
           
 

Constructors in com.ibm.carma.ui.action.custom with parameters of type CustomActionAccepter
CustomActionParameterDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.swt.graphics.Image dialogTitleImage, Action action, CustomActionAccepter resource, CustomActionParameterManager manager)
          Creates a new instance.
 

Uses of CustomActionAccepter in com.ibm.carma.ui.dialog
 

Constructor parameters in com.ibm.carma.ui.dialog with type arguments of type CustomActionAccepter
CarmaReturnDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogTitleImage, java.lang.String dialogMessage, java.util.Map<? extends CustomActionAccepter,? extends CARMAReturn> returns)
          Creates the custom return display dialog.
 

Uses of CustomActionAccepter in com.ibm.carma.ui.job
 

Classes in com.ibm.carma.ui.job with type parameters of type CustomActionAccepter
 class CustomActionJob<T extends CustomActionAccepter>
          Thic class is useful for creating a simple job to perform an action.
 

Methods in com.ibm.carma.ui.job with parameters of type CustomActionAccepter
 void AbstractCarmaJob.displayCustomReturns(CustomActionAccepter resource, java.lang.String actionId, java.util.Map<? extends CustomActionAccepter,? extends CARMAReturn> map)
          Opens a dialog to display the given custom returns to the user.
 

Method parameters in com.ibm.carma.ui.job with type arguments of type CustomActionAccepter
 void AbstractCarmaJob.displayCustomReturns(CustomActionAccepter resource, java.lang.String actionId, java.util.Map<? extends CustomActionAccepter,? extends CARMAReturn> map)
          Opens a dialog to display the given custom returns to the user.
 void AbstractCarmaJob.displayCustomReturns(java.lang.String actionId, java.util.Map<? extends CustomActionAccepter,? extends CARMAReturn> map)
          Opens a dialog to display the given custom returns to the user.
 

Constructors in com.ibm.carma.ui.job with parameters of type CustomActionAccepter
CustomActionJob(java.lang.String name, java.lang.String actionId, T[] resources)
          Creates a CustomActionJob