org.activemath.content.items
Class DynamicItemLearningService

java.lang.Object
  extended by org.activemath.content.items.Item
      extended by org.activemath.content.items.DynamicItem
          extended by org.activemath.content.items.DynamicItemLearningService
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DynamicItemCMap, DynamicItemDM, DynamicItemExerciseSequencer

public abstract class DynamicItemLearningService
extends DynamicItem

DynamicItem for learning services.

See Also:
Serialized Form

Field Summary
protected static Category log
           
protected static String TYPE
          This might be defined by OJConstants, because in JShopUtil this is defined again.
 
Fields inherited from class org.activemath.content.items.DynamicItem
queryName, queryParameters, references, serializedNumber, serviceName, type, userId
 
Fields inherited from class org.activemath.content.items.Item
copyrights, dependsOn, factory, flavorSet, forId, forIds, id, mbaseId, metadata, omdocTag, omdocType, relatedTo, relationsIn, relationsOut, shouldUseTitleFromID, theoryId, title, titles
 
Constructor Summary
DynamicItemLearningService(OJDynamicItem ojitem, String id)
           
 
Method Summary
 
Methods inherited from class org.activemath.content.items.DynamicItem
getCopyrightData, getCopyrightElement, getForId, getForIds, getIncomingRelations, getMetadata, getMetadataElement, getOutgoingRelations, getQueryName, getQueryParameters, getReferences, getSerializedNumber, getServiceName, getTitles, getType, hasFlavors, initQueryParameters, initTitles, instanciateDynamicItem, isLazyTask, isNLGText, isServiceCall, isText, setLink, toOJDynamicItem, toString
 
Methods inherited from class org.activemath.content.items.Item
equals, getDependsOn, getDifficulty, getFlavorSet, getFullDOM, getId, getMBaseId, getNumWords, getOmdocTag, getOmdocType, getRelatedTo, getSystemId, getTextualDOM, getTheoryId, getTitle, getTitle, getTitle, getTitles, hashCode, setUseTitleFromID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static Category log

TYPE

protected static final String TYPE
This might be defined by OJConstants, because in JShopUtil this is defined again.

See Also:
Constant Field Values
Constructor Detail

DynamicItemLearningService

public DynamicItemLearningService(OJDynamicItem ojitem,
                                  String id)