クラス
org.pslx.PpsDocuments.Selection の使用

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

org.pslx.PpsDocuments での Selection の使用
 

Selection を返す org.pslx.PpsDocuments のメソッド
 Selection Document.createSelection()
          選択項目指定のためのセレクションを生成し、ドキュメントへ追加します
 Selection Document.createSelection(Selection.SelectionTypes type)
          選択項目指定のためのセレクションを生成し追加する
 

Selection 型の引数を持つ型を返す org.pslx.PpsDocuments のメソッド
 java.util.List<Selection> Document.getSelections()
          セレクションのリストを取得します
 

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

Selection を返す org.pslx.PpsDocuments.Implementions のメソッド
 Selection ImplementEvent.createSelection()
          業務プロパティ選択情報を設定します
 Selection ImplementEvent.createSelection(java.lang.String name, java.lang.Object value)
          業務プロパティ選択情報を設定します
 

Selection 型の引数を持つ型を返す org.pslx.PpsDocuments.Implementions のメソッド
 java.util.List<Selection> ImplementEvent.getSelections()
          プロパティの選択条件を取得します
 

Method parameters in org.pslx.PpsDocuments.Implementions with type arguments of type Selection
 void ImplementEvent.setSelections(java.util.List<Selection> value)
          プロパティの選択条件を設定します