The ProcessSearchFormHandler has the following submit handler method:

Method

Function

handleSearch

Returns all processes that match the specified criteria. By default, all processes are returned.

If you want to limit the search by specifying criteria, you need to include form input elements for status, workflowType or other relevant ProcessSearchFormHandler properties.

To search on other process property values, set the textSearchPropertyNames to process.<propertyName>. The entry a user provides to the textInput property is compared to the property you indicate here.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices