ナビゲーション・リンクをスキップ
IM-FormaDesigner
A C D F G J P R S U V 

A

ApplicationPDFConverterAsync - jp.co.intra_mart.foundation.forma.pdfのクラス
非推奨です。
wkhtmltopdf がアーカイブされたことをうけ、当APIは非推奨となりました。IM-PDFDesigner のご利用をご検討ください。
ApplicationPDFConverterAsync() - クラス のコンストラクタjp.co.intra_mart.foundation.forma.pdf.ApplicationPDFConverterAsync
非推奨です。
デフォルトコンストラクタ
apply(ApplyParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaApplyManager
申請処理を実行します。
applyFromUnapply(ApplyFromUnapplyParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
未申請状態の案件(起票した案件)の申請処理を実行します。
approve(ApproveParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
承認処理を行います。
approveEnd(ApproveEndParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
承認終了処理を行います。

C

createPDF(String, String, String) - クラス のメソッドjp.co.intra_mart.foundation.forma.pdf.ApplicationPDFConverterAsync
非推奨です。
指定したアプリケーション登録データの参照画面をPDFファイルに出力します。
createPDF(String, String, String, List<String>) - クラス のメソッドjp.co.intra_mart.foundation.forma.pdf.ApplicationPDFConverterAsync
非推奨です。
指定したアプリケーション登録データの参照画面をPDFファイルに出力します。
createPDF(String, String, String, List<String>, Map<String, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.pdf.ApplicationPDFConverterAsync
非推奨です。
指定したアプリケーション登録データの参照画面をPDFファイルに出力します。
createTempSaveMatter(TempSaveParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaTempSaveManager
一時保存案件を新規作成します。

D

deleteFile(String, String, String, String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.FormaFileUploadItemManager
ファイル情報を削除します。
deleteImwMatter(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaImwMatterManager
IM-Formaが管理する申請案件情報を削除します。
deleteMatter(String, String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaImwMatterManager
IM-Formaが管理する申請案件情報を削除します。
deleteTempSaveMatter(TempSaveParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaTempSaveManager
一時保存案件を削除します。
deny(DenyParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
否認処理を行います。
discontinue(DiscontinueParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
取止め処理を行います。
draft(DraftParam) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaApplyManager
案件の起票処理を実行します。
draft(DraftParam, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaApplyManager
案件の起票処理を実行します。

F

FileUploadFileInfoModel - jp.co.intra_mart.foundation.forma.fileupload.modelのクラス
ファイルアップロード情報を扱うモデルクラスです。
FileUploadFileInfoModel() - クラス のコンストラクタjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
 
FormaApiException - jp.co.intra_mart.foundation.forma.exceptionの例外
Forma API内部で発生した例外です。
FormaApiException() - 例外 のコンストラクタjp.co.intra_mart.foundation.forma.exception.FormaApiException
コンストラクター
FormaApiException(MessageCode) - 例外 のコンストラクタjp.co.intra_mart.foundation.forma.exception.FormaApiException
コンストラクター
FormaApiException(MessageCode, String...) - 例外 のコンストラクタjp.co.intra_mart.foundation.forma.exception.FormaApiException
コンストラクター
FormaApiException(MessageCode, Throwable, String...) - 例外 のコンストラクタjp.co.intra_mart.foundation.forma.exception.FormaApiException
コンストラクター
FormaApiException(Throwable) - 例外 のコンストラクタjp.co.intra_mart.foundation.forma.exception.FormaApiException
コンストラクター
FormaApplyManager - jp.co.intra_mart.foundation.forma.imw.apiのクラス
申請マネージャ
FormaApplyManager() - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaApplyManager
コンストラクタ
申請マネージャを新しく生成します。
FormaApplyManager(String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaApplyManager
コンストラクタ
引数で指定したロケールIDで申請マネージャを新しく生成します。
FormaFileUpload - jp.co.intra_mart.foundation.forma.imw.api.modelのクラス
アイテム「ファイルアップロード」用のモデルです。
FormaFileUpload() - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
 
FormaFileUploadItemManager - jp.co.intra_mart.foundation.forma.fileuploadのクラス
画面アイテム「ファイルアップロード」を扱う機能を提供します。
FormaFileUploadItemManager(String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.fileupload.FormaFileUploadItemManager
コンストラクタ
引数で指定したアプリケーションIDでファイルアップロードアイテムマネージャを新しく生成します。
FormaImwMatterInfoModel - jp.co.intra_mart.foundation.forma.imw.api.modelのクラス
申請案件情報モデルクラス。
FormaImwMatterInfoModel() - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
 
FormaImwMatterManager - jp.co.intra_mart.foundation.forma.imw.apiのクラス
申請案件情報管理マネージャ
FormaImwMatterManager(String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaImwMatterManager
コンストラクタ
FormaProcessManager - jp.co.intra_mart.foundation.forma.imw.apiのクラス
処理マネージャ
FormaProcessManager(String, String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
コンストラクタ
引数で指定したシステム案件ID、ノードIDで処理マネージャを
新しく生成します。
FormaProcessManager(String, String, String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
コンストラクタ
引数で指定したロケールID、システム案件ID、ノードIDで処理マネージャを
新しく生成します。
FormaPullBackManager - jp.co.intra_mart.foundation.forma.imw.apiのクラス
引戻しマネージャ
FormaPullBackManager(String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaPullBackManager
コンストラクタ
引数で指定したシステム案件IDで引戻しマネージャを
新しく生成します。
FormaPullBackManager(String, String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaPullBackManager
コンストラクタ
引数で指定したロケールID、システム案件IDで引戻しマネージャを
新しく生成します。
FormaTempSaveManager - jp.co.intra_mart.foundation.forma.imw.apiのクラス
一時保存マネージャ
FormaTempSaveManager() - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaTempSaveManager
コンストラクタ
一時保存マネージャを新しく生成します。
FormaTempSaveManager(String) - クラス のコンストラクタjp.co.intra_mart.foundation.forma.imw.api.FormaTempSaveManager
コンストラクタ
引数で指定したロケールIDで一時保存マネージャを新しく生成します。
FormaUserParamKey - jp.co.intra_mart.foundation.forma.imw.api.typeのインタフェース
Forma用ユーザパラメータキー 通常は、StandardFormaUserParamKey を使用してください。

G

getApplicationId() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
アプリケーションIDを返却します。
getApplyDate() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
申請日を返却します。
getAuthUserCd() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
権限ユーザCDを返却します。
getContentsId() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
コンテンツIDを返却します。
getCreateDate() - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
登録日付を取得します。
getCreateUserCd() - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
登録ユーザCDを取得します。
getExecUserCd() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
実行ユーザCDを設定します。
getFile(String, String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.FormaFileUploadItemManager
ファイルIDに紐づく登録済みのファイル情報を取得します。
getFile(String, String, String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.FormaFileUploadItemManager
ファイルIDに紐づくファイル情報を取得します。
getFile() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
ファイルを取得します。
getFileId() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
ファイルIDを取得します。
getFileName() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
ファイル名を取得します。
getFilesInfo(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.FormaFileUploadItemManager
案件に紐づく登録済みのファイル情報を取得します。
getFilesInfo(String, String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.FormaFileUploadItemManager
案件に紐づくファイル情報を取得します。
getFlowId() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
フローIDを返却します。
getImwMatter(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaImwMatterManager
IM-Formaが管理する申請案件情報を取得します。
getInsertId() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
登録データIDを返却します。
getList() - クラス のstaticメソッドjp.co.intra_mart.foundation.forma.pdf.PDFConfigOption
文字列リスト形式のPDF出力オプションを取得します。
getMatterName() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
案件名を返却します。
getMatterNumber() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
案件番号を返却します。
getNotes() - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
備考を取得します。
getNotes() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
備考を取得します。
getRecordDate() - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
更新日付を取得します。
getRecordUserCd() - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
更新ユーザCDを取得します。
getStatus() - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
ステータスを取得します。
getSystemMatterId() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
システム案件IDを返却します。
getUploadItemId() - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
アイテム識別IDを取得します。

J

jp.co.intra_mart.foundation.forma.exception - パッケージ jp.co.intra_mart.foundation.forma.exception
 
jp.co.intra_mart.foundation.forma.fileupload - パッケージ jp.co.intra_mart.foundation.forma.fileupload
 
jp.co.intra_mart.foundation.forma.fileupload.model - パッケージ jp.co.intra_mart.foundation.forma.fileupload.model
 
jp.co.intra_mart.foundation.forma.imw.api - パッケージ jp.co.intra_mart.foundation.forma.imw.api
 
jp.co.intra_mart.foundation.forma.imw.api.model - パッケージ jp.co.intra_mart.foundation.forma.imw.api.model
 
jp.co.intra_mart.foundation.forma.imw.api.type - パッケージ jp.co.intra_mart.foundation.forma.imw.api.type
 
jp.co.intra_mart.foundation.forma.imw.api.type.impl - パッケージ jp.co.intra_mart.foundation.forma.imw.api.type.impl
 
jp.co.intra_mart.foundation.forma.pdf - パッケージ jp.co.intra_mart.foundation.forma.pdf
 

P

PDFConfigOption - jp.co.intra_mart.foundation.forma.pdfのクラス
IM-FormaDesigner のPDF詳細設定ファイル(forma-pdf-config.xml)に設定された出力オプションの読み込みを行います。
pullBack(PullBackParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaPullBackManager
引戻し処理を実行します。

R

reapply(ReapplyParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
案件の再申請処理を実行します。
registerFileTemp(List<FormaFileUpload>, String, String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.FormaFileUploadItemManager
ファイル情報を一時保存状態で登録します。
reserve(ReserveParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
保留処理を行います。
reserveCancel(ReserveCancelParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
保留解除処理を行います。

S

sendBack(SendBackParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaProcessManager
差戻し処理を行います。
setApplicationId(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
アプリケーションIDを設定します。
setApplyDate(Date) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
申請日を設定します。
setAuthUserCd(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
権限ユーザCDを設定します。
setContentsId(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
コンテンツIDを設定します。
setCreateDate(Date) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
登録日付を設定します。
setCreateUserCd(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
登録ユーザCDを設定します。
setExecUserCd(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
実行ユーザCDを設定します。
setFile(InputStream) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
ファイルを設定します。
setFileId(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
ファイルIDを設定します。
setFileName(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
ファイル名を設定します。
setFlowId(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
フローIDを設定します。
setInsertId(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
登録データIDを設定します。
setMatterName(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
案件名を設定します。
setMatterNumber(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
案件番号を設定します。
setNotes(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
備考を設定します。
setNotes(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
備考を設定します。
setPDFFilePath(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.pdf.ApplicationPDFConverterAsync
非推奨です。
PDFファイル出力先のパスを指定します。
setRecordDate(Date) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
更新日付を設定します。
setRecordUserCd(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
更新ユーザCDを設定します。
setStatus(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.fileupload.model.FileUploadFileInfoModel
ステータスを設定します。
setSystemMatterId(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaImwMatterInfoModel
システム案件IDを設定します。
setUploadItemId(String) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.model.FormaFileUpload
アイテム識別IDを設定します。
StandardFormaUserParamKey - jp.co.intra_mart.foundation.forma.imw.api.type.implの列挙
Forma用ユーザパラメータのパラメータキーの列挙型定数です。

U

updateTempSaveMatter(TempSaveParam, Map<String, Object>, Map<FormaUserParamKey, Object>) - クラス のメソッドjp.co.intra_mart.foundation.forma.imw.api.FormaTempSaveManager
一時保存案件を更新します。

V

valueOf(String) - 列挙 のstaticメソッドjp.co.intra_mart.foundation.forma.imw.api.type.impl.StandardFormaUserParamKey
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 のstaticメソッドjp.co.intra_mart.foundation.forma.imw.api.type.impl.StandardFormaUserParamKey
この列挙型の定数を含む配列を宣言されている順序で返します。
A C D F G J P R S U V 
ナビゲーション・リンクをスキップ
IM-FormaDesigner

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.