public interface IaliasPortType
Modifier and Type | Method and Description |
---|---|
void |
createalias(String key,
String params,
Object source,
boolean system,
Object target)
Create a new alias for an MWS thing.
|
AliasValue |
lookupalias(String key,
String params,
Object source,
boolean system,
Object target)
Retrieve an alias object for a specified alias identifier
|
void |
removealias(String key,
String params,
Object source,
boolean system,
Object target)
Delete an alias from an MWS thing
|
void createalias(String key, String params, Object source, boolean system, Object target)
key
- unused parameterparams
- any extra parameters for the new aliassource
- key the alias identifier to createsystem
- true to create a system alias, which cannot be deletedtarget
- the MWS thing identifier to create an alias for, as a URL or as an alias identifierAliasValue lookupalias(String key, String params, Object source, boolean system, Object target)
key
- the alias identifier to retrieveparams
- unused parametersource
- unused parametersystem
- unused parametertarget
- unused parameter