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

翻訳前ページへ


Interface XRelationshipAccess
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XRelationshipAccess
Description
This interface 許すs to ge 接近 to 関係 data.

The 関係 data is 組織するd as a 始める,決める of 入ること/参加(者)s. Each of 入ること/参加(者) is 代表するd by a 始める,決める of tags, where each tag has unique for this 入ること/参加(者) 指名する and a string value. An 入ること/参加(者) must 含む/封じ込める at least one tag 指名するd "ID", the value of this tag must be uniqued for the whole 始める,決める of 入ること/参加(者)s, this tag is used as a uniqued identified of an 入ること/参加(者).


Methods' 要約
hasByID 許すs to (悪事,秘密などを)発見する whether there is an 入ること/参加(者) with 明示するd value of "ID" tag.  
getTargetByID retrieves the value of "的" tag from the 入ること/参加(者) with 明示するd "ID" tag.  
getTypeByID retrieves the value of "Type" tag from the 入ること/参加(者) with 明示するd "ID" tag.  
getRelationshipByID retrieves the sequence 含む/封じ込めるing all the tags from the 入ること/参加(者) with 明示するd value of "ID" tag.  
getRelationshipsByType retrieves the sequence 含む/封じ込めるing all the 入ること/参加(者)s which "Type" tag takes the 明示するd value.  
getAllRelationships retrieves the sequence 含む/封じ込めるing all the 入ること/参加(者)s controlled by the 反対する.  
insertRelationshipByID 許すs to 挿入する an 入ること/参加(者).  
removeRelationshipByID 許すs to 除去する an 入ること/参加(者).  
insertRelationships 許すs to 挿入する a 始める,決める of 入ること/参加(者)s  
clearRelationships 許すs to (疑いを)晴らす the 始める,決める of 入ること/参加(者)s.  
Methods' 詳細(に述べる)s
hasByID
boolean
hasByID( [in] string  sID )
raises( ::com::sun::星/主役にする::io::IOException );

Description
許すs to (悪事,秘密などを)発見する whether there is an 入ること/参加(者) with 明示するd value of "ID" tag.
Parameter sID
the value of "ID" tag
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading the relations info
getTargetByID
string
getTargetByID( [in] string  sID )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException,
::com::sun::星/主役にする::io::IOException );

Description
retrieves the value of "的" tag from the 入ること/参加(者) with 明示するd "ID" tag.

If the 入ること/参加(者) has no "的" tag an empty string is returned.

Parameter sID
the value of "ID" tag
Throws
::com::sun::星/主役にする::コンテナ::NoSuchElementException in 事例/患者 there is no 入ること/参加(者) with 明示するd tag
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading the relations info
getTypeByID
string
getTypeByID( [in] string  sID )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException,
::com::sun::星/主役にする::io::IOException );

Description
retrieves the value of "Type" tag from the 入ること/参加(者) with 明示するd "ID" tag.

If the 入ること/参加(者) has no "Type" tag an empty string is returned.

Parameter sID
the value of "ID" tag
Throws
::com::sun::星/主役にする::コンテナ::NoSuchElementException in 事例/患者 there is no 入ること/参加(者) with 明示するd tag
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading the relations info
getRelationshipByID
sequence< ::com::sun::星/主役にする::beans::StringPair >
getRelationshipByID( [in] string  sID )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException,
::com::sun::星/主役にする::io::IOException );

Description
retrieves the sequence 含む/封じ込めるing all the tags from the 入ること/参加(者) with 明示するd value of "ID" tag.
Parameter sID
the value of "ID" tag
Returns
sequence, each element of the sequence 代表するs tag, ::com::sun::星/主役にする::beans::StringPair::First 代表するs the tag 指名する and ::com::sun::星/主役にする::beans::StringPair::Second 代表するs the tag value
Throws
::com::sun::星/主役にする::コンテナ::NoSuchElementException in 事例/患者 there is no 入ること/参加(者) with 明示するd tag
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading the relations info
getRelationshipsByType
sequence< sequence< ::com::sun::星/主役にする::beans::StringPair > >
getRelationshipsByType( [in] string  sType )
raises( ::com::sun::星/主役にする::io::IOException );

