Uses of Enum Class
org.alfresco.repo.search.impl.querymodel.impl.db.DBQueryBuilderJoinCommandType
Packages that use DBQueryBuilderJoinCommandType
-
Uses of DBQueryBuilderJoinCommandType in org.alfresco.repo.search.impl.querymodel.impl.db
Methods in org.alfresco.repo.search.impl.querymodel.impl.db that return DBQueryBuilderJoinCommandTypeModifier and TypeMethodDescriptionDBQuery.getJoinCommandType(QName propertyQName) Returns the enum constant of this class with the specified name.static DBQueryBuilderJoinCommandType[]DBQueryBuilderJoinCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel.impl.db with parameters of type DBQueryBuilderJoinCommandTypeModifier and TypeMethodDescriptionvoidDBQueryBuilderPredicatePartCommand.setJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType) voidPropertySupport.setJoinCommandType(DBQueryBuilderJoinCommandType joinCommandType) voidDBQueryBuilderJoinCommand.setType(DBQueryBuilderJoinCommandType type)