|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drupal.project.async_command.AsyncCommand
org.drupal.project.async_command.PyAsyncCommand
public abstract class PyAsyncCommand
Stub class for commands written in Jython.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.drupal.project.async_command.AsyncCommand |
---|
AsyncCommand.Status |
Field Summary |
---|
Fields inherited from class org.drupal.project.async_command.AsyncCommand |
---|
commandMessage, commandStatus, drupalApp, logger, record |
Constructor Summary | |
---|---|
protected |
PyAsyncCommand()
|
|
PyAsyncCommand(CommandRecord record,
GenericDrupalApp drupalApp)
Call to a function to initialize in Jython, because Jython doesn't support function overloading. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Derived function has to override it. |
protected void |
initialize()
|
Methods inherited from class org.drupal.project.async_command.AsyncCommand |
---|
afterExecute, beforeExecute, execute, getDrupalApp, getDrupalConnection, getRecord, run, setDrupalApp, setRecord |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PyAsyncCommand(CommandRecord record, GenericDrupalApp drupalApp)
record
- drupalApp
- protected PyAsyncCommand()
Method Detail |
---|
protected void initialize()
public java.lang.String getIdentifier()
getIdentifier
in class AsyncCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |