|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Ialias2PortType
A simplified web service interface to the access bizpolicy commands related to aliases on MWS resources
Method Summary | |
---|---|
void |
createalias2(String key,
boolean system,
URI target)
Create a new alias for an MWS thing. |
String[] |
listaliases2(URI target)
Retrieve an array of alias identifier strings for a specified MWS thing |
AliasValue |
lookupalias2(String key)
Retrieve an alias object for a specified alias identifier |
void |
removealias2(String key)
Delete an alias for an MWS thing |
Method Detail |
---|
void createalias2(String key, boolean system, URI target)
key
- unused parametersystem
- true to create a system alias, which cannot be deletedtarget
- the MWS thing identifier as a URLAliasValue lookupalias2(String key)
key
- the alias identifier to retrieve
void removealias2(String key)
key
- the alias to remove from the MWS systemString[] listaliases2(URI target)
target
- the MWS thing ID to retrieve aliases for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |