com.ibm.bpc.clientcore
Interface Query
All known implementing classes:
- public interface Query
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
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
(C) Copyright IBM Corporation 2005, 2007.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
execute()
Retrieves a list of application objects.
|
|
getType()
Returns a type that identifies the objects returned by the
Query.execute method.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
(C) Copyright IBM Corporation 2005, 2007.
See Also:
Method Detail
execute
- java.util.List execute()
- throws ClientException
Retrieves a list of application objects. Implement this method to access
backend modules and to filter the result list.
getType
- java.lang.String getType()
Returns a type that identifies the objects returned by the
Query.execute
method.
Implement this type to establish type checking between the query and its caller.
Returns:
The String representing the type of objects.