This document is the API specification of the WebLogic Process Integrator, version 1.0.


WebLogic Process IntegratorTM

The Public API

The public API to WebLogic Process Integrator is comprised of the following Enterprise Java Beans:

Home Interface Remote Interface Purpose
Admin AdminHome Administrative Services
Audit AuditHome Auditing Services
EJBCatalog EJBCatalogHome EJB Cataloging
WLPIPrincipal WLPIPrincipalHome Organizations, Roles and Users
WLCollaborate WLCollaborateHome WebLogic Collaborate
WorkflowProcessor WorkflowProcessorHome Workflow Execution Services
Worklist WorklistHome Worklist Services

XML Document Type Definitions

XML documents of various types are used as input and/or output by various API methods. Their document type definitions are as follows:

DTD Used By Purpose
Audit.dtd WorkflowProcessor A workflow auditing message.
BusinessCalendar.dtd Admin Business calendar rules definition.
ClientCallAddInReq.dtd Worklist Requests the client to invoke a client-side Java addin class.
ClientCallAddInResp.dtd Worklist Returns result from invoked client-side Java addin class.
ClientCallPgmReq.dtd Worklist Requests the client to launch an executable program.
ClientCallPgmResp.dtd Worklist Returns the exit status of an executable program.
ClientMsgBoxReq.dtd Worklist Requests the client to display a message box.
ClientMsgBoxResp.dtd Worklist Returns the user's response to a message box.
ClientReq.dtd Worklist Generic XML document returned by various worklist requests.
ClientSetVarsReq.dtd Worklist Requests the client to display a 'Set Variables' dialog.
ClientSetVarsResp.dtd Worklist Returns the user's response to a 'Set Variables' dialog.
StatisticsReq.dtd Admin Statistics report specification.
StatisticsResp.dtd Admin Statistics report results.
TemplateDefinition.dtd Admin Workflow process definition.
WorkloadReq.dtd Admin Workload report specification.
WorkloadResp.dtd Admin Workload report results.

Glossary of Terms

Follow this link for a Glossary of Terms used by WebLogic Process Integrator.