com.plumtree.server
Class PT_ADMIN_FOLDER_JOB_TYPES

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

Author:
michaels
See Also:
IPTAdminFolder

Field Summary
static int PT_ADMIN_FOLDER_JOB_DELETEFOLDER
          Delete folder
static int PT_ADMIN_FOLDER_JOB_NONE
          No folder job
static int PT_ADMIN_FOLDER_JOB_PROPAGATEACL_ADMINSONLY
          Propagate Admin only ACLs
static int PT_ADMIN_FOLDER_JOB_PROPAGATEACL_REPLACE
          Replace ACL recursively
 
Constructor Summary
PT_ADMIN_FOLDER_JOB_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ADMIN_FOLDER_JOB_NONE

public static final int PT_ADMIN_FOLDER_JOB_NONE
No folder job

See Also:
Constant Field Values

PT_ADMIN_FOLDER_JOB_PROPAGATEACL_REPLACE

public static final int PT_ADMIN_FOLDER_JOB_PROPAGATEACL_REPLACE
Replace ACL recursively

See Also:
Constant Field Values

PT_ADMIN_FOLDER_JOB_DELETEFOLDER

public static final int PT_ADMIN_FOLDER_JOB_DELETEFOLDER
Delete folder

See Also:
Constant Field Values

PT_ADMIN_FOLDER_JOB_PROPAGATEACL_ADMINSONLY

public static final int PT_ADMIN_FOLDER_JOB_PROPAGATEACL_ADMINSONLY
Propagate Admin only ACLs

See Also:
Constant Field Values
Constructor Detail

PT_ADMIN_FOLDER_JOB_TYPES

public PT_ADMIN_FOLDER_JOB_TYPES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.