Skip navigation links

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


oracle.bpel.services.workflow.activityguide.metadata.ejb
Interface AGMetadataServiceRemote

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface AGMetadataServiceRemote
extends javax.ejb.EJBObject

Method Summary
 com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinition(IWorkflowContext context, com.oracle.bpel.activityguide.instance.model.AGInstance agInstance)
           
 com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinitionById(IWorkflowContext context, java.lang.String agDefinitionId)
           
 ResourceBundleInfo getResourceBundleInfo(IWorkflowContext context, java.lang.String agDefinitionId, java.util.Locale locale)
           

 

Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove

 

Method Detail

getAGDefinitionById

com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinitionById(IWorkflowContext context,
                                                                                         java.lang.String agDefinitionId)
                                                                                         throws AGMetadataServiceException,
                                                                                                java.rmi.RemoteException
Throws:
AGMetadataServiceException
java.rmi.RemoteException
See Also:
IAGMetadataService.getAGDefinitionById(oracle.bpel.services.workflow.verification.IWorkflowContext, java.lang.String)

getAGDefinition

com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinition(IWorkflowContext context,
                                                                                     com.oracle.bpel.activityguide.instance.model.AGInstance agInstance)
                                                                                     throws AGMetadataServiceException,
                                                                                            java.rmi.RemoteException
Throws:
AGMetadataServiceException
java.rmi.RemoteException
See Also:
IAGMetadataService.getAGDefinition(oracle.bpel.services.workflow.verification.IWorkflowContext, com.oracle.bpel.activityguide.instance.model.AGInstance)

getResourceBundleInfo

ResourceBundleInfo getResourceBundleInfo(IWorkflowContext context,
                                         java.lang.String agDefinitionId,
                                         java.util.Locale locale)
                                         throws AGMetadataServiceException,
                                                java.rmi.RemoteException
Throws:
AGMetadataServiceException
java.rmi.RemoteException
See Also:
IAGMetadataService.getResourceBundleInfo(oracle.bpel.services.workflow.verification.IWorkflowContext, java.lang.String, java.util.Locale)

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.