Class PersistedReportQueryCommand

java.lang.Object
com.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
All Implemented Interfaces:
PageRequest, RepositoryCommand, Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable

public class PersistedReportQueryCommand extends AbstractReportQueryCommand implements Externalizable
This class provies a query report implementation based on a persisted report instance containing QML source.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • getReportIdentifier

      public TypeInstanceIdentifier getReportIdentifier()
      Gets the value of the attribute: reportIdentifier; Specifies the report instance and indirectly the query.

      Supported API: true
      Returns:
      TypeInstanceIdentifier
    • setReportIdentifier

      public void setReportIdentifier(TypeInstanceIdentifier a_ReportIdentifier) throws WTPropertyVetoException
      Sets the value of the attribute: reportIdentifier; Specifies the report instance and indirectly the query.

      Supported API: true
      Parameters:
      a_ReportIdentifier -
      Throws:
      WTPropertyVetoException