com.plumtree.server
Class PT_PAGE_TEMPLATE_JOB_TYPES
java.lang.Object
|
+--com.plumtree.server.PT_PAGE_TEMPLATE_JOB_TYPES
- public final class PT_PAGE_TEMPLATE_JOB_TYPES
- extends java.lang.Object
Page template job types. When you change a page template, that change must be propogated
through all communities using that page template; the job type helps guide
what the automation server does when it executes the ABO.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_PAGE_TEMPLATE_JOB_NONE
public static final int PT_PAGE_TEMPLATE_JOB_NONE
- no job whatsoever.
PT_PAGE_TEMPLATE_JOB_PROPAGATE_PAGETYPE
public static final int PT_PAGE_TEMPLATE_JOB_PROPAGATE_PAGETYPE
- Propagate a change int he page type. Example: Layout change.
PT_PAGE_TEMPLATE_JOB_DELETE_PAGETEMPLATE
public static final int PT_PAGE_TEMPLATE_JOB_DELETE_PAGETEMPLATE
- Propagate a deletion of the page template. Can be tricky; could eb the only page in the community, for which deletion is not allowed.
PT_PAGE_TEMPLATE_JOB_TYPES
public PT_PAGE_TEMPLATE_JOB_TYPES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.