このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XModel
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: xforms ::

unpublished interface XModel
Usage 制限s
not published
Description
代表する an XForms model

Methods' 要約
getID get the XForms model ID  
setID 始める,決める the XForms model ID  
initialize initialize the model  
再構築する 再構築する the model  
recalculate re-評価する all calculate せいにするs  
revalidate re-評価する all 有効性,効力 せいにするs  
refresh refresh the model  
服従させる/提出する 服従させる/提出する form through given submission id  
submitWithInteraction 服従させる/提出する form through given submission id  
getDataTypeRepository 供給するs 管理/経営 接近 to the XSD data types associated with the model  
getInstances gets コンテナ 含む/封じ込めるing all instances;  
getInstanceDocument retrieves the instance with the given id  
getDefaultInstance get the default instance for this model  
createBinding create a binding element for this model  
cloneBinding clone an 独断的な binding element for this model; still needs  
getBinding get a binding with a 確かな ID  
getBindings get a コンテナ 含む/封じ込めるing all bindings; also supports XNameAccess  
createSubmission create a submission element for this model  
cloneSubmission clone an 独断的な submission element for this model  
getSubmission get a submission with a 確かな ID.  
getSubmissions get コンテナ 含む/封じ込めるing all submissions; also supports XNameAccess  
Methods' 詳細(に述べる)s
getID
string
getID();

Description
get the XForms model ID
setID
無効の
setID( [in] string  id );

Description
始める,決める the XForms model ID
initialize
無効の
initialize();

Description
initialize the model
再構築する
無効の
再構築する();

Description
再構築する the model
recalculate
無効の
recalculate();

Description
re-評価する all calculate せいにするs
revalidate
無効の
revalidate();

Description
re-評価する all 有効性,効力 せいにするs
refresh
無効の
refresh();

Description
refresh the model
服従させる/提出する
無効の
服従させる/提出する( [in] string  id )
raises( ::com::sun::星/主役にする::util::VetoException,
::com::sun::星/主役にする::lang::WrappedTargetException );

Description
服従させる/提出する form through given submission id

This is a convenience method. Calling it is 同等(の) to calling getSubmission( id ).服従させる/提出する().

Parameter id
the ID of the submission to 遂行する/発効させる
Throws
com::sun::星/主役にする::util::VetoException when the 現在の model 明言する/公表する does not 許す a submission. Usually, this 示すs that consistency 基準 for the model data is not 実行するd.
Throws
com::sun::星/主役にする::lang::WrappedTargetException when another error occured during the submission. The ::com::sun::星/主役にする::lang::WrappedTargetException::TargetException 述べるs this error then.
submitWithInteraction
無効の
submitWithInteraction( [in] string  id,
[in] ::com::sun::星/主役にする::仕事::XInteractionHandler  aHandler )
raises( ::com::sun::星/主役にする::util::VetoException,
::com::sun::星/主役にする::lang::WrappedTargetException );

Description
服従させる/提出する form through given submission id

This is a convenience method. Calling it is 同等(の) to calling getSubmission( id, handler ).服従させる/提出する().

Parameter id
the ID of the submission to 遂行する/発効させる
Parameter aHandler
This handler 許すs 付加 使用者 interaction, which may be necessary before the submission can be 成し遂げるd.
Throws
com::sun::星/主役にする::util::VetoException when the 現在の model 明言する/公表する does not 許す a submission. Usually, this 示すs that consistency 基準 for the model data is not 実行するd.
Throws
com::sun::星/主役にする::lang::WrappedTargetException when another error occured during the submission. The ::com::sun::星/主役にする::lang::WrappedTargetException::TargetException 述べるs this error then.
getDataTypeRepository
XDataTypeRepository
getDataTypeRepository();

Description
供給するs 管理/経営 接近 to the XSD data types associated with the model
getInstances
::com::sun::星/主役にする::コンテナ::XSet
getInstances();

Description
gets コンテナ 含む/封じ込めるing all instances;

The elements of the 始める,決める are arrays of ::com::sun::星/主役にする::beans::PropertyValues, 含む/封じ込めるing the ID, the URL, and the instance itself.

getInstanceDocument
::com::sun::星/主役にする::xml::dom::XDocument
getInstanceDocument( [in] string  id );

Description
retrieves the instance with the given id
getDefaultInstance
::com::sun::星/主役にする::xml::dom::XDocument
getDefaultInstance();

Description
get the default instance for this model
createBinding
::com::sun::星/主役にする::beans::XPropertySet
createBinding();

Description
create a binding element for this model

The returned binding still needs to be 挿入するd into the bindings コンテナ.

See also
getBindings
cloneBinding
::com::sun::星/主役にする::beans::XPropertySet
cloneBinding( [in] ::com::sun::星/主役にする::beans::XPropertySet  binding );

Description
clone an 独断的な binding element for this model; still needs

The returned binding still needs to be 挿入するd into the bindings コンテナ.

See also
getBindings
getBinding
::com::sun::星/主役にする::beans::XPropertySet
getBinding( [in] string  id );

Description
get a binding with a 確かな ID

This is a convenience method: the same result can also be 得るd through getBindings

getBindings
::com::sun::星/主役にする::コンテナ::XSet
getBindings();

Description
get a コンテナ 含む/封じ込めるing all bindings; also supports XNameAccess
createSubmission
XSubmission
createSubmission();

Description
create a submission element for this model

The returned submission element still needs to be 挿入するd into the submission コンテナ.

See also
getSubmissions
cloneSubmission
XSubmission
cloneSubmission( [in] ::com::sun::星/主役にする::beans::XPropertySet  submission );

Description
clone an 独断的な submission element for this model

The returned submission element still needs to be 挿入するd into the submission コンテナ.

See also
getSubmissions
getSubmission
XSubmission
getSubmission( [in] string  id );

Description
get a submission with a 確かな ID.

This is a convenience method: the same result can also be 得るd through getSubmissions.

getSubmissions
::com::sun::星/主役にする::コンテナ::XSet
getSubmissions();

Description
get コンテナ 含む/封じ込めるing all submissions; also supports XNameAccess
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.