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

oracle.bpel.services.workflow.activityguide.metadata.ejb
Class AGMetadataServiceBean

java.lang.Object
  extended by AbstractStatelessSessionBean
      extended by oracle.bpel.services.workflow.activityguide.metadata.ejb.AGMetadataServiceBean
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class AGMetadataServiceBean
extends AbstractStatelessSessionBean
implements javax.ejb.SessionBean


Constructor Summary
AGMetadataServiceBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 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)
           
 void onEjbCreate()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGMetadataServiceBean

public AGMetadataServiceBean()
Method Detail

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean

onEjbCreate

public void onEjbCreate()

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
Specified by:
setSessionContext in interface javax.ejb.SessionBean

getAGDefinitionById

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

getAGDefinition

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

getResourceBundleInfo

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

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

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