Uses of Class
org.alfresco.repo.search.impl.querymodel.impl.db.DBQueryBuilderJoinCommandType
-
Packages that use DBQueryBuilderJoinCommandType Package Description org.alfresco.repo.search.impl.querymodel.impl.db -
-
Uses of DBQueryBuilderJoinCommandType in org.alfresco.repo.search.impl.querymodel.impl.db
Methods in org.alfresco.repo.search.impl.querymodel.impl.db that return DBQueryBuilderJoinCommandType Modifier and Type Method Description static DBQueryBuilderJoinCommandTypeDBQuery. getJoinCommandType(org.alfresco.service.namespace.QName propertyQName)static DBQueryBuilderJoinCommandTypeDBQueryBuilderJoinCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DBQueryBuilderJoinCommandType[]DBQueryBuilderJoinCommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel.impl.db with parameters of type DBQueryBuilderJoinCommandType Modifier and Type Method Description voidDBQueryBuilderPredicatePartCommand. setJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType)voidPropertySupport. setJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType)voidDBQueryBuilderJoinCommand. setType(DBQueryBuilderJoinCommandType type)
-