claim check
推荐文章



释义
存放证;(取回存放货物的)提取证;
权威例句
CLAIM CHECKClaim check
Claim check
Laser surgery: Go in with your eyes open.
Refining Your Claim
Adjustable line float
Verification of soft error resilience
Claim reason:
Travel Claim Form
Not a Super Decision: The 1986 Wage Case
Tag-hole patch with detachable claim check
MAG objects to Department of Community Health implementation of claim check software
Claim Check: Narendra Modi on toilets and electricity in Bihar
1. First, we use the term "attachment" to refer to the data that you want to claim check.
首先,我们使用术语“附件”表示希望凭证索取的数据。
youdao
2. The flows include transformations of business objects used by the flat file interface FlatFileImport1 and the claim check service interface ClaimCheckIntf.
请求流包括平面文件接口flatfileimport1和凭证索取服务接口ClaimCheckIntf使用的业务对象的转换。
youdao
3. The checkIn method allows clients to check the attachment by invoking the Claim check service.
checkIn方法通过调用Claim check服务允许客户端检查附件。
youdao
4. So, while you are applying the claim check pattern, why not also consider minimizing the navigation required by your application?
因此,在应用凭证索取模式时,为何不一并考虑最大限度地降低应用程序所需的导航?
youdao
5. The purpose of claim check is to improve efficiency.
凭证索取的目的是要提高效率。
youdao
6. The claim check service USES a Flat file adapter to write and read attachments from the file system.
凭证索取服务使用一个平面文件适配器来从文件系统中读写附件。
youdao
7. In this article, we use a sample scenario to illustrate how to claim check both a logical attachment and a physical attachment.
本文使用了一个样例场景来展示凭证如何索取逻辑附件和物理附件。
youdao
8. The claim check pattern pertains to a technique for reducing the size of the in-memory BO when only a few attributes of a large message are required by the mediation.
声明检查模式与一种技术相关,这种技术在中介只需要大消息的几个属性时用于减小内存中BO的大小。
youdao
9. TransformInto invokes the checkOut method on the claim check service through ClaimCheckInvoker, passing to it the claim token and a Boolean flag indicating if clean up needs to be done.
transformInto通过ClaimCheckInvoker调用Claim check服务上的checkOut方法,将其传递给索取令牌和一个指示是否需要执行清理工作的boolean标志。
youdao
10. At the point where the solution needs the whole large payload again, check out the large payload from the data store using the 'claim check' key.
当解决方案再次需要大型负载时,使用'claim check '键检查数据存储中的大型负载。
youdao
11. The data handler detaches the logical attachment from the Order data object and calls the Claim check service to check in the logical attachment.
数据处理程序将逻辑附件从Order数据对象中分离出来,并调用Claim Check服务来签入逻辑附件。
youdao
12. The first part handles the checking in and checking out of a logical attachment using the claim check service, while the second part performs the same function for a physical attachment.
第一部分使用 Claim Check服务处理逻辑附件的签入和签出,而第二部分为物理附件执行同样的功能。
youdao
13. Finally, the checkin operation on the Claim check service is invoked and the name of the file that stores the attachment is returned to the calling client code (Listing 2).
最后,Claim check服务上的checkin操作被调用,且存储附件的文件名返回到调用客户端代码(清单2)。
youdao
14. When a caller needs to check in an attachment, it invokes the Claim check service, passing in a data object of type ClaimCheckObject.
当一个调用方需要签入一个附件时,它调用Claim Check服务,传入一个ClaimCheckObject类型的数据对象。
youdao
15. Response flow for Claim check service checkin operation.
Claim check服务checkin操作的响应流。
youdao
16. Finally, when the caller needs to check out the attachment, it invokes the Claim check service with the token and the attachment is returned to the caller.
最后,当调用方需要签出附件时,它使用令牌调用Claim Check服务,附件返回调用方。
youdao
17. Therefore, invoking the Claim Check service in the export and import through the custom data handler is a good design.
因此,通过自定义数据处理程序在输出和输入中调用Claim Check服务是一个很好的设计。
youdao
18. Checking in a SOAP attachment into the Claim Check data store before performing business logic.
在执行业务逻辑之前将一个SOAP附件签入Claim Check数据存储中。
youdao
19. For more information about the Claim Check pattern, see the Enterprise Integration Patterns book listed in the Resources section.
欲了解关于Claim Check模式的更多信息,请参阅参考资料部分中列出的集成模式图书。
youdao
20. In this section, we use the sample application to illustrate how to apply the Claim Check pattern to handle a SOAP attachment.
在本节中,我们使用样例应用程序来展示如何应用Claim Check模式来处理SOAP附件。
youdao
21. This concludes the detailed description of the sample implementation of the Claim Check pattern solution for handling a logical attachment.
上面内容详细描述了处理逻辑附件所用的Claim Check模式解决方案的样例实现。
youdao
22. We made a few simplifications to the sample application to focus on the main topic of the article, Claim Check pattern design and implementation.
我们对样例应用程序进行了一些简化,重点介绍本文的主题:Claim Check模式设计和实现。
youdao
23. Recall that our sample application USES the file system as the Claim Check data store.
前面讲过,我们的样例应用程序将文件系统作为Claim Check数据存储使用。
youdao
24. When you apply the Claim Check pattern, irrespective of the underlying platform, there are three aspects to consider.
在应用Claim Check模式时,不管底层平台是什么,都需要考虑以下三方面?
youdao
25. The caller needs to store the token so that it can be used later to retrieve the attachment from the Claim Check service.
调用方需要存储令牌,这样一来,稍后就可以使用它从Claim Check服务中检索附件。
youdao
26. This second difference is important to the design of the solution for the Claim Check pattern.
这第二个区别对于Claim Check模式解决方案的设计很重要。
youdao
27. The sample Claim Check service provides an operation that allows the clients to remove an attachment from the data store once the attachment is claimed.
Claim Check服务样例提供了一个操作,支持了客户端在索取附件之后将其从数据存储中删除。
youdao
28. Many times, customers will ask why they need to use the Claim Check pattern and when to use it.
客户很多时候会问,他们为何需要使用Claim Check模式且何时使用它。
youdao
29. When the logical attachment is returned by the Claim Check service, the data handler attaches the logical attachment to the ShipmentRequisition data object.
当Claim Check服务返回逻辑附件时,数据处理程序将逻辑附件附加在ShipmentRequisition 数据对象上。
youdao
30. Fortunately, application designers have learned and documented a good technique to handle this problem by using the Claim Check pattern.
幸运的是,应用程序设计人员学习并记录了一种好方法,可以使用Claim Check模式处理这个问题。
youdao
claim check




