|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreLookup
Method Summary | |
---|---|
SubSegment |
findRootSubSegment(java.lang.String namespace)
Finds a root subsegment with a given name. |
SubSegment |
findSubSegment(Authority authority,
java.lang.String name)
Finds a subsegment with a given authority and name. |
Authority |
getSubSegmentAuthority(SubSegment subSegment)
Returns the authority of this subsegment. |
Authority |
getSubSegmentParentAuthority(SubSegment subSegment)
Returns the authority of this subsegment. |
Authority |
localLookup(XRIAuthority authorityPath)
This method iterates through all subsegments of the given authority path and returns its final authority. |
Method Detail |
---|
SubSegment findRootSubSegment(java.lang.String namespace) throws StoreException
namespace
- The namespace (root subsegment) to look for.
StoreException
SubSegment findSubSegment(Authority authority, java.lang.String name) throws StoreException
authority
- The authority to look for.name
- The subsegment name to look for.
StoreException
Authority getSubSegmentParentAuthority(SubSegment subSegment) throws StoreException
subSegment
- subsegment
StoreException
Authority getSubSegmentAuthority(SubSegment subSegment) throws StoreException
subSegment
- subsegment
StoreException
Authority localLookup(XRIAuthority authorityPath) throws StoreException
authorityPath
- The XRI authority path to resolve
StoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |