Project: stp

javax.wvcm
Class ControllableResource.CheckinFlag

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

public static class ControllableResource.CheckinFlag
extends Object

Boolean flags for the doCheckin method


Field Summary
static ControllableResource.CheckinFlag CHECKIN_IDENTICAL
          Indicates whether a checkin will be performed if the persistent state of the new version would be identical to that of the previous version.
static ControllableResource.CheckinFlag FORK_OK
          Indicates whether to fork even if forking is discouraged.
static ControllableResource.CheckinFlag KEEP_CHECKED_OUT
          Indicates whether to checkout the resource again immediately after checking it in.
 
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

CHECKIN_IDENTICAL

public static final ControllableResource.CheckinFlag CHECKIN_IDENTICAL
Indicates whether a checkin will be performed if the persistent state of the new version would be identical to that of the previous version. If this flag is not set, a checkin operation on an unchanged controllable resource will uncheckout that resource.


FORK_OK

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


KEEP_CHECKED_OUT

public static final ControllableResource.CheckinFlag KEEP_CHECKED_OUT
Indicates whether to checkout the resource again immediately after checking it in.

Method Detail

toString

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

Overrides:
toString in class Object

Generated Tue 20-Sep-2011 04:10 AM

Copyright © IBM 2011. All rights reserved.