A B C D E F G H I J L M P Q R S T U V W

D

DataDefineInfoModel - jp.co.intra_mart.foundation.straform.model.definition の クラス
登録データ定義情報モデルクラス。
DataSource - jp.co.intra_mart.foundation.straform の インタフェース
DataSourceインターフェースは、ドキュメントの各項目に表示するデータオブジェクトのインターフェースです。
DataType - jp.co.intra_mart.foundation.straform.type の 列挙型
入力項目のデータ型をあらわす列挙型です。
deleteDepartmentAuthority(String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定したドキュメントIDの一覧表示権限(組織)情報を全て削除します。
deleteDepartmentAuthority(String, String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定した組織CDの一覧表示権限(組織)情報を全て削除します。
deleteDocument(String) - クラス jp.co.intra_mart.foundation.straform.DocumentManager のメソッド
ドキュメント情報の削除を行ないます。
deleteForm(String, boolean) - クラス jp.co.intra_mart.foundation.straform.FormManager のメソッド
指定されたフォームIDのフォーム情報を削除します。
deleteImwMatter(String) - クラス jp.co.intra_mart.foundation.straform.ImwRelationManager のメソッド
IM-VisualDesignerが管理する申請案件情報を削除します。
deleteImwRelation(String, String) - クラス jp.co.intra_mart.foundation.straform.ImwRelationManager のメソッド
指定されたコンテンツIDのIM-Workflow連携情報を削除します。
deleteItemData(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentDataManager のメソッド
指定された登録データIDの登録情報を削除します。
deleteListSetting(String) - クラス jp.co.intra_mart.foundation.straform.ListSettingManager のメソッド
指定されたドキュメントの一覧表示項目設定情報を削除します。
deleteMatterProperty(ImwMatterPropertyKey) - クラス jp.co.intra_mart.foundation.straform.ImwMatterPropertyManager のメソッド
指定された条件の案件プロパティ設定情報を削除します。
deletePostscript(ImwPostscriptKey) - クラス jp.co.intra_mart.foundation.straform.ImwPostscriptManager のメソッド
指定された条件の追記設定情報を削除します。
deletePublicGroupAuthority(String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定したドキュメントIDの一覧表示権限(パブリックグループ)情報を全て削除します。
deletePublicGroupAuthority(String, String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定したパブリックグループCDの一覧表示権限(パブリックグループ)情報を全て削除します。
deleteRelation(FormRelationModel) - クラス jp.co.intra_mart.foundation.straform.FormRelationManager のメソッド
ドキュメントに紐づいたフォーム情報を削除します。
deleteRoleAuthority(String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定したドキュメントIDの一覧表示権限(ロール)情報を全て削除します。
deleteRoleAuthority(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定されたロールIDの一覧表示権限(ロール)情報を削除します。
deleteTableSetting(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentManager のメソッド
テーブル設定情報を削除します。
deleteUserAuthority(String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定したドキュメントIDの一覧表示権限(ユーザ)情報を全て削除します。
deleteUserAuthority(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のメソッド
指定したユーザCDの一覧表示権限(ユーザ)情報を削除します。
deleteVersion(String, int) - クラス jp.co.intra_mart.foundation.straform.DocumentManager のメソッド
ドキュメント履歴情報を削除します。
deleteVersion(String, int, boolean) - クラス jp.co.intra_mart.foundation.straform.FormManager のメソッド
指定されたフォームのバージョン情報を削除します。
deleteWkfRelation(String, String, String) - クラス jp.co.intra_mart.foundation.straform.WkfRelationManager のメソッド
ワークフロー連携情報を削除します。
deployForm(String, String, String, byte[]) - クラス jp.co.intra_mart.foundation.straform.FormManager のメソッド
フォームをデプロイします。
deployNewVersion(FormVersionModel, String, byte[]) - クラス jp.co.intra_mart.foundation.straform.FormManager のメソッド
指定されたフォームの新規バージョンを追加します。
deployVersion(FormVersionModel, String, byte[]) - クラス jp.co.intra_mart.foundation.straform.FormManager のメソッド
指定されたフォームのバージョンを再デプロイします。
DetailSystemColumn - jp.co.intra_mart.foundation.straform.type.column の 列挙型
明細テーブルシステムカラム区別。
DocumentAuthManager - jp.co.intra_mart.foundation.straform の クラス
一覧表示権限情報管理クラス。
DocumentAuthManager(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentAuthManager のコンストラクタ
コンストラクタ
DocumentAuthorityType - jp.co.intra_mart.foundation.straform.type の 列挙型
一覧表示権限の処理種別をあらわす列挙型です。
DocumentCompiler - jp.co.intra_mart.foundation.straform の クラス
出力ドキュメントの生成クラスです。
DocumentCompiler() - クラス jp.co.intra_mart.foundation.straform.DocumentCompiler のコンストラクタ
 
DocumentCompilerFactory - jp.co.intra_mart.foundation.straform.compiler.factory の クラス
ドキュメント出力クラスファクトリ。
DocumentDataManager - jp.co.intra_mart.foundation.straform の クラス
登録データ情報管理クラス。
DocumentDataManager(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentDataManager のコンストラクタ
コンストラクタ
DocumentDefModel - jp.co.intra_mart.foundation.straform.model.definition の クラス
 
DocumentDefModel() - クラス jp.co.intra_mart.foundation.straform.model.definition.DocumentDefModel のコンストラクタ
 
DocumentExporter - jp.co.intra_mart.foundation.straform の クラス
ドキュメント情報エクスポートクラス。
DocumentExporter(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentExporter のコンストラクタ
コンストラクタ
DocumentImporter - jp.co.intra_mart.foundation.straform の クラス
ドキュメント情報インポータクラス。
DocumentImporter(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentImporter のコンストラクタ
コンストラクタ
DocumentInfoColumn - jp.co.intra_mart.foundation.straform.type.column の 列挙型
ドキュメントマスタのカラム区別。
DocumentInfoKey - jp.co.intra_mart.foundation.straform.model.document の クラス
ドキュメント情報検索条件クラス。
DocumentInfoKey() - クラス jp.co.intra_mart.foundation.straform.model.document.DocumentInfoKey のコンストラクタ
 
DocumentInfoModel - jp.co.intra_mart.foundation.straform.model.document の クラス
ドキュメント情報モデルクラス。
DocumentInfoModel() - クラス jp.co.intra_mart.foundation.straform.model.document.DocumentInfoModel のコンストラクタ
 
DocumentManager - jp.co.intra_mart.foundation.straform の クラス
ドキュメント情報管理クラス。
DocumentManager(String, String) - クラス jp.co.intra_mart.foundation.straform.DocumentManager のコンストラクタ
コンストラクタ
DocumentPageType - jp.co.intra_mart.foundation.straform.type の 列挙型
ドキュメントのページ種別をあらわす列挙型です。
DocumentType - jp.co.intra_mart.foundation.straform.type の 列挙型
ドキュメント種別をあらわす列挙型です。
DocumentVersionColumn - jp.co.intra_mart.foundation.straform.type.column の 列挙型
ドキュメント履歴マスタのカラム区別。
DocumentVersionKey - jp.co.intra_mart.foundation.straform.model.document の クラス
ドキュメント履歴情報検索条件クラス。
DocumentVersionKey() - クラス jp.co.intra_mart.foundation.straform.model.document.DocumentVersionKey のコンストラクタ
 
DocumentVersionModel - jp.co.intra_mart.foundation.straform.model.document の クラス
ドキュメント履歴情報モデルクラス。
DocumentVersionModel() - クラス jp.co.intra_mart.foundation.straform.model.document.DocumentVersionModel のコンストラクタ
 

A B C D E F G H I J L M P Q R S T U V W