Packages and Classes for Building Clients

Use the following packages and classes for building clients.

  • oracle.bpel.services.workflow.metadata.config.model

    The classes in this package contain the object model for the workflow configuration in the task definition file. The ObjectFactory class can create objects.

  • oracle.bpel.services.workflow.metadata.routingslip.model

    The classes in this package contain the object model for the routing slip. The ObjectFactory class can create objects.

  • oracle.bpel.services.workflow.metadata.taskdisplay.model

    The classes in this package contain the object model for the task display. The ObjectFactory class can create objects.

  • oracle.bpel.services.workflow.metadata.taskdefinition.model

    The classes in this package contain the object model for the task definition file. The ObjectFactory class can create objects.

  • oracle.bpel.services.workflow.client.IWorkflowServiceClient

    The interface for the workflow service client.

  • oracle.bpel.services.workflow.client.WorkflowServiceClientFactory

    The factory for creating the workflow service client.

  • oracle.bpel.services.workflow.metadata.ITaskMetadataService

    The interface for the task metadata service.

  • oracle.bpel.services.workflow.task.ITaskService

    The interface for the task service.

  • oracle.bpel.services.workflow.task.IRoutingSlipCallback

    The interface for the callback class to receive callbacks during task processing.

  • oracle.bpel.services.workflow.task.IAssignmentService

    The interface for the assignment service.