Item
|
Rule Definition
|
---|---|
Suffix of an operation transacftion
|
OPERATION_FILE_POSTFIX=Op.transaction
|
Suffix of a processor transaction
|
FLOW_FILE_POSTFIX=Flow.transaction
|
The transaction xml file generated from ws service
|
TRANSACTION_XML=ws{model_port_name}_{model_oper_name}.xml
|
The common service xml file generated from ws service.
|
COMMON_TRANSACTION_XML=common_service_{model_port_name}.xml
|
The name of new generated processor
|
Processor={file_name}
|
The name of new generated operation
|
operation={tran_mark}Op{oper_count}
|
ID of the operation name generated from WebService wizard
|
wsOperation={sdo_prefix}{SEI}_{operationId}
|
ID of an operation step
|
opStep={impl_class}OpStep{op_step_count}
|
ID of a context
|
context={tran_mark}Ctx{ctx_count}
|
ID of data elements
|
data={tran_mark}Data{item_count}
|
ID of fileld elements
|
field={tran_mark}Field{item_count}
|
ID of iColl elements
|
iColl={tran_mark}List{item_count}
|
ID of kColl elements
|
kColl={tran_mark}Record{item_count}
|
ID of bColl elements
|
bColl={tran_mark}BColl{item_count}
|
ID of treeModel elements
|
treeModel={tran_mark}TreeModel{item_count}
|
ID of a formatter
|
fmtDef={tran_mark}Fmt{fmt_count}
|
ID of a service
|
service={service_name}Srv{service_count}
|
ID of transition formatter
|
FORMATTER_ID_FOR_TRANSITION={transition_id}_{fmt_type_suffix}{fmt_count}
|
ID of common condition
|
ConditionDic=commonCon{con_count}
|
ID of condition variable
|
ConditionVar=variable{var_count}
|
Name of new generated condition state
|
ConditionState.name=condition{con_state_count}
|
Default event name of new condition state
|
ConditionState.DefaultEvent=default
|
Event name generated from condition state
|
ConditionState.event=condEvt{con_event_count}
|
Exit event name of final state
|
FinalState.ExitEvent=[OK,NotOk]
|
Event name of initial state
|
InitialState.event=start{state_event_count}
|
Event name of operation state
|
OperationState.event=opEvt{state_event_count}
|
Event name of subflow state
|
SubFlowState.event=flowEvt{state_event_count}
|
Event name of page state
|
PageState.event=viewEvt{state_event_count}
|
Event name of popup page state
|
PopupPageState.event=viewEvt{state_event_count}
|
Event name of extended state
|
State.event=evt{state_event_count}
|
Item
|
Rule Definition
|
---|---|
Name of a .xui file
|
FILE_XUI=newXuiFile{file_count}.xui
|
ID of a widget
|
ELEMENT_WIDGET={widget_type}{widget_count}
|
ID of an ECA rule
|
ELEMENT_ECA_RULE=ecaRule{rule_count}
|
Name of action group
|
ELEMENT_CA_NAME=actionGroup{action_count}
|
ID of CrossField Validation rule
|
com.ibm.btt.tools.xui.editor2.crossfield.CorssFieldValidation=xValidation{cross_field_count}
|