IM-Workflow

クラス
jp.co.intra_mart.foundation.workflow.application.model.column.ColumnType の使用

ColumnType を使用しているパッケージ
jp.co.intra_mart.foundation.workflow.application.general.condition 利用者の検索系APIで使用する検索条件情報を格納するクラスを提供します。 
jp.co.intra_mart.foundation.workflow.application.model.column 検索条件情報を作成する際に、検索条件やソート条件のキー情報として使用される各カラム情報を格納しているクラスを提供します。 
jp.co.intra_mart.foundation.workflow.plugin.stamp.application.model.column   
 

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

ColumnType を返す jp.co.intra_mart.foundation.workflow.application.general.condition のメソッド
 ColumnType SortCondition.getColumnType()
          カラムタイプを取得します。
 ColumnType ColumnCondition.getColumnType()
          カラムタイプを取得します。
 ColumnType MatterPropertyKey.getValType()
          案件プロパティのカラムタイプを取得します。
 

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

ColumnType 型のパラメータを持つ jp.co.intra_mart.foundation.workflow.application.general.condition のコンストラクタ
ColumnCondition(String columnName, ColumnType columnType, boolean matterPropertyColumn, String value, OperatorType operatorType)
          コンストラクタ
カラム検索指定条件情報クラスを新しく生成します。
MatterPropertyKey(String propKey, ColumnType valType)
          コンストラクタ
ユーザデータ案件プロパティ キー情報モデル クラスを新しく生成します。
SortCondition(String columnName, ColumnType columnType, boolean matterPropertyColumn, SortOrderType sortOrderType)
          コンストラクタ
ソート条件情報クラスを新しく生成します。
 

jp.co.intra_mart.foundation.workflow.application.model.column での ColumnType の使用
 

ColumnType を返す jp.co.intra_mart.foundation.workflow.application.model.column のメソッド
 ColumnType UserNodeConfigType.getColumnType()
          カラムのタイプを取得します。
 ColumnType UserNodeConfigNodeType.getColumnType()
          カラムのタイプを取得します。
 ColumnType UserNodeConfigDetailType.getColumnType()
          カラムのタイプを取得します。
 ColumnType TempSaveMatterType.getColumnType()
          カラムのタイプを取得します。
 ColumnType TempSaveMatterAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType TargetPersActType.getColumnType()
          カラムのタイプを取得します。
 ColumnType TargetPersActAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType TargetAppliActType.getColumnType()
          カラムのタイプを取得します。
 ColumnType TargetAppliActAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType OriginalPersActType.getColumnType()
          カラムのタイプを取得します。
 ColumnType OriginalPersActAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType OriginalAppliActType.getColumnType()
          カラムのタイプを取得します。
 ColumnType OriginalAppliActAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType MatterHandleAuthUserType.getColumnType()
          カラムのタイプを取得します。
 ColumnType IColumn.getColumnType()
          カラムの型を取得します
 ColumnType CplNodeType.getColumnType()
          カラムのタイプを取得します。
 ColumnType CplNodePullBackType.getColumnType()
          カラムのタイプを取得します。
 ColumnType CplMatterType.getColumnType()
          カラムのタイプを取得します。
 ColumnType CplMatterProcessedType.getColumnType()
          カラムのタイプを取得します。
 ColumnType CplMatterCnfmType.getColumnType()
          カラムのタイプを取得します。
 ColumnType CplMatterAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType CnfmAuthUserType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ArcMatterType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ArcMatterAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ApplyFlowType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvNodeType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvNodeAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvMatterUnprocessType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvMatterType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvMatterPullBackType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvMatterExecutableUserType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvMatterCnfmType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActvMatterAdminType.getColumnType()
          カラムのタイプを取得します。
 ColumnType ActConfigTemporaryExpandType.getColumnType()
          カラムのタイプを取得します。
static ColumnType ColumnType.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static ColumnType[] ColumnType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

jp.co.intra_mart.foundation.workflow.plugin.stamp.application.model.column での ColumnType の使用
 

ColumnType を返す jp.co.intra_mart.foundation.workflow.plugin.stamp.application.model.column のメソッド
 ColumnType StampDataType.getColumnType()
          カラムのタイプを取得します。
 ColumnType StampConfigType.getColumnType()
          カラムのタイプを取得します。
 


IM-Workflow

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