com.sap.portal.admin.editor
Class EditorLockingStatus.StatusEnum

java.lang.Object
  |
  +--com.sap.portal.admin.editor.EditorLockingStatus.StatusEnum
Enclosing class:
EditorLockingStatus

public static class EditorLockingStatus.StatusEnum
extends java.lang.Object


Field Summary
static EditorLockingStatus.StatusEnum EXISTING_LOCK
          The resource was alredy locked by this user and session, so no special treatment should be made, and the editor will be opened for edit (if no other veto will be raised), no registration is needed.
protected  short mm_status
           
static EditorLockingStatus.StatusEnum NEW_LOCK
          The resource was locked with a new lock.
static EditorLockingStatus.StatusEnum RESOURCE_IN_HOLD
          The resource is locked.
static EditorLockingStatus.StatusEnum RESOURCE_IS_LOCKED
          The resource was locked by other entity.
protected static short SATAUS_EXISTING_LOCK
           
protected static short SATAUS_NEW_LOCK
           
protected static short SATAUS_RESOURCE_IN_HOLD
           
protected static short SATAUS_RESOURCE_IS_LOCKED
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SATAUS_NEW_LOCK

protected static final short SATAUS_NEW_LOCK

SATAUS_EXISTING_LOCK

protected static final short SATAUS_EXISTING_LOCK

SATAUS_RESOURCE_IS_LOCKED

protected static final short SATAUS_RESOURCE_IS_LOCKED

SATAUS_RESOURCE_IN_HOLD

protected static final short SATAUS_RESOURCE_IN_HOLD

NEW_LOCK

public static EditorLockingStatus.StatusEnum NEW_LOCK
The resource was locked with a new lock. The editor framework register this lock, and the editor will be opened for edit (if no other veto will be raised)

EXISTING_LOCK

public static EditorLockingStatus.StatusEnum EXISTING_LOCK
The resource was alredy locked by this user and session, so no special treatment should be made, and the editor will be opened for edit (if no other veto will be raised), no registration is needed.

RESOURCE_IN_HOLD

public static EditorLockingStatus.StatusEnum RESOURCE_IN_HOLD
The resource is locked. However, it can be taken if the current user wants. The editor framework presents a question, and if the user will choose yes- to enforce the lcok, the editor framework will operate the get lock with enforce flag.

RESOURCE_IS_LOCKED

public static EditorLockingStatus.StatusEnum RESOURCE_IS_LOCKED
The resource was locked by other entity. The editor framework opens the editor in read only mode, and an end user message is presented.

mm_status

protected short mm_status