jBPM :: Audit 6.2.0-SNAPSHOT

Serialized Form


Package org.jbpm.process.audit

Class org.jbpm.process.audit.NodeInstanceLog extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

processInstanceId

long processInstanceId

processId

String processId

date

Date date

type

int type

nodeInstanceId

String nodeInstanceId

nodeId

String nodeId

nodeName

String nodeName

nodeType

String nodeType

workItemId

Long workItemId

connection

String connection

externalId

String externalId

Class org.jbpm.process.audit.ProcessInstanceLog extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

processInstanceId

long processInstanceId

processId

String processId

start

Date start

end

Date end

status

Integer status

parentProcessInstanceId

Long parentProcessInstanceId

outcome

String outcome

duration

Long duration

identity

String identity

processVersion

String processVersion

processName

String processName

externalId

String externalId
Dependening on the AuditEventBuilder implementation, this can be

processInstanceDescription

String processInstanceDescription

Class org.jbpm.process.audit.VariableInstanceLog extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

VARIABLE_LOG_LENGTH

int VARIABLE_LOG_LENGTH

id

long id

processInstanceId

long processInstanceId

processId

String processId

date

Date date

variableInstanceId

String variableInstanceId

variableId

String variableId

value

String value

oldValue

String oldValue

externalId

String externalId

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

queryData

org.kie.internal.query.data.QueryData queryData

Class org.jbpm.process.audit.command.AuditProcessInstanceLogQueryCommand extends AuditCommand<List<org.kie.api.runtime.manager.audit.ProcessInstanceLog>> implements Serializable

serialVersionUID: 7543632015198138915L

Serialized Fields

queryData

org.kie.internal.query.data.QueryData queryData

Class org.jbpm.process.audit.command.AuditVariableInstanceLogQueryCommand extends AuditCommand<List<org.kie.api.runtime.manager.audit.VariableInstanceLog>> implements Serializable

serialVersionUID: 403371489934741666L

Serialized Fields

queryData

org.kie.internal.query.data.QueryData queryData

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

Serialized Fields

processInstanceId

Long processInstanceId

nodeId

String nodeId

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

Serialized Fields

variableId

String variableId

value

String value

activeProcesses

Boolean activeProcesses

Class org.jbpm.process.audit.command.FindVariableInstancesCommand extends AuditCommand<List<VariableInstanceLog>> implements Serializable

serialVersionUID: 7087452375594067164L

Serialized Fields

processInstanceId

Long processInstanceId

variableId

String variableId


jBPM :: Audit 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.