|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridObjectInfo
Client interface to any Grid Object.
All 'Info' objects are serializable.
Method Summary | |
---|---|
Fact |
getEffectiveFact(String factName)
Retrieve an individual (effective) fact from this grid object. |
FactSet |
getEffectiveFacts()
Retrieve the effective fact set for this grid object. |
String |
getEffectiveFactsAsPythonString()
Retrieve the effective fact set for this grid object in native Python format. |
ID |
getID()
Retrieve the ID of this grid object |
String |
getName()
Retrieve the name (aka id) of this grid object. |
String |
getObjectType()
Retrieve the type of this grid object. |
String[] |
getPolicyNames()
Retrieve the String id names of policies associated with this object. |
String |
toXmlDocument()
Return a formatted XML document representing the grid object. |
String |
toXmlDocument(int indent)
Return a formatted and indented XML document representing the grid object. |
Method Detail |
---|
ID getID()
String getName()
String getObjectType()
FactSet getEffectiveFacts()
Fact getEffectiveFact(String factName)
factName
- the full name of the fact required. E.g. 'resource.id'
String[] getPolicyNames()
String toXmlDocument()
String toXmlDocument(int indent)
String getEffectiveFactsAsPythonString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |