Class SupersedeIterationCommand

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.foundation.vc.common.SupersedeIterationCommand
All Implemented Interfaces:
Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable

public class SupersedeIterationCommand extends com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand implements Externalizable


Supported API: true

Extendable: true
See Also:
  • Field Summary

    Fields inherited from class com.ptc.core.command.common.bean.AbstractServerCommand

    SERVER

    Fields inherited from interface com.ptc.core.command.common.Command

    FEEDBACK_SPEC, LOCALE

    Fields inherited from interface com.ptc.core.command.common.ServerCommand

    COMMAND_CONTEXT, CONTAINER_IDENTIFIER, FILTER
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: target.
    void
    Sets the value of the attribute: target.
    void
    Creates a new instance.

    Methods inherited from class com.ptc.core.command.common.bean.vc.AbstractIterationEntityCommand

    getTargetId, readVersion, setTargetId

    Methods inherited from class com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand

    readVersion

    Methods inherited from class com.ptc.core.command.common.bean.entity.AbstractEntityCommand

    getRequestor, getResult, getResultList, getSource, readVersion, setResult, setSource, setSource, setSource

    Methods inherited from class com.ptc.core.command.common.bean.AbstractServerCommand

    execute, getCommandContext, getContainerIdentifier, getFilter, isExecutable, putOnCommandContext, readVersion, setCommandContext, setContainerIdentifier, setFilter

    Methods inherited from class com.ptc.core.command.common.bean.AbstractCommand

    getFeedbackSpec, getLocale, getSelectorTypename, getTargetLanguage, readVersion, setFeedbackSpec, setLocale, setTargetLanguage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.ptc.core.command.common.Command

    getFeedbackSpec, getLocale, getSelectorTypename, getTargetLanguage, setFeedbackSpec, setLocale, setTargetLanguage
  • Method Details

    • getTarget

      public TypeInstance getTarget()
      Gets the value of the attribute: target.

      Supported API: true
      Returns:
      TypeInstance
    • setTarget

      public void setTarget(TypeInstance a_Target) throws WTPropertyVetoException
      Sets the value of the attribute: target.

      Supported API: true
      Parameters:
      a_Target -
      Throws:
      WTPropertyVetoException
    • SupersedeIterationEntityCommand

      public void SupersedeIterationEntityCommand()
      Creates a new instance.

      Supported API: true