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

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

org.pslx.PpsDocuments での PropertyProfile の使用
 

PropertyProfile を返す org.pslx.PpsDocuments のメソッド
 PropertyProfile Property.getProfile()
          業務プロパティの定義情報を取得します
 

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

PropertyProfile を返す org.pslx.PpsDocuments.Implementions のメソッド
 PropertyProfile ImplementProperty.getDefinition()
          このプロパティが定義されたプロファイルを取得します
 

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

PropertyProfile を返す org.pslx.PpsDocuments.Profile のメソッド
 PropertyProfile DomainObjectProfile.addUserProperty(java.lang.String propertyName, Property.DataTypes dataType)
          ユーザ独自のプロパティを追加します
 PropertyProfile DocumentProfile.createUserPropertyProfile(java.lang.String name)
          指定した名前のユーザ定義プロファイルを生成します
 PropertyProfile DomainObjectProfile.getPrimaryKey()
          主キーとなるプロパティ定義を取得します
 PropertyProfile DomainObjectProfile.getProperty(java.lang.String name)
          プロファイルプロパティを得る
 PropertyProfile DomainObjectProfile.getPropertyLocal(java.lang.String propertyName)
          この業務オブジェクトが持つ業務プロパティを取得します
 PropertyProfile DocumentProfile.setUserProperty(java.lang.String name, Property.DataTypes dataType)
          ユーザ独自のプロパティを定義します。
 

PropertyProfile 型の引数を持つ型を返す org.pslx.PpsDocuments.Profile のメソッド
 java.util.List<PropertyProfile> DomainObjectProfile.getAllProperties()
          この業務オブジェクト自身およびこれよりも下位に設定された業務プロパティをすべて返す。
 java.util.List<PropertyProfile> DomainObjectProfile.getLocalProperties()
          プロファイルプロパティのリストを取得します
 

PropertyProfile 型のパラメータを持つ org.pslx.PpsDocuments.Profile のメソッド
 void DomainObjectProfile.setPrimaryKey(PropertyProfile value)
          主キーとなるプロパティ定義を設定します