|
|||||||||
前 次 | フレームあり フレームなし |
DomainObject を使用しているパッケージ | |
---|---|
org.pslx.PpsDocuments | 業務ドキュメントモデルに対応するクラスのパッケージ |
org.pslx.PpsDocuments での DomainObject の使用 |
---|
DomainObject を返す org.pslx.PpsDocuments のメソッド | |
---|---|
DomainObject |
Document.createDomainObject()
業務オブジェクトを生成し、ドキュメントに追加します |
DomainObject[] |
DomainObject.createPropertyObjects(java.lang.String name,
int size)
指定した名前のプロパティが属する中間オブジェクトを指定数だけ生成します |
DomainObject[] |
DomainObject.createPropertyObjects(java.lang.String elementName,
java.lang.String modifier,
int size)
指定した種類の中間オブジェクトを指定数生成する。 |
DomainObject |
DomainObject.getParent()
所属する上位の業務オブジェクトまたは中間オブジェクトを取得します |
DomainObject[] |
DomainObject.getPropertyObjects(DomainObjectProfile profile)
指定した中間オブジェクトの実際の定義をリスト形式で取得する。 |
DomainObject[] |
DomainObject.getPropertyObjects(java.lang.String name)
指定した定義情報をもつひとつ下位のすべての中間オブジェクトのリストを取得します |
DomainObject[] |
DomainObject.getPropertyObjects(java.lang.String elementName,
java.lang.String modifier)
指定した要素名と修飾子をもつひとつ下位のすべての中間オブジェクトのリストを取得します |
DomainObject 型の引数を持つ型を返す org.pslx.PpsDocuments のメソッド | |
---|---|
DomainCollection<DomainObject> |
Document.getDomainObjects()
業務オブジェクトのリストを取得します |
java.util.List<DomainObject> |
DomainObject.getPropertyObjects()
所有する中間オブジェクトのリストを取得します |
|
|||||||||
前 次 | フレームあり フレームなし |