Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


oracle.bpel.services.workflow.activityguide.metadata
Interface IAGMetadataService


public interface IAGMetadataService

Method Summary
 com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinition(IWorkflowContext context, com.oracle.bpel.activityguide.instance.model.AGInstance agInstance)
          Get the AG definition for a given AG instance
 com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinitionById(IWorkflowContext context, java.lang.String agDefinitionId)
          Get the AG definition with given agDefinitionId
 ResourceBundleInfo getResourceBundleInfo(IWorkflowContext context, java.lang.String agDefinitionId, java.util.Locale locale)
          Get the resource bundle info

 

Method Detail

getAGDefinitionById

com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinitionById(IWorkflowContext context,
                                                                                         java.lang.String agDefinitionId)
                                                                                         throws AGMetadataServiceException
Get the AG definition with given agDefinitionId
Parameters:
context - The workflow context
agDefinitionId - The identifier of the AG definition
Returns:
AGDefinition The AG definition
Throws:
AGMetadataServiceException - For any exception

getAGDefinition

com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinition(IWorkflowContext context,
                                                                                     com.oracle.bpel.activityguide.instance.model.AGInstance agInstance)
                                                                                     throws AGMetadataServiceException
Get the AG definition for a given AG instance
Parameters:
context - The workflow context
agInstance - The AG instance
Returns:
AGDefinition The AG definition
Throws:
AGMetadataServiceException - For any exception

getResourceBundleInfo

ResourceBundleInfo getResourceBundleInfo(IWorkflowContext context,
                                         java.lang.String agDefinitionId,
                                         java.util.Locale locale)
                                         throws AGMetadataServiceException
Get the resource bundle info
Parameters:
context - The workflow context
agDefinitionId - The identifier of the AG definition
locale - The locale
Returns:
ResourceBundleInfo The resource bundle info
Throws:
AGMetadataServiceException - For any exception

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


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