A B C D E F G H I J L M N O P Q R S T U V W X

L

LabelExistsVersionException - Exception in javax.jcr.version
Exception thrown by VersionHistory.addVersionLabel if moveLabel is set to false and an attempt is made to add a label that already exists in the VersionHistory.
LabelExistsVersionException() - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with null as its detail message.
LabelExistsVersionException(String) - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with the specified detail message.
LabelExistsVersionException(String, Throwable) - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with the specified detail message and root cause.
LabelExistsVersionException(Throwable) - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with the specified root cause.
Length - Interface in javax.jcr.query.qom
Evaluates to the length (or lengths, if multi-valued) of a property.
length(PropertyValue) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the length (or lengths, if multi-valued) of a property.
LEVEL_1_SUPPORTED - Static variable in interface javax.jcr.Repository
Deprecated. As of JCR 2.0.
LEVEL_2_SUPPORTED - Static variable in interface javax.jcr.Repository
Deprecated. As of JCR 2.0.
Literal - Interface in javax.jcr.query.qom
Evaluates to a literal value.
literal(Value) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to a literal value.
Lock - Interface in javax.jcr.lock
Represents a lock placed on an item.
lock(String, boolean, boolean, long, String) - Method in interface javax.jcr.lock.LockManager
Places a lock on the node at absPath.
lock(boolean, boolean) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, LockManager.lock(String, boolean, boolean, long, String) should be used instead.
LockException - Exception in javax.jcr.lock
Exception thrown by when a lock-related error occurs.
LockException() - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class.
LockException(String) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified detail message.
LockException(Throwable) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified root cause.
LockException(String, Throwable) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified detail message and root cause.
LockException(String, Throwable, String) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified detail message, root cause and failure node path.
LockManager - Interface in javax.jcr.lock
This interface encapsulates methods for the management of locks.
login(Credentials, String) - Method in interface javax.jcr.Repository
Authenticates the user using the supplied credentials.
login(Credentials) - Method in interface javax.jcr.Repository
Equivalent to login(credentials, null).
login(String) - Method in interface javax.jcr.Repository
Equivalent to login(null, workspaceName).
login() - Method in interface javax.jcr.Repository
Equivalent to login(null, null).
LoginException - Exception in javax.jcr
Exception thrown by Repository.login(Credentials, String) and Session.impersonate(Credentials) if the specified credentials are invalid.
LoginException() - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with null as its detail message.
LoginException(String) - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with the specified detail message.
LoginException(String, Throwable) - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with the specified detail message and root cause.
LoginException(Throwable) - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with the specified root cause.
logout() - Method in interface javax.jcr.Session
Releases all resources associated with this Session.
LONG - Static variable in class javax.jcr.PropertyType
The LONG property type is used to store integers.
LowerCase - Interface in javax.jcr.query.qom
Evaluates to the lower-case string value (or values, if multi-valued) of operand.
lowerCase(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the lower-case string value (or values, if multi-valued) of an operand.

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright © 2009 Day Software. All Rights Reserved.