Serialized Form
-
Package org.jbpm.process.audit
-
Class org.jbpm.process.audit.NodeInstanceLog extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
connection
String connection
-
date
Date date
-
externalId
String externalId
-
id
long id
-
nodeContainerId
String nodeContainerId
-
nodeId
String nodeId
-
nodeInstanceId
String nodeInstanceId
-
nodeName
String nodeName
-
nodeType
String nodeType
-
observation
String observation
-
processId
String processId
-
processInstanceId
long processInstanceId
-
referenceId
Long referenceId
-
slaCompliance
Integer slaCompliance
-
slaDueDate
Date slaDueDate
-
type
int type
-
workItemId
Long workItemId
-
-
Class org.jbpm.process.audit.ProcessInstanceLog extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
CORRELATION_KEY_LOG_LENGTH
int CORRELATION_KEY_LOG_LENGTH
-
correlationKey
String correlationKey
-
duration
Long duration
-
end
Date end
-
externalId
String externalId
Dependening on theAuditEventBuilderimplementation, this can be- The
KieRuntimeid - The deployment unit Id
- The
-
id
long id
-
identity
String identity
-
outcome
String outcome
-
parentProcessInstanceId
Long parentProcessInstanceId
-
processId
String processId
-
processInstanceDescription
String processInstanceDescription
-
processInstanceId
long processInstanceId
-
processName
String processName
-
processType
Integer processType
-
processVersion
String processVersion
-
slaCompliance
Integer slaCompliance
-
slaDueDate
Date slaDueDate
-
start
Date start
-
status
Integer status
-
-
Class org.jbpm.process.audit.VariableInstanceLog extends Object implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
-
Package org.jbpm.process.audit.command
-
Class org.jbpm.process.audit.command.AuditCommand extends Object implements Serializable
-
Serialized Fields
-
auditLogService
AuditLogService auditLogService
-
-
-
Class org.jbpm.process.audit.command.AuditNodeInstanceLogQueryCommand extends AuditCommand<List<org.kie.api.runtime.manager.audit.NodeInstanceLog>> implements Serializable
- serialVersionUID:
- -5408224599858065532L
-
Serialized Fields
-
queryWhere
org.jbpm.query.jpa.data.QueryWhere queryWhere
-
-
Class org.jbpm.process.audit.command.AuditProcessInstanceLogQueryCommand extends AuditCommand<List<org.kie.api.runtime.manager.audit.ProcessInstanceLog>> implements Serializable
- serialVersionUID:
- 7543632015198138915L
-
Serialized Fields
-
queryWhere
org.jbpm.query.jpa.data.QueryWhere queryWhere
-
-
Class org.jbpm.process.audit.command.AuditVariableInstanceLogQueryCommand extends AuditCommand<List<org.kie.api.runtime.manager.audit.VariableInstanceLog>> implements Serializable
- serialVersionUID:
- 403371489934741666L
-
Serialized Fields
-
queryWhere
org.jbpm.query.jpa.data.QueryWhere queryWhere
-
-
Class org.jbpm.process.audit.command.ClearHistoryLogsCommand extends AuditCommand<Void> implements Serializable
- serialVersionUID:
- 9066179664390664420L
-
Class org.jbpm.process.audit.command.FindActiveProcessInstancesCommand extends AuditCommand<List<ProcessInstanceLog>> implements Serializable
- serialVersionUID:
- 3096240261041200350L
-
Serialized Fields
-
processId
String processId
-
-
Class org.jbpm.process.audit.command.FindNodeInstancesCommand extends AuditCommand<List<NodeInstanceLog>> implements Serializable
- serialVersionUID:
- 5374910016873481604L
-
Class org.jbpm.process.audit.command.FindProcessInstanceCommand extends AuditCommand<ProcessInstanceLog> implements Serializable
- serialVersionUID:
- -7548733507155126870L
-
Serialized Fields
-
processInstanceId
Long processInstanceId
-
-
Class org.jbpm.process.audit.command.FindProcessInstancesCommand extends AuditCommand<List<ProcessInstanceLog>> implements Serializable
- serialVersionUID:
- 8153962391271874232L
-
Serialized Fields
-
processId
String processId
-
-
Class org.jbpm.process.audit.command.FindSubProcessInstancesCommand extends AuditCommand<List<ProcessInstanceLog>> implements Serializable
- serialVersionUID:
- 7334860936916050668L
-
Serialized Fields
-
processInstanceId
Long processInstanceId
-
-
Class org.jbpm.process.audit.command.FindVariableInstancesByNameCommand extends AuditCommand<List<VariableInstanceLog>> implements Serializable
- serialVersionUID:
- 7087452375594067164L
-
Class org.jbpm.process.audit.command.FindVariableInstancesCommand extends AuditCommand<List<VariableInstanceLog>> implements Serializable
- serialVersionUID:
- 7087452375594067164L
-