|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.DataManagementStruct
public class DataManagementStruct
A singleton instance describing the data management functions available for a heap. This exists so that the field descriptions can be used to describe the function to be performed, with the corresponding button displayed as the value. The purpose is to provide a veritical listing of available global functions with descriptive information. Functions that are not immediately identifiable by button name within a current form context belong here.
This is a singleton class created in the initial data. The corresponding buttons are defined in the SandUI.
| Field Summary | |
|---|---|
protected java.lang.String |
confirmChildren
Verify that each heap element referencing a parent is listed as a child of that parent. |
protected java.lang.String |
confirmParents
Verify that each referenced child has the correct parent reference. |
protected java.lang.String |
dumpTasks
Dump the task definitions to CSV. |
protected java.lang.String |
exportData
Export the current heap data to XML. |
protected java.lang.String |
importHeap
Read the exported data for the given heap back into the current heap. |
protected java.lang.String |
publishHeap
Publish the current heap data as HTML. |
protected java.lang.String |
tutorial
Create a new tutorial heap showing how to use TaskHeap. |
| Constructor Summary | |
|---|---|
DataManagementStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String publishHeap
protected java.lang.String exportData
protected java.lang.String dumpTasks
protected java.lang.String tutorial
protected java.lang.String importHeap
protected java.lang.String confirmParents
protected java.lang.String confirmChildren
| Constructor Detail |
|---|
public DataManagementStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||