|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.Integer |
getAuthorityOrder()
Returns this GraphPlanSource instances authority value. |
java.lang.String |
getSourceDescription()
|
java.lang.String |
getSourceName()
|
boolean |
isReadOnly()
|
java.util.List |
listGraphPlanNames()
Returns a list of available graph plan names. |
boolean |
removeGraphPlan(java.lang.String graphPlanName)
Removes the GraphPlan instance specified by the given graphPlanName |
GraphPlan |
retrieveGraphPlan(java.lang.String graphPlanName)
|
void |
storeGraphPlan(GraphPlan graphPlan)
|
Method Detail |
public java.lang.String getSourceName()
public java.lang.String getSourceDescription()
public GraphPlan retrieveGraphPlan(java.lang.String graphPlanName) throws GraphPlanException
graphPlanName
-
GraphPlanException
public boolean removeGraphPlan(java.lang.String graphPlanName) throws GraphPlanException
graphPlanName
-
GraphPlanException
public void storeGraphPlan(GraphPlan graphPlan) throws GraphPlanException
graphPlan
- the GraphPlan instance to store
GraphPlanException
public java.util.List listGraphPlanNames() throws GraphPlanException
java.lang.UnsupportedOperationException
- if this method is not implemented. Some sources may be unable to provide such functionality.
GraphPlanException
public boolean isReadOnly()
public java.lang.Integer getAuthorityOrder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |