Class CheckoutFromVaultCommand
java.lang.Object
com.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
- All Implemented Interfaces:
Command,com.ptc.core.command.common.ServerCommand,Externalizable,Serializable
public class CheckoutFromVaultCommand
extends com.ptc.core.command.common.bean.vc.AbstractVaultCommand
implements Externalizable
Supported API: true
Extendable: true
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: checkoutFolder; The folder in which to place the checked out working copy.Gets the value of the attribute: reservedCopy; The reserved [or checked-out thus locked] copy of the entity.Gets the value of the attribute: workingCopy; The working [or new iteration] copy of the reserved entity to perform work against.voidsetCheckoutFolder(TypeInstance a_CheckoutFolder) Sets the value of the attribute: checkoutFolder; The folder in which to place the checked out working copy.voidsetReservedCopy(TypeInstance a_ReservedCopy) Sets the value of the attribute: reservedCopy; The reserved [or checked-out thus locked] copy of the entity.voidsetWorkingCopy(TypeInstance a_WorkingCopy) Sets the value of the attribute: workingCopy; The working [or new iteration] copy of the reserved entity to perform work against.
-
Constructor Details
-
CheckoutFromVaultCommand
public CheckoutFromVaultCommand()Creates a new instance.
Supported API: true
-
-
Method Details
-
getWorkingCopy
Gets the value of the attribute: workingCopy; The working [or new iteration] copy of the reserved entity to perform work against. This is derived from the inherited result.
Supported API: true- Returns:
- TypeInstance
-
setWorkingCopy
Sets the value of the attribute: workingCopy; The working [or new iteration] copy of the reserved entity to perform work against. This is derived from the inherited result.
Supported API: true- Parameters:
a_WorkingCopy-- Throws:
WTPropertyVetoException
-
getReservedCopy
Gets the value of the attribute: reservedCopy; The reserved [or checked-out thus locked] copy of the entity.
Supported API: true- Returns:
- TypeInstance
-
setReservedCopy
Sets the value of the attribute: reservedCopy; The reserved [or checked-out thus locked] copy of the entity.
Supported API: true- Parameters:
a_ReservedCopy-- Throws:
WTPropertyVetoException
-
getCheckoutFolder
Gets the value of the attribute: checkoutFolder; The folder in which to place the checked out working copy.
Supported API: true- Returns:
- TypeInstance
-
setCheckoutFolder
Sets the value of the attribute: checkoutFolder; The folder in which to place the checked out working copy.
Supported API: true- Parameters:
a_CheckoutFolder-- Throws:
WTPropertyVetoException
-