|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CARMAResource in com.ibm.carma.model |
|---|
| Subinterfaces of CARMAResource 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 |
RepositoryInstance
A representation of the model object 'Repository Instance'. |
interface |
ResourceContainer
A representation of the model object 'Resource Container'. |
| Uses of CARMAResource in com.ibm.carma.model.util |
|---|
| Methods in com.ibm.carma.model.util with parameters of type CARMAResource | |
|---|---|
java.lang.Object |
ModelSwitch.caseCARMAResource(CARMAResource object)
Returns the result of interpretting the object as an instance of 'CARMA Resource'. |
static boolean |
NavigationUtils.isContainer(CARMAResource resource)
Checks if the given resource is a container type resource. |
void |
MemberInfoListener.memberInfoUpdated(CARMAResource resource,
java.lang.String key,
java.lang.Object newValue,
java.lang.Object oldValue,
boolean isSet)
Notification callback signaling that a piece of member info was updated |
| Uses of CARMAResource in com.ibm.carma.ui |
|---|
| Methods in com.ibm.carma.ui that return CARMAResource | |
|---|---|
static CARMAResource |
CarmaUtil.getCarmaResource(org.eclipse.core.resources.IResource resource)
Deprecated. Migrated to ResourceUtils.getCarmaResource(Object) using adapters |
| Methods in com.ibm.carma.ui with parameters of type CARMAResource | |
|---|---|
static void |
CarmaUtil.storeInformation(org.eclipse.core.resources.IResource resource,
CARMAResource cResource)
Deprecated. Migrated to the internal.adapter.ResourceAdapterFactory adaptation framework
and the ICARMAResourceReference adaptation pattern. Calls to this
method should be replaced by ResourceUtils.storeMapping(pm, resource, cResource) |
| Uses of CARMAResource in com.ibm.carma.ui.action |
|---|
| Methods in com.ibm.carma.ui.action that return types with arguments of type CARMAResource | |
|---|---|
java.util.Collection<CARMAResource> |
CarmaObjectActionDelegate.getBasicSelectedCarmaResources()
Same as getSelectedCarmaResources() except that it does not catch and handle with a dialog NotSynchronizedExceptions, but instead hands them back to the caller |
java.util.Collection<CARMAResource> |
CarmaObjectActionDelegate.getSelectedCarmaResources()
The convience method loops through the selected items. |
| Methods in com.ibm.carma.ui.action with parameters of type CARMAResource | |
|---|---|
boolean |
CarmaObjectActionDelegate.isUnsupported(CARMAResource resource,
java.lang.String actionId)
This method will check the correct preferences and return whether or not to display the specified action for the selected items. |
| Uses of CARMAResource in com.ibm.carma.ui.action.custom |
|---|
| Constructors in com.ibm.carma.ui.action.custom with parameters of type CARMAResource | |
|---|---|
CustomActionParameterDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.swt.graphics.Image dialogTitleImage,
Action action,
CARMAResource resource,
CustomActionParameterManager manager)
Deprecated. use the CustomActionParameterDialog.CustomActionParameterDialog(Shell, Image, Action, CustomActionAccepter, CustomActionParameterManager) constructor |
|
| Uses of CARMAResource in com.ibm.carma.ui.adapter |
|---|
| Methods in com.ibm.carma.ui.adapter that return CARMAResource | |
|---|---|
static CARMAResource |
ResourceUtils.getCarmaResource(java.lang.Object resource)
Helper method to map the given object to a CARMA resource. |
| Methods in com.ibm.carma.ui.adapter with parameters of type CARMAResource | |
|---|---|
static void |
ResourceUtils.manageReference(org.eclipse.core.runtime.IProgressMonitor monitor,
ICARMAResourceReference reference,
CARMAResource cResource)
Mark the given reference as "managed" (associated) with CARMA. |
static ICARMAResourceReference |
ResourceUtils.storeMapping(org.eclipse.core.runtime.IProgressMonitor monitor,
java.lang.Object resource,
CARMAResource cResource)
Stores the association between the object and the CARMA resource |
| Uses of CARMAResource in com.ibm.carma.ui.dialog |
|---|
| Constructors in com.ibm.carma.ui.dialog with parameters of type CARMAResource | |
|---|---|
ConfirmForceMessageDialog(org.eclipse.swt.widgets.Shell parentShell,
java.lang.String errorMessage,
java.lang.String queryKey,
CARMAResource resource)
|
|
| Uses of CARMAResource in com.ibm.carma.ui.job |
|---|
| Methods in com.ibm.carma.ui.job with parameters of type CARMAResource | |
|---|---|
static java.lang.String |
AbstractCarmaJob.getActionName(CARMAResource resource,
java.lang.String actionId)
Determines the (displayable) action name based on the given resource and action Id |
| Constructors in com.ibm.carma.ui.job with parameters of type CARMAResource | |
|---|---|
RefreshPropertiesJob(java.lang.String name,
CARMAResource[] resources)
|
|
UpdatePropertiesJob(java.lang.String name,
CARMAResource cResource,
java.util.Map<java.lang.String,java.lang.String> properties)
|
|
| Uses of CARMAResource in com.ibm.carma.ui.mapper |
|---|
| Methods in com.ibm.carma.ui.mapper that return CARMAResource | |
|---|---|
CARMAResource |
ICARMANavigable.create(org.eclipse.core.runtime.IProgressMonitor monitor,
ResourceContainer parentContainer,
CarmaTaskMemento momento)
Creates the given navigable resource as a new item in the CARMA hierachy. |
CARMAResource |
ICARMAResourceReference.getCarmaResource()
Retrieves the CARMA resource associated with the reference. |
| Methods in com.ibm.carma.ui.mapper with parameters of type CARMAResource | |
|---|---|
void |
ICARMAResourceReference.setCarmaResource(CARMAResource resource)
Set the CARMA resource to associate with the reference |
| Uses of CARMAResource in com.ibm.carma.ui.widget |
|---|
| Methods in com.ibm.carma.ui.widget that return CARMAResource | |
|---|---|
CARMAResource |
CarmaResourceSelectionGroup.getSelectedResource()
Returns the selected container resource from the widget |
| Methods in com.ibm.carma.ui.widget with parameters of type CARMAResource | |
|---|---|
void |
CarmaResourceSelectionGroup.setSelectedResource(CARMAResource resource,
boolean showAllInstances)
Sets the initial selection of the widget to the given resource |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||