com.plumtree.server
Class PT_ADMIN_FOLDER_JOB_TYPES
java.lang.Object
|
+--com.plumtree.server.PT_ADMIN_FOLDER_JOB_TYPES
- public final class PT_ADMIN_FOLDER_JOB_TYPES
- extends java.lang.Object
These values are used to set or query the job type for an Admin Folder
(through IPTAdminFolder.SetJobType() or IPTAdminFolder.GetJobType().) The job
type of an Admin Folder determines what action the Admin Folder will perform
when it is scheduled to run as a job.
- See Also:
IPTAdminFolder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_ADMIN_FOLDER_JOB_NONE
public static final int PT_ADMIN_FOLDER_JOB_NONE
- No folder job
PT_ADMIN_FOLDER_JOB_PROPAGATEACL_REPLACE
public static final int PT_ADMIN_FOLDER_JOB_PROPAGATEACL_REPLACE
- Replace ACL recursively
PT_ADMIN_FOLDER_JOB_DELETEFOLDER
public static final int PT_ADMIN_FOLDER_JOB_DELETEFOLDER
- Delete folder
PT_ADMIN_FOLDER_JOB_PROPAGATEACL_ADMINSONLY
public static final int PT_ADMIN_FOLDER_JOB_PROPAGATEACL_ADMINSONLY
- Propagate Admin only ACLs
PT_ADMIN_FOLDER_JOB_TYPES
public PT_ADMIN_FOLDER_JOB_TYPES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.