Methods' 詳細(に述べる)s |
copyToStorage
- Description
- 許すs to copy 現在の 貯蔵 to another one
The 目的地 貯蔵 contents are overwritten.
After the successful copying the 的 貯蔵 is automatically
送るd if it 器具/実施するs transacted 接近.
- Parameter xDest
- a 目的地 貯蔵 this 貯蔵 must be copied to.
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
an 違法な argument is 供給するd
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during copying
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exception acquired during copying
|
|
openStreamElement
- Description
- 許すs to get 接近 to a child stream of the 貯蔵.
In 事例/患者 the stream is open in readonly 方式 the
XStream::getOutputStream
method will return an empty 言及/関連.
- Parameter sStreamName
- the 指名する of the substream that should be open
- Parameter nOpenMode
- a 方式 the stream should be open in,
can be a combination of ElementModes values
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
one of 供給するd arguments is 違法な
- Throws
- ::com::sun::星/主役にする::一括s::WrongPasswordException
the 供給するd password is wrong
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during stream 開始
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
openEncryptedStreamElement
- Description
- 許すs to get 接近 to a child encrypted stream with password.
If 貯蔵 does not 許す any encryption this method will always throw
::com::sun::星/主役にする::一括s::NoEncryptionException.
In 事例/患者 the stream is open in readonly 方式 the
XStream::getOutputStream
method will return an empty 言及/関連.
- Parameter sStreamName
- the 指名する of the substream that should be open
- Parameter nOpenMode
- a 方式 the stream should be open in,
can be a combination of ElementModes values
- Parameter sPassword
- this parameter 許すs to 明示する a reading password for the
stream, the password must be a 訂正する one, さもなければ an
exception will be thrown
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
one of 供給するd arguments is 違法な
- Throws
- ::com::sun::星/主役にする::一括s::NoEncryptionException
the stream is not encrypted
- Throws
- ::com::sun::星/主役にする::一括s::WrongPasswordException
the 供給するd password is wrong
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during stream 開始
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
openStorageElement
- Description
- 許すs to get 接近 to a child 貯蔵.
The opened substorage must support 明示するd in 'nOpenMode' 接近
方式s. It can support 'read' 方式 in 新規加入. But any child element
can support one of those 方式s only in 事例/患者 this 方式 is supported by
parent 貯蔵.
- Parameter sStorName
- the 指名する of the 貯蔵 that should be open
- Parameter nOpenMode
- a 方式 the 貯蔵 should be open in
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
one of 供給するd arguments is 違法な
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during stream 開始
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
cloneStreamElement
- Description
- 許すs to get readonly copy of a child stream of the 貯蔵.
The stream is open in readonly 方式 so the
XStream::getOutputStream
method will return an empty 言及/関連.
- Parameter sStreamName
- the 指名する of the substream that should be copied
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
one of 供給するd arguments is 違法な
- Throws
- ::com::sun::星/主役にする::一括s::WrongPasswordException
the 供給するd password is wrong
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during stream 開始
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
cloneEncryptedStreamElement
- Description
- 許すs to get readonly copy of a child encrypted stream with password.
If 貯蔵 does not 許す any encryption this method will always throw
::com::sun::星/主役にする::一括s::NoEncryptionException.
The stream is open in readonly 方式 so the
XStream::getOutputStream
method will return an empty 言及/関連.
This method 許すs to 明示する reading password for the child stream
explicitly.
- Parameter sStreamName
- the 指名する of the substream that should be copied
- Parameter sPassword
- this parameter 許すs to 明示する a reading password for the
stream, the password must be a 訂正する one, さもなければ an
exception will be thrown
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
one of 供給するd arguments is 違法な
- Throws
- ::com::sun::星/主役にする::一括s::NoEncryptionException
the stream is not encrypted
- Throws
- ::com::sun::星/主役にする::一括s::WrongPasswordException
the 供給するd password is wrong
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during stream 開始
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
copyLastCommitTo
- Description
- 許すs to get copy of this 貯蔵 at the 明言する/公表する of it's last commit.
This method makes sence only for services 実施s that 許す
処理/取引 in the 貯蔵.
- Parameter xStorage
- the 的 貯蔵 that will be filled in with copy.
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
one of 供給するd arguments is 違法な
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during copying
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
copyStorageElementLastCommitTo
- Description
- 許すs to get copy of a child 貯蔵 at the 明言する/公表する of it's last commit.
This method makes sence only for services 実施s that 許す
処理/取引 in the 貯蔵.
- Parameter sStorName
- the 指名する of the 貯蔵 that should be copied
- Parameter xStorage
- the 的 貯蔵 that will be filled in with copy
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
one of 供給するd arguments is 違法な
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during copying
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
isStreamElement
- Description
- 許すs to check if an element is a child stream with 明示するd 指名する.
In 事例/患者 there is no child element with such 指名する an exception will be
thrown.
- Parameter sElementName
- the 指名する of the element to check
- Returns
- true in 事例/患者 the element is a stream
誤った - the element is a 貯蔵
- Throws
- ::com::sun::星/主役にする::コンテナ::NoSuchElementException
there is no element with such 指名する
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
an 違法な argument is 供給するd
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
|
|
isStorageElement
- Description
- 許すs to check if an element is a child 貯蔵 with 明示するd 指名する.
In 事例/患者 there is no child element with such 指名する an exception will be
thrown.
- Parameter sElementName
- the 指名する of the element to check
- Returns
- true in 事例/患者 the element is a 貯蔵
誤った - the element is a stream
- Throws
- ::com::sun::星/主役にする::コンテナ::NoSuchElementException
there is no element with such 指名する
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
an 違法な argument is 供給するd
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for any 推論する/理由
|
|
removeElement
- Description
- 除去するs an element from a 貯蔵.
- Parameter sElementName
- the 指名する of the element to 除去する
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for eny 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
an 違法な argument is 供給するd
- Throws
- ::com::sun::星/主役にする::コンテナ::NoSuchElementException
there is no element with such 指名する
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during 除去するing
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
renameElement
- Description
- 改名するs an element in a 貯蔵.
- Parameter sElementName
- the old 指名する of the element to 改名する
- Parameter sNewName
- the new 指名する of the element to 改名する
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for eny 推論する/理由
- Throws
- ::com::sun::星/主役にする::lang::IllegalArgumentException
an 違法な argument is 供給するd
- Throws
- ::com::sun::星/主役にする::コンテナ::NoSuchElementException
there is no element with old 指名する in this 貯蔵
- Throws
- ::com::sun::星/主役にする::コンテナ::ElementExistException
an element with new 指名する already 存在するs in this 貯蔵
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during 改名するing
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
copyElementTo
- Description
- 許すs to copy an 入ること/参加(者) from one 貯蔵 to another.
If 的 element supports transacted 方式 it must be 送るd by this
method after successful copying.
- Parameter sElementName
- the 指名する of the element in this 貯蔵
- Parameter xDest
- a 目的地 貯蔵
- Parameter sNewName
- the 指名する of the result element in 目的地 貯蔵
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for eny 推論する/理由
- Throws
- ::com::sun::星/主役にする::コンテナ::NoSuchElementException
there is no 明示するd source element in this 貯蔵
- Throws
- ::com::sun::星/主役にする::コンテナ::ElementExistException
an element with 明示するd 目的地 指名する already 存在するs in 目的地 貯蔵
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during copying
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
moveElementTo
- Description
- 許すs to move an 入ること/参加(者) from one 貯蔵 to another.
If 的 element supports transacted 方式 it must be 送るd by this
method after successful moving.
- Parameter sElementName
- the 指名する of the element in this 貯蔵
- Parameter xDest
- a 目的地 貯蔵
- Parameter sNewName
- the 指名する of the result element in 目的地 貯蔵
- Throws
- ::com::sun::星/主役にする::embed::InvalidStorageException
this 貯蔵 is in 無効の 明言する/公表する for eny 推論する/理由
- Throws
- ::com::sun::星/主役にする::コンテナ::NoSuchElementException
there is no 明示するd source element in this 貯蔵
- Throws
- ::com::sun::星/主役にする::コンテナ::ElementExistException
an element with 明示するd 目的地 指名する already 存在するs in 目的地 貯蔵
- Throws
- ::com::sun::星/主役にする::io::IOException
in 事例/患者 of io errors during moving
- Throws
- ::com::sun::星/主役にする::embed::StorageWrappedTargetException
包むs other exceptions
|
|
Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.