com.plumtree.server
Class PT_SESSION_SETTINGS

java.lang.Object
  |
  +--com.plumtree.server.PT_SESSION_SETTINGS

public final class PT_SESSION_SETTINGS
extends java.lang.Object

These constants define the settings that can be set or retrieved through the IPTSession.GetSettingsAsXXX and SetSettings calls

See Also:
IPTSession

Field Summary
static int PT_SESSION_AUTOASSIGNNUMERICAUTH
          int value- should the Portal automatically assign a numeric authentication username to all users on store
static int PT_SESSION_CHARSET
          string value- the charset for the session
static int PT_SESSION_CONTENTLANGUAGES
          Deprecated.  
static int PT_SESSION_CURRENTJOBID
          Deprecated.  
static int PT_SESSION_CURRENTSERVERTIME
          date value- the current time
static int PT_SESSION_DISPLAYFILESDIRECTORYURL
          Deprecated.  
static int PT_SESSION_ENABLERELATIVEDOCURL
          Deprecated.  
static int PT_SESSION_JOBINSTANCEID
          Deprecated.  
static int PT_SESSION_JOBOPCLASSID
          Deprecated.  
static int PT_SESSION_JOBOPID
          Deprecated.  
static int PT_SESSION_LANGUAGE
          string value- the language for the session
static int PT_SESSION_LOCALE
          string value- the locale for the session
static int PT_SESSION_LOG_FILEPATH
          Deprecated.  
static int PT_SESSION_LOG_LEVEL
          Deprecated.  
static int PT_SESSION_LOG_MAXFILES
          Deprecated.  
static int PT_SESSION_LOG_MAXFILESIZE
          Deprecated.  
static int PT_SESSION_LOG_SINGLEFILEMODE
          Deprecated.  
static int PT_SESSION_NUMERICAUTH
          int value- is numeric authentication enabled?
static int PT_SESSION_OPENFEDERATEDSEARCHURL
          string value- the URL in the Portal used to open federated search items
static int PT_SESSION_RELATIVEDOCURLPREFIX
          string value- the URL prefix used to turn relative doc URLs into absolute URLs
static int PT_SESSION_ROOTDATADIRECTORY
          Deprecated.  
static int PT_SESSION_TIMEZONE
          Deprecated.  
static int PT_SESSION_WEBSERVERURL
          Deprecated.  
 
Constructor Summary
PT_SESSION_SETTINGS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SESSION_LOG_LEVEL

public static final int PT_SESSION_LOG_LEVEL
Deprecated.  


PT_SESSION_LOG_FILEPATH

public static final int PT_SESSION_LOG_FILEPATH
Deprecated.  


PT_SESSION_LOG_SINGLEFILEMODE

public static final int PT_SESSION_LOG_SINGLEFILEMODE
Deprecated.  


PT_SESSION_LOG_MAXFILESIZE

public static final int PT_SESSION_LOG_MAXFILESIZE
Deprecated.  


PT_SESSION_LOG_MAXFILES

public static final int PT_SESSION_LOG_MAXFILES
Deprecated.  


PT_SESSION_ROOTDATADIRECTORY

public static final int PT_SESSION_ROOTDATADIRECTORY
Deprecated.  


PT_SESSION_WEBSERVERURL

public static final int PT_SESSION_WEBSERVERURL
Deprecated.  


PT_SESSION_DISPLAYFILESDIRECTORYURL

public static final int PT_SESSION_DISPLAYFILESDIRECTORYURL
Deprecated.  


PT_SESSION_OPENFEDERATEDSEARCHURL

public static final int PT_SESSION_OPENFEDERATEDSEARCHURL
string value- the URL in the Portal used to open federated search items

PT_SESSION_ENABLERELATIVEDOCURL

public static final int PT_SESSION_ENABLERELATIVEDOCURL
Deprecated.  


PT_SESSION_RELATIVEDOCURLPREFIX

public static final int PT_SESSION_RELATIVEDOCURLPREFIX
string value- the URL prefix used to turn relative doc URLs into absolute URLs

PT_SESSION_LOCALE

public static final int PT_SESSION_LOCALE
string value- the locale for the session

PT_SESSION_LANGUAGE

public static final int PT_SESSION_LANGUAGE
string value- the language for the session

PT_SESSION_TIMEZONE

public static final int PT_SESSION_TIMEZONE
Deprecated.  


PT_SESSION_CHARSET

public static final int PT_SESSION_CHARSET
string value- the charset for the session

PT_SESSION_CURRENTSERVERTIME

public static final int PT_SESSION_CURRENTSERVERTIME
date value- the current time

PT_SESSION_NUMERICAUTH

public static final int PT_SESSION_NUMERICAUTH
int value- is numeric authentication enabled?

PT_SESSION_AUTOASSIGNNUMERICAUTH

public static final int PT_SESSION_AUTOASSIGNNUMERICAUTH
int value- should the Portal automatically assign a numeric authentication username to all users on store

PT_SESSION_CONTENTLANGUAGES

public static final int PT_SESSION_CONTENTLANGUAGES
Deprecated.  


PT_SESSION_CURRENTJOBID

public static final int PT_SESSION_CURRENTJOBID
Deprecated.  


PT_SESSION_JOBINSTANCEID

public static final int PT_SESSION_JOBINSTANCEID
Deprecated.  


PT_SESSION_JOBOPID

public static final int PT_SESSION_JOBOPID
Deprecated.  


PT_SESSION_JOBOPCLASSID

public static final int PT_SESSION_JOBOPCLASSID
Deprecated.  

Constructor Detail

PT_SESSION_SETTINGS

public PT_SESSION_SETTINGS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.