jp.co.quickbinder.webservice.data
クラス DocRevisionService
java.lang.Object
jp.co.quickbinder.webservice.data.DocRevisionService
public class DocRevisionService
- extends Object
文書改版クラス
メソッドの概要 |
DocRevisionServiceRetValue |
exec(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
String dbId,
String treeId,
String dataId,
Date col1008,
Date col1009,
Integer col1011,
String ver,
String rev,
String upreason,
String upcontent,
String upremarks,
String[] attrCol,
String[] attrVal,
String[] attrType,
String[] relDispName,
String[] relDbId,
String[] relDataId,
String[] fileId,
String[] fileName,
String[] fileComment,
int[] fileMakeThumbNailType,
int[] fileViewOrder,
int documentType)
文書の改版を行います。 |
DocRevisionService
public DocRevisionService()
exec
public DocRevisionServiceRetValue exec(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
String dbId,
String treeId,
String dataId,
Date col1008,
Date col1009,
Integer col1011,
String ver,
String rev,
String upreason,
String upcontent,
String upremarks,
String[] attrCol,
String[] attrVal,
String[] attrType,
String[] relDispName,
String[] relDbId,
String[] relDataId,
String[] fileId,
String[] fileName,
String[] fileComment,
int[] fileMakeThumbNailType,
int[] fileViewOrder,
int documentType)
throws org.apache.axis2.AxisFault
- 文書の改版を行います。
属性情報の変更、添付ファイルの追加・削除、関連文書の変更が行えます。
結果は返却値クラスから取得してください。
- パラメータ:
wsUserInfo
- [必須] ユーザ情報dbId
- [必須] データベースIDtreeId
- [必須] 階層IDdataId
- [必須] データIDcol1008
- 保管終了日col1009
- 公開開始日col1011
- 保管年(未入力の場合は、0をセットします)ver
- バージョンrev
- リビジョンupreason
- 改版理由upcontent
- 改版内容upremarks
- 改版備考attrCol
- 属性カラムattrVal
- 属性値attrType
- 属性タイプrelDispName
- 関連文書名relDbId
- 関連文書データベースIDrelDataId
- 関連データIDfileId
- ファイルIDfileName
- ファイル名fileComment
- ファイル・コメントfileMakeThumbNailType
- サムネイル作成フラグfileViewOrder
- 並び順documentType
- [必須] 文書タイプ(1:未公開 0:公開中)
- 戻り値:
- DocRevisionServiceRetValue 返却値クラス
- 例外:
org.apache.axis2.AxisFault