Class BasicQueryCommand

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
Direct Known Subclasses:
AttributeContainerQueryCommand

public class BasicQueryCommand extends AbstractQueryCommand implements Externalizable
This class provies a basic implementation of a query comand the results, criteria, and sort specifications are implemented as simple attributes with setters and getters.

Supported API: true

Extendable: false
See Also: