|
|||||||||
| 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.UndoCheckoutFromVaultCommand
public class UndoCheckoutFromVaultCommand
Supported API: true
Extendable: true
| Constructor Summary | |
|---|---|
UndoCheckoutFromVaultCommand()
Creates a new instance. |
|
| Method Summary | |
|---|---|
String |
getComment()
Overrides inherited accessor to throw UnsupportedOperationException. |
String |
getTargetId()
Overrides inherited accessor to throw UnsupportedOperationException. |
void |
setComment(String note)
Overrides inherited accessor to throw UnsupportedOperationException. |
void |
setTargetId(String note)
Overrides inherited accessor to throw UnsupportedOperationException. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UndoCheckoutFromVaultCommand()
| Method Detail |
|---|
public void setComment(String note)
throws UnsupportedOperationException
UnsupportedOperationException.
Since a checkout is being undone, what remains is what existed prior
to the checkout. Thus, an undo checkout comment is not applicable.
setComment in class com.ptc.core.command.common.bean.vc.AbstractVaultCommandnote -
UnsupportedOperationException
public String getComment()
throws UnsupportedOperationException
UnsupportedOperationException.
Since a checkout is being undone, what remains is what existed prior
to the checkout. Thus, an undo checkout comment is not applicable.
getComment in class com.ptc.core.command.common.bean.vc.AbstractVaultCommandUnsupportedOperationException
public void setTargetId(String note)
throws UnsupportedOperationException
UnsupportedOperationException.
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.
setTargetId in class com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommandnote -
UnsupportedOperationException
public String getTargetId()
throws UnsupportedOperationException
UnsupportedOperationException.
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.
getTargetId in class com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommandUnsupportedOperationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||