|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubplanVariableSettings
Used by PlanVariableSettings
to mirror the structure of SubplanPrompt
for Plan Variable Settings persistence.
The function of this object is allow the PlanVariableSettings
object to take ownership of the nested SubplanPrompt
objects
and persist them. This object can also recreate a similar SubplanPrompt
, equal in all data members, but not the same object.
Method Summary | |
---|---|
java.lang.String |
getHostSetName()
Returns the HostSet name entered for this subplan. |
SubplanVariableSettingsID |
getID()
Returns the ObjectID associated with this object. |
java.lang.String |
getLimitToHostSet()
Sets the HostSet name entered for this subplan. |
int |
getOrder()
Returns the relative order of this object with respect to the other children of the same PlanVariableSettings parent. |
PlanVariableSettingsID |
getParentID()
Returns the PlanVariableSettingsID that points to this object's parent. |
SubplanComponentVariableSettings[] |
getSubplanComponentVariableSettings()
Returns the SubplanComponentVariableSettings objects which are children of this object. |
ExecutionPlanID |
getSubplanID()
Returns the ExecutionPlanID corresponding to the subplan for this object's SubplanPrompt . |
java.lang.String |
getSubplanName()
Returns the String corresponding to the subplan name for this object's SubplanPrompt . |
HostID[] |
getTargets()
Returns the targets to which this object's SubplanPrompt was originally targeted. |
Method Detail |
---|
SubplanVariableSettingsID getID()
ObjectID
associated with this object.
Changing the value returned by this method does not change the object value.
SubplanVariableSettingsID
value or null if this object has not been persisted yet.PlanVariableSettingsID getParentID()
PlanVariableSettingsID
that points to this object's parent.
Changing the value returned by this method does not change the object value.
PlanVariableSettingsID
valueExecutionPlanID getSubplanID()
ExecutionPlanID
corresponding to the subplan for this object's SubplanPrompt
.
Changing the value returned by this method does not change the object value.
ExecutionPlanID
valuejava.lang.String getSubplanName()
String
corresponding to the subplan name for this object's SubplanPrompt
.
Changing the value returned by this method does not change the object value.
String
valueHostID[] getTargets()
SubplanPrompt
was originally targeted.
Changing the value returned by this method does not change the object value.
HostID[]
valuejava.lang.String getHostSetName()
getTargets
.
Changing the value returned by this method does not change the object value.
String
valuejava.lang.String getLimitToHostSet()
setTargets(HostID[])
. It is the caller's responsibility
to set the proper set of hosts including resolving the hostset name to a set of hosts, if applicable. The first 97
characters of the passed value will be retained, all others discarded.
Future modification of the value passed to this method will not change this object's value.
inHostSetName
- a String
valueint getOrder()
PlanVariableSettings
parent.
int
valueSubplanComponentVariableSettings[] getSubplanComponentVariableSettings()
SubplanComponentVariableSettings
objects which are children of this object.
Changing the value returned by this method does not change the object value.
SubplanComponentVariableSettings[]
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |