|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.limitless.nmc.Prototype1.CommandDestroy
public class CommandDestroy
This causes an object to be removed from the database, and any relation which holds this object will have the object removed from it. It's possible that removal of an object from a relation will cause the rule to be violated and the relation to expire as well. This should happen, but it should be done within the database, NOT by this command. See 5.1.2.5 in the prototype_1.html document.
| Constructor Summary | |
|---|---|
CommandDestroy()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getHelpDetailed()
Give the long help information. |
java.lang.String |
getHelpSummary()
Get the single-line help detail |
void |
invoke(java.lang.String[] args)
Process the command |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandDestroy()
| Method Detail |
|---|
public java.lang.String[] getHelpDetailed()
Command
getHelpDetailed in interface Commandpublic java.lang.String getHelpSummary()
Command
getHelpSummary in interface Commandpublic void invoke(java.lang.String[] args)
Command
invoke in interface Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||