| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vinculumtech.carrierwave.manager.GraphPlanRoot
The GraphPlanRoot class is the internal CarrierWave interface to the @{link PlanSourceRoot} class.
| Method Summary | |
| static int | getAuthorityValue() | 
| static java.util.List | listGraphPlanNames() | 
| static java.util.List | listGraphPlanNames(java.lang.String sourceName)Returns the names of all available GraphPlans (excluding versions) in the GraphPlanSource named sourceName. | 
| static boolean | removeGraphPlan(java.lang.String graphPlanName)Remvoes the GraphPlan named graphPlanName from the default repository as specified by the authority value (typically 0). | 
| static boolean | removeGraphPlan(java.lang.String sourceName,
                java.lang.String graphPlanName)Saves the given GraphPlan into the source with the given sourceName. | 
| static GraphPlan | retrieveGraphPlan(java.lang.String graphPlanName)Returns a GraphPlan with the given graphPlanName from the repsoitory. | 
| static void | setAuthorityValue(int authorityValue)Sets the current authority value. | 
| static void | storeGraphPlan(GraphPlan graphPlan)Saves the given GraphPlan in the default repository as specified by the authority value (typically 0). | 
| static void | storeGraphPlan(java.lang.String sourceName,
               GraphPlan graphPlan)Saves the given GraphPlan into the source with the given sourceName. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public static final int getAuthorityValue()
public static final void setAuthorityValue(int authorityValue)
authorityValue - 
public static final GraphPlan retrieveGraphPlan(java.lang.String graphPlanName)
                                         throws GraphPlanException
graphPlanName - 
GraphPlanException - if GraphPlan instance could not be found
public static final void storeGraphPlan(GraphPlan graphPlan)
                                 throws GraphPlanException
graphPlan - 
GraphPlanException
public static final void storeGraphPlan(java.lang.String sourceName,
                                        GraphPlan graphPlan)
                                 throws GraphPlanException
sourceName - graphPlan - 
GraphPlanException
public static final boolean removeGraphPlan(java.lang.String graphPlanName)
                                     throws GraphPlanException
graphPlanName - 
GraphPlanException
public static final boolean removeGraphPlan(java.lang.String sourceName,
                                            java.lang.String graphPlanName)
                                     throws GraphPlanException
sourceName - graphPlanName - 
GraphPlanException
public static final java.util.List listGraphPlanNames(java.lang.String sourceName)
                                               throws GraphPlanException
sourceName - 
GraphPlanException
public static final java.util.List listGraphPlanNames()
                                               throws GraphPlanException
GraphPlanException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||