com.plumtree.server
Class PT_CONTAINER_OPERATIONS

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


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()
           
 
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

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.

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.

PT_CONTAINER_JOB_DELETEFOLDER

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

PT_CONTAINER_OPERATIONS

public PT_CONTAINER_OPERATIONS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.