org.jbpm.process.audit.command
Class FindNodeInstancesCommand
java.lang.Object
org.jbpm.process.audit.command.AuditCommand<List<NodeInstanceLog>>
org.jbpm.process.audit.command.FindNodeInstancesCommand
- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<List<NodeInstanceLog>>, Command<List<NodeInstanceLog>>, org.kie.internal.command.ProcessInstanceIdCommand
public class FindNodeInstancesCommand
- extends AuditCommand<List<NodeInstanceLog>>
- implements org.kie.internal.command.ProcessInstanceIdCommand
- See Also:
- Serialized Form
FindNodeInstancesCommand
public FindNodeInstancesCommand()
FindNodeInstancesCommand
public FindNodeInstancesCommand(long processInstanceId)
FindNodeInstancesCommand
public FindNodeInstancesCommand(long processInstanceId,
String nodeId)
execute
public List<NodeInstanceLog> execute(org.kie.internal.command.Context cntxt)
- Specified by:
execute
in interface org.drools.core.command.impl.GenericCommand<List<NodeInstanceLog>>
getProcessInstanceId
public Long getProcessInstanceId()
- Specified by:
getProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
setProcessInstanceId
public void setProcessInstanceId(Long processInstanceId)
- Specified by:
setProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
getNodeId
public String getNodeId()
setNodeId
public void setNodeId(String nodeId)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.