com.ptc.windchill.uwgm.cadx.checkout
Class CheckoutUpdateActionHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.checkout.CheckoutUpdateActionHelper

public class CheckoutUpdateActionHelper
extends Object


Field Summary
static int ACTION_CHECKOUT
           
static int ACTION_DOWNLOAD
           
static String ACTION_KEY
           
static int ACTION_UPDATE
           
static String CHECKOUT_INCREMENTAL_BUILD_ACTION
           
private static String CHECKOUT_RESOURCE
           
static String DOWNLOAD_INCREMENTAL_BUILD_ACTION
           
private static String DOWNLOAD_RESOURCE
           
static String HELP_CONTEXT_CHECKOUT
           
static String HELP_CONTEXT_DOWNLOAD
           
static String HELP_CONTEXT_UPDATE
           
static String UPDATE_INCREMENTAL_BUILD_ACTION
           
private static String UPDATE_RESOURCE
           
static String WORKSPACE_ITERATION_JSID
           
static String WORKSPACE_VERSION_RELATION_JSID
           
 
Constructor Summary
CheckoutUpdateActionHelper()
           
 
Method Summary
protected static QuerySpec buildFindAnyIterationSelect(Baseline baseline, List baselineables)
           
static Vector findWorkspaceIterations(Collection baselineables, EPMWorkspace workspace)
           
static String getActiveWorkspaceName(HTTPState state, WTContainer container)
           
static int getCurrentAction()
           
static String getHelpContext()
           
static String getTitle(Locale locale)
           
static void setCurrentAction(int action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECKOUT_RESOURCE

private static final String CHECKOUT_RESOURCE
See Also:
Constant Field Values

DOWNLOAD_RESOURCE

private static final String DOWNLOAD_RESOURCE
See Also:
Constant Field Values

UPDATE_RESOURCE

private static final String UPDATE_RESOURCE
See Also:
Constant Field Values

ACTION_KEY

public static final String ACTION_KEY
See Also:
Constant Field Values

ACTION_CHECKOUT

public static final int ACTION_CHECKOUT
See Also:
Constant Field Values

ACTION_DOWNLOAD

public static final int ACTION_DOWNLOAD
See Also:
Constant Field Values

ACTION_UPDATE

public static final int ACTION_UPDATE
See Also:
Constant Field Values

HELP_CONTEXT_CHECKOUT

public static final String HELP_CONTEXT_CHECKOUT
See Also:
Constant Field Values

HELP_CONTEXT_DOWNLOAD

public static final String HELP_CONTEXT_DOWNLOAD
See Also:
Constant Field Values

HELP_CONTEXT_UPDATE

public static final String HELP_CONTEXT_UPDATE
See Also:
Constant Field Values

WORKSPACE_ITERATION_JSID

public static final String WORKSPACE_ITERATION_JSID
See Also:
Constant Field Values

WORKSPACE_VERSION_RELATION_JSID

public static final String WORKSPACE_VERSION_RELATION_JSID
See Also:
Constant Field Values

UPDATE_INCREMENTAL_BUILD_ACTION

public static final String UPDATE_INCREMENTAL_BUILD_ACTION
See Also:
Constant Field Values

CHECKOUT_INCREMENTAL_BUILD_ACTION

public static final String CHECKOUT_INCREMENTAL_BUILD_ACTION
See Also:
Constant Field Values

DOWNLOAD_INCREMENTAL_BUILD_ACTION

public static final String DOWNLOAD_INCREMENTAL_BUILD_ACTION
See Also:
Constant Field Values
Constructor Detail

CheckoutUpdateActionHelper

public CheckoutUpdateActionHelper()
Method Detail

setCurrentAction

public static void setCurrentAction(int action)

getCurrentAction

public static int getCurrentAction()

getHelpContext

public static String getHelpContext()

getTitle

public static String getTitle(Locale locale)

findWorkspaceIterations

public static Vector findWorkspaceIterations(Collection baselineables,
                                             EPMWorkspace workspace)
                                      throws WTException
Throws:
WTException

buildFindAnyIterationSelect

protected static QuerySpec buildFindAnyIterationSelect(Baseline baseline,
                                                       List baselineables)
                                                throws WTException
Throws:
WTException

getActiveWorkspaceName

public static String getActiveWorkspaceName(HTTPState state,
                                            WTContainer container)