public abstract class URLProfileStore extends ReadOnlyProfileStore
Constructor and Description |
---|
URLProfileStore()
Creates a new instance of URLProfileStore
|
Modifier and Type | Method and Description |
---|---|
String |
getProfile(String id)
Retrieves profile from persistent storage (by ID).
|
abstract URL |
getURL(String ID)
Returns the URL from which to read a profile given the profile ID.
|
persistProfile
public URLProfileStore()
public String getProfile(String id) throws IOException
id
- profile idIOException
public abstract URL getURL(String ID) throws MalformedURLException
MalformedURLException
Copyright © 2001–2017 University Health Network. All rights reserved.