public class PluginResourceCommand extends Object implements IPluginResource
| Constructor and Description |
|---|
PluginResourceCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the command.
|
void |
register(CareWebShell shell,
ElementBase owner,
boolean register)
Registers/unregisters a command resource.
|
void |
setId(String id)
Sets the id of the command.
|
public String getId()
public void setId(String id)
id - The command's id.public void register(CareWebShell shell, ElementBase owner, boolean register)
register in interface IPluginResourceshell - The running shell.owner - Owner of the resource.register - If true, register the resource. If false, unregister it.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.