public class WoRController extends Object
Constructor and Description |
---|
WoRController() |
Modifier and Type | Method and Description |
---|---|
WebOfRegistries |
getRegistryPartners(boolean approvedOnly) |
boolean |
isWebEnabled() |
boolean |
removeWebPartner(String userId,
String partnerUrl)
Removes the web partner uniquely identified by the url
|
void |
setEnable(String userId,
boolean enable,
String url)
Runs the web of registries task for contacting the appropriate partners to enable or disable
web of registries functionality
|
boolean |
updateWebPartner(String userId,
String url,
RegistryPartner partner) |
public boolean isWebEnabled()
public WebOfRegistries getRegistryPartners(boolean approvedOnly)
public boolean removeWebPartner(String userId, String partnerUrl)
partnerUrl
- url identifier for partnerpublic boolean updateWebPartner(String userId, String url, RegistryPartner partner)
public void setEnable(String userId, boolean enable, String url)
enable
- if true, enables WoR; disables it otherwiseurl
- the url for this ice instanceCopyright © 2017. All rights reserved.