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

java.lang.Object
  extended byorg.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
      extended byorg.outerj.daisy.query.model.Identifier.AbstractLoginIdentifier
All Implemented Interfaces:
org.outerj.daisy.query.model.Identifier.DelegateIdentifier
Direct Known Subclasses:
Identifier.LastModifierLoginIdentifier, Identifier.LockOwnerLoginIdentifier, Identifier.OwnerLoginIdentifier, Identifier.VariantLastModifierLoginIdentifier, Identifier.VersionCreatorLoginIdentifier
Enclosing class:
Identifier

public abstract class Identifier.AbstractLoginIdentifier
extends Identifier.AbstractNonAclIdentifier


Constructor Summary
Identifier.AbstractLoginIdentifier()
           
 
Method Summary
 void convertLiteral(Literal literal)
           
 OutputValueType getOutputValueType()
           
 org.outerj.daisy.repository.ValueType getValueType()
           
 boolean isSymbolic()
           
 
Methods inherited from class org.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
bindSql, canTestappliesTo, generateSql, getAppliesToValue, getName, getOutputValue, getTitle, getValue, getValueCountIdentifier, isAclAllowed, isMultiValue, isOutputOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identifier.AbstractLoginIdentifier

public Identifier.AbstractLoginIdentifier()
Method Detail

getValueType

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

getOutputValueType

public OutputValueType getOutputValueType()

isSymbolic

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

convertLiteral

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


Copyright © -2005 . All Rights Reserved.