|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionPlan
Encapsulates an Execution Plan, a sequence of ExecSteps.
Method Summary | |
---|---|
CategoryIDSet |
getCategories()
Returns a set of IDs of the categories that this plan is a member of. |
java.lang.String |
getDescription()
Returns the description of this object. |
ExecutionMode |
getExecutionMode()
Returns the Execution mode for this plan. |
java.lang.String |
getFullName()
Returns the full name of the plan, which is defined as the full path prepended to the name. |
ExecutionPlanID |
getID()
Returns the ID of this object, or null if this object has not yet been saved. |
java.lang.String |
getLimitToHostSet()
Returns the name of the host set whose members define the allowed targets for this plan, or null if there is no limit on the targets for this plan. |
VariableSettingsSource |
getLocalVars()
Returns the variables associated with this plan. |
java.lang.String |
getName()
Returns the name of this object. |
PromptParamList |
getParams()
Returns the formal parameters declared by this plan. |
FolderID |
getPath()
Returns the path that this plan is located in. |
ExecutionPlanID |
getRootID()
Returns the root ID of this object. |
java.lang.String |
getSchemaVersion()
Gets the schema version used by this plan. |
java.util.Date |
getTimeStamp()
Returns the timestamp representing the time that the object was saved, or null if the object has not yet been saved. |
UserID |
getUserID()
Returns the user id of the user that saved the object. |
VersionNumber |
getVersionNumber()
Returns the current version of the object. |
Visibility |
getVisibility()
Returns the current visibility of this object. |
boolean |
isCompositePlan()
Whether this is a composite plan |
boolean |
isSimplePlan()
Whether this is a simple plan |
void |
writeToXML(java.io.OutputStream out)
Writes the contents of this plan to the given output stream, in its canonical XML format. |
Methods inherited from interface com.sun.n1.sps.model.PluginMember |
---|
getPluginID |
Method Detail |
---|
ExecutionPlanID getID()
FolderID getPath()
java.lang.String getFullName()
UserID getUserID()
java.util.Date getTimeStamp()
VersionNumber getVersionNumber()
java.lang.String getLimitToHostSet()
ExecutionPlanID getRootID()
java.lang.String getSchemaVersion()
VariableSettingsSource getLocalVars()
boolean isCompositePlan()
boolean isSimplePlan()
CategoryIDSet getCategories()
void writeToXML(java.io.OutputStream out)
Output is written using UTF-8 encoding.
out
- the stream to write to.PromptParamList getParams()
ExecutionMode getExecutionMode()
Visibility getVisibility()
java.lang.String getName()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |