Project: stp

javax.wvcm
Class ControllableResource.CheckoutFlag

Object
  extended by javax.wvcm.ControllableResource.CheckoutFlag
Enclosing interface:
ControllableResource

public static class ControllableResource.CheckoutFlag
extends Object

Boolean flags for the doCheckout method


Field Summary
static ControllableResource.CheckoutFlag FORK_OK
          Indicates whether to fork even if forking is discouraged.
static ControllableResource.CheckoutFlag RESERVED
          Indicates whether to fail the checkout if there already is a reserved checkout from the currently selected version in the checkout activity.
 
Method Summary
 String toString()
          Returns a string representation of this flag suitable for diagnostics.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORK_OK

public static final ControllableResource.CheckoutFlag FORK_OK
Indicates whether to fork even if forking is discouraged.


RESERVED

public static final ControllableResource.CheckoutFlag RESERVED
Indicates whether to fail the checkout if there already is a reserved checkout from the currently selected version in the checkout activity.

Method Detail

toString

public String toString()
Returns a string representation of this flag suitable for diagnostics.

Overrides:
toString in class Object

Generated Wed 21-Oct-2015 10:58 PM

Copyright © IBM 2015. All rights reserved.