| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SitemanagementCommand
This is the general sitemanagement command interface. It provides all common methods for the extending commands
| Method Summary | |
|---|---|
| void | execute()
Executes the command |
| void | setHierarchy(boolean hierarchy)
Specifies if hierarchy has to be handled as well. |
| void | setResource(Identifiable resource)
Sets the reference to the object to handle |
| void | setResource(java.lang.String uniqueName)
Sets the reference to the uniquename to handle |
| Methods inherited from interface com.ibm.portal.Disposable |
|---|
| dispose |
| Method Detail |
|---|
void setResource(Identifiable resource)
void setResource(java.lang.String uniqueName)
void setHierarchy(boolean hierarchy)
void execute()
throws SitemanagementCommandException
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||