|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.command.AbstractGetObjectBaseCommand
org.jbpm.command.GetProcessDefinitionsCommand
public class GetProcessDefinitionsCommand
This Command returns all process definitions (or only the latest if onlyLatest is true)
Constructor Summary | |
---|---|
GetProcessDefinitionsCommand()
|
|
GetProcessDefinitionsCommand(boolean onlyLatest)
|
Method Summary | |
---|---|
java.lang.Object |
execute(JbpmContext jbpmContext)
|
boolean |
isOnlyLatest()
|
void |
setOnlyLatest(boolean onlyLatest)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetProcessDefinitionsCommand()
public GetProcessDefinitionsCommand(boolean onlyLatest)
Method Detail |
---|
public java.lang.Object execute(JbpmContext jbpmContext) throws java.lang.Exception
java.lang.Exception
public boolean isOnlyLatest()
public void setOnlyLatest(boolean onlyLatest)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |