|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.serotonin.m2m2.module.ModuleElementDefinition
com.serotonin.m2m2.module.FiledataDefinition
public abstract class FiledataDefinition
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.
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 |
---|
public FiledataDefinition()
Method Detail |
---|
public abstract java.lang.String getFiledataQuery()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |