|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.PlanComponentStruct
org.sandev.TaskHeap.structs.ExternalPlanStruct
public class ExternalPlanStruct
An ExternalPlan is the local representation of a Plan from another heap. This is useful for tracking interactions between groups with related work. The ExternalPlan contains enough information to read the other heap report and update its time based on what it finds.
| Field Summary | |
|---|---|
protected java.lang.String |
password
The password to access the other heap. |
protected int |
refresh
How often the time estimate should be fetched from the external heap. |
protected long |
sourceID
The uniqueID of the plan in the other heap. |
protected java.lang.String |
updateURL
The URL to retrieve the latest heap information. |
protected java.lang.String |
username
The username to access the other heap. |
| Fields inherited from class org.sandev.TaskHeap.structs.PlanComponentStruct |
|---|
assignedTo, description, dueDate, dueDelta, dueDeltaSense, dueDeltaValue, dueReference, dueTimeUnits, dueType, heap, name, notes, parent, relRoundDay, relRounding, responsibilities, timeEstimate |
| Constructor Summary | |
|---|---|
ExternalPlanStruct()
|
|
| 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 updateURL
protected long sourceID
protected java.lang.String username
protected java.lang.String password
protected int refresh
enumerated constant values:
NONE("None, refresh manually") = -1DEFAULT("Use default heap setting") = 0HOURLY("Every hour") = 1EVERYTWO("Every 2 hours") = 2EVERYFOUR("Every 4 hours") = 4TWICEDAILY("Twice daily") = 12ONCEDAILY("Daily") = 24EVERYOTHER("Every other day") = 48WEEKLY("Weekly") = 168| Constructor Detail |
|---|
public ExternalPlanStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||