|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.command.AbstractBaseCommand
org.jbpm.command.AbstractGetObjectBaseCommand
org.jbpm.command.DeleteProcessDefinitionCommand
public class DeleteProcessDefinitionCommand
Delete a proces definition by ID
Constructor Summary | |
---|---|
DeleteProcessDefinitionCommand()
|
|
DeleteProcessDefinitionCommand(long id)
|
Method Summary | |
---|---|
java.lang.Object |
execute(JbpmContext jbpmContext)
|
long |
getId()
|
DeleteProcessDefinitionCommand |
id(long id)
|
void |
setId(long id)
|
java.lang.String |
toString()
|
Methods inherited from class org.jbpm.command.AbstractBaseCommand |
---|
getAdditionalToStringInformation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteProcessDefinitionCommand()
public DeleteProcessDefinitionCommand(long id)
Method Detail |
---|
public java.lang.Object execute(JbpmContext jbpmContext) throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class AbstractBaseCommand
public long getId()
public void setId(long id)
public DeleteProcessDefinitionCommand id(long id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |