The Process Engine Developer Files samples set includes the files necessary for a Process development environment. The supporting files consist of a set of JAR files containing the interfaces for Process application development, and a set of sample files illustrating common uses.
The following JAR files in the Process Engine Developer Files samples set are required for any Process application development:
Contains the Process Engine Java API runtime classes.
Contains Process Engine resource files (such as, exception and string files).
Contains third-party classes used by the Process Engine.
These JAR files are supplied in the Process Engine Developer Files samples set, but are used only for specific types of development:
Contains the Java Step Processor UI Toolkit classes. This toolkit contains a panel set of Swing-based interfaces, support classes, JavaBeans, and related information classes. The toolkit classes are used to provide user interface controls for the Java Step Processor samples. See Java Step Processor UI Toolkit Overview for more information.
(For FileNet Image Manager only.) Contains Process Engine Java API runtime and related classes.
The Process Java API sample files supplied in the Process Engine Developer Files samples set are as follows:
Java API files that you can use to create, launch, and complete a workflow, as well as displaying and saving log information. MainSample.java is a simple workflow processing application that demonstrates how the API sample classes are related. These files are located in the Directory Files\samples\api directory.
Step Processor and Launch Step Processor sample applications, along with the image files needed for the default user interface. These files are located in the Directory Files\samples\vwpanel directory.
A Java class that allows you to view or remove entries from the Java™ Remote Method Invocation registry. These files are located in the Directory Files\samples\utils directory.
For more information about the Process Java API samples, refer to Process API Samples Overview in the Process Engine documentation.