com.ptc.core.query.report.command.common
Class PersistedReportQueryCommand
java.lang.Object
com.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand
com.ptc.core.query.command.common.AbstractQueryCommand
com.ptc.core.query.report.command.common.AbstractReportQueryCommand
com.ptc.core.query.report.command.common.PersistedReportQueryCommand
- All Implemented Interfaces:
- PageRequest, RepositoryCommand, com.ptc.core.command.common.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:
- Serialized Form
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