jp.co.quickbinder.webservice.data
クラス DocRegistService
java.lang.Object
jp.co.quickbinder.webservice.data.DocRegistService
public class DocRegistService
- extends Object
文書登録クラス
メソッドの概要 |
DocRegistServiceRetValue |
exec(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
String dbId,
String treeId,
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)
文書の新規登録を行います。 |
DocRegistService
public DocRegistService()
exec
public DocRegistServiceRetValue exec(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
String dbId,
String treeId,
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)
throws org.apache.axis2.AxisFault
- 文書の新規登録を行います。
属性情報、添付ファイル、関連文書の登録が行えます。
- パラメータ:
wsUserInfo
- [必須] ユーザ情報dbId
- [必須] データベースIDtreeId
- [必須] 階層IDcol1008
- 保管終了日col1009
- 公開開始日col1011
- 保管年(未入力の場合は、0をセットします)ver
- バージョンrev
- リビジョンupreason
- 登録理由upcontent
- 登録内容upremarks
- 登録備考attrCol
- 属性カラムattrVal
- 属性値attrType
- 属性タイプrelDispName
- 関連文書名relDbId
- 関連文書データベースIDrelDataId
- 関連データIDfileId
- ファイルIDfileName
- ファイル名fileComment
- ファイル・コメントfileMakeThumbNailType
- サムネイル作成フラグfileViewOrder
- 並び順
- 戻り値:
- DocRegistServiceRetValue 返却値クラス
- 例外:
org.apache.axis2.AxisFault