com.plumtree.server
Class PT_CONTAINER_OPERATIONS

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

public final class PT_CONTAINER_OPERATIONS
extends java.lang.Object

This list contains the possible Scheduled Folder Operations. They are used by the UI for launching asynchronous job operations that possibly take too long to run synchronously.

Version:
$Revision$
Author:
StephenC

Field Summary
static int PT_CONTAINER_CLEARPENDINGACTIONS
          not used
static int PT_CONTAINER_JOB_DELETEFOLDER
          Indicates that this Folder and all its subfolders should be deleted.
static int PT_CONTAINER_JOB_PROPAGATEACL_REPLACE
          Indicates that the ACL of the current folder should replace the ACLs of its subfolders.
static int PT_CONTAINER_PROPAGATEACL_MERGE
          Indicates that the ACL of the current folder should be propagated and merged to the ACLs of its subfolders.
 
Constructor Summary
PT_CONTAINER_OPERATIONS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CONTAINER_CLEARPENDINGACTIONS

public static final int PT_CONTAINER_CLEARPENDINGACTIONS
not used

See Also:
Constant Field Values

PT_CONTAINER_PROPAGATEACL_MERGE

public static final int PT_CONTAINER_PROPAGATEACL_MERGE
Indicates that the ACL of the current folder should be propagated and merged to the ACLs of its subfolders.

See Also:
Constant Field Values

PT_CONTAINER_JOB_PROPAGATEACL_REPLACE

public static final int PT_CONTAINER_JOB_PROPAGATEACL_REPLACE
Indicates that the ACL of the current folder should replace the ACLs of its subfolders.

See Also:
Constant Field Values

PT_CONTAINER_JOB_DELETEFOLDER

public static final int PT_CONTAINER_JOB_DELETEFOLDER
Indicates that this Folder and all its subfolders should be deleted.

See Also:
Constant Field Values
Constructor Detail

PT_CONTAINER_OPERATIONS

public PT_CONTAINER_OPERATIONS()