com.ingenta.clownbike
Class NewLinkTask

java.lang.Object
  extended byTaskDataImpl
      extended bycom.ingenta.clownbike.SimpleTask
          extended bycom.ingenta.clownbike.NewTask
              extended bycom.ingenta.clownbike.NewLinkTask
All Implemented Interfaces:
Task

public class NewLinkTask
extends NewTask

See Also:
Serialized Form

Constructor Summary
NewLinkTask()
           
 
Method Summary
 void createObject(DatabaseTransaction transaction)
           
 void defineAttributes(DatabaseTransaction transaction)
           
 
Methods inherited from class com.ingenta.clownbike.NewTask
completed
 
Methods inherited from class com.ingenta.clownbike.SimpleTask
canceled, doGet, doPost, findAttribute, findAttributes, findStep, findStepAfter, findStepBefore, findStepIndex, getAttribute, getCurrentStep, getStep, isActive, setCurrentStep, started, toDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ingenta.clownbike.Task
getSteps
 

Constructor Detail

NewLinkTask

public NewLinkTask()
Method Detail

defineAttributes

public void defineAttributes(DatabaseTransaction transaction)
                      throws DatabaseException,
                             TaskException
Specified by:
defineAttributes in class NewTask
Throws:
DatabaseException
TaskException

createObject

public void createObject(DatabaseTransaction transaction)
                  throws DatabaseException,
                         TaskException
Specified by:
createObject in class NewTask
Throws:
DatabaseException
TaskException