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
- 登録理由「最大桁数は 255バイト」upcontent
- 登録内容「最大桁数は 255バイト」upremarks
- 登録備考「最大桁数は 4000バイト」attrCol
- 属性カラムattrVal
- 属性値attrType
- 属性タイプ「0:文字列 1:数値 2:日付 」relDispName
- 関連文書名「最大桁数は 64バイト」relDbId
- 関連文書データベースIDrelDataId
- 関連データIDfileId
- ファイルIDfileName
- ファイル名「最大桁数は 255バイト」fileComment
- ファイル・コメント「最大桁数は 255バイト」fileMakeThumbNailType
- サムネイル作成フラグ「-1:作成しない 0:モノクロ 1:カラー」fileViewOrder
- 並び順
- 戻り値:
- DocRegistServiceRetValue 返却値クラス
- 例外:
org.apache.axis2.AxisFault