|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
This interface encapsulates custom queries for application objects.
The query should return a list of Java Beans. For example
the queries for the HTM and BFM components in tbe BPC Explorer return ActivityInstanceBean
or TaskInstanceBean
objects. In addition to that, these object implement the following static
methods which provide both the labels and the conversion logic for the UI:
static public String getLabel(String propertyName);
static public
SimpleConverter
getConverter(String propertyName);
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
(C) Copyright IBM Corporation 2005, 2007. |
Method Summary | |
---|---|
java.util.List |
execute()
Retrieves a list of application objects. |
java.lang.String |
getType()
Returns a type that identifies the objects returned by the Query.execute method. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.util.List execute() throws ClientException
ClientException
java.lang.String getType()
Query.execute
method.
Implement this type to establish type checking between the query and its caller.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |