| |
|
| |
Puts a list of items into the data bucket. |
| |
|
| |
Encloses one or more XML instances into a form. |
| |
|
| |
Retrieves an XML instance by instance ID and stores the instance in the data bucket. |
| |
|
| |
You use pipeline parameters to pass data between pipelines. |
| |
|
| |
Conditionally branches a pipeline to one of two other pipes. |
| |
|
| |
Extracts enclosures and data groups from a form. |
| |
|
| |
Stores data and metadata to a specified location in a repository. |
| |
|
| |
IBM® Forms Server – Forms Services Platform (hereafter referred to as the Forms Services Platform) lets developers integrate and extend IBM Forms products with other systems. |
| |
|
| |
Retrieves objects preserved by other pipeline branches using ibm.PreserveMapPipe |
| |
|
| |
Creates a View using given content and mimetype. This pipe also contains special handling of XFDL form content. |
| |
|
| |
Processes errors that occur in a pipe. |
| |
|
| |
Pipes work together in a pipeline. Most pipes must receive information from the pipeline as well as pass on new information to the pipeline for use by other pipes using the data bucket. This is done using pipe parameters. |
| |
|
| |
Loads an incoming request and saves it into the data bucket as a byte. |
| |
|
| |
Creates a form object and puts it into the data bucket. |
| |
|
| |
This pipe initiates every pipeline and triggers the first pipe in the Action, View, and Error pipeline branches. |
| |
|
| |
Pipes execute sequentially and often require data from previous pipes to perform their tasks. Therefore, you need to be able to pass information in and out of pipes. This is done by defining the type of information you want to pass in or out and where the information is coming from or going ... |
| |
|
| |
All packages that come from other plugins must be imported in the MANIFEST.MF file. If your code uses any packages that come from outside the current bundle you must update the Imported Packages list. You can have Eclipse analyze your code and add any dependencies. On the Dependencies panel, ... |
| |
|
| |
Prints a form using Webform Server with the resulting information placed into the data bucket. |
| |
|
| |
Note: This section is intended for developers who have experience working with Eclipse. Eclipse is a powerful platform for developing span translate'0'Javaspan™ applications and because it is set up to work with OSGi plugins it can be configured to develop bundles for the Forms Services ... |
| |
|
| |
Filters a Repository REST operation from a URL and then calls the pipeline corresponding to that REST operation. |
| |
|
| |
If your pipelines are not working correctly, review the Forms Services Platform SystemOut.log file to help determine your problem point. |
| |
|
| |
Calls the Mapper Service. |
| |
|
| |
Stores information from the data bucket, making it available to use in other pipeline branches. |
| |
|
| |
Loads a file from a repository. |
| |
|
| |
Pipes perform tasks. Each task is a small component of a larger request. To create a pipe you must create the pipe source file, a PipeActivator class, a bundle Manifest.mf file, and then bundle the pipe files into a JAR. |