|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.pslx.PpsDocuments.Selection
public final class Selection
セレクション要素 クラス
入れ子のクラスの概要 | |
---|---|
static class |
Selection.SelectionTypes
セレクションの種別 |
コンストラクタの概要 | |
---|---|
Selection(DocumentElement document,
DocumentManager manager)
|
メソッドの概要 | |
---|---|
Condition |
createCondition()
セレクション内のコンディションデータを生成します |
Property |
createProperty(java.lang.String name)
照会の場合に照会するプロパティの名称を設定します |
java.lang.Object |
get(java.lang.String index)
指定したプロパティの条件値を取得します |
java.util.List<Condition> |
getConditions()
選択要素の条件リストを取得します |
int |
getDataCount()
選択するデータの数(依頼時)を取得します |
int |
getDataOffset()
選択するデータのオフセット(依頼時)を取得します |
DomainObjectProfile |
getDomainObjectProfile()
業務オブジェクトプロファイルを取得します |
java.util.List<Property> |
getProperties()
選択内容を示すプロパティリストを取得します |
Selection.SelectionTypes |
getSelectionType()
セレクションの種別を取得します |
static Selection.SelectionTypes |
parseSelectionType(java.lang.String value)
文字列からSelectionTypes型の値に変換します |
static java.lang.String |
selectionTypeString(Selection.SelectionTypes value)
SelectionTypes型の値を文字列に変換します |
void |
set(java.lang.String index,
java.lang.Object value)
指定したプロパティの条件値を設定します |
void |
setDataCount(int value)
選択するデータの数(依頼時)を設定します |
void |
setDataOffset(int value)
選択するデータのオフセット(依頼時)を設定します |
void |
setSelectionType(Selection.SelectionTypes value)
セレクションの種別を設定します |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Selection(DocumentElement document, DocumentManager manager)
メソッドの詳細 |
---|
public Selection.SelectionTypes getSelectionType()
public void setSelectionType(Selection.SelectionTypes value)
value
- セレクションの種別public int getDataCount()
public void setDataCount(int value)
public int getDataOffset()
public void setDataOffset(int value)
public java.util.List<Property> getProperties()
public java.util.List<Condition> getConditions()
public java.lang.Object get(java.lang.String index) throws PpsDocumentsException
index
- プロパティ名
PpsDocumentsException
public void set(java.lang.String index, java.lang.Object value) throws PpsDocumentsException
index
- プロパティ名value
- 条件値
PpsDocumentsException
public Condition createCondition()
public Property createProperty(java.lang.String name) throws PpsDocumentsException
name
- プロパティ名
PpsDocumentsException
public DomainObjectProfile getDomainObjectProfile() throws PpsDocumentsException
PpsDocumentsException
public static java.lang.String selectionTypeString(Selection.SelectionTypes value)
public static Selection.SelectionTypes parseSelectionType(java.lang.String value)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |