com.sap.portal.adminstudio.ilockingpolicy

Class EditorLockingStatus

java.lang.Object
  extended by com.sap.portal.adminstudio.ilockingpolicy.EditorLockingStatus

public class EditorLockingStatus
extends Object

Holds the status of the locking, the user id and the session id that currently holds the lock. The possible statuses are:


Nested Class Summary
static class EditorLockingStatus.StatusEnum
           
 
Constructor Summary
EditorLockingStatus(EditorLockingStatus.StatusEnum status, String userId, String sessionId)
          Creates a new EditorLockingStatus object.
 
Method Summary
 String getSessionId()
           
 EditorLockingStatus.StatusEnum getStatus()
           
 String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorLockingStatus

public EditorLockingStatus(EditorLockingStatus.StatusEnum status,
                           String userId,
                           String sessionId)
Creates a new EditorLockingStatus object.

Parameters:
status - One of the possible statuses of the lock.
userId - The user id that currently holds the lock
sessionId - The session id that currently holds the lock
Method Detail

getSessionId

public String getSessionId()
Returns:
The session id that currently holds the lock

getStatus

public EditorLockingStatus.StatusEnum getStatus()
Returns:
the status of the lock.

getUserId

public String getUserId()
Returns:
The user id that currently holds the lock
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-ADMIN [sap.com] tc/ep/admin/wd/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice