com.plumtree.server
Class PT_PAGE_TEMPLATE_JOB_TYPES

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

Version:
5.0
Author:
BridgetF, MichaelD

Field Summary
static int PT_PAGE_TEMPLATE_JOB_DELETE_PAGETEMPLATE
          Propagate a deletion of the page template.
static int PT_PAGE_TEMPLATE_JOB_NONE
          no job whatsoever.
static int PT_PAGE_TEMPLATE_JOB_PROPAGATE_PAGETYPE
          Propagate a change int he page type.
 
Constructor Summary
PT_PAGE_TEMPLATE_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_PAGE_TEMPLATE_JOB_NONE

public static final int PT_PAGE_TEMPLATE_JOB_NONE
no job whatsoever.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values
Constructor Detail

PT_PAGE_TEMPLATE_JOB_TYPES

public PT_PAGE_TEMPLATE_JOB_TYPES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.