Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Implementing the Function Context and Adding Annotations

Implementing the Function Context and Adding Annotations

The Process Server uses a Java framework that supports custom function extensions. This framework is a set of Java interfaces and classes made available for your use.
IAeFunction
and
IAeFunctionContext
are implemented to create the objects that are accessible to the engine at run-time.
AeFunctionCallException
and
AeUnresolvableException
are used to signal fault conditions. These types are resolved using the
org.activebpel.rt.bpel
package in
ae_rtbpel.jar
. Additionally,
AeUnresolvableException
extends AeException provided in
ae_rt.jar
.
You can use custom functions in any expression language.

0 COMMENTS

We’d like to hear from you!