|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cometway.om.PropsQuery
public class PropsQuery
This is an ObjectQuery which queries Props objects. This object is used to list objects from an IObjectManager through the listObjects() method. The IObjectManager must support PropsTypes.
| Field Summary | |
|---|---|
java.lang.String |
key
This is the name of the parameter key to query. |
java.lang.String |
typeName
This is the name of the PropsType which to query. |
java.lang.Object |
value
This is the parameter value the parameter key is to match. |
| Constructor Summary | |
|---|---|
PropsQuery(PropsType type,
java.lang.String key,
java.lang.Object value)
Creates a PropsQuery which when given to an IObjectManager's listObjects() method, a list of ObjectID's returned will be of the given PropsType name and a parameter with the given name and mapped value. |
|
PropsQuery(java.lang.String type,
java.lang.String key,
java.lang.Object value)
Creates a PropsQuery which when given to an IObjectManager's listObjects() method, a list of ObjectID's returned will be of the given PropsType name and a parameter with the given name and mapped value. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Overrides Object.toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String typeName
public java.lang.String key
public java.lang.Object value
| Constructor Detail |
|---|
public PropsQuery(java.lang.String type,
java.lang.String key,
java.lang.Object value)
type - This is the name of the PropsType.key - This is the parameter name to look for.value - This is the value of the parameter whose key was given.
public PropsQuery(PropsType type,
java.lang.String key,
java.lang.Object value)
type - This is the PropsType.key - This is the parameter name to look for.value - This is the value of the parameter whose key was given.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||