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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
PT_CONTAINER_OPERATIONS
public PT_CONTAINER_OPERATIONS()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.