Uses of Interface
org.deduced.task.Task

Packages that use Task
org.deduced.controller Controllers are used to represent an application layer that restricts access to information. 
org.deduced.controller.implementation Controller implementation classes. 
org.deduced.dynamic The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. 
org.deduced.task.implementation   
 

Uses of Task in org.deduced.controller
 

Methods in org.deduced.controller that return Task
 Task PropertyCollectionController.addPropertyToControlledCollection(java.lang.Object propertyKey, PropertyCollection<?,?> instance, java.lang.Object propertyValue)
          add a property to the controlled collection
 Task PropertyCollectionController.createAndAddProperty(java.lang.Object key, PropertyCollection<?,?> instance, PropertyCollection<?,?> createType)
          add a created property
 Task PropertyController.createAndSetControlledProperty(PropertyCollection<?,?> createType, boolean deletePreviousValue)
          create a new object from the factory and set it on our controlled property
 Task PropertyCollectionController.deleteControlledCollection()
          delete the controlled collection
 Task PropertyController.removeControlledProperty(boolean deleteValue)
          remove the property from the collection
 Task PropertyController.setControlledProperty(java.lang.Object value, boolean deletePreviousValue)
          set the property
 

Uses of Task in org.deduced.controller.implementation
 

Methods in org.deduced.controller.implementation that return Task
 Task AbstractPropertyCollectionController.addPropertyToControlledCollection(java.lang.Object propertyKey, PropertyCollection<?,?> instance, java.lang.Object propertyValue)
          (non-Javadoc)
static Task AbstractPropertyCollectionController.baseAddPropertyToControlledCollection(java.lang.Object propertyKey, PropertyCollection<?,?> instance, java.lang.Object propertyValue, PropertyCollectionController controller, DeducedControllerLayerExtension controlLayer)
          base Add Property To Controlled Collection
static Task AbstractPropertyCollectionController.baseCreateAndAddProperty(PropertyCollection<?,?> createType, PropertyCollection<?,?> instance, java.lang.Object key, PropertyCollectionController controller)
          base method to create and add a property
static Task DirectPropertyController.baseCreateAndSetControlledProperty(PropertyCollection<?,?> createType, boolean deletePreviousValue, PropertyController controller)
          base Create And Set Controlled Property
static Task AbstractPropertyCollectionController.baseDeleteControlledCollection(PropertyCollectionController controller)
          base Delete Controlled Collection
static Task DirectPropertyController.baseRemoveControlledProperty(boolean deletePreviousValue, PropertyController controller)
          base Remove Controlled Property
static Task DirectPropertyController.baseSetControlledProperty(java.lang.Object value, boolean deletePreviousValue, PropertyController controller, ModelFactory validatorFactory)
          base Set Controlled Property
 Task AbstractPropertyCollectionController.createAndAddProperty(java.lang.Object key, PropertyCollection<?,?> instance, PropertyCollection<?,?> createType)
          (non-Javadoc)
 Task DirectPropertyController.createAndSetControlledProperty(PropertyCollection<?,?> createType, boolean deletePreviousValue)
          (non-Javadoc)
 Task AbstractPropertyCollectionController.deleteControlledCollection()
          (non-Javadoc)
static Task AbstractPropertyCollectionController.handleException(Task currentTask, java.lang.Exception e)
          handle Exception by registering them on the task
 Task DirectPropertyController.removeControlledProperty(boolean deletePreviousValue)
          (non-Javadoc)
 Task DirectPropertyController.setControlledProperty(java.lang.Object value, boolean deletePreviousValue)
          (non-Javadoc)
 

Methods in org.deduced.controller.implementation with parameters of type Task
static Task AbstractPropertyCollectionController.handleException(Task currentTask, java.lang.Exception e)
          handle Exception by registering them on the task
 

Uses of Task in org.deduced.dynamic
 

Methods in org.deduced.dynamic that return Task
 Task FlyWheelDynamicPropertyCollectionController.addPropertyToControlledCollection(java.lang.Object propertyKey, PropertyCollection<?,?> instance, java.lang.Object propertyValue)
          (non-Javadoc)
 Task FlyWheelDynamicPropertyCollectionController.createAndAddProperty(java.lang.Object key, PropertyCollection<?,?> instance, PropertyCollection<?,?> createType)
          (non-Javadoc)
 Task FlyWheelDynamicPropertyController.createAndSetControlledProperty(PropertyCollection<?,?> createType, boolean deletePreviousValue)
          (non-Javadoc)
 Task FlyWheelDynamicPropertyCollectionController.deleteControlledCollection()
          (non-Javadoc)
 Task FlyWheelDynamicPropertyController.removeControlledProperty(boolean deleteValue)
          (non-Javadoc)
 Task FlyWheelDynamicPropertyController.setControlledProperty(java.lang.Object value, boolean deletePreviousValue)
          (non-Javadoc)
 

Uses of Task in org.deduced.task.implementation
 

Classes in org.deduced.task.implementation that implement Task
 class TaskImplementation
          Java Implementation used to represent the type : task Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Methods in org.deduced.task.implementation with parameters of type Task
static void TaskImplementation.resetListFixedInstances(Task instance)
          reset all the list fixed instances