Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.client
Interface IBPMServiceClient

All Superinterfaces:
java.io.Serializable

public interface IBPMServiceClient
extends java.io.Serializable

Provides APIs to get instances of various BPM services.


Method Summary
 IAGQueryService getAGQueryService()
          Gets the Activity Guide Query Service
 IBPMOrganizationService getBPMOrganizationService()
          Gets the BPM Organization Service
 IInstanceManagementService getInstanceManagementService()
          Gets the Instance Management Service
 IInstanceQueryService getInstanceQueryService()
          Gets the Instance Query Service
 IProcessMetadataService getProcessMetadataService()
          Gets the Process Metadata Service
 IRuntimeConfigService getRuntimeConfigService()
          Gets the runtime configuration service
 IUserMetadataService getUserMetadataService()
          Gets the user metadata service

 

Method Detail

getUserMetadataService

IUserMetadataService getUserMetadataService()
Gets the user metadata service
Returns:
an IUserMetadataService value

getRuntimeConfigService

IRuntimeConfigService getRuntimeConfigService()
Gets the runtime configuration service
Returns:
an IRuntimeConfigService value

getProcessMetadataService

IProcessMetadataService getProcessMetadataService()
Gets the Process Metadata Service
Returns:
an IProcessMetadataService value

getBPMOrganizationService

IBPMOrganizationService getBPMOrganizationService()
Gets the BPM Organization Service
Returns:
an IBPMOrganizationService value

getInstanceQueryService

IInstanceQueryService getInstanceQueryService()
Gets the Instance Query Service
Returns:
an IInstanceQueryService value

getInstanceManagementService

IInstanceManagementService getInstanceManagementService()
Gets the Instance Management Service
Returns:
an IInstanceManagementService value

getAGQueryService

IAGQueryService getAGQueryService()
Gets the Activity Guide Query Service
Returns:
an IAGQueryService value

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.