public interface WonNodeInformationService
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
generateAtomURI()
Generates a random atom URI according to the URI pattern of the default won
node.
|
java.net.URI |
generateAtomURI(java.net.URI wonNodeURI)
Generates a random atom URI according to the URI pattern of the specified won
node.
|
java.net.URI |
generateConnectionURI()
Generates a random connection URI according to the URI pattern of the default
won node.
|
java.net.URI |
generateConnectionURI(java.net.URI wonNodeURI)
Generates a random connection URI according to the URI pattern of the
specified won node.
|
java.net.URI |
generateEventURI()
Generates a random event URI according to the URI pattern of the default won
node.
|
java.net.URI |
generateEventURI(java.net.URI wonNodeURI)
Generates a random event URI according to the URI pattern of the specified
won node.
|
java.net.URI |
getDefaultWonNodeURI() |
WonNodeInfo |
getWonNodeInformation(java.net.URI wonNodeURI) |
java.net.URI |
getWonNodeUri(java.net.URI resourceURI)
Obtains the won node uri associated with the specified atom or connection
resource.
|
boolean |
isValidAtomURI(java.net.URI atomURI)
Checks if the passed atom URI is matching the won default node pattern
|
boolean |
isValidAtomURI(java.net.URI atomURI,
java.net.URI wonNodeURI)
Checks if the passed atom URI is matching the won node pattern
|
boolean |
isValidConnectionURI(java.net.URI connectionURI)
Checks if the passed connection URI is matching the won default node pattern
|
boolean |
isValidConnectionURI(java.net.URI connectionURI,
java.net.URI wonNodeURI)
Checks if the passed event URI is matching the won node pattern
|
boolean |
isValidEventURI(java.net.URI eventURI)
Checks if the passed event URI is matching the won node default pattern
|
boolean |
isValidEventURI(java.net.URI eventURI,
java.net.URI wonNodeURI)
Checks if the passed event URI is matching the won node pattern
|
WonNodeInfo getWonNodeInformation(java.net.URI wonNodeURI)
java.net.URI generateEventURI()
java.net.URI generateEventURI(java.net.URI wonNodeURI)
wonNodeURI - boolean isValidEventURI(java.net.URI eventURI)
eventURI - boolean isValidEventURI(java.net.URI eventURI,
java.net.URI wonNodeURI)
eventURI - wonNodeURI - java.net.URI generateConnectionURI()
java.net.URI generateConnectionURI(java.net.URI wonNodeURI)
wonNodeURI - boolean isValidConnectionURI(java.net.URI connectionURI)
connectionURI - boolean isValidConnectionURI(java.net.URI connectionURI,
java.net.URI wonNodeURI)
connectionURI - wonNodeURI - java.net.URI generateAtomURI()
java.net.URI generateAtomURI(java.net.URI wonNodeURI)
wonNodeURI - boolean isValidAtomURI(java.net.URI atomURI)
atomURI - boolean isValidAtomURI(java.net.URI atomURI,
java.net.URI wonNodeURI)
atomURI - wonNodeURI - java.net.URI getDefaultWonNodeURI()
java.net.URI getWonNodeUri(java.net.URI resourceURI)
resourceURI - Copyright © 2019. All Rights Reserved.