|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface encapsulates custom queries for application objects in the
back end modules. In contrast to
the modules' APIs, the query returns a list of application objects which adhere
to the Java beans conventions, e.g. ActivityInstanceBean
or TaskInstanceBean
. That means these object
provide access to their properties through associated getter methods.
Implement this interface to shield the application from configuring or access details for
backs ends.
In the Business Process Choreographer context, the components and the application use this interface to query the BusinessFlowManagerService and HumanTaskManagerService back ends.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
(C) Copyright IBM Corporation 2005. |
Method Summary | |
---|---|
java.util.List |
execute()
Retrieves a list of application objects. |
java.lang.String |
getType()
Returns a type which identifies the objects returned by the Query.execute method. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.util.List execute() throws ClientException
ClientException
public java.lang.String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |