Ontimize Document Management 0.035EN

com.ontimize.dms.jcr
Class LockEmpty

java.lang.Object
  extended by com.ontimize.dms.jcr.LockEmpty

public class LockEmpty
extends java.lang.Object


Field Summary
protected  Node node
           
protected  java.lang.String path
           
protected  java.lang.String user
           
 
Constructor Summary
LockEmpty(Node node)
           
 
Method Summary
 java.lang.String getLockOwner()
           
 java.lang.String getLockToken()
           
 Node getNode()
           
 long getSecondsRemaining()
           
 boolean isDeep()
           
 boolean isLive()
           
 boolean isLockOwningSession()
           
 boolean isSessionScoped()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected Node node

user

protected java.lang.String user

path

protected java.lang.String path
Constructor Detail

LockEmpty

public LockEmpty(Node node)
          throws RepositoryException
Throws:
RepositoryException
Method Detail

getLockOwner

public java.lang.String getLockOwner()

getLockToken

public java.lang.String getLockToken()

getNode

public Node getNode()

getSecondsRemaining

public long getSecondsRemaining()
                         throws RepositoryException
Throws:
RepositoryException

isDeep

public boolean isDeep()

isLive

public boolean isLive()
               throws RepositoryException
Throws:
RepositoryException

isSessionScoped

public boolean isSessionScoped()

isLockOwningSession

public boolean isLockOwningSession()

refresh

public void refresh()
             throws LockException,
                    RepositoryException
Throws:
LockException
RepositoryException

Ontimize Document Management