jp.co.quickbinder.webservice.data
クラス DocDisposeService

java.lang.Object
  上位を拡張 jp.co.quickbinder.webservice.data.DocDisposeService

public class DocDisposeService
extends Object

文書廃棄クラス


コンストラクタの概要
DocDisposeService()
           
 
メソッドの概要
 DocDisposeServiceRetValue exec(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo, String dataId, int documentType)
          文書の廃棄を行います。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DocDisposeService

public DocDisposeService()
メソッドの詳細

exec

public DocDisposeServiceRetValue exec(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
                                      String dataId,
                                      int documentType)
                               throws org.apache.axis2.AxisFault
文書の廃棄を行います。
 
 未公開文書は物理削除、公開中文書は論理削除します。
 結果は返却値クラスから取得してください。 
 

パラメータ:
wsUserInfo - [必須] ユーザ情報
dataId - [必須] データID
documentType - [必須] 文書タイプ(1:未公開 0:公開中)
戻り値:
返却値クラス
例外:
org.apache.axis2.AxisFault