com.serotonin.m2m2.module
Class FiledataDefinition

java.lang.Object
  extended by com.serotonin.m2m2.module.ModuleElementDefinition
      extended by com.serotonin.m2m2.module.FiledataDefinition

public abstract class FiledataDefinition
extends ModuleElementDefinition

The class allows a module to declare a SQL statement (with no parameters) that provides a list of file data IDs (i.e. images) that are still referenced, and therefore should not be removed during the purge process.

Author:
x

Constructor Summary
FiledataDefinition()
           
 
Method Summary
abstract  java.lang.String getFiledataQuery()
           
 
Methods inherited from class com.serotonin.m2m2.module.ModuleElementDefinition
getModule, initialize, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiledataDefinition

public FiledataDefinition()
Method Detail

getFiledataQuery

public abstract java.lang.String getFiledataQuery()
Returns:
the query string