クラス
org.pslx.PpsDocuments.Profile.DomainObjectProfile の使用

DomainObjectProfile を使用しているパッケージ
org.pslx.PpsDocuments 業務ドキュメントモデルに対応するクラスのパッケージ 
org.pslx.PpsDocuments.Implementions 実装プロファイルに関連するクラスのパッケージ 
org.pslx.PpsDocuments.Profile 業務プロファイルに関連するクラスのパッケージ 
 

org.pslx.PpsDocuments での DomainObjectProfile の使用
 

DomainObjectProfile を返す org.pslx.PpsDocuments のメソッド
 DomainObjectProfile Selection.getDomainObjectProfile()
          業務オブジェクトプロファイルを取得します
 DomainObjectProfile DocumentElement.getDomainObjectProfile()
          業務オブジェクトの定義情報を取得する
 DomainObjectProfile Document.getDomainObjectProfile()
           
 DomainObjectProfile DomainObject.getProfile()
          オブジェクトの定義情報を取得します
 DomainObjectProfile DocumentManager.getProfileObject(java.lang.String documentName)
          指定名の業務ドキュメントがもつ業務オブジェクトのプロファイルを得る
 DomainObjectProfile[] DomainObject.getPropertyObjectProfiles()
          定義されている中間オブジェクトを複数型をまとめたオブジェクト定義のリストを取得します
 

DomainObjectProfile 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
 DomainObject[] DomainObject.getPropertyObjects(DomainObjectProfile profile)
          指定した中間オブジェクトの実際の定義をリスト形式で取得する。
 

org.pslx.PpsDocuments.Implementions での DomainObjectProfile の使用
 

DomainObjectProfile を返す org.pslx.PpsDocuments.Implementions のメソッド
 DomainObjectProfile ImplementDocument.getDomainObjectProfile()
           
 

org.pslx.PpsDocuments.Profile での DomainObjectProfile の使用
 

DomainObjectProfile を返す org.pslx.PpsDocuments.Profile のメソッド
 DomainObjectProfile PropertyProfile.getMultipleDefinition()
          プロパティが属する中間オブジェクトの定義情報を取得します
 DomainObjectProfile ProfileDefinition.getObject(java.lang.String name)
          プロファイル情報から該当オブジェクトのデータを取得します
 DomainObjectProfile DocumentProfile.getObjectProfile()
          業務オブジェクトプロファイルを取得します
 DomainObjectProfile[] ProfileDefinition.getObjects()
          プロファイルオブジェクトのリストを取得します
 DomainObjectProfile PropertyProfile.getParent()
          所属するオブジェクト定義を取得します
 DomainObjectProfile DomainObjectProfile.getParent()
          上位の業務オブジェクトプロファイルを取得します。
 DomainObjectProfile DomainObjectProfile.getSubObject(java.lang.String elementName, java.lang.String modifier)
           
 

DomainObjectProfile 型の引数を持つ型を返す org.pslx.PpsDocuments.Profile のメソッド
 java.util.List<DomainObjectProfile> DomainObjectProfile.getPropertyObjects()
          下位の中間オブジェクト定義のリストを取得します
 

DomainObjectProfile 型のパラメータを持つ org.pslx.PpsDocuments.Profile のメソッド
 boolean DomainObjectProfile.hasProfileObject(DomainObjectProfile domainObjectProfile)
          自分より下位に指定したプロファイル定義オブジェクトが存在するかどうかを取得します。
 void PropertyProfile.setParent(DomainObjectProfile value)
          所属するオブジェクト定義を設定します