public class UpdatableSchemaImpl extends java.lang.Object implements UpdatableSchema, PrefixSupportable, java.io.Serializable
| コンストラクタと説明 |
|---|
UpdatableSchemaImpl() |
UpdatableSchemaImpl(Commitable commitable) |
UpdatableSchemaImpl(Key resourceNameKey) |
UpdatableSchemaImpl(Key resourceNameKey,
Commitable commit) |
UpdatableSchemaImpl(Key resourceNameKey,
CommonCommitableFactory factory) |
UpdatableSchemaImpl(Key resourceNameKey,
Resource resource) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
UpdatableSchema |
duplicate() |
java.util.List |
getCascadeInvalidiables() |
java.util.List |
getCascadeRemovables() |
java.util.List |
getCascadeUpdatables() |
Commitable |
getCommitable()
commit実行時に呼び出すCommitableを取得する。
|
static UpdatableSchema |
getNullUpdatableSchema() |
ObservationFactory |
getObservationFactory()
ObservationFactoryを取得する。
|
UpdatableOperationItemHolder |
getRemoveOperationItemHolder()
削除可能なKey(現象型名)のSetを返す。
|
java.lang.String |
getString(java.lang.String prefix) |
java.lang.StringBuffer |
getStringBuffer(java.lang.StringBuffer sb,
java.lang.String prefix) |
TriggerFactory |
getTriggerFactory()
TriggerFactoryを取得する。
|
UpdatableOperationItemHolder |
getUpdateOperationItemHolder()
更新可能なKey(現象型名)のSetを返す。
|
java.lang.String |
toString() |
public UpdatableSchemaImpl()
public UpdatableSchemaImpl(Key resourceNameKey)
public UpdatableSchemaImpl(Key resourceNameKey, Commitable commit)
public UpdatableSchemaImpl(Key resourceNameKey, CommonCommitableFactory factory)
public UpdatableSchemaImpl(Commitable commitable)
public static UpdatableSchema getNullUpdatableSchema()
public UpdatableOperationItemHolder getUpdateOperationItemHolder()
UpdatableSchemagetUpdateOperationItemHolder インタフェース内 UpdatableSchemapublic UpdatableOperationItemHolder getRemoveOperationItemHolder()
UpdatableSchemagetRemoveOperationItemHolder インタフェース内 UpdatableSchemapublic TriggerFactory getTriggerFactory()
UpdatableSchemagetTriggerFactory インタフェース内 UpdatableSchemapublic java.util.List getCascadeUpdatables()
public java.util.List getCascadeInvalidiables()
public java.util.List getCascadeRemovables()
public ObservationFactory getObservationFactory()
UpdatableSchemagetObservationFactory インタフェース内 UpdatableSchemapublic UpdatableSchema duplicate()
duplicate インタフェース内 UpdatableSchemapublic Commitable getCommitable()
UpdatableSchemagetCommitable インタフェース内 UpdatableSchemapublic java.lang.String toString()
toString クラス内 java.lang.Objectpublic java.lang.String getString(java.lang.String prefix)
getString インタフェース内 PrefixSupportablepublic java.lang.StringBuffer getStringBuffer(java.lang.StringBuffer sb, java.lang.String prefix)
getStringBuffer インタフェース内 PrefixSupportable