|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Movable
A representation of the model object 'Movable'. An object that can move locations within the CARMA system
ModelPackage.getMovable()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
CARMAReturn |
copy(org.eclipse.core.runtime.IProgressMonitor pm,
ResourceContainer parent,
java.lang.Object[] parameters)
Copys the resource to another location in the CARMA system. |
CARMAReturn |
move(org.eclipse.core.runtime.IProgressMonitor pm,
ResourceContainer parent,
java.lang.Object[] parameters)
Moves the resource to another location in the CARMA system. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
CARMAReturn move(org.eclipse.core.runtime.IProgressMonitor pm,
ResourceContainer parent,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
move action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - progress monitor for the operationparent - The parent container that the resource should be moved toparameters - the set of parameters required for the method to execute properly
org.eclipse.core.runtime.CoreException - An error occured during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the hostActionIdentifier.MOVE
CARMAReturn copy(org.eclipse.core.runtime.IProgressMonitor pm,
ResourceContainer parent,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
copy action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - progress monitor for the operationparent - The parent container that the resource should be moved toparameters - the set of parameters required for the method to execute properly
org.eclipse.core.runtime.CoreException - An error occured during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the hostActionIdentifier.COPY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||