com.plumtree.server
Class PT_CARDREF_STATES

java.lang.Object
  extended by com.plumtree.server.PT_CARDREF_STATES

public final class PT_CARDREF_STATES
extends java.lang.Object

Plumtree Card Approval States. Card approval is done per Card per Folder. Thus, a card can be approved in certain Folders but not others. Methods for the approval of Cards can be found in IPTCatalog

Version:
$Revision$
Author:
StephenC
See Also:
IPTCatalog

Field Summary
static int PT_APPROVED
          Card is approved in the specified Folder
static int PT_PENDING_APPROVAL
          Card is unapproved in the specified Folder
 
Constructor Summary
PT_CARDREF_STATES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PENDING_APPROVAL

public static final int PT_PENDING_APPROVAL
Card is unapproved in the specified Folder

See Also:
Constant Field Values

PT_APPROVED

public static final int PT_APPROVED
Card is approved in the specified Folder

See Also:
Constant Field Values
Constructor Detail

PT_CARDREF_STATES

public PT_CARDREF_STATES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.