IM-Workflow

クラス
jp.co.intra_mart.foundation.workflow.application.general.condition.OperatorType の使用

OperatorType を使用しているパッケージ
jp.co.intra_mart.foundation.workflow.application.general.condition 利用者の検索系APIで使用する検索条件情報を格納するクラスを提供します。 
 

jp.co.intra_mart.foundation.workflow.application.general.condition での OperatorType の使用
 

OperatorType を返す jp.co.intra_mart.foundation.workflow.application.general.condition のメソッド
 OperatorType ColumnCondition.getOperatorType()
          演算子を取得します。
static OperatorType OperatorType.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static OperatorType[] OperatorType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

OperatorType 型のパラメータを持つ jp.co.intra_mart.foundation.workflow.application.general.condition のメソッド
 void ListSearchConditionNoMatterProperty.addCondition(E column, String value, OperatorType operatorType)
          検索結果を絞り込む条件を追加します。
 void ListSearchCondition.addCondition(E column, String value, OperatorType operatorType)
          検索結果を絞り込む条件を追加します。
 void ListSearchCondition.addConditionByMatterProp(String mpKeyName, String value, OperatorType operatorType, ColumnType type)
          検索結果を絞り込む条件として使用する案件プロパティキーを追加します。
 

OperatorType 型のパラメータを持つ jp.co.intra_mart.foundation.workflow.application.general.condition のコンストラクタ
ColumnCondition(String columnName, ColumnType columnType, boolean matterPropertyColumn, String value, OperatorType operatorType)
          コンストラクタ
カラム検索指定条件情報クラスを新しく生成します。
 


IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.