org.outerj.daisy.query.model
Class Identifier.AbstractIdentifier
java.lang.Object
org.outerj.daisy.query.model.Identifier.AbstractIdentifier
- Direct Known Subclasses:
- Identifier.AbstractNonAclIdentifier, Identifier.AbstractOutputIdentifier, Identifier.BranchIdIdentifier, Identifier.BranchNameIdentifier, Identifier.CollectionsIdentifier, Identifier.DocumentIdIdentifier, Identifier.DocumentLinkIdentifier, Identifier.DocumentTypeIdentifier, Identifier.FieldIdentifier, Identifier.LanguageIdIdentifier, Identifier.LanguageNameIdentifier, Identifier.LinkFieldBranchIdIdentifier, Identifier.LinkFieldDocumentIdIdentifier, Identifier.LinkFieldLanguageIdIdentifier
- Enclosing class:
- Identifier
public abstract class Identifier.AbstractIdentifier
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Identifier.AbstractIdentifier
public Identifier.AbstractIdentifier()
isMultiValue
public boolean isMultiValue()
getValueCountIdentifier
public Identifier getValueCountIdentifier()
isAclAllowed
public AclConditionViolation isAclAllowed()
getTitle
public java.lang.String getTitle(java.util.Locale locale)
isSymbolic
public boolean isSymbolic()
translateSymbolic
public java.lang.Object translateSymbolic(ValueExpr valueExpr,
org.outerj.daisy.repository.query.EvaluationContext evaluationContext)
throws org.outerj.daisy.repository.query.QueryException
- Throws:
org.outerj.daisy.repository.query.QueryException
canTestappliesTo
public boolean canTestappliesTo()
getSqlPreConditions
public java.lang.String getSqlPreConditions(SqlGenerationContext context)
throws org.outerj.daisy.repository.query.QueryException
- Throws:
org.outerj.daisy.repository.query.QueryException
bindPreConditions
public int bindPreConditions(java.sql.PreparedStatement stmt,
int bindPos)
throws java.sql.SQLException,
org.outerj.daisy.repository.query.QueryException
- Throws:
java.sql.SQLException
org.outerj.daisy.repository.query.QueryException
bindValueExpr
public int bindValueExpr(java.sql.PreparedStatement stmt,
int bindPos,
QValueType valueType)
throws java.sql.SQLException,
org.outerj.daisy.repository.query.QueryException
- Throws:
java.sql.SQLException
org.outerj.daisy.repository.query.QueryException
isOutputOnly
public boolean isOutputOnly()
getValueType
public QValueType getValueType()
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
getOutputValueType
public QValueType 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 © -2012 . All Rights Reserved.