Class UndoCheckoutFromVaultCommand
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.UndoCheckoutFromVaultCommand
- All Implemented Interfaces:
Command,com.ptc.core.command.common.ServerCommand,Externalizable,Serializable
public class UndoCheckoutFromVaultCommand
extends com.ptc.core.command.common.bean.vc.AbstractVaultCommand
implements Externalizable
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class com.ptc.core.command.common.bean.AbstractServerCommand
SERVERFields inherited from interface com.ptc.core.command.common.Command
FEEDBACK_SPEC, LOCALEFields inherited from interface com.ptc.core.command.common.ServerCommand
COMMAND_CONTEXT, CONTAINER_IDENTIFIER, FILTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOverrides inherited accessor to throwUnsupportedOperationException.Overrides inherited accessor to throwUnsupportedOperationException.voidsetComment(String note) Overrides inherited accessor to throwUnsupportedOperationException.voidsetTargetId(String note) Overrides inherited accessor to throwUnsupportedOperationException.Methods inherited from class com.ptc.core.command.common.bean.vc.AbstractVaultCommand
getPrincipalName, readVersion, setPrincipalNameMethods inherited from class com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand
readVersionMethods inherited from class com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand
readVersionMethods inherited from class com.ptc.core.command.common.bean.entity.AbstractEntityCommand
getRequestor, getResult, getResultList, getSource, readVersion, setResult, setSource, setSource, setSourceMethods inherited from class com.ptc.core.command.common.bean.AbstractServerCommand
execute, getCommandContext, getContainerIdentifier, getFilter, isExecutable, putOnCommandContext, readVersion, setCommandContext, setContainerIdentifier, setFilterMethods inherited from class com.ptc.core.command.common.bean.AbstractCommand
getFeedbackSpec, getLocale, getSelectorTypename, getTargetLanguage, readVersion, setFeedbackSpec, setLocale, setTargetLanguageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.core.command.common.Command
getFeedbackSpec, getLocale, getSelectorTypename, getTargetLanguage, setFeedbackSpec, setLocale, setTargetLanguage
-
Constructor Details
-
UndoCheckoutFromVaultCommand
public UndoCheckoutFromVaultCommand()Creates a new instance.
Supported API: true
-
-
Method Details
-
setComment
Overrides inherited accessor to throwUnsupportedOperationException. Since a checkout is being undone, what remains is what existed prior to the checkout. Thus, an undo checkout comment is not applicable.
Supported API: true- Overrides:
setCommentin classcom.ptc.core.command.common.bean.vc.AbstractVaultCommand- Parameters:
note-- Throws:
UnsupportedOperationException
-
getComment
Overrides inherited accessor to throwUnsupportedOperationException. Since a checkout is being undone, what remains is what existed prior to the checkout. Thus, an undo checkout comment is not applicable.
Supported API: true- Overrides:
getCommentin classcom.ptc.core.command.common.bean.vc.AbstractVaultCommand- Returns:
- String
- Throws:
UnsupportedOperationException
-
setTargetId
Overrides inherited accessor to throwUnsupportedOperationException. Since a checkout is being undone, what remains is what existed prior to the checkout. Thus, attempting to apply an identifier as the target of an undo checkout is not applicable.
Supported API: true- Overrides:
setTargetIdin classcom.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand- Parameters:
note-- Throws:
UnsupportedOperationException
-
getTargetId
Overrides inherited accessor to throwUnsupportedOperationException. Since a checkout is being undone, what remains is what existed prior to the checkout. Thus, attempting to apply an identifier as the target of an undo checkout is not applicable.
Supported API: true- Overrides:
getTargetIdin classcom.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand- Returns:
- String
- Throws:
UnsupportedOperationException
-