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

Packages that use RepositoryManager
com.ibm.carma.model   
com.ibm.carma.model.util   
com.ibm.carma.ui.action.custom   
com.ibm.carma.ui.property   
 

Uses of RepositoryManager in com.ibm.carma.model
 

Methods in com.ibm.carma.model that return RepositoryManager
 RepositoryManager ModelFactory.createRepositoryManager()
          Returns a new object of class 'Repository Manager'.
 RepositoryManager ModelFactory.createRepositoryManager(java.lang.String managerId, java.lang.String name, java.lang.String version, java.lang.String level, java.lang.String description)
          Returns a new object of class 'Repository Manager'.
 RepositoryManager RepositoryInstance.getRepositoryManager()
          Returns the value of the 'Repository Manager' container reference.
 RepositoryManager CARMAResource.getRepositoryManager()
          Returns the repository manager associated with the CARMA resource
 

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

Methods in com.ibm.carma.model.util that return RepositoryManager
 RepositoryManager CARMACommonObject.getRepositoryManager()
           
 

Methods in com.ibm.carma.model.util with parameters of type RepositoryManager
 java.lang.Object ModelSwitch.caseRepositoryManager(RepositoryManager object)
          Returns the result of interpretting the object as an instance of 'Repository Manager'.
 

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

Methods in com.ibm.carma.ui.action.custom with parameters of type RepositoryManager
 org.eclipse.jface.action.IAction[] CarmaCustomActionRegistry.getCustomActions(RepositoryManager repMan)
          Returns a series of CarmaCustomActions for repMan
 void CustomActionParameterManager.setUserStoredParamValues(RepositoryManager repositoryManager, Action action, java.lang.Object[] values)
          This method can be used to directly set the user stored values for a specific action against a specific repository
 

Constructors in com.ibm.carma.ui.action.custom with parameters of type RepositoryManager
CustomActionParameterDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.swt.graphics.Image dialogTitleImage, Action action, RepositoryManager repositoryManager, CustomActionParameterManager manager)
          Deprecated. use the CustomActionParameterDialog.CustomActionParameterDialog(Shell, Image, Action, CustomActionAccepter, CustomActionParameterManager) constructor
 

Uses of RepositoryManager in com.ibm.carma.ui.property
 

Methods in com.ibm.carma.ui.property with parameters of type RepositoryManager
 java.lang.Object[] CarmaPreferenceStore.getStoredCustomParameterValues(RepositoryManager repositoryManager, Action action)
          Clients shouldn't call this method directly, they should call CustomActionParameterManager.getUserStoredParamValues()
 void CarmaPreferenceStore.setStoredCustomParameter(RepositoryManager repositoryManager, Action action, java.lang.Object[] values)
          Should not be called by clients.