^1364801581261
@xworker.dataObject.transfer.TransferDataObjectActions
sname
TransferDataObjectActions
slabel
TransferDataObjectActions
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sdescription
<p>可转换数据对象的动作集合。</p>
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer
sname
TransferDataObject
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.lang.actions.SelfAction
smany
true
seditCols
2
sinitialization
false
sgroup
xworker.dataObject.transfer
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p>把源数据对象转换为目标数据对象。</p>
<p>需要指定源数据对象和目标数据对象，如果其中一个没有，那么就不能转换。</p>
#$@text#$@
sth_createIndex
true
sth_registThing
child|xworker.lang.actions.Actions
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@actions
sname
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@actions/@run
sname
run
sisSynchronized
false
sthrowException
true
suseOtherAction
false
suseOuterJava
true
souterClassName
xworker.dataObject.transfer.TransferDataObjectActions
smethodName
transferDataObject
sdisableGlobalContext
false
sattributeTemplate
false
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
svarScope
Global
ssaveReturn
false
sdescriptors
xworker.lang.actions.Actions/@JavaAction
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@name
sname
name
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@label
sname
label
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@sourceVarName
sname
sourceVarName
sreadOnly
false
sdefault
theData
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@targetVarName
sname
targetVarName
sreadOnly
false
sdefault
theData
sinheritDescription
false
sdescription
<p>如果不为空，以此为变量名保存转换后的数据对象。</p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@sourceDataObject
sname
sourceDataObject
ssize
60
srowspan
2
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@targetDataObject
sname
targetDataObject
ssize
60
scolspan
2
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@SourceDataObject
sname
SourceDataObject
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.dataObject.DataObjects
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
true
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@TargetDataObject
sname
TargetDataObject
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.dataObject.DataObjects
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
true
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers
sname
AttributeTransfers
sdescriptors
xworker.lang.MetaDescriptor3/@thing
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sdescription
<p>属性的转换方法集合，在此设置属性的转换事物。</p>
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer
sname
AttributeTransfer
slabel
AttributeTransfer
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.lang.actions.SelfAction
smany
true
seditCols
2
sinitialization
false
sgroup
data.transfer
smodifier
public
sinheritDescription
false
sdescription
<p>从源数据对象转换属性到目标数据对象，可以通过重载run方法实现自己的转换方法，参数是sourceData和targetData，类型是DataObject。</p>
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actions
sname
actions
sid
actions
slabel
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actions/@run
sname
run
sisSynchronized
false
sthrowException
true
suseOtherAction
false
suseOuterJava
true
souterClassName
xworker.dataObject.transfer.TransferDataObjectActions
smethodName
transferAttribute
sdisableGlobalContext
false
sattributeTemplate
false
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
svarScope
Global
ssaveReturn
false
sid
run
sdescriptors
xworker.lang.actions.JavaAction
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actions/@run/@ins
sisValidate
false
sname
ins
sdescriptors
xworker.lang.actions.Inout/@ins
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actions/@run/@ins/@sourceData
sname
sourceData
stypeCheck
false
soptional
true
scheck
false
scheckLevel
exception
sdescriptors
xworker.lang.actions.Inout/@ins/@param
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actions/@run/@ins/@targetData
sname
targetData
stypeCheck
false
soptional
true
scheck
false
scheckLevel
exception
sdescriptors
xworker.lang.actions.Inout/@ins/@param
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@name
sname
name
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
name
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@label
sname
label
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
label
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceVarName
sname
sourceAttributeName
sreadOnly
false
sinheritDescription
false
sdescription
<p>源变量名，使用Ognl表达式从actionContext中获取。</p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
sourceVarName
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@targetVarName
sname
targetAttributeName
sreadOnly
false
sinheritDescription
false
sdescription
<p>如果不为空那么把转换后的变量以此为变量名放入变量上下文（actionContext）中。</p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
targetVarName
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType
sname
targetType
sinputtype
select
sreadOnly
false
sinheritDescription
false
sdescription
<p>源数据类型，用于格式化和分析数据时使用SimpleDateFormat还是NumberFormat。</p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
sourceType
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@byte
sname
byte
slabel
byte
svalue
byte
sid
byte
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@short
sname
short
slabel
short
svalue
short
sid
short
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@int
sname
int
slabel
int
svalue
int
sid
int
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@long
sname
long
slabel
long
svalue
long
sid
long
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@float
sname
float
slabel
float
svalue
float
sid
float
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@double
sname
double
slabel
double
svalue
double
sid
double
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@boolean
sname
boolean
slabel
boolean
svalue
boolean
sid
boolean
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@string
sname
string
slabel
string
svalue
string
sid
string
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@date
sname
date
slabel
date
svalue
date
sid
date
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@byte[]
sname
byte[]
slabel
byte[]
svalue
byte[]
sid
byte[]
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@sourceType/@hex_byte[]
sname
hex_byte[]
slabel
hex_byte[]
svalue
hex_byte[]
sid
hex_byte[]
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@targetType
sname
patternType
sinputtype
select
sreadOnly
false
sdefault
date
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
targetType
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@targetType/@date
sname
date
slabel
date
svalue
date
sid
date
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@targetType/@number
sname
number
slabel
number
svalue
number
sid
number
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actionType
sname
patternAction
sinputtype
select
sreadOnly
false
sdefault
format
sinheritDescription
false
sdescription
<p>通过模式（pattern）是格式化数据还是分析出数据。</p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
actionType
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actionType/@format
sname
format
slabel
format
svalue
format
sid
format
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actionType/@parse
sname
parse
slabel
parse
svalue
parse
sid
parse
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@pattern
sname
pattern
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sid
pattern
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actions1
sname
actions
slabel
动作
sdescriptors
xworker.lang.MetaDescriptor2/@thing
sextends
xworker.lang.actions.Actions
sid
actions1
@xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers/@AttributeTransfer/@actions1/@name
sname
name
sid
name
sdescriptors
xworker.lang.MetaDescriptor2/@attribute
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList
sname
TransferDataObjectList
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.lang.actions.SelfAction
smany
true
seditCols
2
sinitialization
false
sgroup
xworker.dataObject.transfer
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p>把源数据对象列表转换为目标数据对象列表。</p>
<p>需要指定源数据对象和目标数据对象，如果其中一个没有，那么就不能转换。</p>
#$@text#$@
sth_createIndex
true
sth_registThing
child|xworker.lang.actions.Actions
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@actions
sname
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@actions/@run
sname
run
sisSynchronized
false
sthrowException
true
suseOtherAction
false
suseOuterJava
true
souterClassName
xworker.dataObject.transfer.TransferDataObjectActions
smethodName
transferDataObjectList
sdisableGlobalContext
false
sattributeTemplate
false
sinitBreakPoint
false
ssuccessBreakPoint
false
sexceptionBreakPoint
false
seditBreakPoint
false
sinterpretationType
Action
svarScope
Global
ssaveReturn
false
sdescriptors
xworker.lang.actions.Actions/@JavaAction
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@name
sname
name
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@label
sname
label
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@sourceVarName
sname
sourceVarName
sreadOnly
false
sdefault
theData
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@targetVarName
sname
targetVarName
sreadOnly
false
sdefault
theData
sinheritDescription
false
sdescription
<p>如果不为空，以此为变量名保存转换后的数据对象。</p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@sourceDataObject
sname
sourceDataObject
ssize
60
srowspan
2
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@targetDataObject
sname
targetDataObject
ssize
60
scolspan
2
sreadOnly
false
sinheritDescription
false
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@SourceDataObject
sname
SourceDataObject
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.dataObject.DataObjects
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
true
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@TargetDataObject
sname
TargetDataObject
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.dataObject.DataObjects
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
true
sth_createIndex
false
sth_mark
false
@xworker.dataObject.transfer.TransferDataObjectActions/@TransferDataObjectList/@AttributeTransfers
sname
AttributeTransfers
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.dataObject.transfer.TransferDataObjectActions/@Transfer/@AttributeTransfers
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sdescription
<p>属性的转换方法集合，在此设置属性的转换事物。</p>
sth_createIndex
false
sth_mark
false
