|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.command.GetProcessInstanceLogCommand
public class GetProcessInstanceLogCommand
Retrieve the org.jbpm.logging.log.ProcessLog
for the
process with the given process-id
returns a map that maps Token
s to List
s.
Constructor Summary | |
---|---|
GetProcessInstanceLogCommand()
|
|
GetProcessInstanceLogCommand(long processInstanceId)
|
Method Summary | |
---|---|
java.lang.Object |
execute(JbpmContext jbpmContext)
|
long |
getProcessId()
Deprecated. use getProcessInstanceId instead |
long |
getProcessInstanceId()
|
protected java.util.Map |
loadLogdFromMap(java.util.Map logMap)
access everything on all ProcessLog objects, which is not in the default fetch group from hibernate, but needs to be accesible from the client overwrite this method, if you need more details in your client |
void |
setProcessId(long processId)
Deprecated. use setProcessInstanceId instead |
void |
setProcessInstanceId(long processInstanceId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetProcessInstanceLogCommand()
public GetProcessInstanceLogCommand(long processInstanceId)
Method Detail |
---|
public java.lang.Object execute(JbpmContext jbpmContext) throws java.lang.Exception
execute
in interface Command
java.lang.Exception
protected java.util.Map loadLogdFromMap(java.util.Map logMap)
m
- public long getProcessId()
public void setProcessId(long processId)
public long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |