Packages and Classes for Building Clients
Use the following packages and classes for building clients.
-
oracle.bpel.services.workflow.metadata.config.modelThe classes in this package contain the object model for the workflow configuration in the task definition file. The
ObjectFactoryclass can create objects. -
oracle.bpel.services.workflow.metadata.routingslip.modelThe classes in this package contain the object model for the routing slip. The
ObjectFactoryclass can create objects. -
oracle.bpel.services.workflow.metadata.taskdisplay.modelThe classes in this package contain the object model for the task display. The
ObjectFactoryclass can create objects. -
oracle.bpel.services.workflow.metadata.taskdefinition.modelThe classes in this package contain the object model for the task definition file. The
ObjectFactoryclass can create objects. -
oracle.bpel.services.workflow.client.IWorkflowServiceClientThe interface for the workflow service client.
-
oracle.bpel.services.workflow.client.WorkflowServiceClientFactoryThe factory for creating the workflow service client.
-
oracle.bpel.services.workflow.metadata.ITaskMetadataServiceThe interface for the task metadata service.
-
oracle.bpel.services.workflow.task.ITaskServiceThe interface for the task service.
-
oracle.bpel.services.workflow.task.IRoutingSlipCallbackThe interface for the callback class to receive callbacks during task processing.
-
oracle.bpel.services.workflow.task.IAssignmentServiceThe interface for the assignment service.