org.outerj.daisy.query.model
Class Identifier.LockTypeIdentifier

java.lang.Object
  extended byorg.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
      extended byorg.outerj.daisy.query.model.Identifier.LockTypeIdentifier
All Implemented Interfaces:
org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Enclosing class:
Identifier

public final class Identifier.LockTypeIdentifier
extends Identifier.AbstractNonAclIdentifier


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
Identifier.LockTypeIdentifier()
           
 
Method Summary
 void convertLiteral(Literal literal)
           
 void generateSql(java.lang.StringBuffer sql, SqlGenerationContext context)
           
 java.lang.String getName()
           
 java.lang.Object getOutputValue(org.outerj.daisy.repository.Document document, org.outerj.daisy.repository.Version version)
           
 OutputValueType getOutputValueType()
           
 java.lang.Object getValue(org.outerj.daisy.repository.Document document)
           
 org.outerj.daisy.repository.ValueType getValueType()
           
 boolean isSymbolic()
           
 
Methods inherited from class org.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
bindSql, canTestappliesTo, getAppliesToValue, getTitle, getValueCountIdentifier, isAclAllowed, isMultiValue, isOutputOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

Identifier.LockTypeIdentifier

public Identifier.LockTypeIdentifier()
Method Detail

getValueType

public org.outerj.daisy.repository.ValueType getValueType()

getValue

public java.lang.Object getValue(org.outerj.daisy.repository.Document document)

generateSql

public void generateSql(java.lang.StringBuffer sql,
                        SqlGenerationContext context)

convertLiteral

public void convertLiteral(Literal literal)
Specified by:
convertLiteral in interface org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Overrides:
convertLiteral in class Identifier.AbstractNonAclIdentifier

isSymbolic

public boolean isSymbolic()
Specified by:
isSymbolic in interface org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Overrides:
isSymbolic in class Identifier.AbstractNonAclIdentifier

getOutputValueType

public OutputValueType getOutputValueType()

getOutputValue

public java.lang.Object getOutputValue(org.outerj.daisy.repository.Document document,
                                       org.outerj.daisy.repository.Version version)

getName

public java.lang.String getName()


Copyright © -2005 . All Rights Reserved.