Groups
Groups that Error Handle
ErrorGroup_<LogicBlock>
The following describes the fields in this standard:
Field
Description
LogicBlock
A logical name for the block of logic, using Windchill ESI Capitalization Notation.
Groups that Error Handle Fields
For example, a group that handles all errors from a block of code that commits Changed Parts should be called ErrorGroup_CommitPartChange
Groups that Iterate
Iterate_<Object>_Until_<End>
Object Field
The following are acceptable values for the Object field:
Object
Description
Error
If the process primarily handles an Error.
Part
If the process primarily handles a Part.
BOM
If the process primarily handles a BOM.
Response
If the process primarily handles a Windchill ESI Response.
Request
If the process primarily handles a Windchill ESI Request.
Document
If the process primarily handles a Document.
CN
If the process primarily handles a CN.
DocumentLink
If the process primarily handles a Document Link.
ControlData
If the process primarily handles internal EAI software components processing, rather than business data.
ObjectHeader
If the process primarily handles CBO header information.
Log
If the process primarily handles logging.
Object Fields for Groups that Iterate
End Field
The following are acceptable values for the Error field:
End
Description
All
If this iterator is intended to process every object.
<Condition>
If this iterator has some other condition that makes it end, enter a logical description into the condition field.
End Fields for Groups that Iterate
For example, an iterator that loops over all Parts in a given CBO Object should be called Iterate_CBOPart_Until_All.
這是否有幫助?