wt.epm.util
Class EPMOverridableActions

java.lang.Object
  extended bywt.epm.util.EPMOverridableActions

public class EPMOverridableActions
extends Object

Lists available EPMOveridableActions. Supported API: false Extendable: false


Nested Class Summary
static class EPMOverridableActions.EPMOverridableActionImpl
           
 
Field Summary
static EPMOverridableAction checkoutOfEarlierIteration
          Supports checkout of non latest EPMDocuments
static EPMOverridableAction differentIterationExistsInWs
          Supports adding more then one compatible family table object
static EPMOverridableAction moreThenOneCompatibleFT
          Supports adding more then one compatible family table object
 
Constructor Summary
EPMOverridableActions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkoutOfEarlierIteration

public static final EPMOverridableAction checkoutOfEarlierIteration
Supports checkout of non latest EPMDocuments


moreThenOneCompatibleFT

public static final EPMOverridableAction moreThenOneCompatibleFT
Supports adding more then one compatible family table object


differentIterationExistsInWs

public static final EPMOverridableAction differentIterationExistsInWs
Supports adding more then one compatible family table object

Constructor Detail

EPMOverridableActions

public EPMOverridableActions()