OrgzAuthConditionInfoオブジェクト
コンポーネント情報 | |
---|---|
since | 7.2 |
組織権限条件オブジェクト。
組織権限条件オブジェクトは下記のプロパティを持つObject型のオブジェクトです。
あるユーザが申請可能な申請一覧を取得する際に、ユーザの所属組織情報を絞り込む追加条件として利用します。
詳細については、使用されている各箇所を参照してください。
関連オブジェクト:
ApplyFlowList#getActApplyFlowList(String, String, OrgzAuthConditionInfo, ListSearchConditionNoMatterProperty),
ApplyFlowList#getActApplyFlowListCount(String, String, OrgzAuthConditionInfo, ListSearchConditionNoMatterProperty),
ApplyFlowList#getApplyFlowList(String, OrgzAuthConditionInfo, ListSearchConditionNoMatterProperty),
null#
組織権限条件オブジェクトは下記のプロパティを持つObject型のオブジェクトです。
あるユーザが申請可能な申請一覧を取得する際に、ユーザの所属組織情報を絞り込む追加条件として利用します。
詳細については、使用されている各箇所を参照してください。
関連オブジェクト:
ApplyFlowList#getActApplyFlowList(String, String, OrgzAuthConditionInfo, ListSearchConditionNoMatterProperty),
ApplyFlowList#getActApplyFlowListCount(String, String, OrgzAuthConditionInfo, ListSearchConditionNoMatterProperty),
ApplyFlowList#getApplyFlowList(String, OrgzAuthConditionInfo, ListSearchConditionNoMatterProperty),
null#
var orgzAuthConditionInfo = { authCompanyCode : String, // 権限者会社コード。 authOragnizationCode : String, // 権限者組織コード。 authOragnizationSetCode : String // 権限者組織セットコード。 }
プロパティの概要
型 | プロパティ名 | アクセス権 |
---|---|---|
String | authCompanyCode 権限者会社コード。 |
通常
|
String | authOragnizationCode 権限者組織コード。 |
通常
|
String | authOragnizationSetCode 権限者組織セットコード。 |
通常
|
プロパティの詳細
String authCompanyCode
通常
権限者会社コード。
|
String authOragnizationCode
通常
権限者組織コード。
|
String authOragnizationSetCode
通常
権限者組織セットコード。
|