jp.co.quickbinder.api.document
クラス GetXTreeSectype

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.document.GetXTreeSectype

public class GetXTreeSectype
extends Object

階層セキュリティタイプ取得クラス

 階層のセキュリティタイプ(PDF , DLP 使用有無)を取得します。
 qbs_x_seclog より取得します。
 


フィールドの概要
 QbsXTreeSectype seclogData
          qbs_x_seclogのsectypeを格納
 
コンストラクタの概要
GetXTreeSectype()
          コンストラクタ
 
メソッドの概要
 String getErrorCD()
          エラーコードを取得します。
 String getErrorMSG()
          エラーメッセージを取得します。
 QbsXTreeSectype getSeclogdata()
          qbs_x_seclogより、sectypeのデータを取得します。
 boolean getXTreeSectypeList(String dbId, String treeId)
          セキュリティタイプを取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

seclogData

public QbsXTreeSectype seclogData
qbs_x_seclogのsectypeを格納

コンストラクタの詳細

GetXTreeSectype

public GetXTreeSectype()
コンストラクタ

メソッドの詳細

getErrorMSG

public String getErrorMSG()
エラーメッセージを取得します。

戻り値:
エラーメッセージ

getErrorCD

public String getErrorCD()
エラーコードを取得します。

戻り値:
エラーコード

getXTreeSectypeList

public boolean getXTreeSectypeList(String dbId,
                                   String treeId)
セキュリティタイプを取得します。

パラメータ:
dbId - [必須] データベースID
treeId - [必須] 階層ID
戻り値:
実行結果(true:正常 false:異常)

getSeclogdata

public QbsXTreeSectype getSeclogdata()
qbs_x_seclogより、sectypeのデータを取得します。

戻り値:
seclogData