|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.portalclient.alias.PCAliasHelper
public class PCAliasHelper
Constructor Summary | |
---|---|
PCAliasHelper()
|
Method Summary | |
---|---|
static void |
createAlias(String key,
URI resource)
Static helper method to create a new alias for a MWS thing |
static String[] |
listAliases(URI resource)
Retrieve an array of alias identifier strings for a specified MWS thing |
static AliasValue |
lookupalias(String key)
Retrieve an alias for a given alias identifier |
static void |
removeAlias(String key)
Remove an alias from the MWS system |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PCAliasHelper()
Method Detail |
---|
public static void createAlias(String key, URI resource)
key
- the alias identifier to createresource
- the MWS thing to create an alias forpublic static AliasValue lookupalias(String key)
key
- the alias identifier to lookup
AliasValue
instance containing info about the retrieved alias, may be null if the alias identifier does not existpublic static void removeAlias(String key)
key
- the alias identifier to removepublic static String[] listAliases(URI resource)
resource
- the MWS thing ID to retrieve aliases for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |