|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.ubicollab.osgi.DiscoveryUtils
public class DiscoveryUtils
Constructor Summary | |
---|---|
DiscoveryUtils()
|
Method Summary | |
---|---|
static java.lang.String |
buildGetServiceQuery(java.lang.String searchString)
Builds a database query based on the contents of the search string. |
static java.lang.String |
buildRemoveServiceQuery(java.lang.String removeString)
Builds a database query based on the content of the remove string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscoveryUtils()
Method Detail |
---|
public static java.lang.String buildGetServiceQuery(java.lang.String searchString)
searchString
- tagId:<tagId> uuId:<uuId> name:<name> type:<type> protocol:<protocol>
descriptionUrl:<descriptionUrl> serviceUrl:<serviceUrl>
Any number of these flags may be present, but they must come
in the right order. Example: "name:My Service type:no.ubicollab.service"
public static java.lang.String buildRemoveServiceQuery(java.lang.String removeString)
removeString
- tagId:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |