パッケージ org.iplass.mtp.command

インタフェース SessionContext


public interface SessionContext
Sessionオブジェクト。
  • メソッドの詳細

    • getAttribute

      Object getAttribute(String name)
    • setAttribute

      void setAttribute(String name, Object value)
    • removeAttribute

      void removeAttribute(String name)
    • getAttributeNames

      Iterator<String> getAttributeNames()
    • loadFromTemporary

      BinaryReference loadFromTemporary(long lobId)
      当該リクエストをしたユーザーが事前に同一セッションにてアップしたテンポラリLOB(まだEntityとして保存していないBinaryReference)を取得します。
      パラメータ:
      lobId - テンポラリLOBとして保存時に発行されたlobId
      戻り値: