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);
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
(C) Copyright IBM Corporation 2005, 2007.
|
static final java.lang.String COPYRIGHT
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.