|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RepositoryManager | |
|---|---|
| com.ibm.carma.model | |
| com.ibm.carma.model.util | |
| com.ibm.carma.ui.action.custom | |
| com.ibm.carma.ui.adapter | |
| com.ibm.carma.ui.mapper | |
| 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.swt.widgets.Control |
ICustomParameterControl.createControl(org.eclipse.swt.widgets.Composite parent,
RepositoryManager repositoryManager,
Parameter parameter,
Action action,
CustomActionAccepter customActionAccepter,
java.lang.Object defaultValue)
This method is invoked when CARMA user interface is building the dialog for the relevant custom action. |
org.eclipse.jface.action.IAction[] |
CarmaCustomActionRegistry.getCustomActions(RepositoryManager repMan)
Returns a series of CarmaCustomActions for repMan |
static void |
CustomActionUtil.postProcessAction(RepositoryManager rm,
java.util.Map<java.lang.String,java.lang.Object> parmMap,
java.lang.String actionId,
CARMAReturn returnVal,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
static void |
CustomActionUtil.preProcessAction(RepositoryManager rm,
java.util.Map<java.lang.String,java.lang.Object> parmMap,
java.lang.String actionId,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
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.adapter |
|---|
| Methods in com.ibm.carma.ui.adapter that return RepositoryManager | |
|---|---|
static RepositoryManager |
ResourceUtils.getCarmaRepositoryManager(java.lang.Object resource)
Helper method to provide the RepositoryManager the object is associated under. |
| Methods in com.ibm.carma.ui.adapter with parameters of type RepositoryManager | |
|---|---|
static void |
ResourceUtils.manageReference(org.eclipse.core.runtime.IProgressMonitor monitor,
ICARMAResourceReference reference,
RepositoryManager cResource)
Mark the given reference as "managed" (associated) with CARMA. |
static ICARMAResourceReference |
ResourceUtils.storeMapping(org.eclipse.core.runtime.IProgressMonitor monitor,
java.lang.Object resource,
RepositoryManager rm)
Stores the association between the object and the CARMA resource |
| Uses of RepositoryManager in com.ibm.carma.ui.mapper |
|---|
| Methods in com.ibm.carma.ui.mapper that return RepositoryManager | |
|---|---|
RepositoryManager |
ICARMAResourceReference.getRepositoryManager()
Retrieves the RepositoryManager associated with the reference |
| Methods in com.ibm.carma.ui.mapper with parameters of type RepositoryManager | |
|---|---|
void |
ICARMAResourceReference.setCarmaResource(RepositoryManager rm)
Set the Repository Manager |
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||