Description
retrieves the sequence 含む/封じ込めるing all the 入ること/参加(者)s which "Type" tag takes the 明示するd value.
Parameter sType
明示するd value of "Type" tag, the parameter can 含む/封じ込める an empty string, in this 事例/患者 all the 入ること/参加(者)s that have empty "Type" tag or no such tag at all are returned
Returns
sequence of 入ること/参加(者)s, each 入ること/参加(者) is 代表するd by sequence, each element of the sequence 代表するs tag, ::com::sun::星/主役にする::beans::StringPair::First 代表するs the tag 指名する and ::com::sun::星/主役にする::beans::StringPair::Second 代表するs the tag value. The sequence should 含む/封じ込める the "ID" tag.
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading the relations info
getAllRelationships
sequence< sequence< ::com::sun::星/主役にする::beans::StringPair > >
getAllRelationships()
raises( ::com::sun::星/主役にする::io::IOException );

Description
retrieves the sequence 含む/封じ込めるing all the 入ること/参加(者)s controlled by the 反対する.
Returns
sequence of 入ること/参加(者)s, each 入ること/参加(者) is 代表するd by sequence, each element of the sequence 代表するs tag, ::com::sun::星/主役にする::beans::StringPair::First 代表するs the tag 指名する and ::com::sun::星/主役にする::beans::StringPair::Second 代表するs the tag value
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading the relations info
insertRelationshipByID
無効の
insertRelationshipByID( [in] string  sID,
[in] sequence< ::com::sun::星/主役にする::beans::StringPair >  aEntry,
[in] boolean  bReplace )
raises( ::com::sun::星/主役にする::コンテナ::ElementExistException,
::com::sun::星/主役にする::io::IOException );

Description
許すs to 挿入する an 入ること/参加(者).
Parameter sID
the value of "ID" tag
Parameter aEntry
a sequence, each element of the sequence 代表するs tag, ::com::sun::星/主役にする::beans::StringPair::First 代表するs the tag 指名する and ::com::sun::星/主役にする::beans::StringPair::Second 代表するs the tag value. May not 含む/封じ込める "ID" tag, that is already 明示するd in previous parameter.
Parameter bReplace
明示するs whether the 交替/補充 of 存在するing 入ること/参加(者) is 許すd
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading/令状ing the relations info
Throws
::com::sun::星/主役にする::コンテナ::ElementExistException in 事例/患者 an element with the 明示するd "ID" tag 存在するs already, and no 交替/補充 is 許すd
removeRelationshipByID
無効の
removeRelationshipByID( [in] string  sID )
raises( ::com::sun::星/主役にする::コンテナ::NoSuchElementException,
::com::sun::星/主役にする::io::IOException );

Description
許すs to 除去する an 入ること/参加(者).
Parameter sID
the value of "ID" tag
Throws
::com::sun::星/主役にする::コンテナ::NoSuchElementException in 事例/患者 there is no 入ること/参加(者) with 明示するd tag
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading/令状ing the relations info
insertRelationships
無効の
insertRelationships( [in] sequence< sequence< ::com::sun::星/主役にする::beans::StringPair > >  aEntries,
[in] boolean  bReplace )
raises( ::com::sun::星/主役にする::コンテナ::ElementExistException,
::com::sun::星/主役にする::io::IOException );

Description
許すs to 挿入する a 始める,決める of 入ること/参加(者)s
Parameter aEntries
sequence of 入ること/参加(者)s, each 入ること/参加(者) is 代表するd by sequence, each element of the sequence 代表するs tag, ::com::sun::星/主役にする::beans::StringPair::First 代表するs the tag 指名する and ::com::sun::星/主役にする::beans::StringPair::Second 代表するs the tag value. Each 入ること/参加(者) must 含む/封じ込める "ID" tag.
Parameter bReplace
明示するs whether the 交替/補充 of 存在するing 入ること/参加(者) is 許すd
Throws
::com::sun::星/主役にする::コンテナ::ElementExistException in 事例/患者 an element with the 供給するd "ID" tag 存在するs already, and no 交替/補充 is 許すd
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading/令状ing the relations info
clearRelationships
無効の
clearRelationships()
raises( ::com::sun::星/主役にする::io::IOException );

Description
許すs to (疑いを)晴らす the 始める,決める of 入ること/参加(者)s.
Throws
::com::sun::星/主役にする::io::IOException in 事例/患者 there is a problem reading/令状ing the relations info
最高の,を越す 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.