- GAIJI_CHARS - Static variable in class nablarch.core.util.JapaneseCharacterSet
-
Deprecated.
外字
- Gateway - Class in nablarch.integration.workflow.definition
-
ゲートウェイ定義を表すクラス。
- Gateway(String, String, String, String, List<SequenceFlow>) - Constructor for class nablarch.integration.workflow.definition.Gateway
-
ゲートウェイ定義を生成する。
- Gateway.GatewayType - Enum in nablarch.integration.workflow.definition
-
ゲートウェイタイプ
- GeFlowProceedCondition - Class in nablarch.integration.workflow.condition
-
指定のパラメータ値が、期待する値以上であることのチェックを行うフロー進行条件クラス。
- GeFlowProceedCondition(String, String) - Constructor for class nablarch.integration.workflow.condition.GeFlowProceedCondition
-
期待値以上であることを比較するフロー進行条件クラスを生成する。
- generate() - Method in class nablarch.common.web.token.RandomTokenGenerator
-
トークンを生成する。
- generate() - Method in interface nablarch.common.web.token.TokenGenerator
-
トークンを生成する。
- generate() - Method in class nablarch.common.web.token.UUIDV4TokenGenerator
-
- generate(DbToDbStepConfig) - Method in class nablarch.etl.generator.H2MergeSqlGenerator
-
- generate(DbToDbStepConfig) - Method in class nablarch.etl.generator.MergeSqlGenerator
-
MERGE文を生成する。
- generate(DbToDbStepConfig) - Method in class nablarch.etl.generator.PostgresMergeSqlGenerator
-
- generate(DbToDbStepConfig) - Method in class nablarch.etl.generator.SqlServerMergeSqlGenerator
-
- generate(DbToDbStepConfig) - Method in class nablarch.etl.generator.StandardMergeSqlGenerator
-
- generate() - Static method in class nablarch.fw.dicontainer.component.ComponentId
-
IDを生成する。
- generate(String, int) - Method in interface nablarch.test.core.util.generator.CharacterGenerator
-
文字を生成する。
- generate(String, int) - Method in class nablarch.test.core.util.generator.CharacterGeneratorBase
-
与えられた文字種の文字列を生成する。
不明な文字種が与えられた場合は例外が発生する。
- generateContext() - Method in class nablarch.common.encryption.AesEncryptor
-
暗号化と復号に使用するコンテキスト情報を生成する。
コンテキスト情報には、共通鍵暗号方式であれば使用する共通鍵を保持する。
- generateContext() - Method in interface nablarch.common.encryption.Encryptor
-
暗号化と復号に使用するコンテキスト情報を生成する。
コンテキスト情報には、共通鍵暗号方式であれば使用する共通鍵を保持する。
- generateExecutionId() - Static method in class nablarch.core.log.LogUtil
-
実行時IDを生成する。
- generateId(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番する。
- generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番し、指定された
IdFormatterでフォーマットし返却する。
- generateId(String) - Method in interface nablarch.common.idgenerator.IdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番する。
- generateId(String, IdFormatter) - Method in interface nablarch.common.idgenerator.IdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番し、指定された
IdFormatterでフォーマットし返却する。
- generateId(String) - Method in class nablarch.common.idgenerator.SequenceIdGenerator
-
シーケンスオブジェクトを用いて一意の値を採番する。
- generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.SequenceIdGenerator
-
シーケンスオブジェクトを用いて一意の値を採番する。
- generateId(String) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
-
Deprecated.
- generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
-
Deprecated.
引数で指定された採番対象ID内でユニークなIDを採番し、指定された
IdFormatterでフォーマットし返却する。
- generateId(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番する。
- generateId(String, IdFormatter) - Method in class nablarch.common.idgenerator.TableIdGenerator
-
引数で指定された採番対象ID内でユニークなIDを採番し、指定された
IdFormatterでフォーマットし返却する。
- generateId() - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネントIDの最大値を取得する。
- generateId() - Method in interface nablarch.fw.messaging.HttpMessageIdGenerator
-
HTTP通信で使用するメッセージIDを採番する。
- generateIndexKey(String, Code) - Method in class nablarch.common.code.BasicCodeLoader
-
静的データからインデックスのキーを生成する。
- generateIndexKey(String, T) - Method in interface nablarch.core.cache.StaticDataLoader
-
静的データからインデックスのキーを生成する。
- generateIndexKey(String, Map<String, Map<String, Object>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
静的データからインデックスのキーを生成する(本メソッドは、サポートしない)。
- generateIndexKey(String, Map<String, String>) - Method in class nablarch.core.db.statement.BasicSqlLoader
-
静的データからインデックスのキーを生成する。
- generateIndexKey(String, StringResource) - Method in class nablarch.core.message.BasicStringResourceLoader
-
静的データからインデックスのキーを生成する。
- generateIndexKey(String, StringResource) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
- generateIndexKey(String, FormValidationDefinition) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
-
静的データからインデックスのキーを生成する。
- generateInsertColumnList(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert対象のカラムリスト(括弧つき)を生成する。
- generateInsertIntoClause(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert into句を生成する。
- generateInsertIntoClause(DbToDbStepConfig) - Method in class nablarch.etl.generator.OracleDirectPathInsertSqlGenerator
-
Oracleのダイレクトパスインサート用のヒントを設定したinsert into句を生成する。
- generateInsertTableName(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert対象のテーブル名を生成する。
- generateIv(int) - Method in class nablarch.common.encryption.AesEncryptor
-
IV(イニシャルバリュー)を生成する。
- generateKey(int) - Method in class nablarch.common.encryption.AesEncryptor
-
共通鍵を生成する。
- generateParseException() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
Generate ParseException.
- generatePostRequestKey(String) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
-
Deprecated.
POST時のリクエスト情報をセッションスコープに格納する際に使用するキーを生成する。
キーの形式は下記の通り。
- generateReceivedSequence() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveAction
-
受信電文連番を採番する。
受信電文連番採番時には、nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings#getReceivedSequenceFormatter()
で取得したフォーマッタを使用して、IDのフォーマットを行う。
採番対象を識別するためのIDは、nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings#getTargetGenerateId()より取得する
- generateRedirectPath(HttpRequest) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
-
Deprecated.
POST後のリダイレクトに使用するパスを生成する。
パスの形式は下記の通り。
- generateSourceSql(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
insert対象のデータを取得するselect文を生成する。
- generateSql(Class<?>) - Method in class nablarch.etl.generator.Db2TruncateSqlGenerator
-
- generateSql(DbToDbStepConfig) - Method in class nablarch.etl.generator.InsertSqlGenerator
-
一括登録用のINSERT文を生成する。
- generateSql(DbToDbStepConfig) - Method in class nablarch.etl.generator.MaxLineNumberSqlGenerator
-
- generateSql(DbToDbStepConfig) - Method in class nablarch.etl.generator.MergeSqlGenerator
-
- generateSql(T) - Method in class nablarch.etl.generator.SqlGeneratorSupport
-
ステップの設定からデータを移送するためのSQL文を生成する。
- generateSql(Class<?>) - Method in class nablarch.etl.generator.TruncateSqlGenerator
-
TRUNCATE文を構築する。
- generateToken(NablarchHttpServletRequestWrapper) - Static method in class nablarch.common.web.token.TokenUtil
-
トークンを生成し、セッションスコープに設定する。
トークンの生成は、リクエストスコープに対して一度だけ行い、リクエストスコープ内では一度生成したトークンを使いまわす。
- generateToken() - Method in interface nablarch.fw.web.handler.csrf.CsrfTokenGenerator
-
CSRFトークンを生成して返す。
- generateToken() - Method in class nablarch.fw.web.handler.csrf.UUIDv4CsrfTokenGenerator
-
- generateUniqueName(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
-
画面上のタグのユニークな名前を生成する。
値のフォーマット:"nablarch_<タグを識別するキー><連番>"
- GenericAttributesTagSupport - Class in nablarch.common.web.tag
-
XHTMLの共通属性を出力するクラスの実装をサポートするクラス。
- GenericAttributesTagSupport() - Constructor for class nablarch.common.web.tag.GenericAttributesTagSupport
-
- GenericJdbcDbInfo - Class in nablarch.test.core.db
-
- GenericJdbcDbInfo() - Constructor for class nablarch.test.core.db.GenericJdbcDbInfo
-
- GenericLauncher - Class in nablarch.fw.launcher
-
汎用のプログラム起動クラス。
本クラスはプログラム起動の共通的な枠組みのみを提供し、
個別の処理については
ProcessLifecycle実装クラスに委譲される。
- GenericLauncher(String[]) - Constructor for class nablarch.fw.launcher.GenericLauncher
-
コンストラクタ。
- get(int) - Method in class nablarch.common.dao.DeferredEntityList
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationExceptionを送出する。
- get(String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- get(String, String) - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- get(String) - Method in class nablarch.common.web.session.Session
-
セッションキーからセッション値を取得する。
- get(String, Class<T>) - Method in class nablarch.common.web.session.Session
-
指定されたセッションキーに対応する値を返す。
- get(Object) - Method in class nablarch.common.web.session.SessionEntry
-
- get(ExecutionContext, String) - Static method in class nablarch.common.web.session.SessionUtil
-
- get(HtmlAttribute) - Method in class nablarch.common.web.tag.HtmlAttributes
-
属性を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.AdditionalInfoItem
-
付加情報を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.BatchCountItem
-
バッチ件数を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.CountItem
-
検索件数を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.ExecuteTimeItem
-
実行時間を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.FetchSizeItem
-
フェッチ件数を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.MethodNameItem
-
メソッド名を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.QueryTimeoutItem
-
タイムアウト時間を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.RetrieveTimeItem
-
データ取得時間を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.SizeItem
-
最大取得件数を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlItem
-
SQL文を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.StartPositionItem
-
取得開始位置を取得する。
- get(SqlLogFormatter.SqlLogContext) - Method in class nablarch.core.db.statement.SqlLogFormatter.UpdateCountItem
-
更新件数を取得する。
- get(ApplicationSettingLogFormatter.ApplicationSettingLogContext) - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter.BusinessDate
-
業務日付を取得する。
- get(ApplicationSettingLogFormatter.ApplicationSettingLogContext) - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter.SystemSettings
-
システム設定値を取得する。
- get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.ContactItem
-
連絡先を取得する。
- get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.DataItem
-
処理対象データを取得する。
- get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.FailureCodeItem
-
障害コードを取得する。
- get(FailureLogFormatter.FailureLogContext) - Method in class nablarch.core.log.app.FailureLogFormatter.MessageItem
-
メッセージを取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.EndFreeMemoryItem
-
終了時の空きメモリ量を取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.EndUsedMemoryItem
-
終了時の使用メモリ量を取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.ExecutionTimeItem
-
実行時間を取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.MaxMemoryItem
-
最大メモリ量を取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PointItem
-
ポイントを取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.ResultItem
-
処理結果を取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.StartFreeMemoryItem
-
開始時の空きメモリ量を取得する。
- get(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.StartUsedMemoryItem
-
開始時の使用メモリ量を取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.BootProcessItem
-
起動プロセスを取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.ExecutionIdItem
-
実行時IDを取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.InformationItem
-
オプション情報に指定されたオブジェクトのフィールド情報を取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.LoggerNameItem
-
ロガー名を取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.LogLevelItem
-
LogLevelLabelProviderを使用してログレベルを取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.MessageItem
-
メッセージを取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.ProcessingSystemItem
-
処理方式を取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.RequestIdItem
-
リクエストIDを取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.RuntimeLoggerNameItem
-
実行時ロガー名を取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.StackTraceItem
-
エラー情報に指定された例外オブジェクトのスタックトレースを取得する。
- get(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.UserIdItem
-
ユーザIDを取得する。
- get(String) - Method in class nablarch.core.log.basic.BasicLoggerFactory
-
- get(CTX) - Method in class nablarch.core.log.DateItemSupport
-
日時を取得する。
DateFormatを排他制御した上で日時をフォーマットする。
- get(Object) - Method in class nablarch.core.log.FixedStringItem
-
固定文字列を取得する。
- get(String) - Method in interface nablarch.core.log.LoggerFactory
-
- get(Class<?>) - Static method in class nablarch.core.log.LoggerManager
-
- get(String) - Static method in class nablarch.core.log.LoggerManager
-
ロガーを取得する。
クラスローダに紐付く
LoggerFactoryから取得したロガーを返す。
ロガー名に対応するロガーが見つからない場合は、何も処理しないロガーを返す。
- get(CTX) - Method in interface nablarch.core.log.LogItem
-
ログの出力項目を取得する。
- get(T) - Method in class nablarch.core.log.MaskingMapItemSupport
-
- get(String) - Method in class nablarch.core.message.StringResourceHolder
-
文字列リソースを取得する。
- get(String) - Static method in class nablarch.core.repository.SystemRepository
-
リポジトリに登録されたコンポーネントを取得する。
- get(Object) - Method in class nablarch.core.util.map.AttributeMap
-
- get(Object) - Method in class nablarch.core.util.map.CaseInsensitiveMap
-
- get(Object) - Method in class nablarch.core.util.map.ExclusiveAccessMap
-
- get(Object) - Method in class nablarch.core.util.map.MapWrapper
-
- get(Object) - Method in class nablarch.core.util.map.MultipleKeyCaseMap
-
指定されたキー名に対応する値を返却する。
指定されるキー名は、大文字小文字は区別しない。
また、アンダースコア(_)を含むキー名の場合には、アンダースコアを除去したキー名を指定してもよい。
- get(Contextual<T>, CreationalContext<T>) - Method in class nablarch.fw.batch.ee.cdi.StepScopedContext
-
- get(Contextual<T>) - Method in class nablarch.fw.batch.ee.cdi.StepScopedContext
-
- get(Contextual<?>) - Method in class nablarch.fw.batch.ee.cdi.StepScopedHolder
-
値を取得する。
- get(ComponentId) - Method in class nablarch.fw.dicontainer.component.ComponentDefinitionRepository
-
コンポーネント定義を取得する。
- get() - Static method in class nablarch.fw.dicontainer.nablarch.Containers
-
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ClientHostItem
-
クライアント端末ホストを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ClientIpAddressItem
-
クライアント端末IPアドレスを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ClientUserAgentItem
-
HTTPヘッダの User-Agent を取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ExecutionTimeItem
-
実行時間を取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.FreeMemoryItem
-
開始時の空きメモリ量を取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.MaxMemoryItem
-
最大メモリ量を取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.MethodItem
-
HTTPメソッドを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.PortItem
-
ポート番号を取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.QueryStringItem
-
クエリ文字列を取得する。
クエリ文字列があれば"?"を含めクエリ文字列を取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.RequestBodyItem
-
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.RequestIdItem
-
リクエストIDを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ResponseBodyItem
-
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionIdItem
-
セッションIDを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionStoreIdItem
-
セッションストアIDを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.StatusCodeItem
-
ステータスコードを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.UrlItem
-
URLを取得する。
- get(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.UserIdItem
-
ユーザIDを取得する。
- get(ExecutionContext) - Static method in class nablarch.fw.jaxrs.JaxRsContext
-
- get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.CommandLineArguments
-
コマンドライン引数を取得する。
コマンドライン引数は、以下のフォーマットで文字列に変換する。
- get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.CommandLineOptions
-
コマンドラインオプションを取得する。
- get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.ExecuteTime
-
- get(LauncherLogFormatter.LauncherLogContext) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.ExitCode
-
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.CorrelationId
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.Destination
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBody
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBodyHex
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBodyLength
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageHeader
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageId
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.ReplyTo
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.ThreadName
-
ログの出力項目を取得する。
- get(MessagingLogFormatter.MessagingLogContext) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.TimeToLive
-
ログの出力項目を取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ClientHostItem
-
クライアント端末ホストを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ClientIpAddressItem
-
クライアント端末IPアドレスを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ClientUserAgentItem
-
HTTPヘッダの User-Agent を取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ContentPathItem
-
コンテンツパスを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.DispatchingClassItem
-
ディスパッチ先クラスを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ExecutionTimeItem
-
実行時間を取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.FreeMemoryItem
-
開始時の空きメモリ量を取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.MaxMemoryItem
-
最大メモリ量を取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.MethodItem
-
HTTPメソッドを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.PortItem
-
ポート番号を取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.QueryStringItem
-
クエリ文字列を取得する。
クエリ文字列があれば"?"を含めクエリ文字列を取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.RequestIdItem
-
リクエストIDを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ResponseStatusCodeItem
-
ステータスコードを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionIdItem
-
セッションIDを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionStoreIdItem
-
セッションストアIDを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.StatusCodeItem
-
ステータスコードを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.UrlItem
-
URLを取得する。
- get(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.UserIdItem
-
ユーザIDを取得する。
- get(String) - Method in class nablarch.fw.web.RestMockHttpRequestBuilder
-
- get(Class<T>) - Static method in class nablarch.integration.doma.DomaDaoRepository
-
指定されたDaoインタフェースの実装クラスを取得する。
- get(String) - Method in class nablarch.integration.log.jbosslogging.JbossLoggingLoggerFactory
-
- get(String) - Method in class nablarch.integration.log.slf4j.Slf4JLoggerFactory
-
- get(String) - Method in class nablarch.integration.micrometer.NablarchMeterRegistryConfig
-
- get(String) - Method in class nablarch.integration.redisstore.lettuce.LettuceClusterRedisClient
-
- get(String) - Method in class nablarch.integration.redisstore.lettuce.LettuceMasterReplicaRedisClient
-
- get(String) - Method in interface nablarch.integration.redisstore.lettuce.LettuceRedisClient
-
値を取得する。
- get(String) - Method in class nablarch.integration.redisstore.lettuce.LettuceSimpleRedisClient
-
- get() - Static method in class nablarch.integration.workflow.WorkflowConfig
-
ワークフロー関連の設定情報を取得する。
- get(int, int) - Method in class nablarch.test.core.db.BasicDefaultValues
-
データ型に応じたデフォルト値を取得する。
- get(int, int) - Method in interface nablarch.test.core.db.DefaultValues
-
データ型に応じたデフォルト値を取得する。
- get(String) - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
- get(String, String, boolean) - Static method in class nablarch.test.core.repository.ConfigurationBrowser
-
コンポーネントを取得する。
- get(String) - Method in class nablarch.test.core.standalone.TestShot
-
テストデータを取得する。
- getAbnormalEndExitCode() - Method in class nablarch.common.mail.MailConfig
-
送信失敗時の終了コードを取得する。
- getAbsoluteCssUriPrefix(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
URI型の絶対パス参照文字列から、URIのプレフィックスを取得する。
- getAccept() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
レスポンスの本文として受信可能なタイプを取得します
- getAcceptLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
-
"Accept-Language"ヘッダをパースし、一番優先度が高いサポート対象の言語を返す。
- getAccessLogContext(Request<?>, ServletExecutionContext) - Static method in class nablarch.fw.web.handler.HttpAccessLogUtil
-
- getAction() - Method in class nablarch.common.web.tag.SubmissionInfo
-
サブミット時の動作を取得する。
- getActiveFlowNodeTableName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
アクティブフローノードテーブルのテーブル名を取得する。
- getActiveGroupTaskCount(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
アクティブグループタスク数を取得する。
- getActiveGroupTaskCountByPk(String, String, String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
担当グループを指定して、アクティブグループタスク数を取得する。
- getActiveGroupTaskTableName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
アクティブグループタスクテーブル名を取得する。
- getActiveUserTaskCount(String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
アクティブユーザタスク数を取得する。
- getActiveUserTaskCountByPk(String, String, String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
担当ユーザを指定して、アクティブユーザタスク数を取得する。
- getActiveUserTaskTableName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
アクティブユーザタスクテーブル名を取得する。
- getActualDataKey(String) - Method in class nablarch.core.util.map.MultipleKeyCaseMap
-
指定されたキー名に対応する実データマップのキー名を取得する。
- getActualFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
-
実際のファイルサイズを取得する。
- getActualRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
-
実際の宛先数を取得する。
- getActualSizeOf(T) - Method in class nablarch.core.validation.ee.Size.AbstractSizeValidator
-
与えられたオブジェクトのサイズを取得する。
- getActualSizeOf(Object[]) - Method in class nablarch.core.validation.ee.Size.ArraySizeValidator
-
与えられたオブジェクトのサイズを取得する。
- getActualSizeOf(Collection<?>) - Method in class nablarch.core.validation.ee.Size.CollectionSizeValidator
-
与えられたオブジェクトのサイズを取得する。
- getAddDefaultContentTypeForNoBodyResponse() - Method in class nablarch.common.web.WebConfig
-
ボディを持たないレスポンスでもContent-Typeを設定するか否かを取得する。
- getAdditionalInfo() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
付加情報を取得する。
- getAdditionalInfoOfPattern() - Method in class nablarch.core.util.FormatSpec
-
パターンの付加情報を取得する。
- getAllColumns() - Method in class nablarch.common.dao.EntityMeta
-
全カラムのリストを返す。
- getAllColumns(String) - Static method in class nablarch.etl.EtlUtil
-
テーブルが持つカラムの名前リストを取得する。
- getAllDate() - Method in class nablarch.core.date.BasicBusinessDateProvider
-
全ての業務日付を取得する。
- getAllDate() - Method in interface nablarch.core.date.BusinessDateProvider
-
全ての業務日付を取得する。
- getAllDate() - Static method in class nablarch.core.date.BusinessDateUtil
-
全区分の業務日付を取得する。
- getAllDate() - Method in class nablarch.test.FixedBusinessDateProvider
-
全ての業務日付を取得する。
- getAllMessages() - Method in class nablarch.fw.web.message.ErrorMessages
-
全てのメッセージを返す。
- getAllMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult.ErrorMessages
-
行数の昇順でソートされた、全てのエラーメッセージを取得する。
- getAlreadySentReply(RequestMessage) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
-
再送電文テーブルの内容を確認し、メッセージIDが一致する電文があれば
その内容をもとに応答電文を作成して返す
該当する電文が存在しなければnullを返す。
- getAnalysisFormat(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
障害解析ログのフォーマットを取得する。
- getAncestorClasses(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
クラスの全ての祖先を取得する。
祖先のリストの並び順は、
clazzからの近さ順となる。
Objectは取得結果リストに含まれない。
そのため、
clazzが
Object以外を継承していないクラスである場合、空のリストを返す。
- getAnnotation() - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport.FieldHolder
-
アノテーションを取得する。
- getAnnotationClass() - Method in class nablarch.common.code.validator.CodeValueValidator
-
対応するアノテーションのクラスを取得する。
- getAnnotationClass() - Method in class nablarch.core.validation.domain.DomainValidator
-
- getAnnotationClass() - Method in class nablarch.core.validation.validator.DecimalRangeValidator
-
- getAnnotationClass() - Method in interface nablarch.core.validation.Validator
-
対応するアノテーションのクラスを取得する。
- getAnnotationClass() - Method in class nablarch.core.validation.validator.LengthValidator
-
対応するアノテーションのクラスを取得する。
- getAnnotationClass() - Method in class nablarch.core.validation.validator.NumberRangeValidator
-
対応するアノテーションのクラスを取得する。
- getAnnotationClass() - Method in class nablarch.core.validation.validator.RequiredValidator
-
対応するアノテーションのクラスを取得する。
- getAnnotationClass() - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
-
対応するアノテーションのクラスを取得する。
- getAnnotationDataFrom(Annotation) - Method in class nablarch.common.date.AbstractDateStringConverter
-
アノテーションから値を取得する。
- getAnnotationDataFrom(Annotation) - Method in class nablarch.common.date.YYYYMMConvertor
-
アノテーションから値を取得する。
- getAnnotationDataFrom(Annotation) - Method in class nablarch.common.date.YYYYMMDDConvertor
-
アノテーションから値を取得する。
- getAppFailureCodes(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
アプリケーション用の障害コード変換情報を取得する。
- getApplicationException() - Method in class nablarch.fw.ExecutionContext
-
- getAppSettingsLogFormat() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定ログのフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、
そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
- getAppSettingsLogItems() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定用のログ出力項目を生成する。
- getAppSettingsLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter
-
- getAppSettingsLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
- getAppSettingsLogMsg() - Static method in class nablarch.core.log.app.ApplicationSettingLogUtil
-
- getAppSettingsWithDateLogFormat() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定及び業務日付ログ用のログフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、
そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
- getAppSettingsWithDateLogItems() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
アプリケーション設定及び日付出力用のログ出力項目を生成する。
- getAppSettingsWithDateLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter
-
- getAppSettingsWithDateLogMsg() - Method in class nablarch.core.log.app.ApplicationSettingLogFormatter
-
- getAppSettingsWithDateLogMsg() - Static method in class nablarch.core.log.app.ApplicationSettingLogUtil
-
- getArgs() - Method in class nablarch.fw.launcher.CommandLine
-
コマンドライン引数のリストを返す。
- getArgs() - Method in class nablarch.fw.launcher.CommandLineParser.Result
-
コマンドライン引数を返す。
- getArraySize(Object) - Static method in class nablarch.core.db.util.DbUtil
-
オブジェクトの配列サイズを取得する。
オブジェクトが配列または、
Collection以外の場合は、
IllegalArgumentException。
オブジェクトがnullの場合は、0を返却する。
- getArrayValue(Object, int) - Static method in class nablarch.core.db.util.DbUtil
-
配列または、
Collectionオブジェクトから指定された要素の値を取得する。
オブジェクトが配列または、Collection以外の場合は、
IllegalArgumentException。
オブジェクトがnullの場合は、nullを返却する。
- getAsciiChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全てのAscii文字を取得する。
- getAscSortSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのascSortSubmitCss属性のデフォルト値を取得する。
- getAssignedGroupColumnName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
担当グループのカラム名を取得する。
- getAssignedGroupId() - Method in class nablarch.integration.workflow.dao.TaskAssignedGroupEntity
-
担当グループIDを取得する。
- getAssignedGroups(String) - Method in class nablarch.integration.workflow.BasicWorkflowInstance
-
- getAssignedGroups(String) - Method in class nablarch.integration.workflow.definition.Task
-
タスクに割り当てられた担当グループを取得する。
担当グループは、実行順でソートされて返却される。
- getAssignedGroups(String) - Method in class nablarch.integration.workflow.WorkflowInstance.CompletedWorkflowInstance
-
タスクに割り当てられた担当グループを取得する。
担当グループは、実行順でソートされて返却される。
- getAssignedGroups(String) - Method in interface nablarch.integration.workflow.WorkflowInstance
-
タスクに割り当てられた担当グループを取得する。
担当グループは、実行順でソートされて返却される。
- getAssignedGroupTableName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
タスク担当グループテーブル名を取得する。
- getAssignedUserColumnName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
担当者のカラム名を取得する。
- getAssignedUsers(String) - Method in class nablarch.integration.workflow.BasicWorkflowInstance
-
- getAssignedUsers(String) - Method in class nablarch.integration.workflow.definition.Task
-
タスクに割り当てられた担当ユーザを取得する。
担当ユーザは、実行順でソートされて返却される。
- getAssignedUsers(String) - Method in class nablarch.integration.workflow.WorkflowInstance.CompletedWorkflowInstance
-
タスクに割り当てられた担当ユーザを取得する。
担当ユーザは、実行順でソートされて返却される。
- getAssignedUsers(String) - Method in interface nablarch.integration.workflow.WorkflowInstance
-
タスクに割り当てられた担当ユーザを取得する。
担当ユーザは、実行順でソートされて返却される。
- getAssignedUserTableName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
タスク担当ユーザテーブル名を取得する。
- getAttachedFileList() - Method in class nablarch.common.mail.MailContext
-
添付ファイルのリストを取得する。
- getAttachedTaskId() - Method in class nablarch.integration.workflow.definition.BoundaryEvent
-
接続先タスクIDを取得する。
- getAttachedTaskIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
接続先タスクIDカラム名を取得する。
- getAttribute(K) - Method in class nablarch.core.util.map.AttributeMap
-
指定した属性名に対応する属性値を取得する。
- getAttribute(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getAttribute(String) - Method in class nablarch.fw.web.servlet.RequestAttributeMap
-
指定した属性名に対応する属性値を取得する。
- getAttribute(String) - Method in class nablarch.fw.web.servlet.SessionAttributeMap
-
指定した属性名に対応する属性値を取得する。
- getAttribute() - Method in class nablarch.integration.micrometer.instrument.binder.jmx.MBeanAttributeCondition
-
属性名を取得する。
- getAttributeNames() - Method in class nablarch.core.util.map.AttributeMap
-
属性名のイテレータを取得する。
- getAttributeNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getAttributeNames() - Method in class nablarch.fw.web.servlet.RequestAttributeMap
-
属性名のイテレータを取得する。
- getAttributeNames() - Method in class nablarch.fw.web.servlet.SessionAttributeMap
-
属性名のイテレータを取得する。
- getAttributes() - Method in class nablarch.common.web.tag.HtmlTagSupport
-
HTMLの属性を取得する。
- getAttributes() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
属性情報を取得する。
- getAutocompleteDisableTarget() - Method in class nablarch.common.web.tag.CustomTagConfig
-
autocomplete属性をOFFにする対象のデフォルト値を取得する。
- getAutowireType() - Method in class nablarch.core.repository.di.config.xml.schema.Component
-
Gets the value of the autowireType property.
- getAvailableStores() - Method in class nablarch.common.web.session.SessionManager
-
セッションストアを取得する。
- getBackend() - Method in class nablarch.fw.web.servlet.SessionAttributeMap
-
このMapの実体であるHTTPSessionオブジェクトを返す。
- getBaseDir(URL, String) - Static method in class nablarch.core.util.ResourcesUtil
-
ファイルを表すURLからルートパッケージの上位となるベースディレクトリを求めて返す。
- getBaseDirectory(String) - Method in class nablarch.core.util.FilePathSetting
-
ベースディレクトリを取得する。
- getBasePackage() - Method in class nablarch.core.repository.di.config.externalize.AnnotationComponentDefinitionLoader
-
スキャン対象のパッケージを返す。
- getBasePackage() - Method in class nablarch.fw.handler.JavaPackageMappingEntry
-
マッピング先Javaパッケージを取得する。
- getBasePackage(Request<?>, ExecutionContext) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
-
マッピング先Javaパッケージを取得する。
optionalPackageMappingEntries プロパティに設定した順番にリクエストパスのパターンとリクエストパスとのマッチングが行われ、 最初にマッチしたJavaパッケージが使用される。
マッチするものが存在しない場合、またはoptionalPackageMappingEntries プロパティ自体が設定されていない場合、本ハンドラのbasePackage プロパティに設定したJavaパッケージが使用される。
- getBasePackage() - Method in class nablarch.integration.router.RoutesMapping
-
- getBasePath(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
-
ホストとポート番号を組み合わせたベースパスを取得する。
- getBasePathSettings() - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名と物理パスとの対応を収めたMapを取得する。
- getBasePathUrl(String) - Method in class nablarch.core.util.FilePathSetting
-
ベースパスのURLを取得する。
- getBaseRecordType() - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコードフォーマットのベースとなるレコードタイプ名を取得する。
- getBaseUri() - Method in class nablarch.integration.router.PathOptionsProviderRoutesMapping
-
ベースURIを取得する。
- getBaseUri() - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
-
ベースURIを返却する。
- getBatchCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
バッチ件数を取得する。
- getBatchSize() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
バッチサイズを取得する。
- getBatchSize() - Method in interface nablarch.core.db.statement.SqlStatement
-
バッチサイズを取得する。
- getBatchSize() - Method in class nablarch.integration.doma.DomaConfig
-
- getBatchSize() - Method in class nablarch.integration.doma.DomaStatementProperties
-
バッチサイズを取得する。
- getBatchSize() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getBccList() - Method in class nablarch.common.mail.MailContext
-
送信先(BCC)メールアドレスのリストを取得する。
- getBean() - Method in class nablarch.etl.config.DbInputStepConfig
-
Beanクラスを取得する。
- getBean() - Method in class nablarch.etl.config.DbToDbStepConfig.UpdateSize
-
データ取得元のBeanクラスを取得する。
- getBean() - Method in class nablarch.etl.config.FileToDbStepConfig
-
Beanクラスを取得する。
- getBeginColumn() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Get token beginning line number.
- getBigDecimal(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値をBigDecimal型に変換して返却する。
- getBigDecimal(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getBigDecimal(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をBigDecimalで取得する。
- getBigDecimal(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getBigDecimal(int).
- getBigDecimal(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報をBigDecimalとして取得する。
- getBinaryValue() - Method in class nablarch.test.core.db.BasicDefaultValues
-
バイナリ型のデフォルト値を取得する。
指定した長さのbyte配列を生成し、返却する。
- getBindValue(Object, String) - Method in class nablarch.core.db.statement.sqlconvertor.SqlConvertorSupport
-
バインド変数に対応するフィールドの値を取得する。
- getBlob(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getBlob(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をBlobで取得する。
- getBlob(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getBlob(int).
- getBody() - Method in class nablarch.fw.web.RestMockHttpRequest
-
ボディを取得する。
- getBodyBytes() - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセーボディのバイナリ表現を返す。
送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。
受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
- getBodyBytes() - Method in class nablarch.fw.messaging.ReceivedMessage
-
メッセーボディのバイナリ表現を返す。
送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。
受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
- getBodyBytes() - Method in class nablarch.fw.messaging.ResponseMessage
-
メッセーボディのバイナリ表現を返す。
送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。
受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
- getBodyBytes() - Method in class nablarch.fw.messaging.SendingMessage
-
メッセーボディのバイナリ表現を返す。
送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。
受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
- getBodyBytes() - Method in class nablarch.fw.messaging.StructuredResponseMessage
-
メッセーボディのバイナリ表現を返す。
送信(仕向)電文の場合はデータレコードをレコードフォーマッタで直列化したものを返す。
受信(被仕向)電文の場合はパース前の送信電文の内容をそのまま返す。
- getBodyDataColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
メッセージボディデータの内容をバイト配列で保持するカラムの名称をを返す。
- getBodyLengthLimit() - Method in class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
-
リクエストのボディストリームから読み込む最大容量を取得する。
- getBodyMaskingPatterns(Map<String, String>) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
本文のマスク対象のパラメータ名を取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getBodyReader() - Method in class nablarch.fw.web.MockHttpRequest
-
リクエストボディの読み出し用I/Oを返す。
- getBodyStream() - Method in class nablarch.common.web.download.FileResponse
-
- getBodyStream() - Method in class nablarch.fw.messaging.SendingMessage
-
電文のボディ部の出力ストリームを返す。
- getBodyStream() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディの内容を保持するストリームを取得する。
- getBodyStream(HttpResponse) - Method in class nablarch.test.core.http.RestTestSupport
-
HTTPレスポンスボディの内容を保持するストリームを取得する。
- getBodyString() - Method in class nablarch.common.web.download.FileResponse
-
- getBodyString() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスボディの内容を表す文字列を返す。
- getBodyString(HttpResponse) - Method in class nablarch.test.core.http.RestTestSupport
-
- getBookName() - Method in class nablarch.test.TestSupport
-
ブック名を取得する。
- getBoolean(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getBoolean(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getBoolean(int).
- getBoolean(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Booleanとして取得する。
以下の値の場合、
Boolean.TRUEを返却し、それ以外は全て
Boolean.FALSEを返却する。
booleanの
trueの場合
Stringの場合で"1" or "on" or "true"の場合(大文字、小文字の区別はしない)
数値型で0以外の場合
データベースから取得したデータのデータタイプが下記に該当しない場合は、
IllegalStateExceptionを送出する。
Boolean
String
Numberのサブクラス
- getBoolean(String) - Static method in class nablarch.core.repository.SystemRepository
-
設定値の登録名を指定してリポジトリに登録された真偽値の設定値を取得する。
以下の文字列と一致する設定値が登録されていた場合に「true」を返却する。大文字・小文字は区別しない。
"true"
"on"
"yes"
- getBooleanValue() - Method in class nablarch.test.core.db.BasicDefaultValues
-
Boolean型のデフォルト値を取得する。
- getBootProcess() - Static method in class nablarch.core.log.LogUtil
-
システムプロパティ("nablarch.bootProcess")から起動プロセスを識別する文字列を取得する。
- getBoundaryEvent(String) - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
指定されたトリガーIDに紐づく中間イベント一覧を取得する。
- getBoundaryEvents() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
境界イベント定義を取得する。
- getBoundaryEventTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
境界イベント定義テーブル名を取得する。
- getBoundaryEventTriggerId() - Method in class nablarch.integration.workflow.definition.BoundaryEvent
-
境界イベントトリガーIDを取得する。
- getBoundaryEventTriggerIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
境界イベントトリガーIDカラム名を取得する。
- getBoundaryEventTriggerName() - Method in class nablarch.integration.workflow.definition.BoundaryEvent
-
境界イベントトリガー名を取得する。
- getBoundaryEventTriggerNameColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
境界イベントトリガー名カラム名を取得する。
- getBrowserName() - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザ名称を取得する。
- getBrowserType() - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザタイプを取得する。
- getBrowserVersion() - Method in class nablarch.fw.web.useragent.UserAgent
-
ブラウザバージョンを取得する。
- getBufferLimitSizeKb() - Method in class nablarch.fw.web.HttpResponseSetting
-
ボディバッファサイズの上限値を返す。
- getBytes(String) - Method in class nablarch.common.encryption.AesEncryptor
-
共通鍵又はIV(イニシャルバリュー)の文字列からバイト配列を取得する。
デフォルト実装では"UTF-8"で符号化する。
- getBytes(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値をバイト列に変換して返却する。
- getBytes(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getBytes(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をbyte配列で取得する。
- getBytes(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getByte(int).
- getBytes(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報をbyte配列として取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、byte配列として取得する。
下記に該当しない場合は、
IllegalStateExceptionを送出する。
Types.BLOB
Types.BINARY
Types.VARBINARY
Types.LONGVARBINARY
- getBytes(String, Charset) - Static method in class nablarch.core.util.StringUtil
-
指定された文字セットで文字列をエンコードする。
JDK1.6以上を使用する場合は、
java.lang.String#getBytes(Charset)を使用すること。
stringが
nullだった場合、
nullを返す。
stringが空文字だった場合、空のバイト配列を返す。
- getBytes(int, String) - Method in class nablarch.test.core.db.TableData
-
値をバイト配列で取得する。
- getCachedListMap(String, String) - Method in class nablarch.test.core.http.AbstractHttpRequestTestTemplate
-
キャッシュからLIST_MAPを取得する。
キャッシュにない場合は、データシートから取得しメモリ上にキャッシュする。
- getCaseName() - Method in class nablarch.test.core.standalone.TestShot
-
テストケース名称を取得する。
- getCcList() - Method in class nablarch.common.mail.MailContext
-
送信先(CC)メールアドレスのリストを取得する。
- getChangeParamNames() - Method in class nablarch.common.web.tag.SubmissionInfo
-
ポップアップ用のサブミット時のパラメータ名の変更情報を取得する。
- getCharacterEncoding() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
エンコーディングを取得する。
- getCharacterGenerator() - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
文字列生成クラスを取得する。
- getCharset() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
文字コードを取得する。
- getCharset() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
-
文字セットを返す。
- getCharset() - Method in class nablarch.common.mail.FreeTextMailContext
-
Content-Typeヘッダに指定する文字セットを取得する。
- getCharset() - Method in class nablarch.common.mail.MailContext
-
Content-Typeヘッダに指定する文字セットを取得する。
- getCharset() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
-
文字セットを取得する。
- getCharset() - Method in class nablarch.common.mail.MailTemplateTable.MailTemplate
-
文字セットを取得する。
- getCharset() - Method in class nablarch.common.mail.TemplateEngineProcessedResult
-
文字セットを取得する。
- getCharset() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
-
文字セットを返却する。
- getCharset(InterSystemMessage<?>) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessageBody
-
メッセージからエンコーディングを取得する。
取得できない場合は"iso-8859-1"を返却する。
- getCharset() - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessagingLogContext
-
出力に使用する文字セットを取得する。
- getCharset() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
出力時に使用するキャラクターセットを取得する。
- getCharset() - Method in class nablarch.fw.web.HttpResponse
-
Content-Typeに指定された文字エンコーディングを取得する。
- getCharValue(int) - Method in class nablarch.test.core.db.BasicDefaultValues
-
固定長文字列型のデフォルト値を取得する。
デフォルト値を指定されたカラム長まで増幅して返却する。
- getCheckboxOffValue() - Method in class nablarch.common.web.tag.CustomTagConfig
-
checkboxタグのチェックなしに対する値のデフォルト値を取得する。
- getCheckboxOnValue() - Method in class nablarch.common.web.tag.CustomTagConfig
-
checkboxタグのチェックありに対する値のデフォルト値を取得する。
- getClasspathResource(String) - Static method in class nablarch.core.util.FileUtil
-
クラスパス上のリソースを取得する。
以下に例を示す。
- getClasspathResourceURL(String) - Static method in class nablarch.core.util.FileUtil
-
クラスパス上のURLを取得する。
以下に例を示す。
- getClazz() - Method in class nablarch.core.repository.di.config.xml.schema.Component
-
Gets the value of the clazz property.
- getClientHost() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
クライアント端末ホストを取得する。
- getClientHost() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
クライアント端末ホストを取得する。
- getClientIpAddress() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
クライアント端末IPアドレスを取得する。
- getClientIpAddress() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
クライアント端末IPアドレスを取得する。
- getClob(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getClob(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getClob(int).
- getClobValue(int) - Method in class nablarch.test.core.db.BasicDefaultValues
-
Clob型のデフォルト値を取得する。
デフォルト値をそのまま返却する。
- getClone() - Method in class nablarch.test.core.db.TableData
-
本オブジェクトのクローンを取得する。
- getCloseTag() - Method in enum nablarch.test.tool.sanitizingcheck.tag.JspCore.CoreTagType
-
閉じタグ。
- getCloseTagPosition() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
閉じタグの位置を取得する。
- getCodeId() - Method in interface nablarch.common.code.Code
-
コードIDを取得する。
- getCodeLabel(String, String, String, String) - Static method in class nablarch.common.web.tag.TagUtil
-
- getCodeLabelPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
-
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのlabelPattern属性のデフォルト値を取得する。
- getCodeListFormat() - Method in class nablarch.common.web.tag.CustomTagConfig
-
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのcodeListFormat属性のデフォルト値を取得する。
- getColType(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラム名のカラムタイプ(Types)を取得する。
- getColumn() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Deprecated.
- getColumnLength(String, String) - Method in interface nablarch.test.core.db.DbInfo
-
指定したカラムのサイズを取得する。
- getColumnLength(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
指定したカラムのサイズを取得する。
- getColumnNames() - Method in class nablarch.test.core.db.TableData
-
カラム名を取得する。
- getColumns() - Method in class nablarch.common.dao.BatchSqlWithColumns
-
バインド変数に対応したカラムリストを返す。
- getColumns(String) - Method in interface nablarch.test.core.db.DbInfo
-
カラム名を取得する。
- getColumns(String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
カラム名を取得する。
- getColumnType(String, String) - Method in interface nablarch.test.core.db.DbInfo
-
カラムのデータ型を取得する。
- getColumnType(String, String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
カラムのデータ型を取得する。
- getColumnType(ResultSet) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
カラム型を取得する。
- getCommandLine() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
-
コマンドラインを取得する。
- getCommaSeparatedValue(String) - Static method in class nablarch.common.web.tag.TagUtil
-
カンマ区切りの値を分割して返す。
- getCommaSeparatedValueAsList(String) - Static method in class nablarch.common.web.tag.TagUtil
-
カンマ区切りの値を分割して返す。
- getCompletionConditionColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
終了条件カラム名を取得する。
- getComponent() - Method in class nablarch.core.repository.di.ComponentHolder
-
生成されたコンポーネントを取得する。
- getComponent() - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Gets the value of the component property.
- getComponent(Container) - Method in class nablarch.fw.dicontainer.component.ComponentDefinition
-
コンポーネントを取得する。
- getComponent(ComponentKey<T>) - Method in class nablarch.fw.dicontainer.container.DefaultContainer
-
- getComponent(Class<T>) - Method in class nablarch.fw.dicontainer.container.DefaultContainer
-
- getComponent(Class<T>, Annotation...) - Method in class nablarch.fw.dicontainer.container.DefaultContainer
-
- getComponent(Class<T>) - Method in interface nablarch.fw.dicontainer.Container
-
コンポーネントを取得する。
- getComponent(Class<T>, Annotation...) - Method in interface nablarch.fw.dicontainer.Container
-
コンポーネントを取得する。
- getComponent(ComponentKey<T>) - Method in interface nablarch.fw.dicontainer.Container
-
コンポーネントを取得する。
- getComponent(ComponentId, Provider<T>) - Method in class nablarch.fw.dicontainer.scope.PrototypeScope
-
- getComponent(ComponentId, Provider<T>) - Method in interface nablarch.fw.dicontainer.scope.Scope
-
コンポーネントを取得する。
- getComponent(ComponentId, Provider<T>) - Method in class nablarch.fw.dicontainer.scope.SingletonScope
-
- getComponent(ComponentId, Provider<T>) - Method in class nablarch.fw.dicontainer.web.scope.RequestScope
-
- getComponent(ComponentId, Provider<T>) - Method in class nablarch.fw.dicontainer.web.scope.SessionScope
-
- getComponent(String, MessageSenderSettings.SettingType, boolean) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
コンポーネント名の設定値を使用してリポジトリからコンポーネントを取得する。
- getComponent(String, String, boolean) - Method in class nablarch.test.core.repository.ConfigurationBrowser
-
コンポーネントを取得する。
キャッシュにヒットした場合は、キャッシュ上のコンポーネントが返却される。
- getComponentById(int) - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネントIDをキーにコンポーネントを取得する。
- getComponentByName(String) - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネント名をキーにコンポーネントを取得する。
- getComponentByType(Class<T>) - Method in class nablarch.core.repository.di.DiContainer
-
コンポーネントの型をキーにコンポーネントを取得する。
- getComponentList(String, MessageSenderSettings.SettingType, boolean) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
コンポーネント名の設定値を使用してリポジトリからコンポーネントを取得する(「,」区切りで定義された複数コンポーネントの読み込みに対応)。
- getComponentOrValueOrComponentRef() - Method in class nablarch.core.repository.di.config.xml.schema.List
-
Gets the value of the componentOrValueOrComponentRef property.
- getComponents(Class<T>) - Method in class nablarch.fw.dicontainer.container.DefaultContainer
-
- getComponents(Class<T>) - Method in interface nablarch.fw.dicontainer.Container
-
コンポーネントを取得する。
- getConcurrentAccessPolicy() - Method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
-
Deprecated.
並行アクセス同期ポリシーを返す。
- getConcurrentNumber() - Static method in class nablarch.core.ThreadContext
-
スレッドコンテキストから並行実行スレッド数を取得する。
- getCondition() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御対象の行データを指定する条件を取得する。
- getConditionsToApply() - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコード定義がデータレコードに適用される条件の一覧を返却する。
- getConfig() - Method in enum nablarch.common.databind.csv.Csv.CsvType
-
- getConfig(JobContext, StepContext) - Static method in class nablarch.etl.config.EtlConfigProvider
-
ETLの設定を取得する。
ジョブコンテキストとステップコンテキストに対応するステップの設定を取得する。
- getConfig() - Static method in class nablarch.test.core.entity.EntityTestConfiguration
-
テスト設定を取得する。
- getConfigValue(String) - Method in class nablarch.core.db.support.ListSearchInfo
-
- getConnection() - Method in class nablarch.core.db.connection.BasicDbConnection
-
- getConnection(String) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForDataSource
-
データベース接続オブジェクトを取得する。
- getConnection(String) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForJndi
-
データベース接続オブジェクトを取得する。
- getConnection(String) - Method in interface nablarch.core.db.connection.ConnectionFactory
-
データベース接続を取得する。
- getConnection() - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドに紐付けられたデフォルトのデータベース接続を取得する。
データベース接続の取得には、"transaction"という名前が使用される。
- getConnection(String) - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドに紐付けられた指定した名前のデータベース接続を取得する。
- getConnection() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
-
データベース接続オブジェクトを取得する。
- getConnection() - Method in class nablarch.core.db.DbExecutionContext
-
データベース接続を行うオブジェクトを取得する。
- getConnection() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
- getConnection() - Method in interface nablarch.core.db.statement.SqlStatement
-
- getConnection(String) - Method in class nablarch.integration.doma.ConnectionFactoryFromDomaConnection
-
- getConnection(String) - Method in class nablarch.integration.messaging.wmq.xa.WmqXADbConnectionFactoryForXADataSource
-
データベース接続を取得する。
- getConnectionFactory() - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
-
コネクションファクトリを返す。
- getConnectionName() - Method in class nablarch.core.db.DbExecutionContext
-
- getConstraintDescriptor() - Method in class nablarch.test.core.entity.MockMessageInterpolatorContext
-
- getConsumesMediaType() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドからConsumesのメディアタイプを取得する。
- getContactList(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
連絡先を取得する。
プロパティファイルのキー名の長さで降順にソートして返す。
- getContentDisposition() - Method in class nablarch.fw.web.HttpResponse
-
Content-Dispositionの値を取得する。
- getContentLength() - Method in class nablarch.common.web.download.FileResponse
-
- getContentLength() - Method in class nablarch.fw.web.HttpResponse
-
Content-Lengthの値を取得する。
HTTPレスポンスボディの内容がこのオブジェクト自体に保持されている場合に限り、
そのバイト数を返す。
それ以外は
nullを返す。
- getContentLength() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
Content-Lengthを取得する。
- getContentLengthLimit() - Method in class nablarch.fw.web.upload.UploadSettings
-
Content-Length許容最大値を取得する。
- getContentPath() - Method in class nablarch.common.web.download.FileResponse
-
コンテンツパスを取得する。
HTTPレスポンスボディに書き込むコンテンツパスを取得する。
- getContentPath() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
コンテンツパスを取得する。
- getContentPath() - Method in class nablarch.fw.web.HttpResponse
-
コンテンツパスを取得する。
HTTPレスポンスボディに書き込むコンテンツパスを取得する。
- getContentPath() - Method in class nablarch.fw.web.ResponseBody
-
コンテンツパスを取得する。
- getContentType() - Method in class nablarch.common.mail.AttachedFile
-
メール添付ファイルのContent-Typeを取得する。
- getContentType(String) - Method in class nablarch.fw.jaxrs.BodyConverterSupport
-
メディアタイプからContent-Typeを取得する。
メディアタイプにcharsetが含まれている場合は、エンコーディング名の正当性を確認し、
問題がなければ、指定されたメディアタイプをそのままContent-Typeの値とする。
エンコーディング名が不正な場合は実行時例外を送出する。
メディアタイプにcharsetが含まれていない場合は、デフォルトのエンコーディングを
メディアタイプに付けたものをContent-Typeの値とする。
- getContentType() - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
-
コンテンツタイプを取得する。
- getContentType() - Method in class nablarch.fw.web.HttpResponse
-
Content-Typeの値を取得する。
Content-Typeが設定されている場合は、以下のソースコードと等価である。
- getContentType() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
Content-Typeを取得する。
- getContentType() - Method in class nablarch.fw.web.upload.PartInfo
-
Content-Typeを取得する。
- getContext() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
- getContext() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
- getContextType() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
Context-typeを取得する。
- getConvertedValue(String) - Method in class nablarch.core.validation.ValidationContext
-
フォームオブジェクトのプロパティの型に変換したプロパティを取得する。
プロパティにバリデーションエラーがある場合も変換した値を返す。
変換できない場合、プロパティが見つからない場合は
nullを返す。
- getConverters() - Method in class nablarch.core.beans.BasicConversionManager
-
- getConverters() - Method in interface nablarch.core.beans.ConversionManager
-
- getConverters() - Method in class nablarch.integration.jsr310.beans.Jsr310ConversionManager
-
- getConvertorAnnotation() - Method in interface nablarch.core.validation.domain.DomainDefinition
-
ドメイン定義に指定されたコンバータのアノテーションを取得する。
- getConvertorAnnotation(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
ドメイン定義に指定されたコンバータのアノテーションを取得する。
- getConvertorAnnotation(Enum<?>) - Static method in class nablarch.core.validation.domain.DomainValidationHelper
-
- getConvertorFactory() - Method in interface nablarch.core.dataformat.convertor.ConvertorSetting
-
コンバータの生成を行うファクトリクラスを返却する。
- getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
コンバータのファクトリクラスを返却する。
- getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
-
コンバータのファクトリを返却する。
- getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
-
コンバータのファクトリを返却する。
- getConvertorFactory() - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
-
コンバータのファクトリを返却する。
- getConvertorFactorySupport() - Method in class nablarch.test.core.file.DataFileFragment
-
コンバータの生成を行うクラスを取得する。
- getConvertorFactorySupport() - Method in class nablarch.test.core.file.FixedLengthFileFragment
-
コンバータの生成を行うクラスを取得する。
- getConvertorFactorySupport() - Method in class nablarch.test.core.file.VariableLengthFileFragment
-
コンバータの生成を行うクラスを取得する。
- getConvertorFormatAnnotation() - Method in class nablarch.core.validation.PropertyValidationDefinition
-
コンバータフォーマットアノテーションを取得する。
- getConvertors() - Method in class nablarch.core.dataformat.FieldDefinition
-
コンバータのリストを取得する。
- getConvertorSetting() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
コンバータの設定情報を取得する。
- getConvertorSetting() - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
-
固定長データのコンバータの設定情報保持クラスを取得する。
- getConvertorSetting() - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
構造化データのコンバータの設定情報保持クラスを取得する。
- getConvertorSetting() - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
-
コンバータの設定情報保持クラスを取得する
- getConvertorSettingList() - Method in class nablarch.core.dataformat.FieldDefinition
-
フォーマット定義ファイルで指定されたコンバータの定義を取得する。
- getConvertorTable() - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
-
コンバータ名とコンバータ実装クラスの対応表を取得する。
- getCookie() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getCookie() - Method in class nablarch.fw.web.HttpRequest
-
本リクエストで送信されるクッキー情報を取得する。
- getCookie() - Method in class nablarch.fw.web.HttpResponse
-
- getCookie() - Method in class nablarch.fw.web.MockHttpRequest
-
このリクエストで送信されるクッキー情報を取得する。
- getCookie() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- getCookie() - Method in class nablarch.test.core.http.TestCaseInfo
-
Cookieを返却する。
- getCookieList() - Method in class nablarch.fw.web.HttpResponse
-
サーバ側から送信されたクッキー情報のリストを取得する。
- getCookieValue(ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
-
クッキーの値を取得する。
- getCoreTagType() - Method in class nablarch.test.tool.sanitizingcheck.tag.JspCore
-
コアタグのタイプを取得する。
- getCorrelationId() - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文に関連付けられているメッセージのメッセージIDを返す。
- getCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
検索件数を取得する。
- getCreate() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
- getCreatedAtName() - Method in class nablarch.common.web.token.DbTokenSchema
-
作成日時カラム名 を取得する。
- getCreationTime() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getCreator() - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントのファクトリを取得する。
- getCreatorKey() - Method in class nablarch.integration.report.ReportContext
-
帳票作成処理クラス登録名を取得します。
- getCsrfToken(ExecutionContext) - Static method in class nablarch.common.web.csrf.CsrfTokenUtil
-
CSRFトークンをセッションストアから取得する。
- getCsrfTokenHeaderName() - Method in class nablarch.common.web.WebConfig
-
CSRFトークンをHTTPリクエストヘッダーから取得する際に使用する名前を取得する。
- getCsrfTokenParameterName() - Method in class nablarch.common.web.WebConfig
-
CSRFトークンをHTTPリクエストパラメーターから取得する際に使用する名前を取得する。
- getCsrfTokenSavedStoreName() - Method in class nablarch.common.web.WebConfig
-
CSRFトークンを保存するセッションストアの名前を取得する。
- getCsrfTokenSessionStoredVarName() - Method in class nablarch.common.web.WebConfig
-
CSRFトークンをセッションスコープに格納する際に使用するキーを取得する。
- getCurrentPageNumberCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのcurrentPageNumberCss属性のデフォルト値を取得する。
- getCurrentRequestObject() - Method in class nablarch.fw.ExecutionContext
-
現在処理中のリクエストオブジェクトを取得する。
本メソッドは、またはの処理中にリクエストオブジェクトを取得する際に使用する。
- getCurrentRetryCount() - Method in class nablarch.fw.handler.retry.RetryContextSupport
-
現在のリトライ回数を取得する。
- getCurrentRetryCount() - Method in interface nablarch.fw.handler.RetryHandler.RetryContext
-
現在のリトライ回数を取得する。
- getCurrentSubmissionInfo() - Method in class nablarch.common.web.tag.FormContext
-
カレントのカレントのサブミット情報を取得する。
- getCurrentTps() - Method in class nablarch.fw.batch.progress.Progress
-
今回のTPSを返す。
- getCurrentVersion(String) - Static method in class nablarch.integration.workflow.WorkflowManager
-
指定されたワークフローIDのワークフロー定義で、現在有効なバージョンを取得する。
- getCustomTagConfig() - Static method in class nablarch.common.web.tag.TagUtil
-
カスタムタグのデフォルト値を取得する。
- getData() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
-
データを取得する。
- getDatabaseName() - Method in class nablarch.etl.SqlLoaderConfig
-
接続先データベース名を返す。
- getDataBuilder() - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
構造化データビルダーを返却する
- getDataFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイル配置先の論理名を返す。
デフォルト実装では"input"を返す。
デフォルトの入力ファイル配置先以外から入力ファイルを取得する場合は、
このメソッドをオーバーライドする。
- getDataFileName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルのファイル名を返す。
- getDataFormatConfig() - Static method in class nablarch.core.dataformat.DataFormatConfigFinder
-
汎用データフォーマット機能の設定を取得する。
- getDataParser() - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
-
構造化データパーサーを返却する
- getDataProcessedWhenThrown(Throwable) - Method in class nablarch.fw.ExecutionContext
-
指定した例外を送出したスレッドが、例外発生時に処理していた入力データを返す。
- getDataReader() - Method in class nablarch.fw.ExecutionContext
-
データリーダを取得する。
データリーダが設定されていない場合は、
データリーダファクトリを使用してリーダを生成し、その結果を返す。
ファクトリも設定されていない場合はnullを返す。
- getDataRecord() - Method in class nablarch.fw.messaging.SyncMessage
-
データレコード(1件目)を取得する。
- getDataRecords() - Method in class nablarch.fw.messaging.SyncMessage
-
データレコードを全件取得する。
- getDataSource() - Method in class nablarch.integration.doma.ConfigHolder
-
Domaが使用するDataSourceを返す。
- getDataSource() - Method in class nablarch.integration.doma.DomaConfig
-
- getDataSource() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getDataSource() - Method in class nablarch.integration.report.ReportParam
-
繰返データ用データソースオブジェクト取得メソッド。
- getDataType() - Method in class nablarch.core.dataformat.FieldDefinition
-
フォーマット定義ファイルで指定されたデータタイプ名に対応するデータタイプを取得する。
- getDataType() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
-
データ種別を返却する。
- getDataType() - Method in class nablarch.core.util.FormatSpec
-
"データタイプ{パターン}"形式のデータタイプを取得する。
- getDataType(String, FieldDefinition, int) - Method in class nablarch.test.core.file.DataFileFragment
-
データタイプを取得する。
- getDate(String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getDate() - Method in class nablarch.core.date.BasicBusinessDateProvider
-
デフォルトの区分を使用して業務日付を取得する。
- getDate(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
-
区分を指定して業務日付を取得する。
- getDate() - Method in class nablarch.core.date.BasicSystemTimeProvider
-
現在日時を取得する。
- getDate() - Method in interface nablarch.core.date.BusinessDateProvider
-
デフォルトの区分を使用して業務日付を取得する。
- getDate(String) - Method in interface nablarch.core.date.BusinessDateProvider
-
区分を指定して業務日付を取得する。
- getDate() - Static method in class nablarch.core.date.BusinessDateUtil
-
業務日付を取得する。区分はデフォルトを使用する。
- getDate(String) - Static method in class nablarch.core.date.BusinessDateUtil
-
区分を指定して、業務日付を取得する。
- getDate() - Method in interface nablarch.core.date.SystemTimeProvider
-
システム日時を取得する。
- getDate() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を取得する。
- getDate(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getDate(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をDateで取得する。
- getDate(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getDate(int).
- getDate(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Dateとして取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、java.util.Dateとして取得する
下記に該当しない場合は、
IllegalStateExceptionを送出する。
Date
Timestamp
- getDate(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.EndTimeItem
-
日時を取得する。
- getDate(PerformanceLogFormatter.PerformanceLogContext) - Method in class nablarch.core.log.app.PerformanceLogFormatter.StartTimeItem
-
日時を取得する。
- getDate(LogContext) - Method in class nablarch.core.log.basic.BasicLogFormatter.DateItem
-
日時を取得する。
- getDate() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点の日時を取得する。
- getDate(CTX) - Method in class nablarch.core.log.DateItemSupport
-
日時を取得する。
- getDate(String) - Static method in class nablarch.core.util.DateUtil
-
日付文字列(yyyyMMdd形式)からDateクラスのインスタンスを取得する。
- getDate(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.EndTimeItem
-
- getDate(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.StartTimeItem
-
- getDate(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.EndTimeItem
-
日時を取得する。
- getDate(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.StartTimeItem
-
日時を取得する。
- getDate(LocalDateTime) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.time.LocalDateTimeのインスタンスをjava.util.Dateに変換する
- getDate(LocalDate) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.time.LocalDateのインスタンスをjava.util.Dateに変換する
- getDate() - Method in class nablarch.test.FixedBusinessDateProvider
-
デフォルトの区分を使用して業務日付を取得する。
- getDate(String) - Method in class nablarch.test.FixedBusinessDateProvider
-
区分を指定して業務日付を取得する。
- getDate() - Method in class nablarch.test.FixedSystemTimeProvider
-
現在日時を取得する。
- getDateFormat(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
日時フォーマットを取得する。
- getDateFormat(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
-
日時フォーマットを取得する。
プロパティの指定がない場合はデフォルトの日時フォーマットを返す。
- getDateFormat(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
日時フォーマットを取得する。
プロパティの指定がない場合はデフォルトの日時フォーマットを返す。
- getDateFormatter() - Method in class nablarch.integration.jsr310.util.BasicDateTimeConfiguration
-
- getDateFormatter() - Method in interface nablarch.integration.jsr310.util.DateTimeConfiguration
-
日付向けのフォーマッタ
- getDatePattern() - Method in class nablarch.common.web.tag.CustomTagConfig
-
日付文字列のフォーマットに使用するパターンのデフォルト値を取得する。
- getDatePattern(JsonSerializationSettings) - Method in class nablarch.core.text.json.JavaTimeToJsonSerializer
-
日時フォーマットを取得する。
- getDatePattern() - Method in class nablarch.core.text.json.JsonSerializationSettings
-
日時フォーマットを取得する。
日時フォーマットのプロパティ名は"datePattern"。
プロパティの値が設定されていない、もしくはnull、空の文字列の場合、デフォルトの日時フォーマットとして、
"yyyy-MM-dd HH:mm:ss.SSS"を返す。
- getDatePattern(JsonSerializationSettings) - Method in class nablarch.core.text.json.LocalDateTimeToJsonSerializer
-
日時フォーマットを取得する。
- getDateString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日付を yyyyMMdd 形式の文字列で取得する。
- getDateTimeFormatter() - Method in class nablarch.integration.jsr310.util.BasicDateTimeConfiguration
-
- getDateTimeFormatter() - Method in interface nablarch.integration.jsr310.util.DateTimeConfiguration
-
日時向けのフォーマッタ
- getDateTimeMillisString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を yyyyMMddHHmmssSSS 形式の文字列で取得する。
- getDateTimePattern() - Method in class nablarch.common.web.tag.CustomTagConfig
-
日時のフォーマットに使用するパターンのデフォルト値を取得する。
- getDateTimeString() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を yyyyMMddHHmmss 形式の文字列で取得する。
- getDateValue() - Method in class nablarch.test.core.db.BasicDefaultValues
-
日付型のデフォルト値を取得する。
デフォルト値が明示的に設定されている場合はその値を、
そうでない場合は、epoch(1970-01-01 00:00:00.0)をデフォルト値として返却する。
- getDays(String, String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getDays(String, String) - Static method in class nablarch.core.util.DateUtil
-
指定された日付間の日数を取得する。
例)getDays("19991231", "20000101") //--> 1
- getDbConnection() - Method in class nablarch.common.dao.DaoContextFactory
-
DAOで使うコネクションを取得する。
(トランザクション用です)
- getDbInfo() - Method in class nablarch.test.core.db.TableData
-
データベース情報を取得する。
- getDbTransactionName() - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
-
トランザクション名を取得する。
- getDbTransactionName() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
DBトランザクション名を取得する。
- getDecimalFormatSymbols(ValidationContext<T>, String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
-
プロパティに対する
DecimalFormatSymbolsを取得する。
ConversionUtil#getFormatSpec(ValidationContext, String)を呼び出し、
10進数に対する有効なフォーマット仕様(decimal)が取得できた場合は、
フォーマット仕様に設定された言語を使用して生成した
DecimalFormatSymbolsを返す。
プロパティに対する有効なフォーマット仕様が存在しない場合は、
NumberConvertorSupport.getDefaultDecimalFormatSymbols()を呼び出し、
デフォルトの
DecimalFormatSymbolsを返す。
- getDecimalValue(CharSequence) - Method in class nablarch.core.validation.ee.RangeValidatorSupport
-
BigDecimal型に変換した値を取得する。
- getDefaultCharset() - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの文字セットを取得する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
-
デフォルトのコンバータ名とコンバータ実装クラスの対応表を取得する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorFactory
-
固定長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorFactory
-
JSONデータのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorFactory
-
可変長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultConvertorTable() - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorFactory
-
XMLデータのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。
- getDefaultDecimalFormatSymbols() - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
-
デフォルトのDecimalFormatSymbolsを返す。
デフォルト実装では日本語に対するDecimalFormatSymbols(小数点の文字=ドット、1000の区切り文字=カンマ)を返す。
- getDefaultDisplayName() - Method in class nablarch.core.validation.PropertyValidationDefinition
-
デフォルトの表示名を取得する。
- getDefaultEncoder() - Method in class nablarch.common.web.session.SessionManager
-
デフォルトエンコーダを取得する。
- getDefaultEncoding() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
デフォルトの文字エンコーディングを取得する。
- getDefaultEncoding() - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
-
デフォルトエンコーディングを取得する。
- getDefaultFailureCode(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
デフォルトの障害コードを取得する。
- getDefaultListFormat() - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
- getDefaultListFormat() - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
リスト表示時に使用するフォーマットのデフォルト値を取得する。
- getDefaultListFormat() - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
リスト表示時に使用するフォーマットのデフォルト値を取得する。
- getDefaultMessage(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
デフォルトのメッセージを取得する。
- getDefaultMessage() - Method in class nablarch.core.validation.ee.DecimalRange.DecimalRangeValidator
-
デフォルトのメッセージを返す。
- getDefaultNegativePackSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
パック数値の符号ビット(負) を返却する。
- getDefaultNegativeZoneSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
ゾーン数値の符号ビット(負) を返却する。
- getDefaultPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディング/トリム処理で使用するデフォルトの文字を返却する。
- getDefaultPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.DoubleByteCharacterString
-
パディング/トリム処理で使用するデフォルトの文字を返却する。
- getDefaultPageFor(int) - Method in class nablarch.fw.web.handler.HttpErrorHandler
-
指定されたステータスコードに対するデフォルトページのコンテンツパスを返す。
- getDefaultPositivePackSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
パック数値の符号ビット(正) を返却する。
- getDefaultPositiveZoneSignNibble() - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
ゾーン数値の符号ビット(正) を返却する。
- getDefaultReplyTo() - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの返信先メールアドレスを取得する。
- getDefaultReturnPath() - Method in class nablarch.common.mail.MailRequestConfig
-
デフォルトの差し戻し先メールアドレスを取得する。
- getDefaultSort() - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのdefaultSort属性のデフォルト値を取得する。
- getDefaultStore() - Method in class nablarch.common.web.session.SessionManager
-
デフォルトのセッションストアを取得する。
- getDefinition() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
フォーマット定義ファイルの情報を保持するクラスを取得する。
- getDefinition() - Method in class nablarch.core.repository.di.ComponentHolder
-
コンポーネントの定義を取得する。
- getDefinitionFromCache(File) - Method in class nablarch.core.dataformat.FormatterFactory
-
キャッシュからフォーマット定義情報保持クラスを取得する。
フォーマット定義情報保持クラスをキャッシュから取得できない場合は、生成する。
- getDelegate() - Method in class nablarch.fw.RequestHandlerEntry
-
処理移譲対象となるハンドラを返す。
- getDelegate() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
-
委譲対象のセッションオブジェクトを取得する。
- getDelegate() - Method in class nablarch.integration.micrometer.instrument.dao.SqlTimeMetricsDaoContext
-
- getDelegateMap() - Method in class nablarch.core.util.map.AttributeMap
-
このラッパーが処理を委譲するMapオブジェクトを返す。
- getDelegateMap() - Method in class nablarch.core.util.map.CaseInsensitiveMap
-
このラッパーが処理を委譲するMapオブジェクトを返す。
- getDelegateMap() - Method in class nablarch.core.util.map.CopyOnReadMap
-
このラッパーが処理を委譲するMapオブジェクトを返す。
- getDelegateMap() - Method in class nablarch.core.util.map.LockableMap
-
- getDelegateMap() - Method in class nablarch.core.util.map.MapWrapper
-
このラッパーが処理を委譲するMapオブジェクトを返す。
- getDelegateMap() - Method in class nablarch.core.util.map.MultipleKeyCaseMap
-
このラッパーが処理を委譲するMapオブジェクトを返す。
- getDelegateMap() - Method in class nablarch.fw.web.HttpCookie
-
- getDelegateMap() - Method in class nablarch.fw.web.upload.PartInfoHolder
-
このラッパーが処理を委譲するMapオブジェクトを返す。
- getDelegateMap() - Method in class nablarch.test.core.util.ByteArrayAwareMap
-
このラッパーが処理を委譲するMapオブジェクトを返す。
- getDelegateMapOfType(Class<T>) - Method in class nablarch.core.util.map.MapWrapper
-
このインスタンスが処理を委譲しているMapのうち、
指定した型のものを返す。
- getDelegates(TData, ExecutionContext) - Method in class nablarch.fw.handler.MethodBinding
-
このラッパーが処理を移譲するオブジェクトのリストを返す。
対象となるオブジェクトが存在しない場合は空の配列を返す。
- getDelegates(TData, ExecutionContext) - Method in interface nablarch.fw.HandlerWrapper
-
このラッパーが処理を移譲するオブジェクトのリストを返す。
対象となるオブジェクトが存在しない場合は空の配列を返す。
- getDelegates(TData, ExecutionContext) - Method in class nablarch.fw.Interceptor.Impl
-
このラッパーが処理を移譲するオブジェクトのリストを返す。
対象となるオブジェクトが存在しない場合は空の配列を返す。
- getDelegates(TRequest, ExecutionContext) - Method in class nablarch.fw.RequestHandlerEntry
-
このラッパーが処理を移譲するオブジェクトのリストを返す。
対象となるオブジェクトが存在しない場合は空の配列を返す。
- getDeleteSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
-
バージョン番号を削除するSQL文を取得する。
- getDeleteSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を削除するSQL文のテンプレートを取得する。
- getDescription() - Method in class nablarch.integration.micrometer.instrument.binder.MetricsMetaData
-
メトリクスの説明を取得する。
- getDescSortSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのdescSortSubmitCss属性のデフォルト値を取得する。
- getDestination() - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文の宛先キューの論理名を取得する。
MessagingContext.send(SendingMessage) メソッドでは、この戻り値に対応する
宛先に送信される。
- getDestination() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
送信キュー名(論理名)を取得する。
- getDialect() - Method in class nablarch.core.db.connection.BasicDbConnection
-
- getDialect() - Method in interface nablarch.core.db.connection.TransactionManagerConnection
-
- getDialect() - Method in class nablarch.core.db.DbExecutionContext
-
SQL方言を取得する。
- getDialect() - Method in class nablarch.integration.doma.ConfigHolder
-
Domaが使用するDialectを返す。
- getDialect() - Method in class nablarch.integration.doma.DomaConfig
-
- getDialect() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getDiConfig() - Method in class nablarch.test.core.standalone.TestShot
-
コンポーネント設定ファイルを取得する。
- getDir() - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
-
Gets the value of the dir property.
- getDir() - Method in class nablarch.core.repository.di.config.xml.schema.Import
-
Gets the value of the dir property.
- getDirective() - Method in class nablarch.core.dataformat.LayoutDefinition
-
ディレクティブの定義を取得する。
- getDirectiveName() - Method in class nablarch.test.tool.sanitizingcheck.tag.Directive
-
ディレクティブ名を取得する。
- getDirectory() - Method in class nablarch.fw.web.ResourceLocator
-
パスからディレクトリを表す部分を返す。
- getDispatchingClass() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
ディスパッチ先クラスを取得する。
- getDisplayControlCheckers() - Method in class nablarch.common.web.tag.CustomTagConfig
-
サブミットを行うタグの表示制御を行う際に使用する条件のデフォルト値を取得する。
- getDisplayMethod() - Method in class nablarch.common.web.tag.CustomTagConfig
-
サブミットを行うタグの表示制御方法のデフォルト値を取得する。
- getDisplayMethod() - Method in class nablarch.common.web.tag.SubmissionInfo
-
該当するサブミットタグの表示方法を取得する。
- getDomain() - Method in class nablarch.fw.web.HttpCookie
-
このクッキーが送信されるドメイン階層を返す。
- getDomainAnnotation() - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
ドメインを表すアノテーションのクラスを取得する。
ドメインを表すアノテーションのクラスが設定されていない場合は、
IllegalStateExceptionを送出する。
- getDomainBean() - Method in interface nablarch.core.validation.ee.DomainManager
-
ドメインバリデーションに使用するドメイン定義BeanのClassを取得する。
- getDomainDefinition(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
アノテーションのvalue属性に指定された値を取得する。
アノテーションの属性に指定された値が取得できない場合は、
IllegalArgumentExceptionを送出する。
- getDomainValidationHelper() - Method in class nablarch.core.validation.domain.DomainValidator
-
ドメインを表すアノテーションのクラスを取得する。
ドメインを表すアノテーションのクラスが設定されていない場合は、
IllegalStateExceptionを送出する。
- getDomaStatementProperties() - Method in class nablarch.integration.doma.ConfigHolder
-
- getDoubleSubmissionTokenParameterName() - Method in class nablarch.common.web.WebConfig
-
二重サブミット防止トークンをHTMLに埋め込む際にinput要素のname属性に設定する名前を取得する。
- getDoubleSubmissionTokenRequestAttributeName() - Method in class nablarch.common.web.WebConfig
-
二重サブミット防止トークンをリクエストスコープに格納する際に使用するキーを取得する。
- getDoubleSubmissionTokenSessionAttributeName() - Method in class nablarch.common.web.WebConfig
-
二重サブミット防止トークンをセッションスコープに格納する際に使用するキーを取得する。
- getDumpFile(ExecutionContext) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
HTTPレスポンスボディが出力されたファイルを取得する。
- getDumpFileExtension() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ダンプファイルの拡張子を取得する。
- getDynamicBooleanAttributes() - Method in class nablarch.common.web.tag.CustomTagConfig
-
動的属性でBooleanとして扱う属性を取得する。
- getEffectiveDate() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
適用日を取得する。
- getEffectiveDateColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
適用日カラム名を取得する。
- getEffectiveDateFromColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
有効日(From)カラムの名前を取得する。
- getEffectiveDateFromColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
有効日(From)カラムの名前を取得する。
- getEffectiveDateToColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
有効日(To)カラムの名前を取得する。
- getEffectiveDateToColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
有効日(To)カラムの名前を取得する。
- getElementLabelPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
-
selectタグ、radioButtonsタグ、checkboxesタグのelementLabelPattern属性のデフォルト値を取得する。
- getElementTag(HtmlAttributes, String) - Method in enum nablarch.common.web.tag.ListFormat
-
リスト要素のタグを取得する。
- getEmptyInputMessageId() - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
未入力時のメッセージIDを取得する。
- getEncode() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
-
エンコードを取得する。
- getEncoder() - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
-
ファイル名のエンコーダを取得する。
- getEncoder(String) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderFactory
-
User-Agentに対応するエンコーダを取得する。
User-Agentヘッダのパターンとエンコーダの関連は、downloadFileNameEncoderEntriesプロパティより取得する。
- getEncoding() - Method in class nablarch.core.dataformat.CharacterReplacementConfig
-
寄せ字処理の際に使用するエンコーディングを取得する。
- getEncoding() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの文字エンコーディングを返却する。
- getEncoding() - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
-
Gets the value of the encoding property.
- getEncoding() - Method in class nablarch.fw.jaxrs.BodyConverterSupport.ContentType
-
ContentTypeに指定されたエンコーディングを返す。
- getEncodingFromDirectives() - Method in class nablarch.test.core.file.DataFile
-
ディレクティブからエンコーディングを取得する。
- getEndColumn() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Get token end column number.
- getEndFreeMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
空きメモリ量(終了時)を取得する。
- getEndLine() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Get token end line number.
- getEndLogFormat() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
終了ログのフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、
そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
デフォルトのフォーマットは、以下の設定例のようにフォーマット定義を行うことにより変更可能
- getEndLogItems() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
終了ログ用のログ出力項目を生成する。
- getEndLogMsg(int, long) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
-
- getEndLogMsg(int, long) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
- getEndLogMsg(int, long) - Static method in class nablarch.fw.launcher.logging.LauncherLogUtil
-
終了ログのメッセージを生成し返却する。
- getEndPosition() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の取得終了位置を取得する。
- getEndTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
終了日時を取得する。
- getEndTime() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
終了日時を取得する。
- getEndTime() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
終了日時を取得する。
- getEndUsedMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
使用メモリ量(終了時)を取得する。
- getEntities() - Method in class nablarch.etl.config.TruncateStepConfig
-
削除対象のEntityリストをかえす。
- getEntity() - Method in class nablarch.fw.jaxrs.EntityResponse
-
エンティティを取得する。
- getEntry() - Method in class nablarch.core.repository.di.config.xml.schema.Map
-
Gets the value of the entry property.
- getError() - Method in class nablarch.core.log.basic.LogContext
-
エラー情報を取得する。
- getErrorCode() - Method in exception nablarch.core.db.DbAccessException
-
エラーコードを取得する。
- getErrorCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
errorタグと入力項目タグのerrorCss属性のデフォルト値を取得する。
- getErrorEntity() - Method in class nablarch.etl.config.ValidationStepConfig
-
エラーテーブルのEntityクラスを取得する。
- getErrorLimit() - Method in class nablarch.etl.config.ValidationStepConfig
-
許容するエラー数を取得する。
- getErrorMessageRequestAttributeName() - Method in class nablarch.common.web.WebConfig
-
エラーメッセージをリクエストスコープに格納する際に使用するキーを取得する。
- getErrorMessages() - Method in class nablarch.fw.web.upload.util.BulkValidationResult
-
- getErrorVersions() - Method in exception nablarch.common.exclusivecontrol.OptimisticLockException
-
楽観的ロックエラーが発生したバージョン番号を取得する。
- getEstimatedEndTime() - Method in class nablarch.fw.batch.progress.Progress
-
終了予測時間を返す。
- getEvents() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
イベント定義を取得する。
- getEventTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
イベントテーブル名を取得する。
- getEventTriggerTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
イベントトリガー定義テーブル名を取得する。
- getEventType() - Method in class nablarch.integration.workflow.definition.Event
-
イベントノタイプを取得する。
- getEventTypeColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
イベントタイプカラム名を取得する。
- getEvenValue() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのevenValue属性のデフォルト値を取得する。
- getException() - Method in class nablarch.fw.ExecutionContext
-
- getExceptionRequestVarKey() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ApplicationExceptionが格納されるリクエストスコープのキーを取得する。
- getExceptions() - Method in exception nablarch.fw.dicontainer.exception.ContainerCreationException
-
IDコンテナを構築する際に発生した例外を返す。
- getExclusiveControlTableHolder(ExclusiveControlContext) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
- getExclusiveControlTableHolder(Version) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
- getExclusiveControlTableHolder(String, String, String...) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
- getExecuteTime() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
実行時間を取得する。
- getExecuteTime() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
-
処理時間を取得する。
- getExecutionId() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点の実行時IDを取得する。
- getExecutionId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから実行時IDを取得する。
- getExecutionOrder() - Method in class nablarch.integration.workflow.dao.TaskAssignedGroupEntity
-
実行順を取得する。
- getExecutionOrder() - Method in class nablarch.integration.workflow.dao.TaskAssignedUserEntity
-
実行順を取得する。
- getExecutionOrderColumnName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
実行順カラム名を取得する。
- getExecutionTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
実行時間を取得する。
- getExecutionTime() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
実行時間を取得する。
- getExecutionTime() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
実行時間を取得する。
- getExecutorService() - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
-
- getExecutorService() - Method in interface nablarch.fw.invoker.ExecutorServiceFactory
-
ExecutorServiceを取得する。
- getExistBodyHttpMethod() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
送信にbody部が存在するHTTPメソッドのリストを取得する。
- getExitCode() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
-
終了コードを取得する。
- getExitStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
終了ステータスを取得する。
- getExpectedContentFileName() - Method in class nablarch.test.core.http.TestCaseInfo
-
コンテンツディスポジション・ヘッダに指定されたファイル名の期待値を返却する。
- getExpectedContentLength() - Method in class nablarch.test.core.http.TestCaseInfo
-
コンテンツレングス・ヘッダの期待値を返却する。
- getExpectedContentType() - Method in class nablarch.test.core.http.TestCaseInfo
-
コンテンツタイプ・ヘッダの期待値の期待値を返却する。
- getExpectedFile(String, String, String...) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
期待する固定長ファイルデータを取得する。
- getExpectedFile(String, String, String...) - Method in class nablarch.test.core.reader.DbLessTestDataParser
-
- getExpectedFile(String, String, String...) - Method in interface nablarch.test.core.reader.TestDataParser
-
期待する固定長ファイルデータを取得する。
- getExpectedForwardUri() - Method in class nablarch.test.core.http.TestCaseInfo
-
フォワード先URIの期待値を返却する。
- getExpectedMessage() - Method in class nablarch.test.core.http.TestCaseInfo
-
要求電文(期待値)を返却する.
- getExpectedMessageId() - Method in class nablarch.test.core.http.TestCaseInfo
-
メッセージID(期待値)を返却する.
- getExpectedMessageList() - Method in class nablarch.test.core.messaging.RequestTestingMessagePool
-
アサート用要求電文のリストを取得する。
- getExpectedRequestMessage(String, Integer, String, DataType, boolean) - Method in class nablarch.test.core.messaging.RequestTestingSendSyncSupport
-
要求電文の準備を行う。
- getExpectedRequestScopeVar() - Method in class nablarch.test.core.http.TestCaseInfo
-
HTTPレスポンス(期待値)を返却する.
- getExpectedSearchId() - Method in class nablarch.test.core.http.TestCaseInfo
-
検索結果検証の期待値を特定するIDを返却する.
- getExpectedStatusCode() - Method in class nablarch.test.core.http.TestCaseInfo
-
HTTPステータスコード(期待値)を返却する.
- getExpectedTable() - Method in class nablarch.test.core.http.TestCaseInfo
-
テーブル検証の期待値を特定するIDを返却する.
- getExpectedTableData(String, String, String...) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
期待するテーブルデータを取得する。
- getExpectedTableData(String, String, String...) - Method in class nablarch.test.core.reader.DbLessTestDataParser
-
- getExpectedTableData(String, String, String...) - Method in interface nablarch.test.core.reader.TestDataParser
-
期待するテーブルデータを取得する。
- getExpectedTableData(String, String...) - Method in class nablarch.test.TestSupport
-
期待するTableDataを取得する。
- getExpirationDatetimeName() - Method in class nablarch.common.web.session.store.UserSessionSchema
-
有効期限(DATETIME)カラムの名前を取得する。
- getExpiredDate(String) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
-
指定されたIDの有効期限を取得する。
- getExpiredDate(String) - Method in interface nablarch.core.cache.expirable.ExpirationSetting
-
指定されたIDの有効期限を取得する。
- getExpiresMilliSeconds() - Method in class nablarch.common.web.session.SessionStore
-
有効期限(単位:ミリ秒)で取得する。
- getExpiryTimeSec() - Method in class nablarch.core.db.transaction.JdbcTransactionTimeoutHandler
-
トランザクションタイムアウト時間までの残り秒数を取得する。
- getExtensionConvertor() - Method in class nablarch.core.beans.BasicConversionManager
-
- getExtensionConvertor() - Method in interface nablarch.core.beans.ConversionManager
-
拡張の型変換リストを返す。
- getExtensionConvertor() - Method in class nablarch.integration.jsr310.beans.Jsr310ConversionManager
-
- getFailureCode() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
-
障害コードを取得する。
- getFailureCode(String, Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
ログ出力に使用する障害コードを取得する。
- getFetchDirection() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getFetchDirection()のラッパー。
- getFetchDirection() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getFetchDirection()のラッパー。
- getFetchSize() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getFetchSize()のラッパー。
- getFetchSize() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
フェッチ件数を取得する。
- getFetchSize() - Method in interface nablarch.core.db.statement.SqlStatement
-
Statement.getFetchSize()のラッパー。
- getFetchSize() - Method in class nablarch.integration.doma.DomaConfig
-
- getFetchSize() - Method in class nablarch.integration.doma.DomaStatementProperties
-
フェッチサイズを取得する。
- getFetchSize() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getField() - Method in class nablarch.core.dataformat.convertor.datatype.DataType
-
フィールド定義を取得する。
- getField() - Method in class nablarch.core.dataformat.convertor.value.ValueConvertorSupport
-
フィールド定義を取得する。
- getField() - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport.FieldHolder
-
フィールドを取得する。
- getField(Object, String) - Static method in class nablarch.core.db.util.DbUtil
-
指定されたオブジェクトの特定のフィールドの値を返却する。
- getFieldConfigList() - Method in class nablarch.common.databind.fixedlength.RecordConfig
-
このレコードのフィールド定義を返す。
- getFieldConverter() - Method in class nablarch.common.databind.fixedlength.FieldConfig
-
フィールドコンバータを返す。
- getFieldDefinition(String) - Method in class nablarch.test.core.file.DataFileFragment
-
フィールド定義を取得する。
- getFieldList(Object, Class<T>) - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
-
指定されたアノテーションが設定されているフィールド情報を取得する。
指定されたオブジェクトに、指定されたアノテーションが設定されているフィールドが存在しない場合は、空のリストを返す。
- getFieldName() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したフィールド名を取得する。
- getFields() - Method in class nablarch.core.dataformat.RecordDefinition
-
本レコードタイプに定義されているすべてのフィールド定義を返却する。
- getFieldsAfterReceive(MQMessage, ReceivedMessage) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
メッセージ受信後にMQMessageのMQMDフィールドから値を取得する。
- getFieldsAfterReceive(MQMessage, ReceivedMessage) - Method in interface nablarch.integration.messaging.wmq.provider.WmqMqmdFieldsOperator
-
メッセージ受信後にMQMessageのMQMDフィールドから値を取得する。
- getFieldsAfterSend(MQMessage, SendingMessage) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
メッセージ送信後にMQMessageのMQMDフィールドから値を取得する。
- getFieldsAfterSend(MQMessage, SendingMessage) - Method in interface nablarch.integration.messaging.wmq.provider.WmqMqmdFieldsOperator
-
メッセージ送信後にMQMessageのMQMDフィールドから値を取得する。
- getFieldSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
列区切り文字を取得する。
- getFieldSeparator(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
フィールド区切り文字を取得する。
- getFieldValue(JRField) - Method in class nablarch.integration.report.datasource.SqlRowIteratorDataSourceSupport
- getFile() - Method in class nablarch.common.mail.AttachedFile
-
メール添付ファイルを取得する。
- getFile() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
ファイルのデータを取得する。
- getFile() - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
-
Gets the value of the file property.
- getFile() - Method in class nablarch.core.repository.di.config.xml.schema.Import
-
Gets the value of the file property.
- getFile(String, String) - Method in class nablarch.core.util.FilePathSetting
-
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。
ファイルが存在しない場合は新たにファイルを作成してその抽象パスを返却する。
- getFileExtensions() - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名と拡張子との対応を収めたMapを取得する。
- getFileFilter(HttpTestConfiguration) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
FileFilterを取得する。
- getFileIfExists(String, String) - Method in class nablarch.core.util.FilePathSetting
-
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。
その抽象パスを返却する。ファイルが存在しない場合はnullを返却する。
- getFileName() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
ファイル名を取得する。
- getFileName() - Method in class nablarch.etl.config.DbToFileStepConfig
-
ファイル名を取得する。
- getFileName() - Method in class nablarch.etl.config.FileToDbStepConfig
-
ファイル名を取得する。
- getFileName() - Method in class nablarch.fw.web.upload.PartInfo
-
ファイル名を取得する。
例えば、ユーザが"C:\doc\myPicture.jpg"というファイルをアップロードした場合、
本メソッドの戻り値は"myPicture.jpg"となる。
- getFileNameJoinExtension(String, String) - Method in class nablarch.core.util.FilePathSetting
-
ベースパスの論理名に対応する拡張子が存在する場合、ファイル名と拡張子を結合した文字列を返却する。
対応する拡張子が存在しない場合は、引数のファイル名をそのまま返却する。
- getFileNameWithoutSuffix(String) - Static method in class nablarch.test.NablarchTestUtils
-
拡張子を除いたファイル名を取得する。
- getFilePath() - Method in class nablarch.core.dataformat.CharacterReplacementConfig
-
寄せ字変換定義ファイルのパスを取得する。
- getFilePath() - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
構文エラーが発生したフォーマット定義ファイルのパスを取得する。
- getFilePath() - Static method in class nablarch.core.log.app.AppLogUtil
-
各種ログ設定のファイルパスを取得する。
- getFilePath() - Method in class nablarch.core.log.basic.ObjectSettings
-
ログ出力の設定を読み込む際に使用したファイルパスを取得する。
- getFilePath() - Method in class nablarch.core.log.LogSettings
-
プロパティファイルのファイルパスを取得する。
- getFileReader() - Method in class nablarch.fw.reader.FileDataReader
-
FileRecordReaderオブジェクトを取得する。
- getFileType(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
ファイルタイプを取得する
- getFileType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
このフォーマッタが取り扱うファイル種別を返却する。
- getFileType() - Method in class nablarch.test.core.file.DataFile
-
ファイルタイプを取得する。
- getFileType() - Method in class nablarch.test.core.file.FixedLengthFile
-
ファイルタイプを取得する。
- getFileType() - Method in class nablarch.test.core.file.VariableLengthFile
-
ファイルタイプを取得する。
- getFileWithoutCreate(String, String) - Method in class nablarch.core.util.FilePathSetting
-
指定されたベースパスの直下に存在するファイルの抽象パスを取得する。
- getFillChar() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
-
未定義部の埋め文字を返す。
- getFirstPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
最初のページ番号を取得する。
- getFirstSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitCss属性のデフォルト値を取得する。
- getFirstSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitLabel属性のデフォルト値を取得する。
- getFirstSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitName属性のデフォルト値を取得する。
- getFirstSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitTag属性のデフォルト値を取得する。
- getFirstSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのfirstSubmitType属性のデフォルト値を取得する。
- getFixedSignPosition(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
符号位置の固定/非固定のデフォルト設定を取得する。
- getFlowNodeId() - Method in class nablarch.integration.workflow.dao.ActiveFlowNodeEntity
-
フローノードIDを取得する。
- getFlowNodeId() - Method in class nablarch.integration.workflow.dao.TaskAssignedGroupEntity
-
フローノードIDを取得する。
- getFlowNodeId() - Method in class nablarch.integration.workflow.dao.TaskAssignedUserEntity
-
フローノードIDを取得する。
- getFlowNodeId() - Method in class nablarch.integration.workflow.definition.FlowNode
-
フローノードIDを取得する。
- getFlowNodeIdColumnName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
フローノードIDカラム名を取得する。
- getFlowNodeIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フローノードIDカラム名を取得する。
- getFlowNodeName() - Method in class nablarch.integration.workflow.definition.FlowNode
-
フローノード名を取得する。
- getFlowNodeNameColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フローノード名カラム名を取得する。
- getFlowNodeTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フローノード定義テーブル名を取得する。
- getFlowProceedConditionColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
フロー進行条件カラム名を取得する。
- getFormat(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
フォーマットを取得する。
- getFormat() - Method in class nablarch.core.util.FormatSpec
-
元々のフォーマット文字列を取得する。
- getFormatAnnotation(Annotation) - Method in class nablarch.core.validation.ValidationManager
-
Convertorに渡すフォーマットを指定するアノテーションを取得する。
指定されたコンバータのアノテーションがドメイン定義の場合は、ドメイン定義に指定されたコンバータアノテーションを返す。
それ以外の場合は、指定されたコンバータのアノテーションをそのまま返す。
- getFormatByTagName(String) - Static method in enum nablarch.common.web.tag.ListFormat
-
リスト表示に使用するフォーマットを取得する。
- getFormatClass() - Method in class nablarch.core.text.DateTimeFormatter
-
- getFormatClass() - Method in class nablarch.core.text.DateTimeStrFormatter
-
- getFormatClass() - Method in interface nablarch.core.text.Formatter
-
フォーマット対象のクラスを取得する
- getFormatClass() - Method in class nablarch.core.text.NumberFormatter
-
- getFormatClass() - Method in class nablarch.core.text.NumberStrFormatter
-
- getFormatDir() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
フォーマット定義ファイルの配置ディレクトリを示す論理名を取得する。
- getFormatDir() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
フォーマット定義ファイルの格納ディレクトリ(論理名)を取得する。
- getFormatFileDirName() - Method in class nablarch.fw.action.FileBatchActionBase
-
フォーマット定義ファイル配置先の論理名を返す。
デフォルト実装では"format"を返す。
デフォルトのフォーマット定義ファイル配置先以外からフォーマット定義ファイルを取得する場合は、
このメソッドをオーバーライドする。
- getFormatFileName() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルを読み込む際に使用するフォーマット定義ファイルのファイル名を返す。
- getFormatFilePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
入出力時に使用していたフォーマットファイルのパスを取得する。
- getFormatOfPattern() - Method in class nablarch.core.util.FormatSpec
-
パターンのフォーマットを取得する。
- getFormats() - Static method in enum nablarch.common.web.tag.ListFormat
-
リスト表示に使用するフォーマットを取得する。
- getFormatSpec(ValidationContext<T>, String, String) - Method in class nablarch.common.date.AbstractDateStringConverter
-
- getFormatSpec(ValidationContext<T>, String) - Static method in class nablarch.core.validation.convertor.ConversionUtil
-
変換前文字列のMapからプロパティに対するフォーマット仕様を取得する。
- getFormattedLabel(Object, String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
- getFormattedLabel(Object, String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
整形済みのラベルを取得する。
- getFormattedLabel(Object, String) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
整形済みのラベルを取得する。
- getFormattedLogItems(Map<String, LogItem<SqlLogFormatter.SqlLogContext>>, Map<String, String>, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
-
フォーマット済みのログ出力項目を取得する。
- getFormattedLogItems(Map<String, LogItem<MessagingLogFormatter.MessagingLogContext>>, Map<String, String>, String, String) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
フォーマット済みのログ出力項目を取得する。
- getFormatter() - Method in class nablarch.core.log.basic.LogWriterSupport
-
- getFormatter() - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセージボディのフォーマット定義を返す。
- getFormatter(String, MessageSenderSettings.SettingType, String, String) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
指定されたフォーマット名に対応するフォーマッタを取得する。
- getFormatter(String) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
フレームワーク制御ヘッダーのフォーマット定義を返す。
- getFormatter(String, FilePathSetting, FormatterFactory) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
- getFormatter() - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
フレームワーク制御ヘッダーのフォーマット定義を返す。
- getFormatter(FilePathSetting, FormatterFactory) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
- getFormatter() - Method in class nablarch.fw.web.upload.util.BulkValidator
-
レコードフォーマッタを取得する。
特殊な要件のため、独自のアップロード処理をおこなわなければならない場合、
本メソッドで取得した
DataRecordFormatterを使用して、
任意の処理を実行できる。
- getFormatter() - Method in class nablarch.test.core.messaging.MessagePool
-
DataRecordFormatterを取得。
- getFormatterName() - Method in class nablarch.core.text.DateTimeFormatter
-
- getFormatterName() - Method in class nablarch.core.text.DateTimeStrFormatter
-
- getFormatterName() - Method in interface nablarch.core.text.Formatter
-
フォーマッタの名前を取得する
- getFormatterName() - Method in class nablarch.core.text.NumberFormatter
-
- getFormatterName() - Method in class nablarch.core.text.NumberStrFormatter
-
- getFormatters() - Method in class nablarch.core.text.FormatterConfig
-
フォーマッタのリストを取得する。
- getFormClassName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
フォームクラス名を取得する。
- getFormClassPackage() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
Formクラスの配置パッケージを取得する。
- getFormClassSuffix() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
Formクラスのサフィックスを取得する。
- getFormContext(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
-
ページコンテキストからフォームコンテキストを取得する。
- getFrameworkFailureCode(Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
フレームワーク用の障害コード変換情報から障害コードを取得する。
- getFreeMemory() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
空きメモリ量(開始時)を取得する。
- getFreeMemory() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
空きメモリ量(開始時)を取得する。
- getFrom() - Method in class nablarch.common.mail.MailContext
-
送信元メールアドレスを取得する。
- getFrom() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
-
送信者のアドレスを取得する。
- getFromCache(K) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
キャッシュから値を取得する。
- getFromCache(K) - Method in class nablarch.core.cache.expirable.InMemoryExpirableCache
-
キャッシュから値を取得する。
- getFromOfConvertGroupAnnotation() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドに設定されているConvertGroupのfrom属性の値を取得する。
- getFullyQualifiedClassName() - Method in class nablarch.fw.dicontainer.component.ComponentKey
-
コンポーネントの完全修飾クラス名を返す。
- getFwFailureCodes(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
フレームワーク用の障害コード変換情報を取得する。
プロパティファイルのキー名の長さで降順にソートして返す。
- getFwHeader() - Method in class nablarch.fw.messaging.RequestMessage
-
フレームワーク制御ヘッダの内容を返す。
- getFwHeader() - Method in class nablarch.fw.messaging.ResponseMessage
-
フレームワーク制御ヘッダを取得する。
- getFwHeaderDefinitionName() - Method in class nablarch.test.core.messaging.MessagingRequestTestSupport
-
nablarch.fw.messaging.FwHeaderDefinition実装クラスを
システムリポジトリから取得するための名前を取得する。
本メソッドは、"fwHeaderDefinition"を返却する。
- getGateways() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
ゲートウェイ定義を取得する
- getGatewayTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
ゲートウェイテーブル名を取得する。
- getGatewayType() - Method in class nablarch.integration.workflow.definition.Gateway
-
ゲートウェイタイプを取得する。
- getGatewayTypeColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
ゲートウェイタイプカラム名を取得する。
- getGeneratedKeys() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getGeneratedKeys()のラッパー。
- getGeneratedKeys() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getGeneratedKeys()のラッパー。
- getGeneratedValueColumn() - Method in class nablarch.common.dao.EntityMeta
-
採番カラムを返す。
- getGenerationType() - Method in class nablarch.common.dao.ColumnMeta
-
IDジェネレータのタイプを取得する。
- getGeneratorName() - Method in class nablarch.common.dao.ColumnMeta
-
IDジェネレータの名前を取得する。
- getGetMessageOptions(String, long) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getGetSyncpointOption() - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getGetterMethod(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
-
getterメソッドを検索する。
- getGetterMethodName(String) - Static method in class nablarch.core.util.ObjectUtil
-
プロパティ名からgetterメソッド名を取得する。
- getGetterMethods(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
クラスにあるgetterのリストを取得する。
Object.getClass()は取得対象から除く。
getterが一つも定義されていない場合は空のリストを返す。
- getGlobalMessages() - Method in class nablarch.fw.web.message.ErrorMessages
-
グローバルなメッセージ(プロパティに紐付かないメッセージ)をすべて返す。
- getGroupFromName(String) - Method in class nablarch.test.core.entity.BeanValidationTestStrategy
-
- getGroupFromName(String) - Method in class nablarch.test.core.entity.NablarchValidationTestStrategy
-
Bean Validationのグループを取得する。
- getGroupFromName(String) - Method in interface nablarch.test.core.entity.ValidationTestStrategy
-
Bean Validationのグループを取得する。
- getGroupIdColumnName() - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
-
グループIDカラムの名前を取得する。
- getGroupIdColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
グループIDカラムの名前を取得する。
- getGroupIdColumnName() - Method in class nablarch.common.permission.schema.GroupTableSchema
-
グループIDカラムの名前を取得する。
- getGroupSequence() - Method in interface nablarch.core.validation.ee.GroupSequenceManager
-
GroupSequenceを定義したインタフェースのClassを取得する。
- getHandleMethod(String) - Method in class nablarch.fw.handler.MethodBinding
-
委譲対象オブジェクトのメソッドの中から、与えられたメソッド名をもち、
かつ、Handler.handle() メソッドと互換なシグニチャを持てばtrueを返す。
すなわち、以下の条件を満たすメソッドを返す。
- getHandlerClass(TData, ExecutionContext) - Method in class nablarch.fw.handler.DispatchHandler
-
処理を委譲するハンドラの型を決定する。
- getHandlerClass(Request<?>, ExecutionContext) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
-
処理を委譲するハンドラの型を決定する。
- getHandlerClass(HttpRequest, ExecutionContext) - Method in class nablarch.integration.router.PathOptionsProviderRoutesMapping
-
- getHandlerClass(HttpRequest, ExecutionContext) - Method in class nablarch.integration.router.RoutesMapping
-
Routes定義にしたがい、リクエストのパスからハンドラのクラスを返す。
リクエストパスから処理対象のコントローラが特定できない場合には、
404を表す
HttpErrorResponseを送出する。
- getHandlerList(TData) - Method in class nablarch.fw.invoker.BasicHandlerListBuilder
-
- getHandlerList(TData) - Method in class nablarch.fw.invoker.BasicHandlerListInvoker
-
実行対象となるハンドラリストを取得する。
- getHandlerList() - Method in class nablarch.fw.invoker.BasicPipelineListBuilder
-
- getHandlerList(TData) - Method in interface nablarch.fw.invoker.HandlerListBuilder
-
ハンドラリストを取得する。
- getHandlerList() - Method in interface nablarch.fw.invoker.PipelineListBuilder
-
ハンドラリストを取得する。
- getHandlerOf(Class<T>) - Method in class nablarch.fw.HandlerQueueManager
-
ハンドラキュー上の各ハンドラのうち、
指定されたクラスのものを返す。
- getHandlerQueue() - Method in class nablarch.fw.ExecutionContext
-
- getHandlerQueue() - Method in class nablarch.fw.HandlerQueueManager
-
現在のハンドラキューの内容を返す。
- getHandlerQueue() - Method in class nablarch.fw.launcher.Main
-
- getHandlerQueue() - Method in class nablarch.fw.web.HttpServer
-
現在のハンドラキューの内容を返す。
- getHandlerQueue() - Method in class nablarch.fw.web.servlet.WebFrontController
-
- getHankakuKanaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全ての半角カナ文字を取得する。
- getHasNextPage() - Method in class nablarch.core.db.support.ListSearchInfo
-
次のページが存在するか否かを取得する。
- getHasPrevPage() - Method in class nablarch.core.db.support.ListSearchInfo
-
前のページが存在するか否かを取得する。
- getHeader(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getHeader(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
ヘッダーの値を返す。
- getHeader(String) - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストヘッダの値を返す。
- getHeader(String) - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスヘッダの値を返す。
- getHeader(String) - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPリクエストヘッダの値を返す。
- getHeader(String) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- getHeader(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getHeaderFormatName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
ヘッダ部のフォーマット定義ファイル名を取得する。
ヘッダ部のフォーマット定義ファイル名は、nablarch.fw.messaging.action.AsyncMessageSendActionSettings#getHeaderFormatName()
から取得した値となる。
- getHeaderFormatName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
ヘッダフォーマット名を取得する。
- getHeaderFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
ヘッダのフォーマッタ(送信電文と受信電文で共通)を取得する。
- getHeaderInfo() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
Httpヘッダを取得する。
- getHeaderInfo() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
受信したヘッダ情報を取得する。
本例外をキャッチ後、フォーマット変換時のヘッダ情報が必要であれば、本メソッドを用いて取り出す。
- getHeaderItemList() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
ヘッダに設定する項目のリストを取得する。
- getHeaderMap() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getHeaderMap() - Method in class nablarch.fw.messaging.InterSystemMessage
-
ヘッダーの一覧をMap形式で返す。
- getHeaderMap() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストヘッダを格納したMapを取得する。
- getHeaderMap() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスヘッダを格納するMapを返す。
このMapに対する変更はレスポンスヘッダの内容に直接反映される。
- getHeaderMap() - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPリクエストヘッダを格納したMapを取得する。
- getHeaderMap() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- getHeaderMap() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
-
HTTPヘッダーのMapを返す。
- getHeaderName() - Static method in class nablarch.common.web.csrf.CsrfTokenUtil
-
CSRFトークンをHTTPリクエストヘッダーへ設定する際に使用する名前を取得する。
- getHeaderNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getHeaderRecord() - Method in class nablarch.fw.messaging.SyncMessage
-
ヘッダレコードを取得する。
- getHeaderTitles() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
ヘッダー行(タイトル行)に出力するタイトルのリスト。
- getHeaderValue(Map<String, Object>, String, T) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
ヘッダマップから指定されたヘッダ名を使用して値を取得する。
指定されたヘッダ名がヘッダマップに存在しない場合は指定されたデフォルト値を返す。
- getHiddenTagInfo(String) - Method in class nablarch.common.web.tag.FormContext
-
指定されたname属性の値を持つhiddenタグの情報を取得する。
一番最初に見つかったhiddenタグの情報を返す。
- getHiddenTagInfoList() - Method in class nablarch.common.web.tag.FormContext
-
フォームに含まれるhiddenタグの情報を取得する。
- getHost() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getHost() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストのホストヘッダを取得する。
- getHost() - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPリクエストのホストヘッダを取得する。
- getHostname() - Method in class nablarch.fw.web.ResourceLocator
-
パスのホスト部を返す。
ポート番号が設定されている場合には、ポート番号を含んだ値を返す。
- getHtmlChecker() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLチェッカーを取得する。
- getHtmlCheckerConfig() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HtmlCheckツール設定ファイルのパスを取得する。
- getHtmlDumpDir() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTML出力ディレクトリを取得する。
- getHtmlResourcesCharset() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLリソースの文字コードを設定する。
- getHtmlResourcesDir() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLリソースディレクトリを取得する。
- getHtmlResourcesExtensionList() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ダンプディレクトリへコピーされるHTMLリソースの拡張子を取得する。
- getHtmlResourcesRoot() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLリソースのコピー先ディレクトリ名を取得する。
- getHttpConnectTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信用接続タイムアウトを取得する。
- getHttpCookies() - Method in class nablarch.fw.web.HttpResponse
-
サーバ側から送信されたクッキーのリストを
HttpCookieとして取得する。
HttpCookieは同じ属性を持つ複数のクッキーを保持する仕様であるため、
クッキーの属性が各々異なることを考慮し、リストとして返却する。
- getHttpDumpFile() - Method in class nablarch.fw.web.HttpServer
-
HTTPダンプの出力先ファイルを取得する。
- getHttpDumpRoot() - Method in class nablarch.fw.web.HttpServer
-
HTTPダンプの出力先フォルダを返す。
- getHttpHeader() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTTPHeaderを取得する。
- getHttpMessageIdGenerator() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するメッセージID採番コンポーネントを取得する。
- getHttpMessagingUserId() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
リアルタイム通信で使用するユーザIDを取得する。
- getHttpMethod() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTPMethodを取得する。
- getHttpMethod() - Method in class nablarch.test.core.http.TestCaseInfo
-
テストリクエストのHTTPメソッドを返却する.
任意指定項目であり、指定されていない場合はPOSTを返却する。
- getHttpProxyHost() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するProxyのホストを取得する。
- getHttpProxyPort() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するProxyのポートを取得する。
- getHttpReadTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信用読み取りタイムアウトを取得する。
- getHttpReceivedMessageLog(ReceivedMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getHttpReceivedMessageLog(ReceivedMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getHttpReceivedMessageLog(ReceivedMessage, Charset) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
HTTP電文受信時に出力するログの内容を返す。
- getHttpRequest() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
- getHttpRequest() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
HTTPリクエストオブジェクトを返す。
- getHttpRequest() - Method in class nablarch.test.core.http.TestCaseInfo
-
HTTPリクエストを取得する。
- getHttpRequestBuilder() - Method in class nablarch.test.core.http.SimpleRestTestSupport
-
- getHttpSentMessageLog(SendingMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getHttpSentMessageLog(SendingMessage, Charset) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getHttpSentMessageLog(SendingMessage, Charset) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
HTTP電文送信時に出力するログの内容を返す。
- getHttpVersion() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getHttpVersion() - Method in class nablarch.fw.web.HttpRequest
-
HTTPバージョン名を返す。
- getHttpVersion() - Method in class nablarch.fw.web.HttpResponse
-
HTTPバージョンを表す文字列を返す。
- getHttpVersion() - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPバージョン名を返す。
- getHttpVersion() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- getIbmExtendedChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全てのIBM拡張文字を取得する。
- getId(Code) - Method in class nablarch.common.code.BasicCodeLoader
-
静的データからIDを取得する。
- getId(ExecutionContext) - Static method in class nablarch.common.web.session.InternalSessionUtil
-
- getId() - Method in class nablarch.common.web.session.Session
-
セッションIDを取得する。
- getId(T) - Method in interface nablarch.core.cache.StaticDataLoader
-
静的データからIDを取得する。
- getId(Map<String, Map<String, Object>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
静的データからIDを生成する(本メソッドは、サポートしない)。
- getId(Map<String, String>) - Method in class nablarch.core.db.statement.BasicSqlLoader
-
静的データからIDを取得する。
- getId() - Method in class nablarch.core.message.BasicStringResource
-
文字列リソースのメッセージIDを取得する。
- getId(StringResource) - Method in class nablarch.core.message.BasicStringResourceLoader
-
静的データからIDを取得する。
- getId(StringResource) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
- getId() - Method in interface nablarch.core.message.StringResource
-
文字列リソースのメッセージIDを取得する。
- getId() - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントのIDを取得する。
- getId() - Method in class nablarch.core.repository.di.config.ListElementDefinition
-
コンポーネントIDを取得する。
- getId(FormValidationDefinition) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
-
静的データからIDを取得する。
- getId() - Method in class nablarch.fw.dicontainer.component.ComponentDefinition
-
IDを取得する。
- getId() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getIdColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
-
IDカラムの名前を取得する。
- getIdColumnName() - Method in class nablarch.common.code.schema.CodePatternSchema
-
コードIDカラムの名前を取得する。
- getIdColumns() - Method in class nablarch.common.dao.EntityMeta
-
IDカラム(主キーカラム)のリストを返す。
- getIfNotExpired(K) - Method in interface nablarch.core.cache.expirable.ExpirableCache
-
キャッシュから値を取得する。
キャッシュに値が存在しない場合または有効期限切れの場合はnullを返却する。
- getIfNotExpired(K) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
キャッシュから値を取得する。
キャッシュに値が存在しない場合または有効期限切れの場合はnullを返却する。
- getIgnoreBlankLines(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
空行をスキップするかどうかの設定を取得する。
- getIgnoreHtmlResourceDirectory() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
HTMLリソースとして除外するディレクトリを取得する。
- GetImage() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Get token literal value.
- getImportOrConfigFileOrComponent() - Method in class nablarch.core.repository.di.config.xml.schema.ComponentConfiguration
-
Gets the value of the importOrConfigFileOrComponent property.
- getIncludeContext(PageContext) - Static method in class nablarch.common.web.tag.IncludeContext
-
ページコンテキストからインクルードコンテキストを取得する。
- getIndexNames() - Method in class nablarch.common.code.BasicCodeLoader
-
全てのインデックス名を取得する。
- getIndexNames() - Method in interface nablarch.core.cache.StaticDataLoader
-
全てのインデックス名を取得する。
- getIndexNames() - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
作成する全てのインデックス名を取得する(本メソッドは、サポートしない)。
- getIndexNames() - Method in class nablarch.core.db.statement.BasicSqlLoader
-
全てのインデックス名を取得する。
- getIndexNames() - Method in class nablarch.core.message.BasicStringResourceLoader
-
全てのインデックス名を取得する。
- getIndexNames() - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
- getIndexNames() - Method in class nablarch.core.validation.FormValidationDefinitionLoader
-
全てのインデックス名を取得する。
- getIndexOf(String) - Method in class nablarch.test.core.file.DataFileFragment
-
フィールド名からそのフィールドが格納されている位置(インデックス)を取得する。
- getInitializedComponent() - Method in class nablarch.core.repository.di.ComponentHolder
-
初期化済みコンポーネントを取得する。
- getInitialVersion() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
初期バージョン番号を取得する。
このメソッドは、バージョン番号追加時に使用される。
デフォルト実装では、"1"を返す。
- getInjectionType() - Method in class nablarch.core.repository.di.ComponentReference
-
自動インジェクションのタイプを取得する。
- getInjector() - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントで使用するComponentInjectorを取得する。
- getInputName() - Method in class nablarch.common.web.tag.ChangeParamNameTag.ChangeParamName
-
変更元となる元画面のinput要素のname属性を取得する。
- getInputNames() - Method in class nablarch.common.web.tag.FormContext
-
フォームに含まれる入力項目のname属性を取得する。
- getInputSourcePath() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
例外発生原因となった入出力元(ファイルなど)のパスを取得する。
- getInputStream() - Method in class nablarch.fw.web.ResourceLocator
-
リソースの内容をストリームで読み出すためのInputStreamを返す。
- getInputStream() - Method in class nablarch.fw.web.ResponseBody
-
ボディの内容を格納した入力ストリームを返す。
なお、コンテントパスを使用している場合、以下のケースではnullを返却する。
- getInputStream() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
入力ストリームを取得する。
- getInputStream() - Method in class nablarch.fw.web.upload.PartInfo
-
アップロードファイルを開く。
入力ストリームはクライアント側でcloseする必要がある。
- getInputString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
-
変換前文字列を返却する。
- getInsertColumnsAndValues(String[], String) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
INSERT文のカラムと値を取得する。
- getInsertMode() - Method in class nablarch.etl.config.DbToDbStepConfig
-
INSERTモードを取得する。
- getInsertSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
-
バージョン番号を追加するSQL文を取得する。
- getInsertSqlGenerator() - Method in enum nablarch.etl.config.DbToDbStepConfig.InsertMode
-
- getInsertSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を追加するSQL文のテンプレートを取得する。
- getInstance(Class<T>, String[], String[]) - Static method in class nablarch.common.databind.DataBindUtil
-
Beanのインスタンスを生成する。
- getInstance() - Static method in class nablarch.common.io.FileRecordWriterHolder
-
- getInstance() - Static method in class nablarch.core.dataformat.CharacterReplacementManager
-
FormatterFactoryクラスのインスタンスをリポジトリより取得する。
リポジトリより取得できなかった場合は、デフォルトで本クラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
-
このクラスのインスタンスをリポジトリから取得し、返却する。
- getInstance() - Static method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
-
このクラスのインスタンスをリポジトリより取得する。
リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
-
このクラスのインスタンスをリポジトリより取得する。
リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
-
このクラスのインスタンスをリポジトリより取得する。
リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.core.dataformat.FormatterFactory
-
FormatterFactoryクラスのインスタンスをリポジトリより取得する。
リポジトリより取得できなかった場合は、デフォルトで本クラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.core.util.FilePathSetting
-
このクラスのインスタンスをリポジトリより取得する。
リポジトリにインスタンスが存在しない場合は、デフォルトの設定で生成したこのクラスのインスタンスを返却する。
- getInstance() - Static method in class nablarch.fw.messaging.MessagingContext
-
カレントスレッドに紐づけられているメッセージングコンテキストを返す。
メッセージングコンテキストが現在のスレッド上に存在しない場合は実行時例外
を送出する。
- getInstance() - Static method in class nablarch.fw.reader.ResumePointManager
-
本クラスのインスタンスを取得する。
- getInstance() - Static method in class nablarch.integration.messaging.wmq.provider.WmqMessagingContext
-
- getInstanceFlowNodeTableName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
インスタンスフローノードテーブル名を取得する。
- getInstanceId() - Method in class nablarch.integration.workflow.BasicWorkflowInstance
-
- getInstanceId() - Method in class nablarch.integration.workflow.dao.ActiveFlowNodeEntity
-
インスタンスIDを取得する。
- getInstanceId() - Method in class nablarch.integration.workflow.dao.TaskAssignedGroupEntity
-
インスタンスIDを取得する。
- getInstanceId() - Method in class nablarch.integration.workflow.dao.TaskAssignedUserEntity
-
インスタンスIDを取得する。
- getInstanceId() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceEntity
-
インスタンスIDを取得する。
- getInstanceId() - Method in class nablarch.integration.workflow.WorkflowInstance.CompletedWorkflowInstance
-
- getInstanceId() - Method in interface nablarch.integration.workflow.WorkflowInstance
-
現在のワークフローインスタンスのインスタンスIDを取得する。
- getInstanceIdColumnName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
インスタンスIDカラム名を取得する。
- getInstanceTableName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
ワークフローインスタンステーブル名を取得する。
- getInstanceWithLineNumber(Class<T>, String[], String[], String, long) - Static method in class nablarch.common.databind.DataBindUtil
-
ファイル行数を持つBeanのインスタンスを生成する。
- getInteger(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getInteger(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Integerで取得する。
ResultSet.getInt(int)は、カラムの値が
nullの場合は
0を返すが、
本メソッドではカラムの値が
nullの場合は
nullを返す。
カラムの値がIntegerに変換可能な場合は、Integerに変換し返却する。
変換できない場合は、カラムの値を持つ新しいIntegerインスタンスを返却する。
- getInteger(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getInt(int).
- getInteger(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Integerとして取得する。
データベースから取得したデータがInteger型である場合、その値をそのまま返却する。
それ以外の型の場合、そのデータの文字列表現(toString()した結果)を、
Integer.valueOf(String)を使用してInteger型に変換し返却する。
データベースから取得したデータがどのような文字列表現を返却するかは、
使用するRDBMSのJDBCドライバに依存する。
以下に例を示す。
- getInterceptor() - Method in class nablarch.fw.Interceptor.Impl
-
- getInterceptorOf(Annotation) - Static method in class nablarch.fw.Interceptor.Factory
-
- getInternalRequestId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから内部リクエストIDを取得する。
- getIntSetting(String, MessageSenderSettings.SettingType, boolean, Integer) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
Integer型の設定値を取得する。
- getInvalidateSessionInvokedCount() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
- getIterator() - Method in class nablarch.test.core.messaging.MessagePool
-
メッセージのイテレータを取得。
- getIv() - Method in class nablarch.common.encryption.AesEncryptor.AesContext
-
IV(イニシャルバリュー)を取得する。
- getIv() - Method in class nablarch.common.encryption.Base64Key
-
IV(128bit)を返す。
- getJdbcConnection(XADataSource) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingContext
-
- getJdbcConnection(MQQueueManager, XADataSource) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getJdbcLogger() - Method in class nablarch.integration.doma.ConfigHolder
-
- getJdbcLogger() - Method in class nablarch.integration.doma.DomaConfig
-
- getJdbcLogger() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getJdbcType() - Method in class nablarch.common.dao.ColumnMeta
-
JDBCでSQLにバインドするときの型を取得する。
- getJisSymbolChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1~2区の記号文字に含まれる全ての全角記号を取得する。
- getJobBatchStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
JOBのバッチステータスを取得する。
- getJobContext() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
JobContextを返す。
- getJobExecution() - Method in class nablarch.fw.batch.ee.JobExecutor
-
JOBの実行情報を返す。
開始時刻や終了時刻などJOBの詳細を取得したい場合にこのAPIから取得する。
- getJobName() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
ジョブ名を取得する。
- getJobXmlName() - Method in class nablarch.fw.batch.ee.JobExecutor
-
JOB XMLファイル名を返す。
- getJsTestResourceDir() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
クライアントスクリプトテスト用リソース配置ディレクトリパスを取得する。
- getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
-
- getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
-
- getKeepingLanguage(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSupport
-
保持している言語を取得する。
- getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
-
- getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
-
- getKeepingTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
保持しているタイムゾーンを取得する。
- getKey() - Method in class nablarch.common.encryption.AesEncryptor.AesContext
-
共通鍵を取得する。
- getKey() - Method in class nablarch.common.encryption.Base64Key
-
共通鍵(128bit)を返す。
- getKey() - Method in class nablarch.common.handler.threadcontext.ExecutionIdAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.handler.threadcontext.InternalRequestIdAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.handler.threadcontext.LanguageAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.handler.threadcontext.RequestIdAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.handler.threadcontext.TimeZoneAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
スレッドコンテキストに格納する際に使用するプロパティのキー名を返す。
- getKey() - Method in class nablarch.common.web.session.SessionEntry
-
セッションへの登録キーを取得する。
- getKey() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーの文字列表現を取得する。
- getKey() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Gets the value of the key property.
- getKey() - Method in enum nablarch.etl.BasePath
-
ベースパスのキーを取得する。
- getKeyComponent() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Gets the value of the keyComponent property.
- getKeyId() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーのコンポーネントIDを取得する。
- getKeyName() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Gets the value of the keyName property.
- getKeyRef() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーの参照名を取得する。
- getKeys() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
オブジェクトにマッピングする際に使用するキーのリストを取得する。
- getKeys() - Method in class nablarch.common.web.compositekey.CompositeKey
-
全てのキーを取得する。
- getKeyType() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
キーの種類を取得する。
- getLabel() - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
ラベルを取得する。
- getLabel() - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
- getLaneId() - Method in class nablarch.integration.workflow.definition.FlowNode
-
レーンIDを取得する。
- getLaneId() - Method in class nablarch.integration.workflow.definition.Lane
-
レーンIDを取得する。
- getLaneIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
レーンIDカラム名を取得する。
- getLaneName() - Method in class nablarch.integration.workflow.definition.Lane
-
レーン名称を取得する。
- getLaneNameColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
レーン名カラム名を取得する。
- getLanes() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
レーン定義を返却する。
- getLaneTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
レーンテーブル名を取得する。
- getLang() - Method in class nablarch.common.mail.TemplateMailContext
-
言語を取得する。
- getLangColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
-
言語カラムの名前を取得する。
- getLanguage() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルから言語を取得する。
- getLastAccessedTime() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getLastPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
最終ページの番号を取得する。
- getLastReadData() - Method in class nablarch.fw.ExecutionContext
-
この実行コンテキストが最後に読み込んだデータオブジェクトを返す。
- getLastRecordNumber() - Method in class nablarch.fw.ExecutionContext
-
データリーダが、現時点で物理的に読み込んでいるレコードのレコード番号を返却する。
本メソッドは、
FileDataReaderを使用してファイルを読み込んでいる場合にのみ値を返却する。
FileDataReader以外を使用している場合は0を返す。
- getLastSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitCss属性のデフォルト値を取得する。
- getLastSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitLabel属性のデフォルト値を取得する。
- getLastSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitName属性のデフォルト値を取得する。
- getLastSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitTag属性のデフォルト値を取得する。
- getLastSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlastSubmitType属性のデフォルト値を取得する。
- getLength() - Method in class nablarch.common.databind.fixedlength.FieldConfig
-
長さ(バイト数)を返す。
- getLength() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
-
レコードの長さ(バイト数)を返す。
- getLengthOf(String) - Method in class nablarch.test.core.file.DataFileFragment
-
フィールド名から、そのフィールドのフィールド長を取得する。
- getLevel() - Method in class nablarch.core.log.basic.LogContext
-
- getLevel() - Method in class nablarch.core.message.Message
-
メッセージの通知レベルを取得する。
- getLevel() - Method in class nablarch.test.core.entity.MessageComparedByContent
-
- getLevel() - Method in class nablarch.test.core.entity.MessageComparedById
-
- getLevel1Kanji() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての漢字を取得する。
- getLevel2Kanji() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第2水準に含まれる全ての漢字を取得する。
- getLevelLabel(ObjectSettings, LogLevel) - Method in class nablarch.core.log.basic.LogLevelLabelProvider
-
- getLevelLabel(LogLevel) - Method in class nablarch.core.log.basic.LogLevelLabelProvider
-
- getLimit() - Method in class nablarch.core.db.statement.SelectOption
-
検索処理の取得するレコード数を返す。
- getLine() - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Deprecated.
- getLineNo() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
行番号を取得する。
- getLineNo() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
属性値の行番号を取得する。
- getLineNumber() - Method in class nablarch.common.databind.csv.CsvDataReader
-
現在のレコード番号を返す。
- getLineNumber() - Method in exception nablarch.common.databind.InvalidDataFormatException
-
エラー発生レコード番号を取得する。
- getLineNumber() - Method in class nablarch.etl.WorkItem
-
行数を取得する。
- getLineSeparator() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
行区切り文字を取得する。
- getLineSeparator() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
-
改行をあらわす文字を返す。
- getLineSeparator() - Method in class nablarch.common.web.tag.CustomTagConfig
-
カスタムタグが出力時に使用する改行コードのデフォルト値を取得する。
- getLineSeparator() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
行の区切りを取得する。
- getList(PageContext) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
- getList(PageContext) - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
リストを取得する。
- getList(PageContext) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
リストを取得する。
- getList() - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Gets the value of the list property.
- getListEndTag() - Method in enum nablarch.common.web.tag.ListFormat
-
リスト要素を含める終了タグを取得する。
- getListFormat() - Method in class nablarch.common.web.tag.CustomTagConfig
-
selectタグ、radioButtonsタグ、checkboxesタグのlistFormat属性のデフォルト値を取得する。
- getListMap(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
-
List-Map形式でデータを取得する。
- getListMap(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
- getListMap(String, String) - Method in class nablarch.test.core.http.RestTestSupport
-
- getListMap(String, String, String) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
List-Map形式でデータを取得する。
- getListMap(String, String, String) - Method in class nablarch.test.core.reader.DbLessTestDataParser
-
- getListMap(String, String, String) - Method in interface nablarch.test.core.reader.TestDataParser
-
List-Map形式でデータを取得する。
- getListMap(String, String) - Method in class nablarch.test.TestSupport
-
List-Map形式でデータを取得する。
- getListParamMap(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
-
List-Map形式でデータを取得する。
HTTPパラメータと同じ形式で取得できる(Mapの値がString[]となる)。
- getListParamMap(String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
- getListParamMap(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
- getListParamMap(String, String) - Method in class nablarch.test.core.http.RestTestSupport
-
- getListParamMap(String, String) - Method in class nablarch.test.TestSupport
-
List-Map形式でデータを取得する。
HttpRequestのリクエストパラメータと同じ形式で取得できる。
エンティティのコンストラクタにそのまま渡したい場合に使用する。
- getListSearchResultWrapperCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのlistSearchResultWrapperCss属性のデフォルト値を取得する。
- getListStartTag(HtmlAttributes) - Method in enum nablarch.common.web.tag.ListFormat
-
リスト要素を含める開始タグを取得する。
- getLoaders() - Method in class nablarch.core.repository.di.config.externalize.CompositeExternalizedLoader
-
- getLocalDate(String) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
日付文字列をLocalDateに変換する。
- getLocalDate(Date) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.util.Dateのインスタンスを、java.time.LocalDateに変換する。
- getLocalDate(Calendar) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.util.Calendarのインスタンスを、java.time.LocalDateに変換する。
- getLocalDateAsSqlDate(Date) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.sql.Dateのインスタンスを、java.time.LocalDateに変換する。
- getLocalDateTime(String) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
日時文字列をLocalDateTimeに変換する。
- getLocalDateTime(Date) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.util.Dateのインスタンスを、java.time.LocalDateTimeに変換する
- getLocalDateTime(Calendar) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.util.Calendarのインスタンスを、java.time.LocalDateTimeに変換する
- getLocalDateTimeAsSqlDate(Date) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.sql.Dateのインスタンスを、java.time.LocalDateTimeに変換する
- getLocale(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
-
スレッドコンテキストに保持する言語属性を返す。
- getLocale(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSupport
-
スレッドコンテキストに保持する言語属性を返す。
- getLocale() - Method in class nablarch.integration.report.ReportContext
-
ロケールを取得します。
- getLocalTransaction() - Method in class nablarch.integration.doma.DomaConfig
-
ローカルトランザクションを取得する。
- getLocation() - Method in class nablarch.fw.web.HttpResponse
-
Locationの値を取得する。
このメソッドの処理は以下のソースコードと等価である。
- getLogger(String) - Method in class nablarch.core.log.NablarchLoggerFactory
-
- getLoggerName() - Method in class nablarch.core.log.basic.LogContext
-
ロガー設定の名称を取得する。
- getLogItems() - Method in class nablarch.core.db.statement.SqlLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
フォーマット対象のログ出力項目を取得する。
デフォルトで下記のプレースホルダを設定したログ出力項目を返す。
- getLogItems(DateFormat) - Method in class nablarch.core.log.app.PerformanceLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems() - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogItems(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getLogLevelLabelProvider(ObjectSettings) - Method in class nablarch.core.log.basic.BasicLogFormatter
-
LogLevelLabelProviderを取得する。
- getLogLevelLabelProvider(ObjectSettings) - Method in class nablarch.core.log.basic.JsonLogFormatter
-
LogLevelLabelProviderを取得する。
- getLogSettings() - Method in class nablarch.core.log.basic.ObjectSettings
-
ログ出力の設定を取得する。
- getLong(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getLong(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Longで取得する。
ResultSet.getLong(int)は、カラムの値が
nullの場合は
0を返すが、
本メソッドではカラムの値が
nullの場合は
nullを返す。
カラムの値がLongに変換可能な場合は、Longに変換し返却する。
変換できない場合は、カラムの値を持つ新しいLongインスタンスを返却する。
- getLong(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getInt(int).
- getLong(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Longとして取得する。
データベースから取得したデータがLong型である場合、その値をそのまま返却する。
それ以外の型の場合、そのデータの文字列表現(toString()した結果)を、
Long.valueOf(String)を使用してLong型に変換し返却する。
データベースから取得したデータがどのような文字列表現を返却するかは、
使用するRDBMSのJDBCドライバに依存する。
- getLongSetting(String, MessageSenderSettings.SettingType, boolean, Long) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
Long型の設定値を取得する。
- getMailAddress() - Method in class nablarch.common.mail.MailRecipientTable.MailRecipient
-
送信先アドレスを取得する。
- getMailBody() - Method in class nablarch.common.mail.FreeTextMailContext
-
本文を取得する。
- getMailBody() - Method in class nablarch.common.mail.MailContext
-
本文を取得する。
- getMailBody() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
-
メール本文を取得する。
- getMailBody() - Method in class nablarch.common.mail.MailTemplateTable.MailTemplate
-
メール本文を取得する。
- getMailBody() - Method in class nablarch.common.mail.TemplateEngineProcessedResult
-
本文を取得する。
- getMailHost() - Method in class nablarch.common.mail.MailSessionConfig
-
接続ホスト名を取得する。
- getMailRequest(SqlRow) - Method in class nablarch.common.mail.MailRequestTable
-
SQLの取得結果の1レコードをMailRequestTable.MailRequestに変換する。
- getMailRequestCountMessageId() - Method in class nablarch.common.mail.MailConfig
-
メール送信要求件数出力時のメッセージIDを取得する。
- getMailRequester() - Static method in class nablarch.common.mail.MailUtil
-
- getMailRequestId() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
-
メールリクエストIDを取得する。
- getMailRequestSbnId() - Method in class nablarch.common.mail.MailConfig
-
メール送信要求IDの採番対象識別IDを取得する。
- getMailSendPatternId() - Method in class nablarch.common.mail.MailContext
-
メール送信パターンIDを取得する。
- getMailSmtpConnectionTimeout() - Method in class nablarch.common.mail.MailSessionConfig
-
接続タイムアウト値を取得する。
- getMailSmtpHost() - Method in class nablarch.common.mail.MailSessionConfig
-
SMTPサーバー名を取得する。
- getMailSmtpPort() - Method in class nablarch.common.mail.MailSessionConfig
-
SMTPポートを取得する。
- getMailSmtpTimeout() - Method in class nablarch.common.mail.MailSessionConfig
-
送信タイムアウト値を取得する。
- getMap(T) - Method in class nablarch.core.log.MaskingMapItemSupport
-
コンテキストからマップを取得する。
- getMap() - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Gets the value of the map property.
- getMap(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.ParametersItem
-
- getMap(JaxRsAccessLogFormatter.JaxRsAccessLogContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionScopeItem
-
- getMap(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.ParametersItem
-
コンテキストからマップを取得する。
- getMap(HttpAccessLogFormatter.HttpAccessLogContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionScopeItem
-
コンテキストからマップを取得する。
- getMap(String, String) - Method in class nablarch.test.TestSupport
-
Map形式でデータを取得する。
- getMaskingChar(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
-
マスク文字を取得する。
- getMaskingChar(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsBodyMaskingFilter
-
マスク文字を取得する。
- getMaskingChar(Map<String, String>) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
マスク文字を取得する。
- getMaskingChar(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
マスク文字を取得する。
- getMaskingJsonPatterns(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsBodyMaskingFilter
-
マスク対象のJSON文字列パターンを取得する。
- getMaskingPatterns(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
-
マスク対象のパラメータ名を取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getMaskingPatterns(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
マスク対象のパラメータ名を取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getMaskingString(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsBodyMaskingFilter
-
マスク文字列を取得する。
- getMax() - Method in class nablarch.core.db.support.ListSearchInfo
-
1ページあたりの最大取得件数を取得する。
- getMaxAge() - Method in class nablarch.fw.web.HttpCookie
-
このクッキーの最長の存続期間(秒)を返す。(未設定の場合はnull)
- getMaxArraySize() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの最大配列要素数を返却する。
- getMaxAttachedFileSize() - Method in class nablarch.common.mail.MailRequestConfig
-
最大添付ファイルサイズを取得する。
- getMaxFileCount() - Method in class nablarch.fw.web.upload.UploadSettings
-
アップロードファイル数の上限を取得する。
- getMaxFileSize() - Method in exception nablarch.common.mail.AttachedFileSizeOverException
-
ファイルサイズ上限値を取得する。
- getMaxInactiveInterval() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getMaxLineNumber(DbToDbStepConfig) - Method in class nablarch.etl.RangeUpdateHelper
-
入力元テーブルのLINE_NUMBERカラムの最大値を取得する。
- getMaxMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
最大メモリ量(開始時)を取得する。
- getMaxMemory() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
最大メモリ量を取得する。
- getMaxMemory() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
最大メモリ量を取得する。
- getMaxRecipientCount() - Method in class nablarch.common.mail.MailRequestConfig
-
最大宛先数を取得する。
- getMaxRecipientCount() - Method in exception nablarch.common.mail.RecipientCountException
-
宛先数上限値を取得する。
- getMaxRecordLength(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
読み込みを許容する1行の文字列数を取得する。
- getMaxResultCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の最大件数(上限)を取得する。
- getMaxResultCount() - Method in exception nablarch.core.db.support.TooManyResultException
-
検索結果の最大件数(上限)を取得する。
- getMaxRows() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getMaxRows()のラッパー。
- getMaxRows() - Method in interface nablarch.core.db.statement.SqlStatement
-
Statement.getMaxRows()のラッパー。
- getMaxRows() - Method in class nablarch.integration.doma.DomaConfig
-
- getMaxRows() - Method in class nablarch.integration.doma.DomaStatementProperties
-
最大行数の制限値を取得する。
- getMaxRows() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getMemberNameSerializer() - Method in class nablarch.core.text.json.BasicJsonSerializationManager
-
objectのmember nameを処理するためのシリアライザを取得する。
- getMemberNameSerializer() - Method in interface nablarch.core.text.json.JsonSerializationManager
-
objectのmember nameを処理するためのシリアライザを取得する。
- getMergeOnColumns() - Method in class nablarch.etl.config.DbToDbStepConfig
-
MERGEのON句に指定するカラム名を取得する。
- getMessage() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーメッセージを返却する。
エラーメッセージには、以下のうち設定されている項目のみが含まれる。
例外発生原因となった入出力元(ファイルなど)のパス
エラーが発生したフィールド名
エラーが発生したレコード番号
使用していたフォーマットファイルのパス
- getMessage() - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
- getMessage() - Method in class nablarch.core.log.app.FailureLogFormatter.FailureLogContext
-
メッセージを取得する。
- getMessage(String, Object[], Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
障害コードからメッセージを取得する。
- getMessage() - Method in class nablarch.core.log.basic.LogContext
-
メッセージを取得する。
- getMessage() - Method in exception nablarch.core.message.ApplicationException
-
- getMessage(String) - Method in class nablarch.core.validation.ValidationContext
-
メッセージIDに対応するメッセージを取得する。
- getMessage() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
-
- getMessage() - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter.MessagingLogContext
-
電文オブジェクトを取得する。
- getMessage() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
メッセージには以下の内容が含まれる。
※インスタンス生成時に設定した項目のみ出力される。
エラーメッセージ
例外発生時の接続先
HTTPステータスコード
- getMessage() - Method in class nablarch.fw.messaging.ResponseMessage
-
処理結果に関する詳細情報を返す。
- getMessage() - Method in interface nablarch.fw.Result
-
処理結果に関する詳細情報を返す。
- getMessage() - Method in class nablarch.fw.Result.Success
-
処理結果に関する詳細情報を返す。
- getMessage() - Method in exception nablarch.fw.results.ServiceError
-
処理結果に関する詳細情報を返す。
- getMessage() - Method in class nablarch.fw.web.HttpResponse
-
処理結果に対する詳細情報を返す。
返される詳細情報は以下の通りである。
- getMessage(String) - Method in class nablarch.fw.web.message.ErrorMessages
-
プロパティ名に対応したメッセージを返す。
- getMessage(MQQueue, String, long, MQQueue) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getMessage(String, String, String) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
メッセージ用に固定長ファイルデータを取得する。
- getMessage(String, String, String) - Method in class nablarch.test.core.reader.DbLessTestDataParser
-
- getMessage(String, String, String) - Method in interface nablarch.test.core.reader.TestDataParser
-
メッセージ用に固定長ファイルデータを取得する。
- getMessage() - Method in error nablarch.test.tool.htmlcheck.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class nablarch.test.tool.sanitizingcheck.tag.Directive
-
- getMessage() - Method in class nablarch.test.tool.sanitizingcheck.tag.ExpressionLang
-
- getMessage() - Method in class nablarch.test.tool.sanitizingcheck.tag.HtmlComment
-
- getMessage() - Method in class nablarch.test.tool.sanitizingcheck.tag.JspCore
-
- getMessage() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
メッセージを取得する。
デフォルト実装では、タグ名を返却する。
- getMessage() - Method in class nablarch.test.tool.sanitizingcheck.tag.TagLib
-
- getMessageConvertor() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
- getMessageFormat() - Method in class nablarch.common.web.tag.CustomTagConfig
-
errorタグのmessageFormat属性のデフォルト値を取得する。
- getMessageId() - Method in class nablarch.core.message.Message
-
文字列リソースのメッセージIDを取得する。
- getMessageId() - Method in class nablarch.core.validation.PropertyValidationDefinition
-
プロパティを表わすメッセージIDを取得する。
- getMessageId() - Method in interface nablarch.core.validation.validator.unicode.CharsetDef
-
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを取得する。
- getMessageId() - Method in class nablarch.core.validation.validator.unicode.CharsetDefSupport
-
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを取得する。
- getMessageId() - Method in class nablarch.fw.messaging.InterSystemMessage
-
この電文に割り当てられた識別子(メッセージID)を返す。
メッセージIDは電文送信時にMOMによって自動的に割り振られるため、
書式や一意性の範囲は製品依存となる。
また、送信前の電文にはnullが設定されている。
- getMessageId() - Method in exception nablarch.fw.results.ServiceError
-
メッセージIDを返す。
- getMessageId() - Method in class nablarch.test.core.entity.MessageComparedById
-
- getMessageIdColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
メッセージIDを保持するカラムの名称をを返す。
- getMessageIdFromAnnotation(A) - Method in class nablarch.core.validation.validator.CharacterLimitationValidator
-
アノテーションからメッセージIDを取得する。
- getMessageIdFromAnnotation(SystemChar) - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
-
アノテーションからメッセージIDを取得する。
- getMessageParams() - Method in exception nablarch.fw.results.ServiceError
-
メッセージパラメータを返す。
- getMessages(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
-
リクエストスコープからメッセージリストを取得する。
- getMessages() - Method in exception nablarch.core.message.ApplicationException
-
処理結果メッセージのリストを取得する。
- getMessages() - Method in class nablarch.core.validation.ValidationContext
-
バリデーション結果メッセージのリストを取得する。
- getMessages() - Method in class nablarch.test.core.entity.ValidationTestContext
-
バリデーションエラーのメッセージを返却する。
- getMessages(Throwable) - Static method in class nablarch.test.NablarchTestUtils
-
Throwableサブクラスのメッセージを取得する。
ネストされた例外がある場合はそのメッセージも取得する。
- getMessageSenderClient() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
MessageSenderから呼び出される基本APIを実装したインターフェースを取得する。
- getMessageType(SendingMessage) - Method in class nablarch.integration.messaging.wmq.provider.BasicWmqMqmdFieldsOperator
-
送信メッセージから判定したメッセージタイプを取得する。
- getMessageWithoutCache(String, String, DataType, String) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
メッセージを取得する。
- getMessagingProvider() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
- getMetaData() - Static method in class nablarch.common.dao.DatabaseUtil
-
データベースメタデータを取得する。
- getMetaData() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
PreparedStatement.getMetaData()のラッパー。
- getMetaData() - Method in class nablarch.core.db.statement.ResultSetIterator
-
ResultSetMetaDataを取得する。
- getMetaData() - Method in interface nablarch.core.db.statement.SqlPStatement
-
PreparedStatement.getMetaData()のラッパー。
- getMeterRegistry() - Method in class nablarch.integration.micrometer.instrument.dao.SqlTimeMetricsDaoContext
-
MeterRegistryを取得する。
- getMethod() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
HTTPメソッドを取得する。
- getMethod() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getMethod() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
HTTPメソッドを取得する。
- getMethod() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストメソッド名を返す。
- getMethod() - Method in class nablarch.fw.web.MockHttpRequest
-
HTTPリクエストメソッド名を返す。
- getMethod() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- getMethodBinder() - Method in class nablarch.fw.HandlerQueueManager
-
メソッドレベルの処理委譲を行うコンポーネントを返す。
- getMethodBoundTo(TData, ExecutionContext) - Method in class nablarch.fw.handler.MethodBinding
-
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
- getMethodBoundTo(DataRecord, ExecutionContext) - Method in class nablarch.fw.handler.RecordTypeBinding
-
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
- getMethodBoundTo(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.HttpMethodBinding
-
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
- getMethodName() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
メソッド名を取得する。
- getMethodName() - Method in class nablarch.test.core.rule.TestDescription
-
実行中のテストメソッド名を取得する。
- getMethodName() - Method in class nablarch.test.event.TestEventDispatcher
-
テストメソッド名を取得する。
サブクラスは、テストメソッド内で本メソッドを起動することで、
実行中のテストメソッド名を取得できる。
- getMethods() - Method in class nablarch.fw.dicontainer.component.MethodCollector
-
収集したメソッドを取得する。
- getMetricsDescription() - Method in class nablarch.integration.micrometer.instrument.dao.SqlTimeMetricsDaoContext
-
メトリクスの説明を取得する。
- getMetricsDescription() - Method in interface nablarch.integration.micrometer.instrument.handler.HandlerMetricsMetaDataBuilder
-
メトリクスの説明を取得する。
- getMetricsDescription() - Method in class nablarch.integration.micrometer.instrument.http.HttpRequestTimeMetricsMetaDataBuilder
-
- getMetricsName() - Method in class nablarch.integration.micrometer.instrument.dao.SqlTimeMetricsDaoContext
-
メトリクス名を取得する。
- getMetricsName() - Method in interface nablarch.integration.micrometer.instrument.handler.HandlerMetricsMetaDataBuilder
-
メトリクスの名前を取得する。
- getMetricsName() - Method in class nablarch.integration.micrometer.instrument.http.HttpRequestTimeMetricsMetaDataBuilder
-
- getMimeType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
このフォーマッタが取り扱うファイルのmime-typeを返却する。
デフォルトではtext/plainを返却する。必要に応じサブクラスでオーバーライドすること。
- getMimeType() - Method in class nablarch.core.dataformat.JsonDataRecordFormatter
-
このフォーマッタが取り扱うファイルのmime-typeを返却する。
デフォルトではtext/plainを返却する。必要に応じサブクラスでオーバーライドすること。
- getMimeType() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
-
mime-typeを返却する。
- getMimeType() - Method in class nablarch.core.dataformat.XmlDataRecordFormatter
-
このフォーマッタが取り扱うファイルのmime-typeを返却する。
デフォルトではtext/plainを返却する。必要に応じサブクラスでオーバーライドすること。
- getMinArraySize() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドの最小配列要素数を返却する。
- getMinusSign() - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
-
負の符号を取得する。
本メソッドをオーバーライドすることで負の符号を変更することが可能である。
たとえば、本メソッドを「▲」を返却するようにオーバーライドすれば、負の符号として▲が使用される。
- getMode() - Method in class nablarch.etl.config.ValidationStepConfig
-
処理の継続モードを取得する。
- getMonthEndDate(String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getMonthEndDate(String) - Static method in class nablarch.core.util.DateUtil
-
指定された日付(yyyyMMdd or yyyyMM形式)の月末日を取得する。
- getMonths(String, String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getMonths(String, String) - Static method in class nablarch.core.util.DateUtil
-
指定された日付(yyyyMMdd or yyyyMM形式)間の月数を取得する。
例)
DateUtil.getMonths("201102", "201103"); //--> 1
- getMoreResults() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getMoreResults()のラッパー。
- getMoreResults(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getMoreResults()のラッパー。
- getMoreResults() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getMoreResults()のラッパー。
- getMoreResults(int) - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getMoreResults()のラッパー。
- getMQQueue(Map<String, MQQueue>, String) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingContext
-
MQQueueマップから指定されたキュー名のMQQueueを取得する。
- getMQQueue(MQQueueManager, String, int) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
指定されたキュー名とオプションを使用して、正常にオープンされたMQQueueを取得する。
- getMQQueues(MQQueueManager, Collection<String>, int) - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
指定されたキュー名とオプションを使用して、正常にオープンされたMQQueueを取得する。
- getMultiInstanceType() - Method in class nablarch.integration.workflow.definition.Task
-
マルチインスタンスタイプを取得する。
- getMultiInstanceTypeColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
マルチインスタンスタイプカラム名を取得する。
- getMultiLayoutConfig() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
-
マルチレイアウトの定義を返す。
- getMultipart() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getMultipart() - Method in class nablarch.fw.web.HttpRequest
-
本HTTPリクエストの全マルチパートを取得する。
戻り値のMapの構造を以下に示す。
キー
名称(inputタグのname属性)
値
キーのname属性でアップロードされたマルチパート
- getMultipleValues(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
-
- getMultipleValuesOnScope(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
-
- getName(String, String) - Method in class nablarch.common.code.BasicCodeManager
-
- getName(String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
-
コードID、コード値、取得対象の言語を条件に、対応するコード名称を取得する。
- getName(String, Locale) - Method in interface nablarch.common.code.Code
-
言語を指定してコード名称を取得する。
- getName(String, String) - Method in interface nablarch.common.code.CodeManager
-
- getName(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得対象の言語を条件に、対応するコード名称を取得する。
- getName(String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコード名称を取得する。
- getName() - Method in class nablarch.common.dao.ColumnMeta
-
データベースのカラム名を取得する。
- getName() - Method in class nablarch.common.databind.fixedlength.FieldConfig
-
フィールド名を返す。
- getName() - Method in class nablarch.common.mail.AttachedFile
-
メール添付ファイル名を取得する。
- getName() - Method in class nablarch.common.web.session.SessionStore
-
セッションストア名を取得する。
- getName() - Method in class nablarch.common.web.tag.FormContext
-
フォームのname属性を取得する。
- getName() - Method in class nablarch.common.web.tag.SubmissionInfo
-
name属性の値を取得する。
- getName() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
ディレクティブの名前を取得する。
- getName() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールド名称を返却する。
- getName() - Method in class nablarch.core.log.basic.LogWriterSupport
-
- getName() - Method in class nablarch.core.log.basic.ObjectSettings
-
プロパティファイル内で指定されるオブジェクトの名称を取得する。
- getName() - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントの名称を取得する。
- getName() - Method in class nablarch.core.repository.di.config.ListElementDefinition
-
コンポーネント名を取得する。
- getName() - Method in class nablarch.core.repository.di.config.xml.schema.Component
-
Gets the value of the name property.
- getName() - Method in class nablarch.core.repository.di.config.xml.schema.ComponentRef
-
Gets the value of the name property.
- getName() - Method in class nablarch.core.repository.di.config.xml.schema.List
-
Gets the value of the name property.
- getName() - Method in class nablarch.core.repository.di.config.xml.schema.Map
-
Gets the value of the name property.
- getName() - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Gets the value of the name property.
- getName() - Method in class nablarch.core.validation.PropertyValidationDefinition
-
プロパティ名を取得する。
- getName() - Method in class nablarch.fw.web.handler.health.HealthChecker
-
ヘルスチェックの対象を表す名前を取得する。
- getName() - Method in class nablarch.fw.web.handler.health.HealthCheckResult.Target
-
ヘルスチェック対象の名前を取得する。
- getName() - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
-
- getName() - Method in class nablarch.fw.web.handler.secure.ContentTypeOptionsHeader
-
- getName() - Method in class nablarch.fw.web.handler.secure.FrameOptionsHeader
-
- getName() - Method in class nablarch.fw.web.handler.secure.ReferrerPolicyHeader
-
- getName() - Method in interface nablarch.fw.web.handler.secure.SecureResponseHeader
-
レスポンスヘッダの名前を返す。
- getName() - Method in class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
-
- getName() - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
-
- getName() - Method in class nablarch.fw.web.upload.PartInfo
-
名前を取得する。
例えば、<input type="file" name="picture"/>という
HTMLタグでアップロードされた場合、本メソッドの戻り値は"picture"となる。
- getName() - Method in class nablarch.integration.micrometer.instrument.binder.MetricsMetaData
-
メトリクスの名前を取得する。
- getName() - Method in enum nablarch.test.core.reader.DataType
-
データ名を取得する。
- getName() - Method in class nablarch.test.tool.sanitizingcheck.tag.Directive
-
- getName() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
タグ名を取得する。
- getName() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
属性名を取得する。
- getNameColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
-
名称カラムの名前を取得する。
- getNameList() - Method in class nablarch.core.db.statement.BasicSqlParameterParser
-
名前付きバインド変数のリストを取得する。
名前付きバインド変数は、「?」の位置順にリストに格納されている。
- getNameList() - Method in interface nablarch.core.db.statement.SqlParameterParser
-
名前付きバインド変数のListを取得する。
- getNameWithClass() - Method in class nablarch.core.validation.PropertyValidationDefinition
-
クラス名をつけたプロパティ名を取得する。
- getNaming() - Method in class nablarch.integration.doma.DomaConfig
-
- getNaming() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getNativeHttpSession(boolean) - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
- getNativeHttpSession(boolean) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
サーブレットコンテナが提供するHttpSessionを取得する。
明示的にHttpSessionを使用したい場合は、本メソッドから取得する。
- getNecExtendedChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
全てのNEC選定IBM拡張文字を取得する。
- getNecSymbolChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第13区のNEC 特殊文字を取得する。
- getNegativePackSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
パック数値の符号ビット(正)のデフォルト設定を取得する。
- getNegativeZoneSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
ゾーン数値の符号ビット(負)のデフォルト設定を取得する。
- getNewFragment() - Method in class nablarch.test.core.file.DataFile
-
この固定長ファイルを構成する、新しい断片を取得する。
- getNextFlowNodeId(String, Map<String, ?>) - Method in class nablarch.integration.workflow.definition.Event
-
遷移先のフローノードを取得する。
自身を遷移元とするシーケンスフローが1つしか存在しない場合は、
そのシーケンスフローの遷移先を遷移先のフローノードとして返却する。
シーケンスフローが複数存在している場合には、本メソッドでは
IllegalStateExceptionを送出する。
複数の遷移先をサポートする必要がある場合には、本クラスの具象クラス側にて実装を行う必要がある。
- getNextFlowNodeId(String, Map<String, ?>) - Method in class nablarch.integration.workflow.definition.FlowNode
-
遷移先のフローノードを取得する。
自身を遷移元とするシーケンスフローが1つしか存在しない場合は、
そのシーケンスフローの遷移先を遷移先のフローノードとして返却する。
シーケンスフローが複数存在している場合には、本メソッドでは
IllegalStateExceptionを送出する。
複数の遷移先をサポートする必要がある場合には、本クラスの具象クラス側にて実装を行う必要がある。
- getNextFlowNodeId(String, Map<String, ?>) - Method in class nablarch.integration.workflow.definition.Gateway
-
遷移先のフローノードを取得する。
自身を遷移元とするシーケンスフローが1つしか存在しない場合は、
そのシーケンスフローの遷移先を遷移先のフローノードとして返却する。
シーケンスフローが複数存在している場合には、本メソッドでは
IllegalStateExceptionを送出する。
複数の遷移先をサポートする必要がある場合には、本クラスの具象クラス側にて実装を行う必要がある。
- getNextHandler() - Method in class nablarch.fw.ExecutionContext
-
ハンドラキュー上の次のハンドラを取得する。
- getNextPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
次のページ番号を取得する。
- getNextSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitCss属性のデフォルト値を取得する。
- getNextSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitLabel属性のデフォルト値を取得する。
- getNextSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitName属性のデフォルト値を取得する。
- getNextSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitTag属性のデフォルト値を取得する。
- getNextSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのnextSubmitType属性のデフォルト値を取得する。
- getNextToken() - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
Get the next Token.
- getNextToken() - Method in class nablarch.test.tool.htmlcheck.parser.ParserTokenManager
-
Get the next Token.
- getNo() - Method in class nablarch.test.core.standalone.TestShot
-
ケース番号を取得する。
- getNoHiddenEncryptionRequestIds() - Method in class nablarch.common.web.tag.CustomTagConfig
-
hiddenタグを暗号化しないリクエストIDのデフォルト値を取得する。
- getNotificationFormat(Map<String, String>) - Method in class nablarch.core.log.app.FailureLogFormatter
-
障害通知ログのフォーマットを取得する。
- getNotificationMessage(Object, String, Object...) - Static method in class nablarch.core.log.app.FailureLogUtil
-
フォーマットされた障害通知ログのメッセージを取得する。
- getNotificationMessage(Throwable, Object, String, Object[]) - Static method in class nablarch.core.log.app.FailureLogUtil
-
フォーマットされた障害通知ログのメッセージを取得する。
- getNowDate() - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
-
現在日時を取得する。
- getNullValue() - Method in class nablarch.core.log.LogUtil.BasicMapValueEditor
-
値がnullの場合に使用する値を取得する。
- getNumbersOnlyFormat(String) - Method in class nablarch.common.date.AbstractDateStringConverter
-
- getNumbersOnlyFormat(String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getNumbersOnlyFormat(String) - Static method in class nablarch.core.util.DateUtil
-
フォーマット文字列から年月日の区切り文字を取り除いた値を返す。
- getNumberValue(int) - Method in class nablarch.test.core.db.BasicDefaultValues
-
数値型のデフォルト値を取得する。
デフォルト値が明示的に設定されている場合はその値を、
指定されたカラム長まで切り詰めて返却する。
そうでない場合は、0をデフォルト値として返却する。
- getObject(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getObject(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をObjectで取得する。
- getObject(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getObject(int).
- getObject(String) - Static method in class nablarch.core.repository.SystemRepository
-
コンポーネント名を指定して、リポジトリに登録されたコンポーネントを取得する。
- getObject(String) - Static method in class nablarch.core.ThreadContext
-
スレッドコンテキストからオブジェクトを取得する。
- getObjectBoundToClassLoader(LogUtil.ObjectCreator<T>) - Static method in class nablarch.core.log.LogUtil
-
クラスローダに紐付くオブジェクトを取得する。
- getObjectBuilders() - Method in class nablarch.core.db.statement.SqlJsonLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getObjectBuilders(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpAccessJsonLogFormatter
-
フォーマット対象のログ出力項目を取得する。
- getObjectName() - Method in class nablarch.integration.micrometer.instrument.binder.jmx.MBeanAttributeCondition
-
オブジェクト名を取得する。
- getOddValue() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのoddValue属性のデフォルト値を取得する。
- getOffLabel() - Method in class nablarch.common.web.tag.CheckboxTag
-
- getOffLabel() - Method in class nablarch.common.web.tag.CheckboxTagSupport
-
チェックなしの場合に使用するラベルを取得する。
- getOffLabel() - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
- getOffset() - Method in class nablarch.common.databind.fixedlength.FieldConfig
-
開始位置を返す。
- getOffset() - Method in class nablarch.core.db.statement.SelectOption
-
検索処理の取得開始レコード番号(0から開始)を返す。
- getOffValue() - Method in class nablarch.common.web.tag.CheckboxTag
-
- getOffValue() - Method in class nablarch.common.web.tag.CheckboxTagSupport
-
- getOffValue() - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
- getOptimisticLockErrorMessage() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
楽観的ロックエラー発生時のメッセージを取得する。
- getOption() - Method in class nablarch.common.mail.MailSessionConfig
-
javax.mail.Sessionのオプションを取得する。
- getOptionalName(String, String, String) - Method in class nablarch.common.code.BasicCodeManager
-
コードID、コード値、取得するオプション名称のカラム名を条件に、
対応するコードのオプション名称を取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
- getOptionalName(String, String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
-
コードID、コード値、取得するオプション名称のカラム名、言語を条件に、
対応するコードのオプション名称を取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
- getOptionalName(String, String, Locale) - Method in interface nablarch.common.code.Code
-
言語を指定してオプションコード名称を取得する。
- getOptionalName(String, String, String) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得するオプション名称のカラム名を条件に、
対応するコードのオプション名称を取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
- getOptionalName(String, String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得するオプション名称のカラム名、言語を条件に、
対応するコードのオプション名称を取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
- getOptionalName(String, String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getOptionalName(String, String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコードのオプション名称を取得する。
対象の言語は引数の言語によって決定される。
- getOptionNameColumnNames() - Method in class nablarch.common.code.schema.CodeNameSchema
-
オプション名称カラムの名前を取得する。
- getOptions() - Method in class nablarch.core.log.basic.LogContext
-
オプション情報を取得する。
- getOptions() - Method in class nablarch.integration.router.PathOptions
-
設定を取得する
- getOpts() - Method in class nablarch.fw.launcher.CommandLineParser.Result
-
オプション引数を返す。
- getOrderOfAppearance(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
-
画面上のタグの出現順を取得する。
- getOrGenerateId() - Method in class nablarch.common.web.session.Session
-
セッションIDを取得する。
セッションIDが存在しない場合は新しく生成する。
- getOriginalAttribute(HtmlAttributes, HtmlAttribute, String) - Static method in class nablarch.common.web.tag.TagUtil
-
元の属性値の末尾にセパレータを付加した値を取得する。
このメソッドは、属性に値を追記する場合に使用する。
- getOriginalHandler() - Method in class nablarch.fw.Interceptor.Impl
-
インターセプト対象のリクエストハンドラを取得する。
- getOriginalReader() - Method in class nablarch.fw.reader.DatabaseTableQueueReader
-
オリジナルのリーダ(
DatabaseRecordReader)を取得する。
本メソッドは、以下の理由によりプロダクションコードからの呼び出しは推奨しない。
オリジナルリーダを取得すること自体は問題ないが、取得したオリジナルのリーダを操作してしまうと、
本リーダ内で保持しているオリジナルのリーダの状態も変更されてしまうため。
- getOsName() - Method in class nablarch.fw.web.useragent.UserAgent
-
OS名称を取得する。
- getOsType() - Method in class nablarch.fw.web.useragent.UserAgent
-
OSタイプを取得する。
- getOsVersion() - Method in class nablarch.fw.web.useragent.UserAgent
-
OSバージョンを取得する。
- getPackSignNibbleNegative() - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
符号付きパック10進数値の末尾桁の下位4ビット(負数の場合)を返却する。
- getPackSignNibblePositive() - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
-
符号付きパック10進数値の末尾桁の下位4ビット(正数の場合)を返却する。
- getPaddingBytes() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディングに使用する文字のバイト配列を返却する。
- getPaddingBytes(String) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
パディング/トリム文字のバイト配列を返却する。
- getPaddingCharLength() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディング/トリム文字として許容するバイト長を返却する。
本メソッドをオーバーライドすることで、パディング/トリム文字として許容するバイト長を変更できる。
- getPaddingCharLength() - Method in class nablarch.core.dataformat.convertor.datatype.DoubleByteCharacterString
-
パディング/トリム文字として許容するバイト長を返却する。
本メソッドをオーバーライドすることで、パディング/トリム文字として許容するバイト長を変更できる。
- getPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataString
-
パディング/トリム処理で使用する文字列を返却する。
パディング/トリム文字列が指定されていない場合、デフォルトで半角スペースを使用する。
- getPaddingStr() - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
パディング/トリム文字を返却する。
パディング/トリム文字が指定されていない場合、デフォルトで半角スペースを使用する。
- getPaddingValue() - Method in class nablarch.core.dataformat.FieldDefinition
-
フィールドのパディング/トリムに使用する値を返却する。
- getPageCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
総ページ数を取得する。
- getPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
取得対象のページ番号を取得する。
- getPageNumberSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitCss属性のデフォルト値を取得する。
- getPageNumberSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitName属性のデフォルト値を取得する。
- getPageNumberSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitTag属性のデフォルト値を取得する。
- getPageNumberSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitType属性のデフォルト値を取得する。
- getPageNumberSubmitWrapperCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpageNumberSubmitWrapperCss属性のデフォルト値を取得する。
- getPagination() - Method in class nablarch.common.dao.EntityList
-
ページングのための情報を取得する。
- getPagingCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpagingCss属性のデフォルト値を取得する。
- getPagingPosition() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのpagingPosition属性のデフォルト値を取得する。
- getParam(String, String, TData, ExecutionContext) - Method in class nablarch.fw.handler.RewriteRule
-
変数の値を返す。
この実装では、以下の変数種別に対応する。
- getParam(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getParam(String) - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパラメータを取得する。
- getParam(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
電文のデータ部の末尾レコードの中から指定されたフィールドの値を取得して返す。
主にシングルレコード形式の電文で使用することを想定している。
レコードが存在しない場合、もしくは、レコードに指定された項目が存在しない
場合はnullを返す。
。
- getParam(String) - Method in interface nablarch.fw.Request
-
リクエストパラメータを取得する。
- getParam(String, String, HttpResponse, ExecutionContext) - Method in class nablarch.fw.web.handler.ContentPathRewriteRule
-
- getParam(String, String, HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.handler.HttpRequestRewriteRule
-
- getParam(String) - Method in class nablarch.fw.web.HttpRequest
-
リクエストパラメータを取得する。
- getParam(String) - Method in class nablarch.fw.web.MockHttpRequest
-
リクエストパラメータを取得する。
- getParam(String) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- getParam(HttpRequest, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
- getParameter(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getParameterCount() - Method in class nablarch.fw.dicontainer.component.impl.reflect.MethodWrapper
-
メソッド引数の数をカウントする
- getParameterizedSqlPStatement(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
ParameterizedSqlPStatementを生成し返却する。
- getParameterizedSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
ParameterizedSqlPStatementを生成し返却する。
- getParameterizedSqlPStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext, SelectOption) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlPStatementBySqlId(String, String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getParameterizedSqlStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getParameterizedSqlStatement(String, Object) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getParameterMap() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getParameterMap(String, String) - Method in class nablarch.test.TestSupport
-
HTTPリクエストパラメータ作成用のMapを取得する。
- getParameterName() - Static method in class nablarch.common.web.csrf.CsrfTokenUtil
-
CSRFトークンをHTTPリクエストパラメーターへ設定する際に使用する名前を取得する。
- getParameterNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getParameters() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
現時点でのバインドパラメータを取得する。
- getParameters() - Method in class nablarch.core.db.statement.ParameterHolder
-
これまで本インスタンスに設定されたパラメータを取得する。
- getParameters(String) - Method in class nablarch.core.validation.ValidationContext
-
プロパティ名に対応するプレフィクス付き文字列の配列を取得する。
- getParameters() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
リクエストパラメータを取得する。
- getParameters() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
リクエストパラメータを取得する。
- getParameterType(int) - Method in class nablarch.fw.dicontainer.component.impl.reflect.MethodWrapper
-
メソッド引数の型を取得する
- getParameterValues(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getParamMap() - Method in interface nablarch.core.validation.Validatable
-
バリデーションを行うパラメータのMapを返す。
- getParamMap() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getParamMap() - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパラメータのMapを取得する。
- getParamMap() - Method in class nablarch.fw.messaging.InterSystemMessage
-
電文のデータ部の末尾レコードを返す。
主にシングルレコード形式の電文で使用することを想定している。
レコードが存在しない場合はnullを返す。
- getParamMap() - Method in interface nablarch.fw.Request
-
リクエストパラメータのMapを取得する。
- getParamMap() - Method in class nablarch.fw.web.HttpRequest
-
リクエストパラメータのMapを返す。
- getParamMap() - Method in class nablarch.fw.web.MockHttpRequest
-
リクエストパラメータのMapを返す。
- getParamMap() - Method in class nablarch.fw.web.post.PostRequest
-
リクエストパラメータを取得する。
- getParamMap() - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
-
- getParamMap(String, String) - Method in class nablarch.test.core.db.DbAccessTestSupport
-
List-Map形式でデータを取得する。
HTTPパラメータと同じ形式で取得できる(Mapの値がString[]となる)。
- getParamMap(String, String) - Method in class nablarch.test.core.db.EntityTestSupport
-
- getParamMap(String, String) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
- getParamMap(HttpRequest) - Method in class nablarch.test.core.http.HttpRequestTestSupport
-
- getParamMap(String, String) - Method in class nablarch.test.core.http.RestTestSupport
-
- getParamName() - Method in class nablarch.common.web.tag.ChangeParamNameTag.ChangeParamName
-
サブミット時に使用するパラメータの名前を取得する。
- getParams() - Method in class nablarch.common.dao.SqlWithParams
-
パラメータリストを返す。
- getParams() - Method in class nablarch.common.web.tag.IncludeContext
-
インクルード時に含めるパラメータを取得する。
- getParams() - Method in class nablarch.core.validation.ValidationContext
-
プロパティの値が文字列のMapを取得する。
- getParams() - Method in class nablarch.integration.report.ReportParam
-
パラメータ用オブジェクト取得メソッド。
- getParamsMap() - Method in class nablarch.common.web.tag.SubmissionInfo
-
サブミット時に追加するパラメータを取得する。
- getParsedDate(String, String) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getParsedDate(String, String, Locale) - Static method in class nablarch.common.date.DateUtil
-
Deprecated.
- getParsedDate(String, String) - Static method in class nablarch.core.util.DateUtil
-
- getParsedDate(String, String, Locale) - Static method in class nablarch.core.util.DateUtil
-
dateをformat形式でパースした結果のDateインスタンスを返却する。
dateがformat形式ではない場合、または実在しない日付である場合、nullを返却する。
例)
- getPart(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getPart(String) - Method in class nablarch.fw.web.HttpRequest
-
マルチパートの一部を取得する。
引数で指定した名称に合致するパートが存在しない場合、空のリストが返却される。
- getPassword() - Method in class nablarch.etl.SqlLoaderConfig
-
パスワードを返す。
- getPath() - Method in class nablarch.fw.web.HttpCookie
-
このクッキーが送信されるURIのパス階層を返す。
- getPath() - Method in class nablarch.fw.web.ResourceLocator
-
パス文字列を返す。
パスにクエリーパラメータやフラグメントがある場合、
これらを含んだ値をパスとして返す。
- getPath() - Method in class nablarch.integration.router.jaxrs.PathRequirements
-
パス定義を取得する。
- getPath() - Method in class nablarch.integration.router.PathOptions
-
パスを取得する。
- getPath() - Method in class nablarch.test.core.file.DataFile
-
ファイルパスを取得する。
- getPathConfig(InjectionPoint) - Method in class nablarch.etl.config.BasePathProducer
-
システムリポジトリからベースパスを取得する。
取得時に、ベースパスが存在しているかどうかを検証する。
- getPathForLanguage(String, HttpServletRequest) - Method in class nablarch.fw.web.i18n.ResourcePathRule
-
言語対応のリソースパスを取得する。
- getPathOf(String) - Method in class nablarch.test.TestSupport
-
テストデータのパスを取得する。
最初にリソースが見つかったテストデータのパスを返却する。
- getPathParam(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
HTTPリクエストからパスパラメータを取得する。
- getPathToRewrite(TData) - Method in class nablarch.fw.handler.RewriteRule
-
書き換え対象のパスを取得する。
- getPathToRewrite(HttpResponse) - Method in class nablarch.fw.web.handler.ContentPathRewriteRule
-
- getPathToRewrite(HttpRequest) - Method in class nablarch.fw.web.handler.HttpRequestRewriteRule
-
- getPattern() - Method in class nablarch.core.util.FormatSpec
-
"データタイプ{パターン}"形式のパターンを取得する。
- getPatternColumnNames() - Method in class nablarch.common.code.schema.CodePatternSchema
-
パターンカラムの名前を取得する。
- getPatternSeparator() - Method in class nablarch.common.web.tag.CustomTagConfig
-
フォーマットに使用するパターン区切り文字のデフォルト値を取得する。
- getPatternSeparator() - Method in class nablarch.core.util.FormatSpec
-
パターンの末尾に付加情報を含める場合のセパレータを取得する。
- getPermission(String) - Method in class nablarch.common.permission.BasicPermissionFactory
-
- getPermission(String) - Method in interface nablarch.common.permission.PermissionFactory
-
- getPermission() - Static method in class nablarch.common.permission.PermissionUtil
-
- getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
-
認可単位IDカラムの名前を取得する。
- getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
-
認可単位IDカラムの名前を取得する。
- getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.PermissionUnitTableSchema
-
認可単位IDカラムの名前を取得する。
- getPermissionUnitIdColumnName() - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
-
認可単位IDカラムの名前を取得する。
- getPingSql() - Method in class nablarch.core.db.dialect.DB2Dialect
-
- getPingSql() - Method in class nablarch.core.db.dialect.DefaultDialect
-
ping用のSQL文を返す。
データベースへの死活チェックを行うための、ping用SQL文を生成する。
- getPingSql() - Method in interface nablarch.core.db.dialect.Dialect
-
ping用のSQL文を返す。
データベースへの死活チェックを行うための、ping用SQL文を生成する。
- getPingSql() - Method in class nablarch.core.db.dialect.H2Dialect
-
- getPingSql() - Method in class nablarch.core.db.dialect.OracleDialect
-
- getPingSql() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
-
- getPingSql() - Method in class nablarch.core.db.dialect.SqlServerDialect
-
- getPkValues(int) - Method in class nablarch.test.core.db.TableData
-
PKの値を文字列として取得する。
- getPlusSign() - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
-
正の符号を取得する。
本メソッドをオーバーライドすることで正の符号を変更することが可能である。
- getPoint() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
測定対象を識別するIDを取得する。
- getPoisonQueueOf(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
-
指定されたJMSキューに対する退避キューを返す。
該当するキューが存在しない場合はMessagingExceptionを送出する。
- getPoisonQueueOpenOptions() - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getPopupOption() - Method in class nablarch.common.web.tag.CustomTagConfig
-
ポップアップのオプション情報(window.open関数の第3引数の値)を取得する。
- getPopupOption() - Method in class nablarch.common.web.tag.SubmissionInfo
-
ポップアップのオプション情報を取得する。
- getPopupWindowName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
ポップアップのウィンドウ名を取得する。
- getPopupWindowName() - Method in class nablarch.common.web.tag.SubmissionInfo
-
ポップアップのウィンドウ名を取得する。
- getPort() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
ポート番号を取得する。
- getPort() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
ポート番号を取得する。
- getPort() - Method in class nablarch.fw.web.HttpServer
-
このサーバが使用するポート番号を取得する。
- getPosition() - Method in class nablarch.core.dataformat.FieldDefinition
-
このフィールドの開始位置を返却する。
- getPosition() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
タグの開始位置を取得する。
- getPosition() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
開始位置を取得する。
- getPositivePackSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
パック数値の符号ビット(正)のデフォルト設定を取得する。
- getPositiveZoneSignNibble(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
ゾーン数値の符号ビット(正)のデフォルト設定を取得する。
- getPostRequest(HttpRequest, ExecutionContext) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
-
Deprecated.
リダイレクト前にセッションスコープに格納したリクエスト情報を取得する。
取得できない場合はnullを返す。
POST後にリダイレクトされたリクエストを識別するパラメータ、
およびPOSTリクエストのリクエスト情報は、
ともに保持しているマップから削除する。
- getPrefix() - Method in class nablarch.core.validation.ValidationContext
-
バリデーション対象のプレフィクスを取得する。
- getPrevPageNumber() - Method in class nablarch.core.db.support.ListSearchInfo
-
前のページ番号を取得する。
- getPrevSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitCss属性のデフォルト値を取得する。
- getPrevSubmitLabel() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitLabel属性のデフォルト値を取得する。
- getPrevSubmitName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitName属性のデフォルト値を取得する。
- getPrevSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitTag属性のデフォルト値を取得する。
- getPrevSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのprevSubmitType属性のデフォルト値を取得する。
- getPrimaryKey(String) - Static method in class nablarch.common.dao.DatabaseUtil
-
主キー情報を取得する。
- getPrimaryKeyColumnNames() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
主キーのカラム名を取得する。
- getPrimaryKeyCondition() - Method in class nablarch.common.exclusivecontrol.Version
-
主キーの条件を取得する。
- getPrimaryKeys(String) - Method in class nablarch.common.dao.DatabaseMetaDataExtractor
-
主キー情報をDatabaseMetaDataから取得する。
- getPrimaryKeys(String) - Method in interface nablarch.test.core.db.DbInfo
-
主キーを取得する。
- getPrimaryKeys(String) - Method in class nablarch.test.core.db.GenericJdbcDbInfo
-
主キーを取得する。
- getPrimaryKeys() - Method in class nablarch.test.core.db.TableData
-
プライマリーキーを取得する。
- getPrimaryKeysCondition(String[]) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
主キー条件を取得する。
- getProcessedHandlers(ExecutionContext) - Method in class nablarch.fw.invoker.PipelineInvoker
-
処理済ハンドラのSetを取得する。
- getProcessLifecycle() - Method in class nablarch.fw.launcher.GenericLauncher
-
- getProducesMediaType() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドからProducesのメディアタイプを取得する。
- getProp(String) - Method in class nablarch.core.log.basic.ObjectSettings
-
必須でないプロパティを取得する。
- getProp(String) - Method in class nablarch.core.text.json.JsonSerializationSettings
-
必須でないプロパティを取得する。
- getProp(Map<String, String>, String, String) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
-
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getProp(Map<String, String>, String, String) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
-
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getProp(Map<String, String>, String, String) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getProp(Map<String, String>, String, String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
プロパティを取得する。
プロパティの指定がない場合はデフォルト値を返す。
- getProperties() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
プロパティ名リストを取得する。
- getProperty(Object, String) - Static method in class nablarch.core.beans.BeanUtil
-
指定したオブジェクトから、特定のプロパティの値を取得する。
propertyNameには、
beanのトップレベル要素のみ指定可能である。
- getProperty(Object, String, Class<?>) - Static method in class nablarch.core.beans.BeanUtil
-
指定したオブジェクトのプロパティの値を、指定した型に変換して取得する。
- getProperty() - Method in class nablarch.core.repository.di.config.xml.schema.Component
-
Gets the value of the property property.
- getProperty(Object, String) - Static method in class nablarch.core.util.ObjectUtil
-
オブジェクトからプロパティの値を取得する。
- getPropertyDescriptor(Class<?>, String) - Static method in class nablarch.core.beans.BeanUtil
-
指定したクラスから、特定のプロパティのPropertyDescriptor を取得する。
- getPropertyDescriptors(Class<?>) - Static method in class nablarch.core.beans.BeanUtil
-
指定したクラスに属する全てのプロパティの PropertyDescriptor を取得する。
ただし、classプロパティは取得対象外となる。
- getPropertyFromObject(Object, String) - Static method in class nablarch.common.web.tag.TagUtil
-
JavaBeans形式のオブジェクトまたはMapからプロパティ名に合致するオブジェクトを取得する。
- getPropertyIfExists(Object, String) - Static method in class nablarch.core.util.ObjectUtil
-
オブジェクトに、指定したプロパティが存在する場合に値を取得する。
プロパティが存在しなかった場合はnullを返す。
- getPropertyMessages() - Method in class nablarch.fw.web.message.ErrorMessages
-
プロパティに対応したメッセージをすべて返す。
- getPropertyName() - Method in class nablarch.common.dao.ColumnMeta
-
Entityクラスのプロパティ名を取得する。
- getPropertyName() - Method in class nablarch.core.repository.di.ComponentReference
-
プロパティ名を取得する。
- getPropertyName() - Method in class nablarch.core.validation.ValidationResultMessage
-
バリデーション対象のプロパティ名を取得する。
- getPropertyName() - Method in class nablarch.test.core.entity.BeanValidationResultMessage
-
- getPropertyNameFromGetter(Method) - Static method in class nablarch.core.util.ObjectUtil
-
- getPropertyNameFromSetter(Method) - Static method in class nablarch.core.util.ObjectUtil
-
setterメソッドからプロパティ名を取得する。
- getPropertyType() - Method in class nablarch.common.dao.ColumnMeta
-
Entityクラスのプロパティ型を取得する。
- getPropertyType(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
-
プロパティの型を取得する。
setterが定義されているプロパティのみ取得可能である。
該当するプロパティが見つからない場合は
nullを返す。
- getPropertyValidationDefinition(String) - Method in class nablarch.core.validation.FormValidationDefinition
-
プロパティ名にマッチしたPropertyValidationDefinitionを取得する。
- getPropertyValidationDefinitions() - Method in class nablarch.core.validation.FormValidationDefinition
-
フォームのプロパティ定義を全て取得する。
取得したMapは変更できない。
- getProps() - Static method in class nablarch.core.log.app.AppLogUtil
-
各種ログ出力の設定情報を取得する。
設定情報はプロパティファイル("classpath:app-log.properties")から取得する。
システムプロパティ("nablarch.appLog.filePath")が指定されている場合は、
システムプロパティで指定されたパスを使用する。
- getProps(Map<String, String>, String, String) - Method in class nablarch.core.log.app.FailureLogFormatter
-
プロパティを取得する。
- getProps() - Method in class nablarch.core.log.LogSettings
-
全てのプロパティを取得する。
- getProps() - Method in class nablarch.core.text.json.JsonSerializationSettings
-
全てのプロパティを取得する。
- getPutMessageOptions() - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getPutPoisonMessageOptions() - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getPutSyncpointOption() - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
- getQueryParams() - Method in class nablarch.test.core.http.TestCaseInfo
-
クエリパラメータを返却する。
- getQueryString() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
クエリ文字列を取得する。
- getQueryString() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
クエリ文字列を取得する。
- getQueryStringEncoding() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
クエリストリングをエンコードする際に使用する文字コードを取得する。
- getQueryTimeout() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getQueryTimeout()のラッパー。
- getQueryTimeout() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
タイムアウト時間を取得する。
- getQueryTimeout() - Method in interface nablarch.core.db.statement.SqlStatement
-
Statement.getQueryTimeout()のラッパー。
- getQueryTimeout() - Method in class nablarch.integration.doma.DomaConfig
-
- getQueryTimeout() - Method in class nablarch.integration.doma.DomaStatementProperties
-
クエリタイムアウト(秒)を取得する。
- getQueryTimeout() - Method in class nablarch.integration.doma.DomaTransactionNotSupportedConfig
-
- getQueueName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
送信キュー名を取得する。
- getQueueName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
送信キュー名称を設定する。
- getQueueNameOf(Destination) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
-
指定されたJMSキューの論理名を逆引きする。
キューが登録されていない場合はnullを返す。
- getQueueOf(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
-
指定されたキュー名に対するJMSQueueインスタンスを返す。
- getQuote() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字を取得する。
- getQuotedColumnNames() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
- getQuoteMode() - Method in class nablarch.common.databind.csv.CsvDataBindConfig
-
フィールド囲み文字で囲むフィールドを取得する。
- getQuotingDelimiter(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
囲み文字を取得する。
- getRange(DecimalRange) - Method in class nablarch.core.validation.ee.DecimalRange.DecimalRangeValidator
-
- getRange(NumberRange) - Method in class nablarch.core.validation.ee.NumberRange.NumberRangeValidator
-
- getRange(T) - Method in class nablarch.core.validation.ee.RangeValidatorSupport
-
- getRawJsonText() - Method in class nablarch.core.log.basic.RawJsonObjectMembers
-
組み立て済みのJSON構文を取得する。
- getReadCount() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
chunk実行時のREAD_COUNTを取得する。
- getReadCount() - Method in class nablarch.fw.batch.ee.progress.BasicProgressManager
-
ステップコンテキストから読み取った件数を取得する。
- getReader() - Method in class nablarch.fw.web.ResourceLocator
-
リソースの内容を読み出すためのReaderを返す。
- getReadObject() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
受信内容を返却する。
- getRealPath() - Method in class nablarch.fw.web.ResourceLocator
-
リソースのファイルシステム上での絶対パスを返す。
- getReasonPhrase() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスのステータスフレーズを返す。
- getReceiveData() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
フォーマット変換しようとした受信データを取得する。
本例外をキャッチ後、変換前の受信データが必要であれば、本メソッドを用いて取り出す。
- getReceivedDataFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
受信電文データのフォーマッタを取得する。
- getReceivedMessage() - Method in exception nablarch.fw.messaging.MessageReadError
-
受信電文オブジェクトを取得する。
- getReceivedMessageLog(ReceivedMessage) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getReceivedMessageLog(ReceivedMessage) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getReceivedMessageLog(ReceivedMessage) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
電文受信時に出力するログの内容を返す。
- getReceivedQueueOpenOptions() - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
受信先
MQQueueのオープンを制御するオプションを取得する。
下記オプションを指定した値を返す。
CMQC.MQOO_INPUT_SHARED
CMQC.MQOO_FAIL_IF_QUIESCING
- getReceivedSequenceFormatter() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
受信電文連番を採番する際に使用するフォーマッタを取得する。
- getReceivedSequenceGenerator() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
- getRecipientTypeBCC() - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(BCC)のコード値を取得する。
- getRecipientTypeCC() - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(CC)のコード値を取得する。
- getRecipientTypeTO() - Method in class nablarch.common.mail.MailConfig
-
メール送信区分(TO)のコード値を取得する。
- getRecordClassifier() - Method in class nablarch.core.dataformat.LayoutDefinition
-
レコードタイプを識別するフィールドを読み込むためのフォーマット定義を取得する。
- getRecordConfig(String) - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfig
-
レコードの定義を返す。
- getRecordIdentifier() - Method in class nablarch.common.databind.fixedlength.MultiLayout
-
レコード識別クラスを取得する。
- getRecordIdentifier() - Method in class nablarch.common.databind.fixedlength.MultiLayoutConfig
-
レコード識別クラスを取得する。
- getRecordLength(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
1レコードあたりのバイト長を取得する。
- getRecordName() - Method in class nablarch.common.databind.fixedlength.MultiLayout
-
レコード名を取得する。
- getRecordName() - Method in interface nablarch.common.databind.fixedlength.MultiLayoutConfig.RecordName
-
レコード名を取得する。
- getRecordName() - Method in class nablarch.common.databind.fixedlength.RecordConfig
-
このレコードのレコード名を返す。
- getRecordNumber() - Method in class nablarch.core.dataformat.DataRecord
-
本レコードのレコード番号を取得する。
- getRecordNumber() - Method in interface nablarch.core.dataformat.DataRecordFormatter
-
読み込みまたは書き込み中のレコードのレコード番号を返却する。
- getRecordNumber() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
読み込みまたは書き込み中のレコードのレコード番号を取得する。
- getRecordNumber() - Method in class nablarch.core.dataformat.FileRecordReader
-
読み込み中のレコードのレコード番号を返却する。
- getRecordNumber() - Method in exception nablarch.core.dataformat.InvalidDataFormatException
-
エラーが発生したレコード番号を取得する。
- getRecordOf(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
指定された種別のレコードを返す。
複数存在する場合は、その先頭のレコードを返す。
存在しない場合はnullを返す。
- getRecords() - Method in class nablarch.core.dataformat.LayoutDefinition
-
レコードタイプの定義のリストを返却する。
- getRecords() - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセージボディに含まれる全レコードを返す。
- getRecords() - Method in class nablarch.test.core.messaging.MessagePool
-
メッセージのリストを取得。
- getRecordSeparator(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
レコード終端文字列を取得する
- getRecordSeparator() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
-
レコード終端文字列を取得する。
- getRecordsOf(String) - Method in class nablarch.fw.messaging.InterSystemMessage
-
メッセージボディに含まれる指定された種別の全レコードを返す。
該当するレコードが存在しない場合は空のリストを返す。
- getRecordType() - Method in class nablarch.core.dataformat.DataRecord
-
本レコードのレコードタイプを返却する。
- getRecordType(String) - Method in class nablarch.core.dataformat.LayoutDefinition
-
レコードタイプ名に紐付くレコードタイプの定義を返却する。
- getRef() - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Gets the value of the ref property.
- getReferenceDate() - Method in class nablarch.integration.workflow.definition.WorkflowDefinitionHolder
-
適用期間判断のための基準日を取得する。
- getReferenceName() - Method in class nablarch.core.repository.di.ComponentReference
-
コンポーネント名を取得する。
- getReferences() - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントが要求する参照のリストを取得する。
- getRemainingCount() - Method in class nablarch.fw.batch.progress.Progress
-
残り件数を返す。
- getReplaceKeyValue() - Method in class nablarch.common.mail.TemplateMailContext
-
- getReplyAddress() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
-
返信先のアドレスを取得する。
- getReplyQueueColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
応答電文の宛先キューの論理名を保持するカラムの名称を返す。
- getReplyTo() - Method in class nablarch.common.mail.MailContext
-
返信先メールアドレスを取得する。
- getReplyTo() - Method in class nablarch.fw.messaging.InterSystemMessage
-
応答宛先キューの論理名を返す。
- getReplyTo() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
受信キュー名(論理名)を取得する。
- getReportExporter() - Method in class nablarch.integration.report.creator.ReportCreatorSupport
-
帳票出力クラスを取得するメソッド。
- getReportId() - Method in class nablarch.integration.report.ReportContext
-
帳票IDを取得します。
- getReportOutput(ReportContext) - Method in class nablarch.integration.report.outputresolver.BasicReportOutputResolver
-
帳票の出力先ファイルを返します。
- getReportOutput(ReportContext) - Method in interface nablarch.integration.report.outputresolver.ReportOutputResolver
-
帳票の出力先ファイルを返します。
- getReportParamList() - Method in class nablarch.integration.report.ReportContext
-
帳票パラメータリストを取得します。
- getReportTemplate(ReportContext, ReportParam) - Method in class nablarch.integration.report.templateresolver.BasicReportTemplateResolver
-
帳票テンプレートファイルオブジェクトを取得します。
- getReportTemplate(ReportContext, ReportParam) - Method in interface nablarch.integration.report.templateresolver.ReportTemplateResolver
-
帳票テンプレートファイルオブジェクトを取得します。
- getReportTemplateResolver() - Method in class nablarch.integration.report.creator.ReportCreatorSupport
-
帳票テンプレートファイル解決クラスを取得するメソッド。
- getRequest() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
HTTPリクエストを取得する。
- getRequest() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リクエストを取得する。
- getRequest() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getRequestClass() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドが受け取るBeanの
Classオブジェクトを取得する。
リソースメソッドがBeanを受け取らない場合は
nullを返却する。
- getRequestComponent(ComponentId, Provider<T>) - Method in class nablarch.fw.dicontainer.nablarch.NablarchWebContext
-
- getRequestComponent(ComponentId, Provider<T>) - Method in interface nablarch.fw.dicontainer.web.context.RequestContext
-
コンテキストが持つコンポーネントを取得する。
コンポーネントがない場合はプロバイダから取得する。
一度取得したコンポーネントはリクエストが完了するまでキャッシュされる。
- getRequestContentsType(HttpProtocolClient.HttpRequestMethodEnum, SimpleDataConvertResult) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
送信時に設定するコンテンツタイプを取得する。
- getRequestContext() - Method in class nablarch.fw.dicontainer.nablarch.NablarchWebContextHandler
-
- getRequestContext() - Method in interface nablarch.fw.dicontainer.web.context.RequestContextSupplier
-
リクエストコンテキストを取得する。
- getRequestData() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
フォーマット変換しようとした送信データを取得する。
- getRequestId(String) - Method in class nablarch.common.util.BasicRequestIdExtractor
-
リクエストパスからリクエストIDに相当する部分を抜き出す。
- getRequestId(String) - Method in interface nablarch.common.util.RequestIdExtractor
-
リクエストパスからリクエストIDに相当する部分を抜き出す。
- getRequestId(String) - Static method in class nablarch.common.util.RequestUtil
-
リクエストパスからリクエストIDに相当する部分を抜き出す。
- getRequestId(String) - Method in class nablarch.common.util.ShortRequestIdExtractor
-
リクエストパスからリクエストIDに相当する部分を抜き出す。
- getRequestId(String) - Static method in class nablarch.common.util.WebRequestUtil
-
リクエストパスからリクエストIDに相当する部分を抜き出す。
- getRequestId() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点のリクエストIDを取得する。
- getRequestId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからリクエストIDを取得する。
- getRequestId() - Method in class nablarch.fw.messaging.FwHeader
-
リクエストIDヘッダの値を返す。
- getRequestId() - Method in class nablarch.fw.messaging.SyncMessage
-
要求電文のリクエストIDを取得する。
- getRequestId() - Method in class nablarch.test.core.http.TestCaseInfo
-
テスト対象とするリクエストIDを返却する.
- getRequestId() - Method in class nablarch.test.core.messaging.RequestTestingMessagePool
-
リクエストIDを取得する
- getRequestIdColumnName() - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
-
リクエストIDカラムの名前を取得する。
- getRequestIdColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
要求電文のリクエストIDを保持するカラムの名称をを返す。
- getRequestIdExtractor() - Static method in class nablarch.common.util.RequestUtil
-
- getRequestIds() - Method in class nablarch.common.permission.BasicPermission
-
ユーザに許可されたリクエストIDを取得する。
- getRequestIds() - Method in interface nablarch.common.permission.Permission
-
ユーザに許可されたリクエストIDを取得する。
- getRequestIds() - Method in class nablarch.common.web.tag.FormContext
-
フォームに含まれるリクエストIDを取得する。
- getRequestMessageFormatFileNamePattern() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
要求電文のフォーマット定義ファイル名のパターンを取得する。
- getRequestOptions(HttpRequest, ExecutionContext) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
-
リクエスト時のオプション情報を取得する。
デフォルト実装ではnullを返す。
- getRequestOptions(HttpRequest, ExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogHandler
-
リクエスト処理開始時のログ出力で使用するオプション情報を取得する。
- getRequestParameters() - Method in class nablarch.test.core.http.TestCaseInfo
-
データシートに定義されたリクエストパラメータを取得する
- getRequestPath() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getRequestPath() - Method in class nablarch.fw.launcher.CommandLine
-
リクエストパスを取得する。
- getRequestPath() - Method in class nablarch.fw.messaging.RequestMessage
-
リクエストパスを取得する。
- getRequestPath() - Method in interface nablarch.fw.Request
-
リクエストパスを取得する。
- getRequestPath() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストURIのパス部分(クエリストリングを除いた部分)を返す。
- getRequestPathMatching() - Method in class nablarch.fw.handler.JavaPackageMappingEntry
-
リクエストパスとリクエストパスのパターンの照合を行うクラスを取得する。
- getRequestScopedVar(String) - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープ上の変数の値を取得する。
- getRequestScopeMap() - Method in class nablarch.fw.ExecutionContext
-
リクエストスコープ上の変数を格納したMapオブジェクトへの参照を返す。
このMapへの変更はリクエストスコープに直接反映される。
- getRequestScopeMap() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
リクエストスコープ用のモックのマップを取得する。
- getRequestScopeMap() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
- getRequestTestingReceivedMessage(String, Integer, String, DataType, String) - Method in class nablarch.test.core.messaging.RequestTestingMessagePool
-
応答電文をレコードをオブジェクトとして取得する。
- getRequestUri() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getRequestUri() - Method in class nablarch.fw.web.HttpRequest
-
HTTPリクエストURIを返す。
- getRequiredColumns() - Method in class nablarch.test.core.standalone.TestShot
-
必須カラム一覧を取得する。
- getRequiredDecimalPoint(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
小数点の要否のデフォルト設定を取得する。
- getRequiredPlusSign(Map<String, Object>) - Static method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter.FixedLengthDirective
-
正の符号の要否のデフォルト設定を取得する。
- getRequiredProp(String) - Method in class nablarch.core.log.basic.ObjectSettings
-
必須プロパティを取得する。
- getRequiredProp(String) - Method in class nablarch.core.log.LogSettings
-
必須プロパティを取得する。
- getRequiredProp(String) - Method in class nablarch.core.text.json.JsonSerializationSettings
-
必須プロパティを取得する。
- getRequiredType() - Method in class nablarch.core.repository.di.ComponentReference
-
要求するコンポーネントの型を取得する。
- getRequirements() - Method in class nablarch.integration.router.jaxrs.PathRequirements
-
パスパラメータの書式定義を取得する
- getRequiresTitle(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
最初の行をタイトルとして読み書きするかどうかの設定を取得する。
- getResendFlagOffValue() - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
-
初回電文時に設定される再送要求フラグの値を返す。
- getResendFlagOffValue() - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
-
初回電文時に設定される再送要求フラグの値を返す。
- getResource(String) - Static method in class nablarch.core.util.FileUtil
-
リソースを取得する。
ファイルパスまたはクラスパス上のリソースを取得する。
引数に指定するURLのフォーマットは下記の通り。
- getResourceClass() - Method in class nablarch.integration.router.jaxrs.JaxRsResource
-
リソースクラスの Class オブジェクトを取得する。
- getResourceMethod() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドを取得する。
- getResourceMethodList() - Method in class nablarch.integration.router.jaxrs.JaxRsResource
-
リソースメソッドのリストを取得する。
- getResourceName() - Method in class nablarch.fw.web.ResourceLocator
-
リソース名を返す。
- getResourceName(String) - Method in class nablarch.test.TestSupport
-
リソース名を取得する。
- getResourcePathForLanguage(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
-
- getResourcePathRule() - Method in class nablarch.common.web.tag.CustomTagConfig
-
言語対応のリソースパスを取得する際に使用するリソースパスルールのデフォルト値を取得する。
- getResourcesType(URL, String, String) - Static method in class nablarch.core.util.ResourcesUtil
-
- getResourcesTypes(String) - Static method in class nablarch.core.util.ResourcesUtil
-
- getResourceURL(String) - Static method in class nablarch.core.util.FileUtil
-
URLを取得する。
ファイルパスまたはクラスパス上のURLを取得する。
引数に指定するURLのフォーマットは下記の通り。
- getResponse() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
HTTPレスポンスを取得する。
- getResponse() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
-
エラー応答電文オブジェクトを返す。
- getResponse() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
HTTPレスポンスを取得する。
- getResponse() - Method in exception nablarch.fw.web.HttpErrorResponse
-
レスポンス情報を取得する。
- getResponseCode() - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
-
レスポンスコードを取得する。
- getResponseMessage() - Method in class nablarch.test.core.http.TestCaseInfo
-
応答電文を返却する.
- getResponseMessage(String, String, Integer, String, DataType, boolean) - Method in class nablarch.test.core.messaging.RequestTestingSendSyncSupport
-
応答電文の準備を行う。
- getResponseMessageBinaryByRequestId(DataType, String) - Method in class nablarch.test.core.messaging.SendSyncSupport
-
リクエストIDに紐付くメッセージのバイナリを取得する。
- getResponseMessageByRequestId(DataType, String) - Method in class nablarch.test.core.messaging.SendSyncSupport
-
リクエストIDに紐付くメッセージのバイナリを取得する。
- getResponseMessageFormatFileNamePattern() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
応答電文のデータフォーマット定義ファイル名パターンを取得する。
- getResponseOptions(HttpRequest, HttpResponse, ExecutionContext) - Method in class nablarch.common.web.handler.HttpAccessLogHandler
-
レスポンス時のオプション情報を取得する。
デフォルト実装ではnullを返す。
- getResponseOptions(HttpRequest, HttpResponse, ExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogHandler
-
リクエスト処理終了時のログ出力で使用するオプション情報を取得する。
- getResult(String) - Static method in class nablarch.core.dataformat.CharacterReplacementUtil
-
カレントスレッド上で行われたフィールドに対する置き換え結果を取得する。
- getResult() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
処理結果を取得する。
- getResult() - Method in class nablarch.test.core.reader.MessageParser
-
解析結果を返却する。
- getResultCount() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の総件数を取得する。
- getResultCount() - Method in exception nablarch.core.db.support.TooManyResultException
-
検索結果件数を取得する。
- getResultCountCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのresultCountCss属性のデフォルト値を取得する。
- getResultMap() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
-
結果Mapを返却する。
- getResults() - Method in class nablarch.fw.Result.MultiStatus
-
処理結果のリストを取得する。
- getResultSet() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getResultSet()のラッパー。
- getResultSet() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSet()のラッパー。
- getResultSetConcurrency() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getResultSetConcurrency()のラッパー。
- getResultSetConcurrency() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetConcurrency()のラッパー。
- getResultSetConvertor() - Method in class nablarch.core.db.dialect.DefaultDialect
-
ResultSetから値を取得するための変換クラスを返却する。
- getResultSetConvertor() - Method in interface nablarch.core.db.dialect.Dialect
-
ResultSetから値を取得するための変換クラスを返却する。
- getResultSetConvertor() - Method in class nablarch.core.db.dialect.OracleDialect
-
- getResultSetConvertor() - Method in class nablarch.core.db.dialect.SqlServerDialect
-
ResultSetから値を取得するための変換クラスを返却する。
- getResultSetCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのresultSetCss属性のデフォルト値を取得する。
- getResultSetHoldability() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getResultSetHoldability()のラッパー。
- getResultSetHoldability() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetHoldability()のラッパー。
- getResultSetType() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getResultSetType()のラッパー。
- getResultSetType() - Method in interface nablarch.core.db.statement.SqlPStatement
-
Statement.getResultSetType()のラッパー。
- getResultString() - Method in class nablarch.core.dataformat.CharacterReplacementResult
-
変換後文字列を返却する。
- getResultText() - Method in class nablarch.core.dataformat.SimpleDataConvertResult
-
結果テキストを返却する。
- getRetrieveTime() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
データ取得時間を取得する。
- getRetryAfter() - Method in exception nablarch.fw.results.ServiceUnavailable
-
処理受付が再開される予定時刻を返す。
デフォルトはnull。(=再開時期未定)
- getRetryCount() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
リトライ回数を取得する。
- getRetryCount() - Method in exception nablarch.fw.messaging.MessageSendSyncTimeoutException
-
リトライ回数を取得する。
- getReturnPath() - Method in class nablarch.common.mail.MailContext
-
差し戻し先メールアドレスを取得する。
- getReturnPath() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
-
差し戻し先のアドレスを取得する。
- getReturnType() - Method in class nablarch.fw.dicontainer.component.impl.reflect.MethodWrapper
-
メソッドの戻り値の型を取得する。
- getRootExceptionPoint(Throwable) - Method in class nablarch.core.log.app.FailureLogFormatter
-
スタックトレースからルート要素を取得する。
- getRow() - Method in class nablarch.core.db.statement.ResultSetIterator
-
現在レコードのデータを取得する。
本メソッドでは、呼び出されるたびに
SqlRowを生成する。
- getRuntimeLoggerName() - Method in class nablarch.core.log.basic.LogContext
-
ロガーを取得したときの名称を実行時ロガー名として取得する。
- getSafeAttributes() - Method in class nablarch.common.web.tag.CustomTagConfig
-
修飾付き出力(n:prettyPrint)タグにおいて、
HTMLエスケープの対象外のHTMLタグの中で使用することができる属性値のリストを取得する。
- getSafeTags() - Method in class nablarch.common.web.tag.CustomTagConfig
-
修飾付き出力(n:prettyPrint)タグにおいて、
HTMLエスケープの対象とならずにHTMLタグとしてそのまま出力するタグ名のリストを取得する。
- getSavedFile() - Method in class nablarch.fw.web.upload.PartInfo
-
一時保存ファイルを取得する。
取得したファイルが存在しなかったり、削除される可能性もあるので
使用する際は、nullチェック、ファイルの存在チェックなどの事前チェックを必ず行うこと。
- getScale() - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
-
小数点の位置を取得する。
- getSchemaName() - Method in class nablarch.common.dao.EntityMeta
-
スキーマ名を返す。
- getSchemaName(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
-
エンティティクラスからスキーマ名を取得する。
- getScheme() - Method in class nablarch.fw.web.ResourceLocator
-
このリソースパスのスキーム名を返す。
- getScope() - Method in class nablarch.fw.batch.ee.cdi.StepScopedContext
-
- getScope() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
-
リクエストスコープへの参照を返す。
- getScope() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
-
セッションスコープへの参照を返す。
- getScriptBodyPrefix() - Method in class nablarch.common.web.tag.CustomTagConfig
-
scriptタグのボディに対するプレフィックスのデフォルト値を取得する。
- getScriptBodySuffix() - Method in class nablarch.common.web.tag.CustomTagConfig
-
scriptタグのボディに対するサフィックスのデフォルト値を取得する。
- getSearchConditionProps() - Method in class nablarch.common.dao.Pagination
-
本実装では、サポートしない。
呼び出した場合UnsupportedOperationExceptionを送出する。
- getSearchConditionProps() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索条件のプロパティ名を取得する。
- getSearchResultKey() - Method in class nablarch.test.core.http.TestCaseInfo
-
リクエストスコープ内に格納された検索結果を取得するためのキーを取得する。
- getSelectAndCheckSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
-
バージョン番号を取得するSQL文(バージョン番号の更新チェックあり)を取得する。
- getSelectAndCheckSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を取得するSQL文(バージョン番号の更新チェックあり)のテンプレートを取得する。
- getSelectSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
-
バージョン番号を取得するSQL文(バージョン番号の更新チェックなし)を取得する。
- getSelectSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を取得するSQL文(バージョン番号の更新チェックなし)のテンプレートを取得する。
- getSendFailureCode() - Method in class nablarch.common.mail.MailConfig
-
送信失敗時の障害コードを取得する。
- getSendingDataFormatter() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
送信電文データのフォーマッタを取得する。
- getSendingQueueOpenOptions() - Method in class nablarch.integration.messaging.wmq.provider.WmqMessagingProvider
-
送信先
MQQueueのオープンを制御するオプションを取得する。
下記オプションを指定した値を返す。
CMQC.MQOO_OUTPUT
CMQC.MQOO_FAIL_IF_QUIESCING
- getSendingRequestId() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
送信用リクエストIDを取得する。
送信用リクエストIDが設定されない場合は、設定情報キーのリクエストIDが返される。
- getSendSuccessMessageId() - Method in class nablarch.common.mail.MailConfig
-
メール送信成功時のメッセージIDを取得する。
- getSendSyncMessage(String, String, String, DataType) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
メッセージ同期送信処理の場合のメッセージを取得する
- getSentMessageLog(SendingMessage) - Method in class nablarch.fw.messaging.logging.MessagingJsonLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getSentMessageLog(SendingMessage) - Method in class nablarch.fw.messaging.logging.MessagingLogFormatter
-
同期送信処理開始時に出力されるログ文字列を生成する。
- getSentMessageLog(SendingMessage) - Static method in class nablarch.fw.messaging.logging.MessagingLogUtil
-
電文送信時に出力するログの内容を返す。
- getSeparator(Map<String, String>, String, String) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter
-
区切り文字を取得する。
- getSeparator(Map<String, String>, String, String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter
-
区切り文字を取得する。
- getSequenceFlowId() - Method in class nablarch.integration.workflow.definition.SequenceFlow
-
シーケンスフローIDを取得する。
- getSequenceFlowIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
シーケンスフローIDカラム名を取得する。
- getSequenceFlowName() - Method in class nablarch.integration.workflow.definition.SequenceFlow
-
シーケンスフロー名を取得する。
- getSequenceFlowNameColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
シーケンスフロー名カラム名を取得する。
- getSequenceFlows() - Method in class nablarch.integration.workflow.definition.FlowNode
-
自身をソースとするシーケンスフローのリスト。
- getSequenceFlows() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
シーケンスフロー定義を返却する。
- getSequenceFlowTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
シーケンスフロー定義テーブル名を取得する。
- getSerializer(Object) - Method in class nablarch.core.text.json.BasicJsonSerializationManager
-
オブジェクトに対応したシリアライザを取得する。
- getSerializer(Object) - Method in interface nablarch.core.text.json.JsonSerializationManager
-
オブジェクトに対応したシリアライザを取得する。
- getSerialNumber() - Method in class nablarch.common.mail.MailAttachedFileTable.MailAttachedFile
-
連番を取得する。
- getSerialNumber() - Method in class nablarch.common.mail.MailRecipientTable.MailRecipient
-
連番を取得する。
- getServletContext() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
- getServletContext() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getServletContext() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
サーブレットコンテキストを返す。
- getServletContextPath() - Method in class nablarch.fw.web.HttpServer
-
本サーバにデプロイされるWARのコンテキストパスを返す。
- getServletFilterConfig() - Method in class nablarch.fw.web.servlet.WebFrontController
-
サーブレットフィルタの設定情報を取得する。
- getServletRequest() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
サーブレットリクエストを返す。
- getServletRequest() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
サーブレットリクエストを返す。
サーブレットコンテナ上で動作している場合は、サーブレットリクエストを返す。
そうでない場合(JUnit上で内蔵サーバーを使用せずにテストした場合など)は、
実行時例外が送出される。
- getServletRequest() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
- getServletRequest() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
サーブレットリクエストを返す。
- getServletResponse() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
- getServletResponse() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
サーブレットレスポンスを返す。
- getSession() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getSession(boolean) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
- getSession() - Method in class nablarch.fw.web.servlet.PreventSessionCreationHttpServletRequestWrapper
-
このクラスはHttpSessionを生成できないようにしているため、このメソッドは常に例外をスローします。
- getSession(boolean) - Method in class nablarch.fw.web.servlet.PreventSessionCreationHttpServletRequestWrapper
-
このクラスは
HttpSessionを生成できないようにしているため、引数に
trueを渡した場合は例外をスローします。
引数に
falseを渡した場合は、常に
nullを返します。
- getSessionComponent(ComponentId, Provider<T>) - Method in class nablarch.fw.dicontainer.nablarch.NablarchWebContext
-
- getSessionComponent(ComponentId, Provider<T>) - Method in interface nablarch.fw.dicontainer.web.context.SessionContext
-
コンテキストが持つコンポーネントを取得する。
コンポーネントがない場合はプロバイダから取得する。
一度取得したコンポーネントはセッションが破棄されるまでキャッシュされる。
- getSessionContext() - Method in class nablarch.fw.dicontainer.nablarch.NablarchWebContextHandler
-
- getSessionContext() - Method in interface nablarch.fw.dicontainer.web.context.SessionContextSupplier
-
セッションコンテキストを取得する。
- getSessionContext() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getSessionFactory() - Method in class nablarch.common.web.session.Session
-
このセッションを生成したファクトリを取得する。
- getSessionId() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
セッションIDを取得する。
- getSessionId() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
セッションIDを取得する。
- getSessionIdName() - Method in class nablarch.common.web.session.store.UserSessionSchema
-
セッションIDカラムの名前を取得する。
- getSessionInfo() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
セッション情報を取得する。
- getSessionKey() - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
-
- getSessionKey() - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
-
- getSessionObjectName() - Method in class nablarch.common.web.session.store.UserSessionSchema
-
セッションオブジェクトカラムの名前を取得する。
- getSessionScopedVar(String) - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ上の変数の値を取得する。
- getSessionScopedVar(String) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
セッションスコープ上の変数の値を取得する。
- getSessionScopeMap() - Method in class nablarch.fw.ExecutionContext
-
セッションスコープ情報を格納したMapオブジェクトへの参照を返す。
このMapへの変更はセッションスコープに直接反映される。
- getSessionScopeMap() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
セッションスコープマップを取得する。
- getSessionScopeMap() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
セッションスコープマップを取得する。
- getSessionScopeMap() - Method in class nablarch.fw.web.servlet.MockServletExecutionContext
-
セッションスコープ用のモックのマップを取得する。
- getSessionScopeMap() - Method in class nablarch.fw.web.servlet.ServletExecutionContext
-
セッションスコープ情報を格納したMapオブジェクトへの参照を返す。
このMapへの変更はセッションスコープに直接反映される。
- getSessionStoredVar(String) - Method in class nablarch.fw.ExecutionContext
-
セッションストア上の変数の値を取得する。
- getSessionStoredVar(String) - Method in class nablarch.fw.StandaloneExecutionContext
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationExceptionを送出する。
- getSessionStoreKey() - Method in class nablarch.common.authorization.role.session.SessionStoreUserRoleResolver
-
セッションストアにロールを保存するときに使用するキーを取得する。
- getSessionStoreMap() - Method in class nablarch.fw.ExecutionContext
-
セッションストア情報を格納したMapオブジェクトへの参照を返す。
このMapへの変更はセッションストアに直接反映される。
- getSessionStoreMap() - Method in class nablarch.fw.StandaloneExecutionContext
-
本メソッドは利用できない。
呼び出した場合、UnsupportedOperationExceptionを送出する。
- getSetterMethod(Class<?>, String) - Static method in class nablarch.core.util.ObjectUtil
-
setterメソッドを検索する。
- getSetterMethodName(String) - Static method in class nablarch.core.util.ObjectUtil
-
プロパティ名からsetterメソッド名を取得する。
- getSetterMethods(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
clazzに定義されたsetterのリストを取得する。
setterが一つも定義されていない場合は空のリストを返す。
- getSettingRequestId() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
設定情報キーのリクエストIDを取得する。
- getSettings() - Method in class nablarch.core.log.basic.DateRotatePolicy
-
ログファイル読み込み時に出力する、ローテーションの設定情報を返す。
- getSettings() - Method in class nablarch.core.log.basic.FileLogWriter
-
設定情報を取得する。
設定情報のフォーマットを下記に示す。
WRITER NAME = [<
LogWriterの名称>]
WRITER CLASS = [<
LogWriterのクラス名>]
FORMATTER CLASS = [<
LogFormatterのクラス名>]
LEVEL = [<ログの出力制御の基準とする
LogLevel>]
FILE PATH = [<書き込み先のファイルパス>]
ENCODING = [<書き込み時に使用する文字エンコーディング>]
OUTPUT BUFFER SIZE = [<出力バッファのサイズ>]
ROTATE POLICY CLASS = [<ファイルローテーション実行クラス>]
追加で
RotatePolicy.getSettings()によって得られた設定情報が出力される。
- getSettings() - Method in class nablarch.core.log.basic.FileSizeRotatePolicy
-
ログファイル読み込み時に出力する、ローテーションの設定情報を返す。
- getSettings() - Method in class nablarch.core.log.basic.LogWriterSupport
-
- getSettings() - Method in interface nablarch.core.log.basic.RotatePolicy
-
ログファイル読み込み時に出力する、ローテーションの設定情報を返す。
- getSettings() - Method in class nablarch.core.log.basic.SynchronousFileLogWriter
-
設定情報を取得する。
設定情報のフォーマットを下記に示す。
- getSettings() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveAction
-
本アクションを実行するために必要となる設定値を保持するオブジェクトを取得する。
デフォルト動作では、リポジトリ(
SystemRepository)から設定オブジェクトを取得する。
- getSettings() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
本アクションを実行するために必要となる設定値を保持するオブジェクトを取得する。
デフォルト動作では、リポジトリ(
SystemRepository)から設定オブジェクトを取得する。
- getSettingsByPrefix(LogSettings, String) - Method in class nablarch.core.log.basic.ObjectSettings
-
指定されたプレフィックスにマッチする設定を取得する。
- getSetupFile(String, String, String...) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
準備用の固定長ファイルデータを取得する。
- getSetupFile(String, String, String...) - Method in class nablarch.test.core.reader.DbLessTestDataParser
-
- getSetupFile(String, String, String...) - Method in interface nablarch.test.core.reader.TestDataParser
-
準備用の固定長ファイルデータを取得する。
- getSetupTableData(String, String, String...) - Method in class nablarch.test.core.reader.BasicTestDataParser
-
準備用のテーブルデータを取得する。
- getSetupTableData(String, String, String...) - Method in class nablarch.test.core.reader.DbLessTestDataParser
-
- getSetupTableData(String, String, String...) - Method in interface nablarch.test.core.reader.TestDataParser
-
準備用のテーブルデータを取得する。
- getSetupTableData(String, String...) - Method in class nablarch.test.TestSupport
-
準備用のTableDataを取得する。
- getSetUpTableGroupId() - Method in class nablarch.test.core.http.TestCaseInfo
-
テーブルセットアップデータ定義を特定するためのIDを返却する.
- getSheetName() - Method in class nablarch.test.core.http.TestCaseInfo
-
データシート名を返却する
- getSheetName() - Method in class nablarch.test.core.standalone.TestShot
-
シート名を取得する。
- getSheetNames(File) - Static method in class nablarch.test.core.reader.PoiXlsReader
-
シート名を取得する。
- getShort(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getShort(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値を
Shortで取得する。
ResultSet.getShort(int)は、カラムの値が
nullの場合は
0を返すが、
本メソッドではカラムの値が
nullの場合は
nullを返す。
カラムの値がShortに変換可能な場合は、Shortに変換し返却する。
変換できない場合は、カラムの値を持つ新しいShortインスタンスを返却する。
- getShort(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getShort(int).
- getShortName(String, String) - Method in class nablarch.common.code.BasicCodeManager
-
- getShortName(String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
-
コードID、コード値、取得対象の言語を条件に、対応するコードの略称を取得する。
- getShortName(String, Locale) - Method in interface nablarch.common.code.Code
-
言語を指定してコードの略称を取得する。
- getShortName(String, String) - Method in interface nablarch.common.code.CodeManager
-
- getShortName(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、コード値、取得対象の言語を条件に、対応するコードの略称を取得する。
- getShortName(String, String) - Static method in class nablarch.common.code.CodeUtil
-
- getShortName(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コード値、言語に対応するコードの略称を取得する。
- getShortNameColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
-
略称カラムの名前を取得する。
- getSingleValue(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
-
単一値としてname属性に対応するvalue属性をリクエストパラメータ又は変数スコープから取得する。
- getSingleValueOnScope(PageContext, String) - Static method in class nablarch.common.web.tag.TagUtil
-
単一値としてname属性に対応するvalue属性を変数スコープから取得する。
- getSize() - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataSupport
-
扱うデータ型に応じたデータサイズを返却する。
(固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
- getSize() - Method in class nablarch.core.dataformat.convertor.datatype.CharacterStreamDataSupport
-
扱うデータ型に応じたデータサイズを返却する。
(固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
- getSize() - Method in class nablarch.core.dataformat.convertor.datatype.DataType
-
扱うデータ型に応じたデータサイズを返却する。
(固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
- getSize() - Method in class nablarch.core.dataformat.FieldDefinition
-
このフィールドの長さを返却する。
- getSize() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
取得最大件数を取得する。
- getSize() - Method in class nablarch.etl.config.DbToDbStepConfig.UpdateSize
-
1回のSQL実行で処理するサイズを取得する。
- getSortId() - Method in class nablarch.core.db.support.ListSearchInfo
-
ソートIDを取得する。
- getSortOrderColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
-
ソート順カラムの名前 を取得する。
- getSortSubmitCss() - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのsortSubmitCss属性のデフォルト値を取得する。
- getSortSubmitTag() - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのsortSubmitTag属性のデフォルト値を取得する。
- getSortSubmitType() - Method in class nablarch.common.web.tag.CustomTagConfig
-
pagingSortSubmitタグのsortSubmitType属性のデフォルト値を取得する。
- getSource() - Method in class nablarch.test.core.messaging.MessagePool
-
FixedLengthFileを取得。
- getSourceFlowNodeId() - Method in class nablarch.integration.workflow.definition.SequenceFlow
-
遷移元フローノードIDを取得する。
- getSourceFlowNodeIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
遷移元フローノードIDカラム名を取得する。
- getSql() - Method in class nablarch.common.dao.BatchSqlWithColumns
-
SQL文を返す。
- getSql() - Method in class nablarch.common.dao.SqlWithParams
-
SQLを返す。
- getSql() - Method in class nablarch.core.db.statement.BasicSqlParameterParser
-
SQL文を取得する。
返却されるSQL文は、名前付きバインド変数部を「?」に置き換えたSQL
- getSql(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
指定されたSQLリソースに対応するSQL文を取得する。
- getSql() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
SQL文を取得する。
- getSql() - Method in interface nablarch.core.db.statement.SqlParameterParser
-
SQL文を取得する。
- getSql() - Method in class nablarch.etl.config.DbToDbStepConfig
-
SQL_IDに対応するSQL文を取得する。
- getSqlCStatement(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlCStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlCStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getSqlCStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlCStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlFilePackage() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
SQLファイルの配置パッケージを取得する。
- getSqlFilePackage() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
SQLファイルの配置パッケージを取得する。
- getSqlId() - Method in class nablarch.etl.config.DbInputStepConfig
-
SQL_IDを取得する。
- getSqlPStatement(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlPStatement(String, Connection, int, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlPStatement(String, Connection, int[], DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlPStatement(String, Connection, String[], DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlPStatement(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, DbExecutionContext, SelectOption) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, int, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, int[], DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String, Connection, String[], DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlPStatement(String) - Method in class nablarch.core.db.support.DbAccessSupport
-
- getSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
-
- getSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
- getSqlPStatementBySqlId(String, Connection, DbExecutionContext) - Method in interface nablarch.core.db.statement.StatementFactory
-
- getSqlResource() - Method in class nablarch.fw.messaging.action.AsyncMessageSendAction
-
SQLリソース名称を取得する。
返却するSQLリソース名称は、「nablarch.fw.messaging.action.AsyncMessageSendActionSettings#getSqlFilePackage() + "." + バッチ起動時に指定した送信メッセージのメッセージリクエストID」となる。
- getSQLState() - Method in exception nablarch.core.db.DbAccessException
-
SQLState値を取得する。
- getSSLContext() - Method in interface nablarch.fw.messaging.HttpSSLContextSettings
-
SSLContextを取得する。
- getSSLContext() - Method in class nablarch.fw.messaging.realtime.http.settings.NopHttpSSLContextSettings
-
SSLContextを取得する。
本クラスは常にnullを返す。
- getSslContextSettings() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信時に使用するSSLContextを取得する。
- getStackTrace(Throwable) - Method in class nablarch.core.log.basic.BasicLogFormatter.StackTraceItem
-
フォーマット済みのスタックトレースを取得する。
- getStartEvent() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
このプロセスの開始イベントを取得する。
- getStartFreeMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
空きメモリ量(開始時)を取得する。
- getStartLogFormat() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
開始ログのフォーマットを取得する。
設定ファイル(nablarch.core.log.app.AppLogUtil#getProps())にログフォーマットが指定されている場合は、そのフォーマットを返却する。
設定されていない場合には、デフォルトのフォーマットを使用する。
デフォルトのフォーマットは、以下の設定例のようにフォーマット定義を行うことにより変更可能
- getStartLogItems() - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
開始ログ用のログ出力項目を生成する。
- getStartLogMsg(CommandLine) - Method in class nablarch.fw.launcher.logging.LauncherJsonLogFormatter
-
- getStartLogMsg(CommandLine) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter
-
- getStartLogMsg(CommandLine) - Static method in class nablarch.fw.launcher.logging.LauncherLogUtil
-
起動ログメッセージを生成し、返却する。
- getStartPosition() - Method in class nablarch.core.db.statement.SelectOption
-
検索処理の取得開始位置(1から開始)を返す。
- getStartPosition() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
取得開始位置を取得する。
- getStartPosition() - Method in class nablarch.core.db.support.ListSearchInfo
-
検索結果の取得開始位置を取得する。
- getStartTime() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
開始日時を取得する。
- getStartTime() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
開始日時を取得する。
- getStartTime() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
開始日時を取得する。
- getStartUsedMemory() - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
-
使用メモリ量(開始時)を取得する。
- getState() - Method in class nablarch.core.repository.di.ComponentHolder
-
コンポーネントの状態を取得する。
- getStateEncoder() - Method in class nablarch.common.web.session.SessionStore
-
セッション内容の直列化モジュールを取得する。
- getStatement() - Method in class nablarch.core.db.statement.ResultSetIterator
-
Statementを取得する。
- getStatus(boolean) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
-
ヘルスチェック結果に応じたステータスの表現を取得する。
- getStatusCode() - Method in exception nablarch.fw.handler.DuplicateProcessCheckHandler.DuplicateProcess
-
- getStatusCode() - Method in exception nablarch.fw.handler.ProcessStopHandler.ProcessStop
-
- getStatusCode() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
ステータスコードを取得する。
- getStatusCode() - Method in exception nablarch.fw.messaging.ErrorResponseMessage
-
- getStatusCode() - Method in class nablarch.fw.messaging.FwHeader
-
要求電文に対する処理結果を表すコード値を返す。
- getStatusCode(ResponseMessage) - Method in class nablarch.fw.messaging.handler.MessageReplyHandler
-
応答電文のフレームワーク制御ヘッダに設定するステータスコードを取得する。
デフォルトの設定では、Result.getStatusCode() の戻り値と同じ値を
フレームワーク制御ヘッダーに指定する。
プロジェクト固有のステータスコード体系を定義している場合は、本メソッドを
オーバーライドすること。
- getStatusCode() - Method in exception nablarch.fw.messaging.MessageReadError
-
- getStatusCode() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時のHTTPステータスコードを取得する。
- getStatusCode() - Method in class nablarch.fw.messaging.ResponseMessage
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.Result.ClientError
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.Result.Error
-
ステータスコードを返す。
- getStatusCode() - Method in interface nablarch.fw.Result
-
ステータスコードを返す。
- getStatusCode() - Method in class nablarch.fw.Result.MultiStatus
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.Result.NotFound
-
ステータスコードを返す。
- getStatusCode() - Method in class nablarch.fw.Result.Success
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.BadRequest
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.Conflicted
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.Forbidden
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.InternalError
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.RequestEntityTooLarge
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.ServiceError
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.ServiceUnavailable
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.TransactionAbnormalEnd
-
ステータスコードを返す。
- getStatusCode() - Method in exception nablarch.fw.results.Unauthorized
-
ステータスコードを返す。
- getStatusCode() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
ステータスコードを取得する。
- getStatusCode() - Method in class nablarch.fw.web.HttpResponse
-
HTTPレスポンスのステータスコードの値を返す。
HTTPレスポンスがリダイレクトである場合は
302を返す。
- getStatusCode() - Method in enum nablarch.fw.web.HttpResponse.Status
-
HTTPステータスコードを取得する。
- getStatusCodeColumnName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
要求電文のユーザIDを保持するカラムの名称をを返す。
- getStatusFailure() - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(送信失敗)のコード値を取得する。
- getStatusSent() - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(送信済)のコード値を取得する。
- getStatusUnsent() - Method in class nablarch.common.mail.MailConfig
-
メール送信ステータス(未送信)のコード値を取得する。
- getStepConfig(String, String) - Method in class nablarch.etl.config.JobConfig
-
ステップの設定を取得する。
- getStepContext() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
StepContextを返す。
- getStepExitStatus() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
ステップの終了ステータスを取得する。
- getStepId() - Method in class nablarch.etl.config.StepConfig
-
ステップIDを取得する。
- getStepName() - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
-
ステップ名を取得する。
- getSteps() - Method in class nablarch.etl.config.JobConfig
-
ステップの設定を取得する。
- getStorage() - Method in class nablarch.common.web.session.SessionEntry
-
- getString(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値を文字列型に変換して返却する。
- getString(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getString(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をStringで取得する。
- getString(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getString(int).
- getString(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を文字列で取得する。
- getString(String) - Static method in class nablarch.core.repository.SystemRepository
-
設定値の登録名を指定してリポジトリに登録された文字列の設定値を取得する。
- getStringArray(String) - Method in class nablarch.core.dataformat.DataRecord
-
フィールドの値を文字列配列型に変換して返却する。
- getStringResource(String) - Static method in class nablarch.core.message.MessageUtil
-
メッセージIDに対応する
StringResourceを取得する。
メッセージIDがnullである場合は、nullを返す。
テンプレート文字列が以下であるときの例を示す。
「errors.maxLength={0}は{1}文字以下で入力してください。」
例:
- getStringSerializer() - Method in class nablarch.core.text.json.BasicJsonSerializationManager
-
文字列をJSONのオブジェクトに処理するためのシリアライザを取得する。
- getStringSerializer() - Method in interface nablarch.core.text.json.JsonSerializationManager
-
文字列をJSONのオブジェクトに処理するためのシリアライザを取得する。
- getStringSetting(String, MessageSenderSettings.SettingType, boolean, String) - Method in class nablarch.fw.messaging.MessageSenderSettings
-
String型の設定値を取得する。
- getStructuredMessage(List<JsonLogObjectBuilder<CTX>>, CTX) - Method in class nablarch.core.log.app.JsonLogFormatterSupport
-
構造化されたmessageを生成する。
- getStructuredMessage(Object) - Method in class nablarch.core.log.app.JsonLogFormatterSupport
-
構造化されたmessageを生成する。
- getStructuredTargets(String, String) - Method in class nablarch.core.log.app.ApplicationSettingJsonLogFormatter
-
ログ出力項目を取得する。
- getStructuredTargets(Map<String, String>, String) - Method in class nablarch.core.log.app.FailureJsonLogFormatter
-
ログ出力項目を取得する。
- getStructuredTargets(Map<String, String>) - Method in class nablarch.core.log.app.PerformanceJsonLogFormatter
-
ログ出力項目を取得する。
- getSubject() - Method in class nablarch.common.mail.FreeTextMailContext
-
件名を取得する。
- getSubject() - Method in class nablarch.common.mail.MailContext
-
件名を取得する。
- getSubject() - Method in class nablarch.common.mail.MailRequestTable.MailRequest
-
件名を取得する。
- getSubject() - Method in class nablarch.common.mail.MailTemplateTable.MailTemplate
-
件名を取得する。
- getSubject() - Method in class nablarch.common.mail.TemplateEngineProcessedResult
-
件名を取得する。
- getSubmissionAction() - Method in class nablarch.common.web.tag.ButtonTag
-
サブミット時の動作を取得する。
- getSubmissionAction() - Method in class nablarch.common.web.tag.DownloadButtonTag
-
- getSubmissionAction() - Method in class nablarch.common.web.tag.DownloadLinkTag
-
- getSubmissionAction() - Method in class nablarch.common.web.tag.DownloadSubmitTag
-
- getSubmissionAction() - Method in class nablarch.common.web.tag.SubmitLinkTag
-
サブミット時の動作を取得する。
- getSubmissionAction() - Method in class nablarch.common.web.tag.SubmitTag
-
サブミット時の動作を取得する。
- getSubmissionInfoList() - Method in class nablarch.common.web.tag.FormContext
-
フォームに含まれるサブミット情報を取得する。
- getSubmitLinkDisabledJsp() - Method in class nablarch.common.web.tag.CustomTagConfig
-
SubmitLink描画時の表示制御判定が「非活性」の場合に使用するJSPのURLを取得する。
- GetSuffix(int) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
Get the suffix.
- getSyncMessagingEventHookList() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
メッセージ送信の処理前後に行う処理を取得する。
- getSystemZoneId() - Method in class nablarch.integration.jsr310.util.BasicDateTimeConfiguration
-
- getSystemZoneId() - Method in interface nablarch.integration.jsr310.util.DateTimeConfiguration
-
システムが依存するjava.time.ZoneIdを取得する
- getTableList() - Method in class nablarch.test.core.db.EntityDependencyParser
-
ソート済みテーブル一覧を取得する。
- getTableName() - Method in class nablarch.common.dao.EntityMeta
-
テーブル名を返す。
- getTableName(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
-
エンティティクラスからテーブル名を取得する。
- getTableName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
排他制御用テーブルのテーブル名を取得する。
- getTableName() - Method in class nablarch.common.exclusivecontrol.Version
-
排他制御用テーブルのテーブル名を取得する。
- getTableName() - Method in class nablarch.common.mail.MailRecipientTable
-
メール送信先テーブルの名前を取得する。
- getTableName() - Method in class nablarch.common.schema.TableSchema
-
テーブル名を取得する。
- getTableName() - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
-
再送電文管理テーブルの名称を返す。
- getTableName() - Method in class nablarch.test.core.db.TableData
-
テーブル名を取得する。
- getTableNameWithSchema(Class<?>) - Static method in class nablarch.common.dao.EntityUtil
-
エンティティクラスからスキーマ名を修飾したテーブル名("スキーマ名.テーブル名"形式)を取得する。
スキーマを持たないテーブルの場合、テーブル名のみを返す。
- getTabSize(int) - Method in class nablarch.test.tool.htmlcheck.parser.SimpleCharStream
-
- getTagName() - Method in class nablarch.common.web.tag.AnchorTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.ButtonTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.CheckboxTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.CodeCheckboxesTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.CodeCheckboxTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.CodeRadioButtonsTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.CodeSelectTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.ColorTag
-
- getTagName() - Method in class nablarch.common.web.tag.CompositeKeyCheckboxTag
-
- getTagName() - Method in class nablarch.common.web.tag.CompositeKeyRadioButtonTag
-
- getTagName() - Method in class nablarch.common.web.tag.DateTag
-
- getTagName() - Method in class nablarch.common.web.tag.DatetimeLocalTag
-
- getTagName() - Method in class nablarch.common.web.tag.DownloadButtonTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.DownloadLinkTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.DownloadSubmitTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.EmailTag
-
- getTagName() - Method in class nablarch.common.web.tag.FileTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.FormTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.HiddenStoreTag
-
- getTagName() - Method in class nablarch.common.web.tag.HiddenTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.ImgTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.LinkTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.ListCheckboxesTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.ListRadioButtonsTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.MonthTag
-
- getTagName() - Method in class nablarch.common.web.tag.NumberTag
-
- getTagName() - Method in class nablarch.common.web.tag.PasswordTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.PlainHiddenTag
-
- getTagName() - Method in class nablarch.common.web.tag.PopupButtonTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.PopupLinkTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.PopupSubmitTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.RadioButtonTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.RangeTag
-
- getTagName() - Method in class nablarch.common.web.tag.SearchTag
-
- getTagName() - Method in class nablarch.common.web.tag.SelectTagSupport
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.SubmitLinkTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.SubmitTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.TelTag
-
- getTagName() - Method in class nablarch.common.web.tag.TextareaTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.TextTag
-
タグ名を取得する。
- getTagName() - Method in class nablarch.common.web.tag.TimeTag
-
- getTagName() - Method in class nablarch.common.web.tag.UrlTag
-
- getTagName() - Method in class nablarch.common.web.tag.WeekTag
-
- getTags() - Method in class nablarch.integration.micrometer.instrument.binder.MetricsMetaData
-
タグ一覧を取得する。
- getTargetAnnotation() - Method in class nablarch.common.date.YYYYMMConvertor
-
対応するアノテーションのクラスを取得する。
- getTargetAnnotation() - Method in class nablarch.common.date.YYYYMMDDConvertor
-
対応するアノテーションのクラスを取得する。
- getTargetAnnotation() - Method in interface nablarch.core.validation.convertor.ExtendedStringConvertor
-
対応するアノテーションのクラスを取得する。
- getTargetClass() - Method in class nablarch.common.date.AbstractDateStringConverter
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.common.web.compositekey.CompositeKeyArrayConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.common.web.compositekey.CompositeKeyConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.BigDecimalConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.BooleanConvertor
-
- getTargetClass() - Method in interface nablarch.core.validation.Convertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.IntegerConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.LongConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.convertor.StringArrayConvertor
-
- getTargetClass() - Method in class nablarch.core.validation.convertor.StringConvertor
-
変換対象のクラスを取得する。
- getTargetClass() - Method in class nablarch.core.validation.ValidationContext
-
変換対象のフォームクラスを取得する。
- getTargetCount(String) - Method in class nablarch.common.mail.MailRequestTable
-
処理対象件数を取得する。
本クラスのスキーマ設定にメール送信パターンIDを設定した場合には、
処理対象のメール送信パターンIDの設定が必須となる。
スキーマ定義にメール送信パターンIDが設定されているのに、
処理対象のメール送信パターンIDが設定されていない場合にはSQL実行時エラーとなる。
- getTargetFlowNodeId() - Method in class nablarch.integration.workflow.definition.SequenceFlow
-
遷移先フローノードIDを取得する。
- getTargetFlowNodeIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
遷移先フローノードIDカラム名を取得する。
- getTargetGenerateId() - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
-
受信電文連番を採番するためのIDを取得する。
- getTargetId() - Method in class nablarch.core.repository.di.ComponentReference
-
インジェクションするオブジェクトのIDを取得する。
- getTargetPackages() - Method in class nablarch.fw.hotdeploy.HotDeployHandler
-
HotDeploy対象のパッケージを取得。
- getTargets() - Static method in enum nablarch.common.web.tag.AutocompleteDisableTarget
-
autocomplete属性をOFFにする対象を取得する。
- getTargets() - Method in class nablarch.fw.web.handler.health.HealthCheckResult
-
全てのヘルスチェック結果を取得する。
- getTargetUrl() - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
例外発生時の接続先を取得する。
- getTaskAssignedGroupCount(String, String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
タスク担当グループ数を取得する。
- getTaskAssignedUserCount(String, String) - Method in class nablarch.integration.workflow.dao.WorkflowInstanceDao
-
タスク担当ユーザ数を取得する。
- getTasks() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
タスク定義を返す。
- getTaskTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
タスクテーブル名を取得する。
- getTempDirectory() - Method in class nablarch.fw.web.HttpServer
-
- getTempDirectory() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
テンプディレクトリのパスを取得する。
- getTempDirPath() - Method in class nablarch.fw.web.HttpResponseSetting
-
一時ファイルの出力先フォルダのパスを返す。
- getTemplateId() - Method in class nablarch.common.mail.TemplateMailContext
-
テンプレートIDを取得する。
- getTemplateName() - Method in class nablarch.integration.report.ReportParam
-
帳票テンプレート名取得メソッド。
- getTestCaseName() - Method in class nablarch.test.core.http.TestCaseInfo
-
テストケース名称を取得する.
テスト失敗時のメッセージやHTMLファイル出力名に使用される。 デフォルトは、{データシート名}_{caseIndex}_{Case名}
例)RGBN00000000_Case0_初期表示
- getTestCaseNo() - Method in class nablarch.test.core.http.TestCaseInfo
-
テストケース番号を取得する。
- getTestClass() - Method in class nablarch.test.core.rule.TestDescription
-
実行中のテストクラスを取得する。
- getTestClassSimpleName() - Method in class nablarch.test.core.rule.TestDescription
-
実行中のテストクラス名を取得する。
- getTestDataParser() - Method in class nablarch.test.core.http.RestTestSupport
-
テストデータパーサを取得する。
- getTestDataParser() - Method in class nablarch.test.TestSupport
-
テストデータパーサを取得する。
- getTestSupport() - Method in class nablarch.test.core.db.DbAccessTestSupport
-
テストサポートクラスを返却する。
- getTestSupportHandler() - Static method in class nablarch.test.core.http.HttpRequestTestSupport
-
サポートハンドラを取得する。
- getText() - Method in class nablarch.fw.web.useragent.UserAgent
-
UserAgent文字列を取得する。
- getTextEncoding(Map<String, Object>) - Static method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
エンコーディングを取得する
- getTime(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getTime(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getTime(int).
- getTimeout() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
応答タイムアウト(単位:ミリ秒)を取得する。
- getTimestamp() - Method in class nablarch.core.date.BasicSystemTimeProvider
-
現在日時を取得する。
- getTimestamp() - Method in interface nablarch.core.date.SystemTimeProvider
-
システム日時を取得する。
- getTimestamp() - Static method in class nablarch.core.date.SystemTimeUtil
-
システム日時を取得する。
- getTimestamp(int) - Method in class nablarch.core.db.statement.BasicSqlCStatement
-
- getTimestamp(int) - Method in class nablarch.core.db.statement.ResultSetIterator
-
カレント行の指定されたカラムの値をTimestampで取得する。
- getTimestamp(int) - Method in interface nablarch.core.db.statement.SqlCStatement
-
CallableStatement.getTimestamp(int) (int)}.
- getTimestamp(String) - Method in class nablarch.core.db.statement.SqlRow
-
指定されたカラムの情報を
Timestampとして取得する。
データベースから取得したデータのデータタイプが下記のデータの場合、
Timestampとして取得する。
下記に該当しない場合は、
IllegalStateExceptionを送出する。
Timestamp
- getTimestamp(LocalDateTime) - Static method in class nablarch.integration.jsr310.util.DateTimeUtil
-
java.time.LocalDateTimeのインスタンスをjava.sql.Timestampに変換する
- getTimestamp() - Method in class nablarch.test.FixedSystemTimeProvider
-
現在日時を取得する。
- getTimeToLive() - Method in class nablarch.fw.messaging.SendingMessage
-
電文の有効期間をmsec単位で返す。
- getTimeUnitMapping() - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
-
時間単位のマッピングを取得する。
本メソッドをオーバーライドすることで、
マッピングを変更することができる。
- getTimeZone(HttpRequest, ServletExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
スレッドコンテキストに保持するタイムゾーン属性を返す。
- getTimeZone() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからタイムゾーンを取得する。
- getTitleRecordTypeName(Map<String, Object>) - Static method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter.VariableLengthDirective
-
タイトルのレコードタイプ名を取得する。
- getToken() - Method in exception nablarch.core.dataformat.SyntaxErrorException
-
構文エラーの発生箇所を返却する。
- getToken(int) - Method in class nablarch.test.tool.htmlcheck.parser.Parser
-
Get the specific Token.
- getTokenGenerator() - Static method in class nablarch.common.web.token.TokenUtil
-
- getTokenName() - Method in class nablarch.common.web.token.DbTokenSchema
-
トークンカラム名 を取得する。
- getToList() - Method in class nablarch.common.mail.MailContext
-
送信先(TO)メールアドレスのリストを取得する。
- getToOfConvertGroupAnnotation() - Method in class nablarch.fw.jaxrs.JaxRsContext
-
リソースメソッドに設定されているConvertGroupのto属性の値を取得する。
- getTps() - Method in class nablarch.fw.batch.progress.Progress
-
全体のTPSを返す。
- getTransaction(String) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
-
- getTransaction() - Static method in class nablarch.core.transaction.TransactionContext
-
トランザクションオブジェクトを取得する。
トランザクション名
"transaction"でスレッドローカルに登録されたトランザクションを取得する。
- getTransaction(String) - Static method in class nablarch.core.transaction.TransactionContext
-
トランザクションオブジェクトを取得する。
- getTransaction(String) - Method in interface nablarch.core.transaction.TransactionFactory
-
トランザクションオブジェクトを生成する。
- getTransaction(String) - Method in class nablarch.integration.messaging.wmq.xa.WmqXATransactionFactory
-
- getTransactionManager() - Method in class nablarch.integration.doma.DomaConfig
-
- getTransactionManagerConnection() - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドに紐付いたデフォルトのトランザクション制御を取得する。
トランザクション制御の取得には、"transaction"という名前が使用される。
- getTransactionManagerConnection(String) - Static method in class nablarch.core.db.connection.DbConnectionContext
-
現在のスレッドから指定した名前のトランザクション制御を取得する。
- getTransactionName() - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
-
トランザクション名を取得する。
- getTransferEncoding() - Method in class nablarch.fw.web.HttpResponse
-
Transfer-Encodingの値を取得する。
このメソッドの処理は以下のソースコードと等価である。
- getType() - Method in class nablarch.common.databind.csv.CsvDataBindConfigConverter
-
- getType() - Method in interface nablarch.common.databind.DataBindConfigConverter
-
変換対象のアノテーションのタイプを返す。
- getType() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfigConverter
-
- getType() - Method in class nablarch.common.web.tag.CheckboxTagSupport
-
- getType() - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
type属性を取得する。
- getType() - Method in class nablarch.common.web.tag.CodeCheckboxesTag
-
- getType() - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
-
type属性を取得する。
- getType() - Method in class nablarch.common.web.tag.CodeRadioButtonsTag
-
- getType() - Method in class nablarch.common.web.tag.CompositeKeyCheckboxTag
-
- getType() - Method in class nablarch.common.web.tag.CompositeKeyRadioButtonTag
-
- getType() - Method in class nablarch.common.web.tag.ListCheckboxesTag
-
- getType() - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
-
type属性を取得する。
- getType() - Method in class nablarch.common.web.tag.ListRadioButtonsTag
-
type属性を取得する。
- getType() - Method in class nablarch.common.web.tag.RadioButtonTag
-
type属性を取得する。
- getType() - Method in class nablarch.core.dataformat.DataRecordFormatterSupport.Directive
-
ディレクティブの値の型を取得する。
- getType() - Method in class nablarch.core.repository.di.ComponentDefinition
-
コンポーネントの型を取得する。
- getType() - Method in class nablarch.core.validation.PropertyValidationDefinition
-
プロパティの型を取得する。
- getType() - Method in class nablarch.integration.redisstore.lettuce.AbstractLettuceRedisClient
-
- getType() - Method in interface nablarch.integration.redisstore.lettuce.LettuceRedisClient
-
実装クラスを識別する種別を取得する。
- getType() - Method in enum nablarch.test.core.reader.DataType
-
データタイプを取得する。
- getType() - Method in class nablarch.test.tool.sanitizingcheck.tag.Directive
-
- getType() - Method in class nablarch.test.tool.sanitizingcheck.tag.ExpressionLang
-
- getType() - Method in class nablarch.test.tool.sanitizingcheck.tag.HtmlComment
-
- getType() - Method in class nablarch.test.tool.sanitizingcheck.tag.JspCore
-
- getType() - Method in class nablarch.test.tool.sanitizingcheck.tag.SuppressJspCheck
-
- getType() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag
-
タグのタイプを取得する。
- getType() - Method in class nablarch.test.tool.sanitizingcheck.tag.TagLib
-
- getTypeForTest(int) - Method in class nablarch.test.core.file.DataFileFragment
-
フィールドに対するテスト用のデータ型シンボルを取得する。
- getTypeName() - Method in class nablarch.core.dataformat.CharacterReplacementConfig
-
寄せ字変換タイプ名を取得する。
- getTypeName() - Method in class nablarch.core.dataformat.RecordDefinition
-
このレコードフォーマットのレコードタイプ名を返却する。
- getTypeOf(String) - Method in class nablarch.test.core.file.DataFileFragment
-
フィールド名から、そのフィールドのレコードタイプを取得する。
- getTypeValue() - Method in class nablarch.common.web.tag.TextTag
-
type属性の値を取得する。
- getUnknownValue(int, int) - Method in class nablarch.test.core.db.BasicDefaultValues
-
不明な型の場合のデフォルト値を取得する。
本実装では例外を送出する。
- getUpdateAndCheckSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
-
バージョン番号を更新するSQL文(バージョン番号の更新チェックあり)を取得する。
- getUpdateAndCheckSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を更新するSQL文(バージョン番号の更新チェックあり)のテンプレートを取得する。
- getUpdateCount() - Method in class nablarch.core.db.statement.BasicSqlPStatement
-
Statement.getUpdateCount()のラッパー。
- getUpdateCount() - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
-
更新件数を取得する。
- getUpdateCount() - Method in interface nablarch.core.db.statement.SqlStatement
-
Statement.getUpdateCount()のラッパー。
- getUpdateSize() - Method in class nablarch.etl.config.DbToDbStepConfig
-
1回のSQL実行で処理するサイズに関する設定を取得する。
- getUpdateSql() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
-
バージョン番号を更新するSQL文(バージョン番号の更新チェックなし)を取得する。
- getUpdateSqlTemplate() - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を更新するSQL文(バージョン番号の更新チェックなし)のテンプレートを取得する。
- getUploadTmpDirectory() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
アップロードファイルの一時ディレクトリを取得する。
本ディレクトリは、テスト時にアップロードファイルを一時的に配置するディレクトリとなる。
- getUri() - Method in class nablarch.common.web.tag.SubmissionInfo
-
サブミット先のURIを取得する。
- getUri() - Method in class nablarch.fw.messaging.MessageSenderSettings
-
HTTP通信の接続先URIを取得する。
- getUrl(TransactionManagerConnection) - Static method in class nablarch.etl.EtlUtil
-
データベース接続からURLを取得する。
- getUrl() - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
-
URLを取得する。
- getUrl() - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
-
URLを取得する。
- getUseCurrentPageNumber() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseCurrentPageNumber属性のデフォルト値を取得する。
- getUseFirstSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseFirstSubmit属性のデフォルト値を取得する。
- getUseGetRequest() - Method in class nablarch.common.web.tag.CustomTagConfig
-
GETメソッドによるリクエストを使用するか否かのデフォルト値を取得する。
- getUseHiddenEncryption() - Method in class nablarch.common.web.tag.CustomTagConfig
-
hiddenタグの暗号化機能を使用するか否かのデフォルト値を取得する。
- getUseLastSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseLastSubmit属性のデフォルト値を取得する。
- getUseNextSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseNextSubmit属性のデフォルト値を取得する。
- getUseOffValue() - Method in class nablarch.common.web.tag.CheckboxTag
-
- getUseOffValue() - Method in class nablarch.common.web.tag.CheckboxTagSupport
-
チェックなしの値設定を使用するか否かを取得する。
デフォルト実装では、常にtrueを返す。
- getUsePageNumberSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのusePageNumberSubmit属性のデフォルト値を取得する。
- getUsePaging() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのusePaging属性のデフォルト値を取得する。
- getUsePrevSubmit() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのusePrevSubmit属性のデフォルト値を取得する。
- getUserAgent() - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
-
- getUserAgent() - Method in class nablarch.fw.web.HttpRequest
-
- getUserAgentPattern() - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
-
User-Agentヘッダのパターンを取得する。
- getUseResultCount() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのuseResultCount属性のデフォルト値を取得する。
- getUserId() - Method in class nablarch.core.log.basic.LogContext
-
LogContext作成時点のユーザIDを取得する。
- getUserId() - Static method in class nablarch.core.ThreadContext
-
スレッドローカルからユーザIDを取得する。
- getUserId() - Method in class nablarch.fw.messaging.FwHeader
-
ユーザIDヘッダの値を返す。
- getUserId() - Method in class nablarch.integration.workflow.dao.TaskAssignedUserEntity
-
ユーザIDを取得する。
- getUserId() - Method in class nablarch.test.core.http.TestCaseInfo
-
ユーザIDを取得する。
- getUserIdColumnName() - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
ユーザIDカラムの名前を取得する。
- getUserIdColumnName() - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
-
ユーザIDカラムの名前を取得する。
- getUserIdColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
ユーザIDカラムの名前を取得する。
- getUserIdLockedColumnName() - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
-
ユーザIDロックカラムの名前を取得する。
- getUserIdSession(ExecutionContext, String) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
セッションからユーザIDを取得する。
デフォルトではHTTPセッションからユーザIDを取得する。
必要に応じてオーバーライドすること。
- getUserIdSession(ExecutionContext, String) - Method in class nablarch.common.web.handler.threadcontext.UserIdAttributeInSessionStore
-
- getUserIdSessionKey() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ユーザIDセッションキーを取得する。
- getUserIdToFormatKey() - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
ユーザIDとフォーマット定義ファイル上のキーとの対応を取得する。
- getUserName() - Method in class nablarch.etl.SqlLoaderConfig
-
ユーザ名を返す。
- getUseValueAsNullIfObjectExists() - Method in class nablarch.common.web.tag.CustomTagConfig
-
入力系のタグでname属性に指定した名称に対応する値を取得する際に、値を保持するオブジェクトが
nullであればnullを設定されたものとして動作するか否かを取得する。
- getValidatedValue() - Method in class nablarch.test.core.entity.MockMessageInterpolatorContext
-
- getValidateFor() - Method in class nablarch.core.validation.ValidationContext
-
バリデーション対象メソッドを取得する。
- getValidateForMethods(String) - Method in class nablarch.core.validation.FormValidationDefinition
-
ValidateForアノテーションのついたメソッドをValidateForのvalueに指定したメソッド名を元に取得する。
- getValidationTestStrategy() - Method in class nablarch.test.core.entity.EntityTestConfiguration
-
テスト用バリデーションストラテジを取得する。
- getValidator() - Static method in class nablarch.core.validation.ee.ValidatorUtil
-
- getValidatorAction() - Method in class nablarch.fw.action.FileBatchActionBase
-
入力ファイルのバリデーションを実装したオブジェクトを返す。
デフォルト実装ではバリデーションは行われない。
入力ファイルのバリデーションが必要な場合にオーバーライドすること。
- getValidatorAnnotations() - Method in interface nablarch.core.validation.domain.DomainDefinition
-
ドメイン定義に指定されたバリデータのアノテーションを取得する。
- getValidatorAnnotations(Annotation) - Method in class nablarch.core.validation.domain.DomainValidationHelper
-
ドメイン定義に指定されたバリデータのアノテーションを取得する。
- getValidatorAnnotations(Enum<?>) - Static method in class nablarch.core.validation.domain.DomainValidationHelper
-
- getValidatorAnnotations() - Method in class nablarch.core.validation.PropertyValidationDefinition
-
バリデータアノテーションのリストを取得する。
- getValidatorFactory() - Static method in class nablarch.core.validation.ee.ValidatorUtil
-
ValidatorFactoryインスタンスを取得する。
- getValidObjects() - Method in class nablarch.fw.web.upload.util.BulkValidationResult
-
バリデーション済みオブジェクトを取得する。
- getValue(Object) - Method in class nablarch.common.code.BasicCodeLoader
-
IDに紐付くデータをロードする。
- getValue(Object, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.ExecutionIdAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.LanguageAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.RequestIdAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(T, ExecutionContext) - Method in interface nablarch.common.handler.threadcontext.ThreadContextAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.TimeZoneAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Object, ExecutionContext) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
-
スレッドコンテキストに格納するプロパティの値を返す。
- getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
-
- getValue(Request<?>, ExecutionContext) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
-
- getValue() - Method in class nablarch.common.web.session.SessionEntry
-
セッションに登録された値を取得する。
- getValue() - Method in class nablarch.common.web.tag.CheckboxTagSupport
-
value属性の値を取得する。
- getValue() - Method in class nablarch.common.web.tag.CheckedInputTagSupport
-
value属性の値を取得する。
- getValue(Object) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
-
- getValue(Object) - Method in class nablarch.common.web.tag.ListTagWriterSupport
-
値を取得する。
- getValue(Object) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
値を取得する。
- getValue(PageContext, String, boolean) - Static method in class nablarch.common.web.tag.TagUtil
-
name属性に対応するvalue属性を取得する。
name属性は、EL式に似た下記のルールにより、オブジェクト階層のアクセスをサポートする。
オブジェクト又はMapのプロパティへのアクセスは、ドット区切りを指定する。
List又は配列の要素へのアクセスは、角括弧(括弧内にインデックスを表す数字)を指定する。
オブジェクト階層のルートにあたるオブジェクトは、下記の順に検索し、最初に見つかった値を使用する。
Servlet APIのページスコープ
Servlet APIのリクエストスコープ
Servlet APIのリクエストパラメータ(includeRequestParameterがtrueの場合のみ)
Servlet APIのセッションスコープ
- getValue(Object) - Method in class nablarch.core.cache.BasicStaticDataCache
-
IDを指定して静的データを取得する。
- getValue(Object) - Method in interface nablarch.core.cache.StaticDataCache
-
IDを指定して静的データを取得する。
- getValue(Object) - Method in interface nablarch.core.cache.StaticDataLoader
-
IDに紐付くデータをロードする。
- getValue(Object) - Method in class nablarch.core.dataformat.DataRecord
-
指定されたフィールドの値を返却する。
- getValue(Object) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
Objectのフィールド、アノテーション情報をロードする。
ロードしたフィールドとアノテーション情報は、下記のオブジェクト形式で返却する。
- getValue(Object) - Method in class nablarch.core.db.statement.BasicSqlLoader
-
SQL文をロードする。
- getValue() - Method in enum nablarch.core.log.basic.LogLevel
-
ログレベルの値を取得する。
- getValue(Locale) - Method in class nablarch.core.message.BasicStringResource
-
言語に対応する文字列を取得する。
- getValue(Object) - Method in class nablarch.core.message.BasicStringResourceLoader
-
メッセージを格納したテーブルからメッセージIDに対応するメッセージを取得する。
- getValue(Object) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
- getValue(Locale) - Method in interface nablarch.core.message.StringResource
-
言語に対応する文字列を取得する。
- getValue() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値の文字列表現を取得する。
- getValue() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Gets the value of the value property.
- getValue() - Method in class nablarch.core.repository.di.config.xml.schema.Property
-
Gets the value of the value property.
- getValue() - Method in interface nablarch.core.validation.ee.EnumElement.WithValue
-
許容する値を取得する。
- getValue(Object) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
-
IDに紐付くデータをロードする。
- getValue() - Method in class nablarch.fw.jaxrs.BodyConverterSupport.ContentType
-
ContentTypeの値を返す。
- getValue() - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
-
- getValue() - Method in class nablarch.fw.web.handler.secure.ContentTypeOptionsHeader
-
- getValue() - Method in class nablarch.fw.web.handler.secure.FrameOptionsHeader
-
- getValue() - Method in class nablarch.fw.web.handler.secure.ReferrerPolicyHeader
-
- getValue() - Method in interface nablarch.fw.web.handler.secure.SecureResponseHeader
-
レスポンスヘッダの値を返す。
- getValue() - Method in class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
-
- getValue() - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
-
- getValue(String) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getValue(int, String) - Method in class nablarch.test.core.db.TableData
-
値を取得する。
- getValue(Map<String, String>, String) - Method in class nablarch.test.core.http.TestCaseInfo
-
LIST_MAPから取得したレコードから、指定したカラム名に対応する値を取得する
- getValue() - Method in enum nablarch.test.core.reader.SendSyncMessageParser.ErrorMode
-
モードを有効にする場合に、セルに記載する値を取得する
- getValue() - Method in class nablarch.test.core.util.interpreter.InterpretationContext
-
解釈対象の値を取得する。
- getValue(Object, ExecutionContext) - Method in class nablarch.test.FixedExecutionIdAttribute
-
- getValue() - Method in class nablarch.test.tool.htmlcheck.parser.Token
-
An optional attribute value of the Token.
- getValue() - Method in class nablarch.test.tool.sanitizingcheck.tag.Tag.TagAttribute
-
属性値を取得する。
- getValueClassName() - Method in class nablarch.core.text.json.JavaTimeToJsonSerializer
-
このクラスで処理する値のクラス名を取得する。
- getValueClassName() - Method in class nablarch.core.text.json.LocalDateTimeToJsonSerializer
-
このクラスで処理する値のクラス名を取得する。
- getValueColumnName() - Method in class nablarch.common.code.schema.CodeNameSchema
-
コード値カラムの名前を取得する。
- getValueColumnName() - Method in class nablarch.common.code.schema.CodePatternSchema
-
コード値カラムの名前を取得する。
- getValueComponent() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Gets the value of the valueComponent property.
- getValueId() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値のコンポーネントIDを取得する。
- getValueName() - Method in class nablarch.core.repository.di.config.xml.schema.Entry
-
Gets the value of the valueName property.
- getValueNames() - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
- getValueRef() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値の参照名を取得する。
- getValues(String, Object) - Method in class nablarch.common.code.BasicCodeLoader
-
インデックスに紐付くデータをロードする。
- getValues(String) - Method in class nablarch.common.code.BasicCodeManager
-
コードIDに紐付く全てのコード値を取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, String) - Method in class nablarch.common.code.BasicCodeManager
-
コードID、パターンを条件に、対応するコード値を全て取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, Locale) - Method in class nablarch.common.code.BasicCodeManager
-
コードIDと言語を条件に、対応するコード値を全て取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, String, Locale) - Method in class nablarch.common.code.BasicCodeManager
-
コードID、パターン、言語を条件に、対応するコード値を全て取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(Locale) - Method in interface nablarch.common.code.Code
-
コード値を全て取得する。
- getValues(String, Locale) - Method in interface nablarch.common.code.Code
-
パターンを指定してコード値を取得する。
- getValues(String) - Method in interface nablarch.common.code.CodeManager
-
コードIDに紐付く全てのコード値を取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, String) - Method in interface nablarch.common.code.CodeManager
-
コードID、パターンを条件に、対応するコード値を全て取得する。
取得対象言語は、
ThreadContextでデフォルトとして指定された言語とする。
ThreadContextからデフォルト言語を取得できなかった場合、
デフォルトロケールから言語を取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードIDと言語を条件に、対応するコード値を全て取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String, String, Locale) - Method in interface nablarch.common.code.CodeManager
-
コードID、パターン、言語を条件に、対応するコード値を全て取得する。
返却値は、あらかじめ言語ごとに定義されたソート順に従い、並び替えを行う。
- getValues(String) - Static method in class nablarch.common.code.CodeUtil
-
コードIDに紐付く全てのコード値を取得する。
- getValues(String, String) - Static method in class nablarch.common.code.CodeUtil
-
コードIDとパターンに紐付くコード値を取得する。
- getValues(String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コードIDに紐付く全てのコード値を取得する。
- getValues(String, String, Locale) - Static method in class nablarch.common.code.CodeUtil
-
コードIDとパターンに紐付くコード値を取得する。
- getValues(PageContext, HtmlAttributes) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
-
多値としてname属性に対応するvalue属性を取得する。
取得先はリクエストパラメータと変数スコープとする。
- getValues(String, Object) - Method in class nablarch.core.cache.BasicStaticDataCache
-
条件に合致した静的データのリストを取得する。
条件は事前にインデックスとして辞書に登録する必要があり、
このメソッドではそのインデックス名を指定して静的データを取得する。
- getValues(String, Object) - Method in interface nablarch.core.cache.StaticDataCache
-
条件に合致した静的データのリストを取得する。
条件は事前にインデックスとして辞書に登録する必要があり、
このメソッドではそのインデックス名を指定して静的データを取得する。
- getValues(String, Object) - Method in interface nablarch.core.cache.StaticDataLoader
-
インデックスに紐付くデータをロードする。
- getValues(String, Object) - Method in class nablarch.core.db.statement.autoproperty.FieldAndAnnotationLoader
-
インデックスに紐付くデータをロードする(本メソッドは、サポートしない)。
- getValues(String, Object) - Method in class nablarch.core.db.statement.BasicSqlLoader
-
インデックスに紐付くデータをロードする。
- getValues(String, Object) - Method in class nablarch.core.message.BasicStringResourceLoader
-
メッセージを格納したテーブルからメッセージIDに対応するメッセージを取得する。
- getValues(String, Object) - Method in class nablarch.core.message.PropertiesStringResourceLoader
-
- getValues(String, Object) - Method in class nablarch.core.validation.FormValidationDefinitionLoader
-
インデックスに紐付くデータをロードする。
- getValueType() - Method in class nablarch.core.repository.di.config.MapEntryDefinition
-
値の種類を取得する。
- getVarcharValue(int) - Method in class nablarch.test.core.db.BasicDefaultValues
-
可変長文字列型のデフォルト値を取得する。
デフォルト値をそのまま返却する。
- getVarCountName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarCount属性のデフォルト値を取得する。
- getVariableConditionSql(String, Object) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
可変条件を持つSQL文の可変部分を構築する。
- getVariableConditionSql(String, Object) - Method in interface nablarch.core.db.statement.StatementFactory
-
可変条件を持つSQL文の可変部分を構築する。
- getVariableConditionSqlBySqlId(String, Object) - Method in class nablarch.core.db.statement.BasicStatementFactory
-
可変条件を持つSQL文の可変部分を構築する。
- getVariableConditionSqlBySqlId(String, Object) - Method in interface nablarch.core.db.statement.StatementFactory
-
可変条件を持つSQL文の可変部分を構築する。
- getVariables() - Method in class nablarch.common.mail.TemplateMailContext
-
テンプレートとマージする変数を取得する。
- getVarOddEvenName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarOddEvenName属性のデフォルト値を取得する。
- getVarRowCountName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarRowCount属性のデフォルト値を取得する。
- getVarRowName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarRowName属性のデフォルト値を取得する。
- getVarStatusName() - Method in class nablarch.common.web.tag.CustomTagConfig
-
listSearchResultタグのvarStatusName属性のデフォルト値を取得する。
- getVersion(ExclusiveControlContext) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
-
バージョン番号を取得する。(楽観的ロック)
- getVersion(ExclusiveControlContext) - Method in interface nablarch.common.exclusivecontrol.ExclusiveControlManager
-
バージョン番号を取得する。(楽観的ロック)
- getVersion(ExclusiveControlContext) - Static method in class nablarch.common.exclusivecontrol.ExclusiveControlUtil
-
バージョン番号を取得する。(楽観的ロック)
- getVersion() - Method in class nablarch.common.exclusivecontrol.Version
-
バージョン番号を取得する。
- getVersion() - Method in class nablarch.integration.workflow.BasicWorkflowInstance
-
- getVersion() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceEntity
-
バージョンを取得する。
- getVersion() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
バージョン番号を取得する。
- getVersion() - Method in class nablarch.integration.workflow.WorkflowInstance.CompletedWorkflowInstance
-
バージョン番号を取得する。
- getVersion() - Method in interface nablarch.integration.workflow.WorkflowInstance
-
バージョン番号を取得する。
- getVersionColumn() - Method in class nablarch.common.dao.EntityMeta
-
バージョンカラムを返す。
- getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
-
バージョン番号カラム名を取得する。
- getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.ExclusiveControlTable
-
バージョン番号カラム名を取得する。
- getVersionColumnName() - Method in class nablarch.common.exclusivecontrol.Version
-
バージョン番号カラム名を取得する。
- getVersionColumnName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
バージョン番号カラム名を取得する。
- getVersionColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
バージョンカラム名を取得する。
- getWarBasePath() - Method in class nablarch.fw.web.HttpServer
-
このサーバにデプロイするWARのパスを返す。
- getWarBasePaths() - Method in class nablarch.fw.web.HttpServer
-
- getWebBaseDir() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
webベースディレクトリを取得する。
- getWebConfig() - Static method in class nablarch.common.web.WebConfigFinder
-
Webアプリケーションの設定を取得する。
- getWebFrontController() - Method in class nablarch.fw.web.HttpServer
-
- getWebFrontControllerKey() - Method in class nablarch.test.core.http.RestTestConfiguration
-
webFrontControllerKey を取得する。
- getWorkflowDefinition(String) - Method in class nablarch.integration.workflow.definition.WorkflowDefinitionHolder
-
ワークフローIDに紐づく適用期間内のワークフロー定義を取得する。
適用期間内に複数のワークフロー定義情報が存在していた場合には、
バージョン番号が最大のワークフロー定義情報を返却する。
- getWorkflowDefinition(String, long) - Method in class nablarch.integration.workflow.definition.WorkflowDefinitionHolder
-
ワークフローID及びバージョン番号に紐づくワークフロー定義を取得する。
- getWorkflowDefinitionHolder() - Method in class nablarch.integration.workflow.WorkflowConfig
-
ワークフロー定義情報を保持するクラスを設定する。
- getWorkflowDefinitionTableName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
プロセス定義テーブル名を取得する。
- getWorkflowId() - Method in class nablarch.integration.workflow.BasicWorkflowInstance
-
- getWorkflowId() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceEntity
-
ワークフローIDを取得する。
- getWorkflowId() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
ワークフローIDを取得する。
- getWorkflowId() - Method in class nablarch.integration.workflow.WorkflowInstance.CompletedWorkflowInstance
-
ワークフローIDを取得する。
- getWorkflowId() - Method in interface nablarch.integration.workflow.WorkflowInstance
-
ワークフローIDを取得する。
- getWorkflowIdColumnName() - Method in class nablarch.integration.workflow.dao.WorkflowInstanceSchema
-
ワークフローIDカラム名を取得する。
- getWorkflowIdColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
ワークフローIDカラム名を取得する。
- getWorkflowInstanceDao() - Method in class nablarch.integration.workflow.definition.FlowNode
-
ワークフローインスタンス系テーブルへのアクセスクラスを取得する。
- getWorkflowInstanceDao() - Method in class nablarch.integration.workflow.WorkflowConfig
-
ワークフロー進行状況のデータベースアクセスクラスを取得する。
- getWorkflowInstanceFactory() - Method in class nablarch.integration.workflow.WorkflowConfig
-
ワークフローインスタンスのファクトリクラスを取得する。
- getWorkflowName() - Method in class nablarch.integration.workflow.definition.WorkflowDefinition
-
ワークフロー名を取得する。
- getWorkflowNameColumnName() - Method in class nablarch.integration.workflow.definition.loader.WorkflowDefinitionSchema
-
プロセス名カラム名を取得する。
- getWritablePropertyNames(Class<?>) - Static method in class nablarch.core.util.ObjectUtil
-
clazzに定義されたプロパティの名称リストを取得する。
setterが定義されているプロパティのみが対象となる。
clazzにsetterが定義されたプロパティがない場合、空のリストを返す。
- getWriteTarget() - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamWritter
-
書き込み対象の文字列を取得する。
- getWriteTarget() - Method in class nablarch.fw.messaging.realtime.http.streamio.CharHttpStreamWritter
-
- getXHtmlName() - Method in enum nablarch.common.web.tag.HtmlAttribute
-
XHTMLの属性名を取得する。
- getXmlComponentFile() - Method in class nablarch.test.core.http.HttpTestConfiguration
-
ターゲットコード用の設定ファイル(XMLファイル)をリードするための、ルートXMLファイル名を取得する。
- getYyyymmddPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
-
年月日のフォーマットに使用するパターンのデフォルト値を取得する。
- getYyyymmPattern() - Method in class nablarch.common.web.tag.CustomTagConfig
-
年月のフォーマットに使用するパターンのデフォルト値を取得する。
- getZenkakuAlphaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全てのアルファベットを取得する。
- getZenkakuGreekChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角ギリシャ文字を取得する。
- getZenkakuHiraganaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角ひらがなを取得する。
- getZenkakuKatakanaChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角カタカナを取得する。
- getZenkakuKeisenChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角罫線を取得する。
- getZenkakuNumChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角数字を取得する。
- getZenkakuRussianChars() - Static method in class nablarch.core.util.JapaneseCharsetUtil
-
Deprecated.
JIS第1水準に含まれる全ての全角ロシア文字を取得する。
- getZoneSignNibbleNegative() - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
-
符号付きゾーン10進数値の末尾桁の上位4ビット(負数の場合)を返却する。
- Glob - Class in nablarch.core.util
-
Glob書式をPatternオブジェクトに変換するユーティリティクラス。
- GlobalErrorHandler - Class in nablarch.fw.handler
-
異例処理用例外ハンドラ。
このハンドラは、リクエストコントローラの直後に配置され、
ハンドラキュー上のどのハンドラでも捕捉されなかった例外に対して
最終的に処理を行う責務を持ったハンドラである。
ほとんどのエラーは各処理方式に準じた例外ハンドラーにより捕捉されるが、
それらのハンドラが捕捉しないエラー、もしくは、それらのハンドラ以降の
処理で発生したエラーが対象となる。
このハンドラが例外処理として行うのは以下の2点である。
1.
- GlobalErrorHandler() - Constructor for class nablarch.fw.handler.GlobalErrorHandler
-
- GlobalMeterRegistryFactory - Class in nablarch.integration.micrometer
-
Micrometerのグローバルレジストリ(io.micrometer.core.instrument.Metrics.globalRegistry)を
コンポーネントとして生成するファクトリクラス。
- GlobalMeterRegistryFactory() - Constructor for class nablarch.integration.micrometer.GlobalMeterRegistryFactory
-
- GroupAuthorityTableSchema - Class in nablarch.common.permission.schema
-
グループ権限テーブルのスキーマ情報を保持するクラス。
- GroupAuthorityTableSchema() - Constructor for class nablarch.common.permission.schema.GroupAuthorityTableSchema
-
- GroupMessageParser - Class in nablarch.test.core.reader
-
メッセージ(同期送信)を解析するクラス。
- GroupMessageParser(TestDataReader, List<TestDataInterpreter>, DataType) - Constructor for class nablarch.test.core.reader.GroupMessageParser
-
コンストラクタ。
- GroupSequenceManager - Interface in nablarch.core.validation.ee
-
BeanValidationのバリデーション順序を定義するインタフェース。
バリデーション順序をカスタマイズしたい場合、
本インタフェースを実装したクラスをコンポーネント定義にgroupSequenceManagerというキーで登録する。
- GroupSystemAccountTableSchema - Class in nablarch.common.permission.schema
-
グループシステムアカウントテーブルのスキーマ情報を保持するクラス。
- GroupSystemAccountTableSchema() - Constructor for class nablarch.common.permission.schema.GroupSystemAccountTableSchema
-
- GroupTableSchema - Class in nablarch.common.permission.schema
-
グループテーブルのスキーマ情報を保持するクラス。
- GroupTableSchema() - Constructor for class nablarch.common.permission.schema.GroupTableSchema
-
- GtFlowProceedCondition - Class in nablarch.integration.workflow.condition
-
指定のパラメータ値が期待する値より大きいことをチェックするフロー進行条件クラス。
- GtFlowProceedCondition(String, String) - Constructor for class nablarch.integration.workflow.condition.GtFlowProceedCondition
-
数値比較を行うフロー進行条件判定を生成する。