public interface WonNodeInformationService
| Modifier and Type | Method and Description |
|---|---|
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 |
generateNeedURI()
Generates a random need URI according to the URI pattern of the
default won node.
|
java.net.URI |
generateNeedURI(java.net.URI wonNodeURI)
Generates a random need 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 need or
connection resource.
|
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
|
boolean |
isValidNeedURI(java.net.URI needURI)
Checks if the passed need URI is matching the won default node pattern
|
boolean |
isValidNeedURI(java.net.URI needURI,
java.net.URI wonNodeURI)
Checks if the passed need 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 generateNeedURI()
java.net.URI generateNeedURI(java.net.URI wonNodeURI)
wonNodeURI - boolean isValidNeedURI(java.net.URI needURI)
needURI - boolean isValidNeedURI(java.net.URI needURI,
java.net.URI wonNodeURI)
needURI - wonNodeURI - java.net.URI getDefaultWonNodeURI()
java.net.URI getWonNodeUri(java.net.URI resourceURI)
resourceURI - Copyright © 2018. All Rights Reserved.