A B C D E F G H I L M 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
 
CommandExecutionException - Exception in org.drupal.project.async_command.exception
This is the exception that can be handled by the Druplet.
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 Druplets.
CommandLineLauncher(Class<? extends Druplet>) - Constructor for class org.drupal.project.async_command.CommandLineLauncher
Initialize the launcher with a druplet 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.
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.DrupalConnection
Deprecated. 
config - Variable in class org.drupal.project.async_command.Druplet
Deprecated. 
config - Variable in class org.drupal.project.async_command.DrupletConfig
 
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.DrupletUtils
Convert the byte[] blog value from this.queryValue() to a string.
convertSettingsToConfig(File) - Static method in class org.drupal.project.async_command.DrupletUtils
Make config properties out of Drupal settings.php.
convertStringToBlob(String) - Static method in class org.drupal.project.async_command.DrupletUtils
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
Deprecated. 

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