jBPM Console NG - Process Runtime API 6.2.0.Final

Serialized Form


Package org.jbpm.console.ng.pr.model

Class org.jbpm.console.ng.pr.model.DocumentSummary extends GenericSummary implements Serializable

Serialized Fields

documentId

String documentId

documentLastModified

Date documentLastModified

documentSize

Long documentSize

documentLink

String documentLink

Class org.jbpm.console.ng.pr.model.NodeInstanceSummary extends Object implements Serializable

Serialized Fields

id

long id

processId

long processId

nodeName

String nodeName

nodeUniqueName

String nodeUniqueName

type

String type

timestamp

String timestamp

connection

String connection

completed

boolean completed

Class org.jbpm.console.ng.pr.model.ProcessInstanceSummary extends GenericSummary implements Serializable

Serialized Fields

processInstanceId

Long processInstanceId

processId

String processId

processName

String processName

processVersion

String processVersion

state

int state

startTime

Date startTime

deploymentId

String deploymentId

initiator

String initiator

processInstanceDescription

String processInstanceDescription

activeTasks

List<E> activeTasks

Class org.jbpm.console.ng.pr.model.ProcessSummary extends GenericSummary implements Serializable

Serialized Fields

processDefId

String processDefId

processDefName

String processDefName

packageName

String packageName

type

String type

version

String version

originalPath

String originalPath

deploymentId

String deploymentId

encodedProcessSource

String encodedProcessSource

Class org.jbpm.console.ng.pr.model.ProcessVariableSummary extends GenericSummary implements Serializable

Serialized Fields

variableId

String variableId

variableInstanceId

String variableInstanceId

processInstanceId

long processInstanceId

oldValue

String oldValue

newValue

String newValue

timestamp

long timestamp

type

String type

Package org.jbpm.console.ng.pr.model.events

Class org.jbpm.console.ng.pr.model.events.NewProcessInstanceEvent extends Object implements Serializable

Serialized Fields

newProcessInstanceId

Long newProcessInstanceId

newProcessDefId

String newProcessDefId

deploymentId

String deploymentId

newProcessInstanceStatus

Integer newProcessInstanceStatus

processDefName

String processDefName


jBPM Console NG - Process Runtime API 6.2.0.Final

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