|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
com.ibm.carma.ui.job.AbstractCarmaJob
com.ibm.carma.ui.job.CustomActionJob<CARMAContent>
com.ibm.carma.ui.job.CheckoutJob
public class CheckoutJob
This user Job performs the checkout action an members passed to the Constructor.
This class is not intended to be extended, but may be instantiated.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
| Fields inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
| Constructor Summary | |
|---|---|
CheckoutJob(java.lang.String name,
CARMAContent[] members)
|
|
| Method Summary | |
|---|---|
CARMAReturn |
performCommand(CARMAContent resource,
org.eclipse.core.runtime.IProgressMonitor monitor)
By default this method calls the generic perform command action, but can be overriden to call any method on the passed CARMA Resource |
| Methods inherited from class com.ibm.carma.ui.job.AbstractCarmaJob |
|---|
displayCustomReturns, displayCustomReturns, displayCustomReturns, displayCustomReturns, getActionFromReturns, getActionName |
| Methods inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
addJobChangeListener, belongsTo, cancel, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, wakeUp, wakeUp |
| Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
|---|
compareTo, toString |
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
|---|
getAdapter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
|---|
public static final java.lang.String COPYRIGHT
| Constructor Detail |
|---|
public CheckoutJob(java.lang.String name,
CARMAContent[] members)
name - The name of the Job.members - The resources to checkout| Method Detail |
|---|
public CARMAReturn performCommand(CARMAContent resource,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException,
NotConnectedException,
UnsupportedCARMAOperationException,
NotSynchronizedException
CustomActionJobExtenders are responsible for filling the custom parameters of the called action.
performCommand in class CustomActionJob<CARMAContent>org.eclipse.core.runtime.CoreException
NotConnectedException
UnsupportedCARMAOperationException
NotSynchronizedExceptionCustomActionUtil,
CustomActionParameterDialog,
CustomActionParameterManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||