IM-Workflow

jp.co.intra_mart.foundation.workflow.application.model.column
列挙型 ApplyFlowType

java.lang.Object
  上位を拡張 java.lang.Enum<ApplyFlowType>
      上位を拡張 jp.co.intra_mart.foundation.workflow.application.model.column.ApplyFlowType
すべての実装されたインタフェース:
Serializable, Comparable<ApplyFlowType>, IColumn

public enum ApplyFlowType
extends Enum<ApplyFlowType>
implements IColumn

ユーザ申請用フロー情報カラム 列挙型

あるユーザが本人権限、もしくは代理権限で申請可能なフロー一覧を取得する際に
検索条件やソート条件に設定するキーとして使用します。

詳細については、使用されている各箇所を参照してください。

導入されたバージョン:
7.2
関連項目:
ApplyFlowList.getActApplyFlowList(String, String, jp.co.intra_mart.foundation.workflow.application.model.condition.OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty), ApplyFlowList.getActApplyFlowListCount(String, String, jp.co.intra_mart.foundation.workflow.application.model.condition.OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty), ApplyFlowList.getApplyFlowList(String, jp.co.intra_mart.foundation.workflow.application.model.condition.OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty), ApplyFlowList.getApplyFlowListCount(String, jp.co.intra_mart.foundation.workflow.application.model.condition.OrgzAuthCondition, jp.co.intra_mart.foundation.workflow.application.general.condition.ListSearchConditionNoMatterProperty)

列挙型定数の概要
FLOW_GROUP_ID
          フローグループID
FLOW_ID
          フローID
FLOW_NAME
          フロー名
FLOW_NOTE
          備考(フロー)
FLOW_VERSION_ID
          フローバージョンID
FLOW_VERSION_NOTE
          備考(フローバージョン)
 
メソッドの概要
 ColumnType getColumnType()
          カラムのタイプを取得します。
static ApplyFlowType valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static ApplyFlowType[] values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 
クラス java.lang.Enum から継承されたメソッド
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

列挙型定数の詳細

FLOW_NAME

public static final ApplyFlowType FLOW_NAME
フロー名


FLOW_ID

public static final ApplyFlowType FLOW_ID
フローID


FLOW_VERSION_ID

public static final ApplyFlowType FLOW_VERSION_ID
フローバージョンID


FLOW_NOTE

public static final ApplyFlowType FLOW_NOTE
備考(フロー)


FLOW_VERSION_NOTE

public static final ApplyFlowType FLOW_VERSION_NOTE
備考(フローバージョン)


FLOW_GROUP_ID

public static final ApplyFlowType FLOW_GROUP_ID
フローグループID

メソッドの詳細

values

public static ApplyFlowType[] values()
この列挙型の定数を含む配列を宣言されている順序で返します。 このメソッドは次のようにして定数を反復するために使用できます:
for (ApplyFlowType c : ApplyFlowType.values())
    System.out.println(c);

戻り値:
この列挙型の定数を宣言されている順序で含む配列

valueOf

public static ApplyFlowType valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に 一致している必要があります (余分な空白文字を含めることはできません)。

パラメータ:
name - 返される列挙型定数の名前
戻り値:
指定された名前を持つ列挙型定数
例外:
IllegalArgumentException - 指定された名前を持つ定数を この列挙型が持っていない場合
NullPointerException - 引数が null の場合

getColumnType

public ColumnType getColumnType()
カラムのタイプを取得します。

定義:
インタフェース IColumn 内の getColumnType
戻り値:
カラムの型

IM-Workflow

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