Class DBQueryBuilderPredicatePartCommand
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.db.DBQueryBuilderPredicatePartCommand
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()getQName()getType()getValue()Object[]voidvoidsetFieldName(String fieldName) voidsetFunction(LuceneFunction function) voidsetJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType) voidvoidsetQnameId(Long qnameId) voidvoidvoid
-
Constructor Details
-
DBQueryBuilderPredicatePartCommand
public DBQueryBuilderPredicatePartCommand()
-
-
Method Details
-
getQnameId
- Returns:
- the qnameId
-
setQnameId
- Parameters:
qnameId- the qnameId to set
-
getJoinCommandType
- Returns:
- the joinCommandType
-
setJoinCommandType
- Parameters:
joinCommandType- the joinCommandType to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getFieldName
- Returns:
- the fieldName
-
setFieldName
- Parameters:
fieldName- the fieldName to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getValues
- Returns:
- the values
-
setValues
- Parameters:
values- the values to set
-
getAlias
- Returns:
- the joinAlias
-
setAlias
- Parameters:
alias- the joinAlias to set
-
setQName
-
getQName
-
getFunction
- Returns:
- the function
-
setFunction
- Parameters:
function- the function to set
-
getFieldAndFunction
-