com.plumtree.server
Class PT_SERVERCONTEXT_SETTINGS

java.lang.Object
  extended by com.plumtree.server.PT_SERVERCONTEXT_SETTINGS

public final class PT_SERVERCONTEXT_SETTINGS
extends java.lang.Object

These constants define the settings supported by IPTServerContext. GetSettings and IPTServerContext.SetSettings

Author:
michaels
See Also:
IPTServerContext

Field Summary
static int PT_SERVERCONTEXT_AUTOUNIQUENAMING
          When storing an object fails due to a duplicate name error, should the Server attempt to rename the object to a unique name? 1 for yes, 0 for no.
static int PT_SERVERCONTEXT_DIRTYACL
          Has the ACL of this object changed since it was last stored? 1 for yes, 0 for no.
static int PT_SERVERCONTEXT_UUID
          Deprecated.  
static int PT_SERVERCONTEXT_VERSION
          Deprecated.  
 
Constructor Summary
PT_SERVERCONTEXT_SETTINGS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SERVERCONTEXT_AUTOUNIQUENAMING

public static final int PT_SERVERCONTEXT_AUTOUNIQUENAMING
When storing an object fails due to a duplicate name error, should the Server attempt to rename the object to a unique name? 1 for yes, 0 for no.

See Also:
Constant Field Values

PT_SERVERCONTEXT_DIRTYACL

public static final int PT_SERVERCONTEXT_DIRTYACL
Has the ACL of this object changed since it was last stored? 1 for yes, 0 for no. This is a read-only setting.

See Also:
Constant Field Values

PT_SERVERCONTEXT_UUID

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

PT_SERVERCONTEXT_VERSION

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

PT_SERVERCONTEXT_SETTINGS

public PT_SERVERCONTEXT_SETTINGS()