Skip navigation FileNet logo
Glossary  |  Help Directory  
  Help for Process Configuration Console
  Search  |  Index
Process Reference  
Process Configuration Console
Getting started
Isolated regions
Queues
  Manage user queues
  Configure work queues
    Create a work queue
    Modify queue properties
      Edit description
      Manage system fields
      Manage data fields
      Manage indexes
      Set security levels
      Define queue operations
    Move queues across servers
  Configure component queues
    Configure a component queue
    Define component queue operations
    Modify component queue properties
    Enable Content Engine operations
Rosters
VWServices
Process Engines
Workflow database
Events and statistics
   

Java operations dialog

Use the Java operations dialog to import methods from the Java class specified for this component queue.

  1. On the Java operation dialog, select one or more methods from the class that will be used in the component queue.
  2. Click OK.

The methods selected will be converted into operations. The method name becomes the operation name and the method parameters become the operation parameters.

You can optionally rename parameters and enter descriptions for operations and parameters. These could be helpful to the workflow author in specifying expressions for the parameters.

NOTE  You cannot import methods that use byte or char data types or any java objects other than Short, Integer, Long, Float, Double or Boolean. You can use methods that use VWAttachment and VWParticipant. See Operation Parameter Types in the Developer Help for information on these types.