|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Managed
A representation of the model object 'Managed'. A resource in the CARMA system that provides managed access to the resource
ModelPackage.getManaged()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
CARMAReturn |
checkin(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
Marks the resource as checked-in, making the resource readable for all users The checkin action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. |
CARMAReturn |
checkout(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
Marks the resource as checked-out, marking the resource as read-only for all users but the user that checked-out the file The checkin action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. |
CARMAReturn |
lock(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
Locks the resource, marking the resource as read-only for all users but the locking user The lock action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. |
CARMAReturn |
unlock(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
Unlocks the resource, marking the resource as readable for all users The unlock action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. |
| 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 lock(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
lock 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 operationparameters - 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.LOCK
CARMAReturn unlock(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
unlock 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 operationparameters - 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.UNLOCK
CARMAReturn checkin(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
checkin 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 operationparameters - 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.CHECK_IN
CARMAReturn checkout(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
checkin 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 operationparameters - 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.CHECK_OUT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||