com.plumtree.remote.prc
Class LockStatus

java.lang.Object
  extended bycom.plumtree.remote.prc.LockStatus

public class LockStatus
extends java.lang.Object

Describes the locked status of a portal object.


Field Summary
static int LOCKED
          Object is locked.
static int NEWLY_CREATED
          Object is not stored or locked yet.
static int NO_LOCKING_REQUIRED
          Object does not require locking.
static int UNLOCKED
          Object is unlocked.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNLOCKED

public static final int UNLOCKED
Object is unlocked.

See Also:
Constant Field Values

LOCKED

public static final int LOCKED
Object is locked.

See Also:
Constant Field Values

NEWLY_CREATED

public static final int NEWLY_CREATED
Object is not stored or locked yet. Edit once and the lock state will become LOCKED.

See Also:
Constant Field Values

NO_LOCKING_REQUIRED

public static final int NO_LOCKING_REQUIRED
Object does not require locking.

See Also:
Constant Field Values


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.