|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
com.ptc.core.command.common.bean.entity.AbstractEntityCommand
com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand
com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand
com.ptc.core.command.common.bean.vc.AbstractVaultCommand
com.ptc.core.foundation.vc.wip.common.CheckoutFromVaultCommand
public class CheckoutFromVaultCommand
Supported API: true
Extendable: true
| Constructor Summary | |
|---|---|
CheckoutFromVaultCommand()
Creates a new instance. |
|
| Method Summary | |
|---|---|
TypeInstance |
getCheckoutFolder()
Gets the value of the attribute: checkoutFolder; The folder in which to place the checked out working copy. |
TypeInstance |
getReservedCopy()
Gets the value of the attribute: reservedCopy; The reserved [or checked-out thus locked] copy of the entity. |
TypeInstance |
getWorkingCopy()
Gets the value of the attribute: workingCopy; The working [or new iteration] copy of the reserved entity to perform work against. |
void |
setCheckoutFolder(TypeInstance a_CheckoutFolder)
Sets the value of the attribute: checkoutFolder; The folder in which to place the checked out working copy. |
void |
setReservedCopy(TypeInstance a_ReservedCopy)
Sets the value of the attribute: reservedCopy; The reserved [or checked-out thus locked] copy of the entity. |
void |
setWorkingCopy(TypeInstance a_WorkingCopy)
Sets the value of the attribute: workingCopy; The working [or new iteration] copy of the reserved entity to perform work against. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckoutFromVaultCommand()
| Method Detail |
|---|
public TypeInstance getWorkingCopy()
public void setWorkingCopy(TypeInstance a_WorkingCopy)
throws WTPropertyVetoException
a_WorkingCopy -
WTPropertyVetoExceptionpublic TypeInstance getReservedCopy()
public void setReservedCopy(TypeInstance a_ReservedCopy)
throws WTPropertyVetoException
a_ReservedCopy -
WTPropertyVetoExceptionpublic TypeInstance getCheckoutFolder()
public void setCheckoutFolder(TypeInstance a_CheckoutFolder)
throws WTPropertyVetoException
a_CheckoutFolder -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||