A B C D E F G H I J L M N O P Q R S T U V

C

checkConnection() - Method in class org.drupal.project.async_command.DrupalConnection
Check if the DataSource connection is still valid or not.
close() - Method in class org.drupal.project.async_command.DrupalConnection
 
CommandDeprecated - Class in org.drupal.project.async_command.deprecated
Deprecated. 
CommandDeprecated(int, String, int, int, int) - Constructor for class org.drupal.project.async_command.deprecated.CommandDeprecated
Deprecated.  
CommandExecutionException - Exception in org.drupal.project.async_command.exception
This is the exception that can be handled by the DrupalApp.
CommandExecutionException(Throwable) - Constructor for exception org.drupal.project.async_command.exception.CommandExecutionException
 
CommandLineLauncher - Class in org.drupal.project.async_command
This handler deals with CommandLineInterface launching DrupalApps.
CommandLineLauncher(Class<? extends GenericDrupalApp>) - Constructor for class org.drupal.project.async_command.CommandLineLauncher
Initialize the launcher with a DrupalApp class.
commandMessage - Variable in class org.drupal.project.async_command.AsyncCommand
Command message.
CommandParseException - Exception in org.drupal.project.async_command.exception
 
CommandParseException(String) - Constructor for exception org.drupal.project.async_command.exception.CommandParseException
 
CommandRecord - Class in org.drupal.project.async_command
Database record for this AsyncCommand.
CommandRecord(Map<String, Object>, DrupalConnection) - Constructor for class org.drupal.project.async_command.CommandRecord
Given the database query result, construct a AsyncCommand Record object.
commandStatus - Variable in class org.drupal.project.async_command.AsyncCommand
The command status.
CommandThreadFactory - Class in org.drupal.project.async_command.deprecated
Creates default thread for command.
CommandThreadFactory() - Constructor for class org.drupal.project.async_command.deprecated.CommandThreadFactory
 
CommandThreadFactory.Thread - Class in org.drupal.project.async_command.deprecated
 
CommandThreadFactory.Thread(ThreadGroup, AsyncCommand) - Constructor for class org.drupal.project.async_command.deprecated.CommandThreadFactory.Thread
 
compareTo(CommandRecord) - Method in class org.drupal.project.async_command.CommandRecord
The smaller the weight, created, or id, the smaller the record.
config - Variable in class org.drupal.project.async_command.deprecated.AbstractDrupalAppDeprecated
Deprecated.  
config - Variable in class org.drupal.project.async_command.DrupalConnection
Database configuration.
config - Variable in class org.drupal.project.async_command.GenericDrupalApp
 
ConfigLoadingException - Exception in org.drupal.project.async_command.exception
 
ConfigLoadingException(String) - Constructor for exception org.drupal.project.async_command.exception.ConfigLoadingException
 
ConfigLoadingException(Throwable) - Constructor for exception org.drupal.project.async_command.exception.ConfigLoadingException
 
ConfigLoadingException(String, Throwable) - Constructor for exception org.drupal.project.async_command.exception.ConfigLoadingException
 
connect() - Method in class org.drupal.project.async_command.DrupalConnection
Equivalent to this.connect(false)
connect(boolean) - Method in class org.drupal.project.async_command.DrupalConnection
Initialize connection pooling and connect to the Drupal database.
convertBlobToString(Object) - Static method in class org.drupal.project.async_command.DrupalUtils
Convert the byte[] blog value from this.queryValue() to a string.
convertBlobValueToString(Object) - Method in class org.drupal.project.async_command.deprecated.AbstractDrupalAppDeprecated
Deprecated. 
convertSettingsToConfig(File) - Static method in class org.drupal.project.async_command.DrupalUtils
Make config properties out of Drupal settings.php.
convertStringToBlog(String) - Static method in class org.drupal.project.async_command.DrupalUtils
Convert a String to a byte[] used for database blob.
create(Map<String, Object>, DrupalConnection) - Static method in class org.drupal.project.async_command.CommandRecord
Not supported yet!! Factory method, Create a record and save in the database.
create() - Static method in class org.drupal.project.async_command.DrupalConnection
 

A B C D E F G H I J L M N O P Q R S T U V