一般来讲,接受流程模板名称作为参数的方法使用后期绑定。
In general, methods that take a process template name as a parameter use late binding.
以下两种模式说明了任意sca组件如何使用后期绑定与人工任务和业务流程交互。
The following two patterns explain how arbitrary SCA components can interact with human tasks and business processes using late-binding.
这样,SCA客户端将静态地绑定到代理流程;但是,代理流程将使用后期绑定动态地调用流程的当前有效版本。
The SCA client is then statically bound to the proxy process; however the proxy process calls the currently valid version of the process dynamically using late binding.
例如,如果某个流程以后期绑定方式调用某个人工任务,则它将使用后期绑定调用装饰流程,而装饰流程又静态地调用该任务。
For example, if a process calls a human task in a late-bound fashion, it calls a decorator process using late binding, and in turn, the decorator process calls the task statically.
此模式使用后期绑定来调用表示实际人工任务的装饰流程的当前有效版本,从而实现到该任务的后期绑定。
This pattern USES late binding to invoke the currently valid version of a decorator process representing the actual human task, and thus it enables late binding to that task.
使用后期绑定,父流程实例将在其导航中到达子流程调用点时调用子流程的当前有效版本。
With late binding, the parent process instance calls the currently valid version of a subprocess when it reaches the subprocess invocation in its navigation.
如果调用SCA组件是某个流程,您可以使用后期绑定,如前面的仅支持后期绑定所述。
If the calling SCA component is a process, you can use late binding, as described in the earlier section, Support for late binding.
生成的客户端代码使用EJBAPI与任务和流程交互;生成的客户端代码所调用的EJB方法使用后期绑定。
The generated client code USES the EJB API to interact with tasks and processes; the EJB methods that are called by the generated client code use late binding.
生成的客户端代码使用EJBAPI与任务和流程交互;生成的客户端代码所调用的EJB方法使用后期绑定。
The generated client code USES the EJB API to interact with tasks and processes; the EJB methods that are called by the generated client code use late binding.
应用推荐