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

java.lang.Object
  extended by org.outerj.daisy.query.model.Identifier.AbstractIdentifier
      extended by org.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
          extended by org.outerj.daisy.query.model.Identifier.AbstractLoginIdentifier
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
 java.lang.Object evaluate(org.outerj.daisy.repository.Document document, org.outerj.daisy.repository.Version version)
           
 void generateSqlValueExpr(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)
           
 QValueType getOutputValueType()
           
 QValueType getValueType()
           
 boolean isSymbolic()
           
 java.lang.Object translateSymbolic(ValueExpr valueExpr, org.outerj.daisy.repository.query.EvaluationContext evaluationContext)
           
 
Methods inherited from class org.outerj.daisy.query.model.Identifier.AbstractNonAclIdentifier
isAclAllowed
 
Methods inherited from class org.outerj.daisy.query.model.Identifier.AbstractIdentifier
bindPreConditions, bindValueExpr, canTestappliesTo, getSqlPreConditions, getTitle, getValueCountIdentifier, 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 QValueType getValueType()

getOutputValueType

public QValueType getOutputValueType()

isSymbolic

public boolean isSymbolic()
Overrides:
isSymbolic in class Identifier.AbstractIdentifier

translateSymbolic

public java.lang.Object translateSymbolic(ValueExpr valueExpr,
                                          org.outerj.daisy.repository.query.EvaluationContext evaluationContext)
                                   throws org.outerj.daisy.repository.query.QueryException
Overrides:
translateSymbolic in class Identifier.AbstractIdentifier
Throws:
org.outerj.daisy.repository.query.QueryException

evaluate

public java.lang.Object evaluate(org.outerj.daisy.repository.Document document,
                                 org.outerj.daisy.repository.Version version)
                          throws org.outerj.daisy.repository.query.QueryException
Throws:
org.outerj.daisy.repository.query.QueryException

generateSqlValueExpr

public void generateSqlValueExpr(java.lang.StringBuffer sql,
                                 SqlGenerationContext context)
                          throws org.outerj.daisy.repository.query.QueryException
Throws:
org.outerj.daisy.repository.query.QueryException

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 © -2012 . All Rights Reserved.