|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_CONTAINER_OPERATIONS
public final class PT_CONTAINER_OPERATIONS
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()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PT_CONTAINER_CLEARPENDINGACTIONS
public static final int PT_CONTAINER_PROPAGATEACL_MERGE
public static final int PT_CONTAINER_JOB_PROPAGATEACL_REPLACE
public static final int PT_CONTAINER_JOB_DELETEFOLDER
| Constructor Detail |
|---|
public PT_CONTAINER_OPERATIONS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||