WebLogic Integration


Uses of Interface
com.bea.wlpi.server.common.ExecutionContext

Packages that use ExecutionContext
com.bea.wlpi.evaluator Provides the WebLogic Process Integrator expression evaluator classes. 
com.bea.wlpi.server.plugin Provides the server-side WebLogic Process Integrator Plugin framework. 
 

Uses of ExecutionContext in com.bea.wlpi.evaluator
 

Methods in com.bea.wlpi.evaluator that return ExecutionContext
 ExecutionContext EvaluationContext.getExecutionContext()
          Return the execution context within which to evaluate the expression.
 

Uses of ExecutionContext in com.bea.wlpi.server.plugin
 

Methods in com.bea.wlpi.server.plugin with parameters of type ExecutionContext
 int ActionContext.executeSubActionList(int index, ExecutionContext context)
          Iterate through a list of sub-actions, executing each in turn.
 java.lang.String ActionContext.instantiateWorkflow(ExecutionContext context, java.lang.String orgID, java.lang.String templateID, VariableInfo[] initialValues, java.util.Map pluginData)
          Create a new workflow instance.
 java.lang.String ActionContext.instantiateWorkflow(ExecutionContext context, java.lang.String orgID, java.lang.String templateID, VariableInfo[] initialValues, java.util.Map pluginData, boolean start)
          Create a new workflow instance.
 java.lang.String ActionContext.startWorkflow(ExecutionContext context, java.lang.String instanceID, EventData eventData)
          Start a previously instantiated workflow.
 void EventContext.activateEvent(ExecutionContext context, java.lang.String contentType, java.lang.String eventDescriptor, java.lang.String keyValue, java.lang.String condition)
          Perform default event activation.
 void EventContext.removeEventWatch(ExecutionContext context)
          De-register the event processor watch record for the specified message.
 int PluginAction.execute(ActionContext actionContext, ExecutionContext execContext)
          Execute the plugin action.
 void PluginAction.response(ActionContext actionContext, ExecutionContext execContext, java.lang.Object data)
          Process an asynchronous response directed to this action.
 void PluginAction.startedWorkflowDone(ActionContext actionContext, ExecutionContext context, VariableInfo[] output)
          Notify the plugin action that a sub-workflow it started is now complete.
 int PluginEvent.activate(EventContext eventContext, ExecutionContext execContext)
          Activate this event.
 int PluginEvent.trigger(EventContext eventContext, ExecutionContext execContext)
          Trigger this event.
 int PluginTemplateNode.activate(ExecutionContext context)
          Activate the template node.
 


WebLogic Integration

WebLogic Integration (WLI)