com.plumtree.server
Class PT_SESSION_SETTINGS

java.lang.Object
  extended by 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

Author:
michaels
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()
           
 
Method Summary
 
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. 
See Also:
Constant Field Values

PT_SESSION_LOG_FILEPATH

public static final int PT_SESSION_LOG_FILEPATH
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_LOG_SINGLEFILEMODE

public static final int PT_SESSION_LOG_SINGLEFILEMODE
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_LOG_MAXFILESIZE

public static final int PT_SESSION_LOG_MAXFILESIZE
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_LOG_MAXFILES

public static final int PT_SESSION_LOG_MAXFILES
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_ROOTDATADIRECTORY

public static final int PT_SESSION_ROOTDATADIRECTORY
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_WEBSERVERURL

public static final int PT_SESSION_WEBSERVERURL
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_DISPLAYFILESDIRECTORYURL

public static final int PT_SESSION_DISPLAYFILESDIRECTORYURL
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_OPENFEDERATEDSEARCHURL

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

See Also:
Constant Field Values

PT_SESSION_ENABLERELATIVEDOCURL

public static final int PT_SESSION_ENABLERELATIVEDOCURL
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_RELATIVEDOCURLPREFIX

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

See Also:
Constant Field Values

PT_SESSION_LOCALE

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

See Also:
Constant Field Values

PT_SESSION_LANGUAGE

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

See Also:
Constant Field Values

PT_SESSION_TIMEZONE

public static final int PT_SESSION_TIMEZONE
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_CHARSET

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

See Also:
Constant Field Values

PT_SESSION_CURRENTSERVERTIME

public static final int PT_SESSION_CURRENTSERVERTIME
date value- the current time

See Also:
Constant Field Values

PT_SESSION_NUMERICAUTH

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

See Also:
Constant Field Values

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

See Also:
Constant Field Values

PT_SESSION_CONTENTLANGUAGES

public static final int PT_SESSION_CONTENTLANGUAGES
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_CURRENTJOBID

public static final int PT_SESSION_CURRENTJOBID
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_JOBINSTANCEID

public static final int PT_SESSION_JOBINSTANCEID
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_JOBOPID

public static final int PT_SESSION_JOBOPID
Deprecated. 
See Also:
Constant Field Values

PT_SESSION_JOBOPCLASSID

public static final int PT_SESSION_JOBOPCLASSID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

PT_SESSION_SETTINGS

public PT_SESSION_SETTINGS()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.