|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeFactory
StellarUserDetailsService Interface to Retrieve Nodes
| Method Summary | |
|---|---|
Node |
getNodeByPath(java.lang.String path)
Return the node at the specified absolute path, if it exists, null if not, throw Exception if error. |
Node |
getNodeByUUID(java.lang.String uuid)
Return the node with the specified UUID, if it exists, null if not, throw Exception if error. |
boolean |
nodeExistsAtPath(java.lang.String absPath)
Test to see if node exists at specified absolute path. |
boolean |
nodeExistsWithUUID(java.lang.String uuid)
Test to see if specified uuid corresponds to accessable Node. |
| Method Detail |
|---|
Node getNodeByUUID(java.lang.String uuid)
throws java.lang.Exception
uuid -
java.lang.Exception - if error.
boolean nodeExistsWithUUID(java.lang.String uuid)
throws java.lang.Exception
uuid -
java.lang.Exception - if error.
Node getNodeByPath(java.lang.String path)
throws java.lang.Exception
uuid -
java.lang.Exception - if error.
boolean nodeExistsAtPath(java.lang.String absPath)
throws java.lang.Exception
absPath -
java.lang.Exception - if error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||