Class BasicReportQueryCommand
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.BasicReportQueryCommand
- All Implemented Interfaces:
PageRequest,RepositoryCommand,Command,com.ptc.core.command.common.ServerCommand,Externalizable,Serializable
This class provies a query report implementation based on a QML source
attribute.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand
DEFAULT_REPOSITORY_SELECTORFields 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.bean.repository.PageRequest
COUNT, OBJECT_ID_OFFSET_LIST, OFFSETFields inherited from interface com.ptc.core.command.common.bean.repository.RepositoryCommand
PAGE_MODE, RESULT_CONTAINER, RESULT_SESSION, SORTFields inherited from interface com.ptc.core.command.common.ServerCommand
COMMAND_CONTEXT, CONTAINER_IDENTIFIER, FILTER -
Method Summary
Methods inherited from class com.ptc.core.query.report.command.common.AbstractReportQueryCommand
getArguments, getCriteria, getForClient, getObjectIdList, getObjectIdList, getPageMode, getQuerySpecHolder, getResult, getResultList, getSort, getTableModel, isGenerateTypeInstances, readVersion, setArguments, setForClient, setGenerateTypeInstances, setObjectIdList, setPageMode, setQuerySpecHolder, setTableModel, toStringMethods inherited from class com.ptc.core.query.command.common.AbstractQueryCommand
buildCriteriaSpec, buildToString, getCriteriaAugmentor, getCriteriaSpec, getFilter, getFilterAttribute, readVersion, setCriteriaAugmentor, setCriteriaSpecMethods inherited from class com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand
buildResultList, getCount, getObjectIdOffsetList, getOffset, getPagingSnapshotQueryLimit, getRepositorySelector, getRequestor, getResultContainer, getResultSession, getSelectorTypename, readVersion, setCount, setObjectIdOffsetList, setOffset, setPagingSanpshotQueryLimit, setPagingSnapshotQueryLimit, setRepositorySelector, setResultContainer, setResultSession, setSortMethods inherited from class com.ptc.core.command.common.bean.AbstractServerCommand
execute, getCommandContext, getContainerIdentifier, isExecutable, putOnCommandContext, readVersion, setCommandContext, setContainerIdentifier, setFilterMethods inherited from class com.ptc.core.command.common.bean.AbstractCommand
getFeedbackSpec, getLocale, getTargetLanguage, readVersion, setFeedbackSpec, setLocale, setTargetLanguageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ptc.core.command.common.Command
getFeedbackSpec, getLocale, getTargetLanguage, setFeedbackSpec, setLocale, setTargetLanguage
-
Method Details
-
getQml
Gets the value of the attribute: qml; String representation of the QML.
Supported API: true- Returns:
- String
-
setQml
Sets the value of the attribute: qml; String representation of the QML.
Supported API: true- Parameters:
a_Qml-- Throws:
WTPropertyVetoException
-