Functionality covered by the example programs

If you want to ...   ... use this example:
Execute a process instance asynchronously 
Analyze the response to an asynchronous request, that is, an ExecutionData object
C++ : fmctjasy.cxx

Establish a connection to the Execution Server from within an activity implementation (passthrough)
Analyze the input and output containers passed to an activity implementation
Set the output container from within an activity implementation
C      : fmctjcim.c
C++  : fmctjpim.cxx
Java : ActivityImplementation.java
VB    : fmcnshow.frm

Monitor a process instance and its related activity instance and control connector instance information  C     : fmctjmon.c
C++ : fmctjmon.cxx
Java: Monitor.java

Use a shared library as activity implementation
Use initialization and termination routines in the shared library
C++ : fmctjnop.cxx

Query and issue actions on process instances like starting, suspending, resuming, restarting or terminating a  process instance C     : fmctjprc.c
C++ : fmctjprc.cxx
Java: ProcessInstances.java

Check out or check in a work item C     : fmctjchk.c
C++ : fmctjchk.cxx
Java: CheckOutIn.java

Create, query or delete public or private persistent lists
Specify filter, sort, and threshold criteria for the lists to be created
C++ : fmctjlst.cxx
Java: Lists_Queries.java

Establish or finish sessions using different session modes
Read the properties of the logged-on user
Set the logged-on user absent
Specify a substitute for the logged-on user
C     : fmctjbas.c
C++ : fmctjbas.cxx
Java: BasicFunctions.java
VB   : fmcnsapa.frm

Issue actions on a work item C     : fmctjitm.c
C++ : fmctjitm.cxx
Java: Workitems_Notifications.java

Make use of the authentication exit 
  evaluate incoming parameters
  signal authentication results to the administration server
C      : fmcaexit.c 
Java: Authentication.java 

[ Back to main index ]