|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IaliasPortType
Web service interface to the access bizpolicy commands related to aliases on MWS resources
Method Summary | |
---|---|
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 |
Method Detail |
---|
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
void removealias(String key, String params, Object source, boolean system, Object target)
key
- the alias to remove from the MWS systemparams
- unused parametersource
- unused parametersystem
- unused parametertarget
- unused parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |