jBPM distribution 6.0.0.Alpha9

Serialized Form


Package org.droolsjbpm.services.impl.event

Class org.droolsjbpm.services.impl.event.NodeInstanceEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

processInstanceId

long processInstanceId

nodeInstanceId

long nodeInstanceId

nodeName

String nodeName

nodeId

long nodeId

Class org.droolsjbpm.services.impl.event.NodeInstanceLeftEvent extends NodeInstanceEvent implements Serializable

serialVersionUID: -512023758682705814L

Class org.droolsjbpm.services.impl.event.NodeInstanceTriggeredEvent extends NodeInstanceEvent implements Serializable

serialVersionUID: -770303975624590552L

Class org.droolsjbpm.services.impl.event.ProcessEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

processInstanceId

long processInstanceId

processId

String processId

processName

String processName

version

String version

state

int state

Class org.droolsjbpm.services.impl.event.ProcessInstanceCompletedEvent extends ProcessEvent implements Serializable

serialVersionUID: 6853884184207344822L

Class org.droolsjbpm.services.impl.event.ProcessInstanceStartedEvent extends ProcessEvent implements Serializable

serialVersionUID: -4266513388093196681L


Package org.droolsjbpm.services.impl.model

Class org.droolsjbpm.services.impl.model.BAMProcessSummary extends Object implements Serializable

Serialized Fields

pk

Long pk

processInstanceId

long processInstanceId

processName

String processName

status

String status

startDate

Date startDate

endDate

Date endDate

userId

String userId

processVersion

String processVersion

duration

Long duration

Class org.droolsjbpm.services.impl.model.BAMTaskSummary extends Object implements Serializable

Serialized Fields

pk

Long pk

taskId

long taskId

taskName

String taskName

status

String status

createdDate

Date createdDate

startDate

Date startDate

endDate

Date endDate

processInstanceId

long processInstanceId

userId

String userId

duration

Long duration

Class org.droolsjbpm.services.impl.model.NodeInstanceDesc extends Object implements Serializable

Serialized Fields

pk

long pk

id

long id

nodeId

long nodeId

nodeUniqueId

String nodeUniqueId

name

String name

domainName

String domainName

sessionId

int sessionId

processInstanceId

long processInstanceId

type

String type

completed

boolean completed

connection

String connection

dataTimeStamp

Date dataTimeStamp

Class org.droolsjbpm.services.impl.model.ProcessDesc extends Object implements Serializable

Serialized Fields

pki

long pki

id

String id

name

String name

version

String version

packageName

String packageName

type

String type

knowledgeType

String knowledgeType

namespace

String namespace

domainName

String domainName

sessionId

int sessionId

sessionName

String sessionName

dataTimeStamp

Date dataTimeStamp

Class org.droolsjbpm.services.impl.model.ProcessInputDesc extends Object implements Serializable

Serialized Fields

pk

long pk

processName

String processName

input

String input

Class org.droolsjbpm.services.impl.model.ProcessInstanceDesc extends Object implements Serializable

Serialized Fields

pk

long pk

id

long id

processId

String processId

processName

String processName

processVersion

String processVersion

state

int state

eventTypes

String[] eventTypes

processDefId

String processDefId

sessionId

int sessionId

domainName

String domainName

initiator

String initiator

dataTimeStamp

Date dataTimeStamp

Class org.droolsjbpm.services.impl.model.RuleNotificationInstanceDesc extends Object implements Serializable

Serialized Fields

pk

long pk

notification

String notification

sessionId

int sessionId

dataTimeStamp

Date dataTimeStamp

Class org.droolsjbpm.services.impl.model.VariableStateDesc extends Object implements Serializable

Serialized Fields

pk

long pk

variableId

String variableId

variableInstanceId

String variableInstanceId

oldValue

String oldValue

newValue

String newValue

domainName

String domainName

sessionId

int sessionId

processInstanceId

long processInstanceId

dataTimeStamp

Date dataTimeStamp

Package org.jbpm.bpmn2.core

Class org.jbpm.bpmn2.core.Association extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

id

String id

sourceRef

String sourceRef

targetRef

String targetRef

Class org.jbpm.bpmn2.core.Bpmn2Import extends Object implements Serializable

serialVersionUID: 6625038042886559671L

Serialized Fields

type

String type

location

String location

namespace

String namespace

Class org.jbpm.bpmn2.core.DataStore extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

id

String id

name

String name

type

org.drools.process.core.datatype.DataType type

itemSubjectRef

String itemSubjectRef

Class org.jbpm.bpmn2.core.Definitions extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

targetNamespace

String targetNamespace

dataStores

List<E> dataStores

associations

List<E> associations

Class org.jbpm.bpmn2.core.Error extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

errorCode

String errorCode

Class org.jbpm.bpmn2.core.Escalation extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

escalationCode

String escalationCode

Class org.jbpm.bpmn2.core.Interface extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

name

String name

implementationRef

String implementationRef

operations

Map<K,V> operations

Class org.jbpm.bpmn2.core.IntermediateLink extends Object implements Serializable

serialVersionUID: 201105091147L

Serialized Fields

uniqueId

String uniqueId

target

String target

name

String name

type

String type

sources

List<E> sources

Class org.jbpm.bpmn2.core.ItemDefinition extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

structureRef

String structureRef

Class org.jbpm.bpmn2.core.Lane extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

name

String name

flowElementIds

List<E> flowElementIds

Class org.jbpm.bpmn2.core.Message extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

type

String type

Class org.jbpm.bpmn2.core.SequenceFlow extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

sourceRef

String sourceRef

targetRef

String targetRef

bendpoints

String bendpoints

expression

String expression

type

String type

language

String language

name

String name

priority

int priority

Package org.jbpm.examples

Class org.jbpm.examples.JBPMExamplesApp extends JFrame implements Serializable


Package org.jbpm.examples.junit

Class org.jbpm.examples.junit.Person extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

name

String name

Package org.jbpm.examples.request

Class org.jbpm.examples.request.RequestUI extends JFrame implements Serializable

serialVersionUID: 510L

Serialized Fields

requestId

int requestId

nameField

JTextField nameField

amountField

JTextField amountField

signalField

JTextField signalField

processField

JTextField processField

ksession

org.kie.runtime.StatefulKnowledgeSession ksession

processInstance

WorkflowProcessInstance processInstance

Class org.jbpm.examples.request.UIWorkItemHandler extends JFrame implements Serializable

serialVersionUID: 510L

Serialized Fields

workItems

Map<K,V> workItems

workItemsList

JList workItemsList

selectButton

JButton selectButton

Class org.jbpm.examples.request.UIWorkItemHandlerDialog extends JDialog implements Serializable

serialVersionUID: 510L

Serialized Fields

results

Map<K,V> results

handler

UIWorkItemHandler handler

workItem

WorkItem workItem

resultNameTextField

JTextField resultNameTextField

resultValueTextField

JTextField resultValueTextField

addResultButton

JButton addResultButton

completeButton

JButton completeButton

abortButton

JButton abortButton

Package org.jbpm.executor.api

Class org.jbpm.executor.api.CommandContext extends Object implements Serializable

serialVersionUID: -1440017934399413860L

Serialized Fields

data

Map<K,V> data

Class org.jbpm.executor.api.ExecutionResults extends Object implements Serializable

serialVersionUID: -1738336024526084091L

Serialized Fields

data

Map<K,V> data

Package org.jbpm.executor.entities

Class org.jbpm.executor.entities.ErrorInfo extends Object implements Serializable

Serialized Fields

id

Long id

time

Date time

message

String message

stacktrace

String stacktrace

requestInfo

RequestInfo requestInfo

Package org.jbpm.form.builder.services.api

Class org.jbpm.form.builder.services.api.FormBuilderServiceException extends Exception implements Serializable

serialVersionUID: 3248011011993977193L

Class org.jbpm.form.builder.services.api.FormServiceException extends Exception implements Serializable

serialVersionUID: 1577813833697027184L

Class org.jbpm.form.builder.services.api.MenuServiceException extends Exception implements Serializable

serialVersionUID: 7504030730920630033L


Package org.jbpm.form.builder.services.impl.fs

Class org.jbpm.form.builder.services.impl.fs.FSFileService extends Object implements Serializable

Class org.jbpm.form.builder.services.impl.fs.FSFormDefinitionService extends Object implements Serializable


Package org.jbpm.form.builder.services.model

Class org.jbpm.form.builder.services.model.Data extends Object implements Serializable

Serialized Fields

mimeType

String mimeType

name

String name

value

String value

formatter

Formatter formatter

Class org.jbpm.form.builder.services.model.ExternalData extends Object implements Serializable

Serialized Fields

source

String source

method

String method

responseLanguage

String responseLanguage

xpath

String xpath

Class org.jbpm.form.builder.services.model.FormItemRepresentation extends Object implements Serializable

Serialized Fields

eventActions

Map<K,V> eventActions

itemValidations

List<E> itemValidations

output

OutputData output

input

InputData input

external

ExternalData external

width

String width

height

String height

typeId

String typeId

effectClasses

List<E> effectClasses

Class org.jbpm.form.builder.services.model.FormRepresentation extends Object implements Serializable

serialVersionUID: 6207901499318773670L

Serialized Fields

name

String name

taskId

String taskId

processName

String processName

action

String action

method

String method

enctype

String enctype

formValidations

List<E> formValidations

formItems

List<E> formItems

outputs

Map<K,V> outputs

inputs

Map<K,V> inputs

onLoadScripts

List<E> onLoadScripts

onSubmitScripts

List<E> onSubmitScripts

lastModified

long lastModified

documentation

String documentation

saved

boolean saved

Class org.jbpm.form.builder.services.model.InputData extends Data implements Serializable

Class org.jbpm.form.builder.services.model.OutputData extends Data implements Serializable

Class org.jbpm.form.builder.services.model.ScriptData extends Object implements Serializable

Serialized Fields

parameters

Map<K,V> parameters

Class org.jbpm.form.builder.services.model.ScriptRepresentation extends Object implements Serializable

Serialized Fields

documentation

String documentation

id

String id

helpers

List<E> helpers

type

String type

src

String src

content

String content

invokeFunction

String invokeFunction

Class org.jbpm.form.builder.services.model.Settings extends Object implements Serializable

Serialized Fields

id

Long id

entries

List<E> entries

userId

String userId

Class org.jbpm.form.builder.services.model.SettingsEntry extends Object implements Serializable

Serialized Fields

id

Long id

key

String key

value

String value

Package org.jbpm.form.builder.services.model.forms

Class org.jbpm.form.builder.services.model.forms.FormEncodingException extends Exception implements Serializable

serialVersionUID: 1113435107260639779L


Package org.jbpm.form.builder.services.model.items

Class org.jbpm.form.builder.services.model.items.AbsolutePanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

items

Map<K,V> items

id

String id

Class org.jbpm.form.builder.services.model.items.AudioRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

id

String id

dataType

String dataType

audioUrl

String audioUrl

Class org.jbpm.form.builder.services.model.items.BorderPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

items

Map<K,V> items

Class org.jbpm.form.builder.services.model.items.ButtonRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

text

String text

name

String name

id

String id

i18n

Map<K,V> i18n

format

String format

Class org.jbpm.form.builder.services.model.items.CalendarRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

iconUrl

String iconUrl

calendarCss

String calendarCss

defaultValue

String defaultValue

Class org.jbpm.form.builder.services.model.items.CanvasRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

dataType

String dataType

id

String id

fallbackUrl

String fallbackUrl

Class org.jbpm.form.builder.services.model.items.CheckBoxRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

formValue

String formValue

checked

Boolean checked

name

String name

id

String id

Class org.jbpm.form.builder.services.model.items.ClientScriptRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

type

String type

src

String src

Class org.jbpm.form.builder.services.model.items.ComboBoxRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

elements

List<E> elements

elementsPopulationScript

ScriptRepresentation elementsPopulationScript

name

String name

id

String id

Class org.jbpm.form.builder.services.model.items.CompleteButtonRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

text

String text

name

String name

id

String id

onClickScript

ScriptRepresentation onClickScript

i18n

Map<K,V> i18n

format

String format

Class org.jbpm.form.builder.services.model.items.ConditionalBlockRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

ifBlock

FormItemRepresentation ifBlock

elseBlock

FormItemRepresentation elseBlock

condition

String condition

Class org.jbpm.form.builder.services.model.items.CSSPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

cssStylesheetUrl

String cssStylesheetUrl

id

String id

items

List<E> items

Class org.jbpm.form.builder.services.model.items.FieldSetPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

id

String id

legend

String legend

items

List<E> items

i18n

Map<K,V> i18n

Class org.jbpm.form.builder.services.model.items.FileInputRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

name

String name

id

String id

accept

String accept

Class org.jbpm.form.builder.services.model.items.FlowPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

id

String id

items

List<E> items

Class org.jbpm.form.builder.services.model.items.HeaderRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

value

String value

styleClass

String styleClass

cssId

String cssId

cssName

String cssName

i18n

Map<K,V> i18n

format

String format

Class org.jbpm.form.builder.services.model.items.HiddenRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

id

String id

name

String name

value

String value

Class org.jbpm.form.builder.services.model.items.HorizontalPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

borderWidth

Integer borderWidth

spacing

Integer spacing

cssClassName

String cssClassName

horizontalAlignment

String horizontalAlignment

verticalAlignment

String verticalAlignment

title

String title

id

String id

items

List<E> items

Class org.jbpm.form.builder.services.model.items.HTMLRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

content

String content

Class org.jbpm.form.builder.services.model.items.ImageRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

altText

String altText

url

String url

id

String id

i18n

Map<K,V> i18n

Class org.jbpm.form.builder.services.model.items.ImageRolodexRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

imageUrls

List<E> imageUrls

animated

boolean animated

selectedIndex

int selectedIndex

Class org.jbpm.form.builder.services.model.items.LabelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

value

String value

id

String id

cssName

String cssName

i18n

Map<K,V> i18n

format

String format

Class org.jbpm.form.builder.services.model.items.LineGraphRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

dataTable

List<E> dataTable

dataStructure

List<E> dataStructure

graphTitle

String graphTitle

graphXTitle

String graphXTitle

graphYTitle

String graphYTitle

Class org.jbpm.form.builder.services.model.items.LoopBlockRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

inputName

String inputName

variableName

String variableName

loopBlock

FormItemRepresentation loopBlock

Class org.jbpm.form.builder.services.model.items.MenuPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

type

String type

cssClassName

String cssClassName

id

String id

dir

String dir

items

List<E> items

Class org.jbpm.form.builder.services.model.items.MIGPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

elements

List<E> elements

colspans

Map<K,V> colspans

rowspans

Map<K,V> rowspans

rows

Integer rows

borderWidth

Integer borderWidth

cellSpacing

Integer cellSpacing

cellPadding

Integer cellPadding

title

String title

Class org.jbpm.form.builder.services.model.items.NumberFieldRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

defaultValue

Double defaultValue

name

String name

id

String id

maxLength

Integer maxLength

Class org.jbpm.form.builder.services.model.items.OptionRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

label

String label

value

String value

Class org.jbpm.form.builder.services.model.items.PasswordFieldRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

defaultValue

String defaultValue

name

String name

id

String id

maxLength

Integer maxLength

Class org.jbpm.form.builder.services.model.items.RadioButtonRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

name

String name

id

String id

value

String value

selected

Boolean selected

Class org.jbpm.form.builder.services.model.items.RangeFieldRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

defaultValue

Double defaultValue

name

String name

id

String id

min

Double min

max

Double max

step

Double step

Class org.jbpm.form.builder.services.model.items.RichTextEditorRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

html

String html

Class org.jbpm.form.builder.services.model.items.ServerTransformationRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

language

String language

script

String script

Class org.jbpm.form.builder.services.model.items.SummaryRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

dir

String dir

id

String id

scrollLeft

int scrollLeft

scrollTop

int scrollTop

items

List<E> items

i18n

Map<K,V> i18n

Class org.jbpm.form.builder.services.model.items.TabbedPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

tabTitles

List<E> tabTitles

tabContents

Map<K,V> tabContents

cssClassName

String cssClassName

id

String id

tabWidth

String tabWidth

Class org.jbpm.form.builder.services.model.items.TableRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

elements

List<E> elements

rows

Integer rows

columns

Integer columns

borderWidth

Integer borderWidth

cellPadding

Integer cellPadding

cellSpacing

Integer cellSpacing

Class org.jbpm.form.builder.services.model.items.TextAreaRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

name

String name

rows

int rows

cols

int cols

value

String value

id

String id

Class org.jbpm.form.builder.services.model.items.TextFieldRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

defaultValue

String defaultValue

name

String name

id

String id

maxLength

Integer maxLength

Class org.jbpm.form.builder.services.model.items.UploadWithProgressBarRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

autoSubmit

boolean autoSubmit

avoidRepeatFiles

boolean avoidRepeatFiles

enabled

boolean enabled

cssClassName

String cssClassName

Class org.jbpm.form.builder.services.model.items.VerticalPanelRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

id

String id

items

List<E> items

Class org.jbpm.form.builder.services.model.items.VideoRepresentation extends FormItemRepresentation implements Serializable

Serialized Fields

cssClassName

String cssClassName

id

String id

dataType

String dataType

videoUrl

String videoUrl

Package org.jbpm.form.builder.services.model.menu

Class org.jbpm.form.builder.services.model.menu.FormEffectDescription extends Object implements Serializable

Serialized Fields

className

String className

Class org.jbpm.form.builder.services.model.menu.MenuItemDescription extends Object implements Serializable

Serialized Fields

className

String className

name

String name

iconUrl

String iconUrl

itemRepresentationMap

Map<K,V> itemRepresentationMap

effects

List<E> effects

allowedEvents

List<E> allowedEvents

Class org.jbpm.form.builder.services.model.menu.MenuOptionDescription extends Object implements Serializable

Serialized Fields

html

String html

subMenu

List<E> subMenu

commandClass

String commandClass

Class org.jbpm.form.builder.services.model.menu.ValidationDescription extends Object implements Serializable

Serialized Fields

className

String className

properties

Map<K,V> properties

Package org.jbpm.marshalling.impl

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

processType_

Object processType_

id_

long id_

processId_

Object processId_

state_

int state_

nodeInstanceCounter_

long nodeInstanceCounter_

processXml_

Object processXml_

swimlaneContext_

List<E> swimlaneContext_

nodeInstance_

List<E> nodeInstance_

variable_

List<E> variable_

exclusiveGroup_

List<E> exclusiveGroup_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.ExclusiveGroupInstance extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

groupNodeInstanceId_

List<E> groupNodeInstanceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstance extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

long id_

nodeId_

long nodeId_

content_

JBPMMessages.ProcessInstance.NodeInstanceContent content_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

JBPMMessages.ProcessInstance.NodeInstanceType type_

ruleSet_

JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode ruleSet_

humanTask_

JBPMMessages.ProcessInstance.NodeInstanceContent.HumanTaskNode humanTask_

workItem_

JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNode workItem_

subProcess_

JBPMMessages.ProcessInstance.NodeInstanceContent.SubProcessNode subProcess_

milestone_

JBPMMessages.ProcessInstance.NodeInstanceContent.MilestoneNode milestone_

event_

JBPMMessages.ProcessInstance.NodeInstanceContent.EventNode event_

timer_

JBPMMessages.ProcessInstance.NodeInstanceContent.TimerNode timer_

join_

JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode join_

state_

JBPMMessages.ProcessInstance.NodeInstanceContent.StateNode state_

composite_

JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode composite_

forEach_

JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode forEach_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

timerInstanceId_

List<E> timerInstanceId_

variable_

List<E> variable_

nodeInstance_

List<E> nodeInstance_

exclusiveGroup_

List<E> exclusiveGroup_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.EventNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

nodeInstance_

List<E> nodeInstance_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.HumanTaskNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

workItemId_

long workItemId_

timerInstanceId_

List<E> timerInstanceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

trigger_

List<E> trigger_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode.JoinTrigger extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

nodeId_

long nodeId_

counter_

int counter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.MilestoneNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

timerInstanceId_

List<E> timerInstanceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

timerInstanceId_

List<E> timerInstanceId_

mapEntry_

List<E> mapEntry_

ruleFlowGroup_

Object ruleFlowGroup_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode.TextMapEntry extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.StateNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

timerInstanceId_

List<E> timerInstanceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.SubProcessNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

processInstanceId_

long processInstanceId_

timerInstanceId_

List<E> timerInstanceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.TimerNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

timerId_

long timerId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

workItemId_

long workItemId_

timerInstanceId_

List<E> timerInstanceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.SwimlaneContextInstance extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

swimlane_

Object swimlane_

actorId_

Object actorId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessTimer extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

timer_

JBPMMessages.ProcessTimer.TimerInstance timer_

trigger_

org.drools.marshalling.impl.ProtobufMessages.Trigger trigger_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.ProcessTimer.TimerInstance extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

long id_

timerId_

long timerId_

delay_

long delay_

period_

long period_

processInstanceId_

long processInstanceId_

activatedTime_

long activatedTime_

lastTriggered_

long lastTriggered_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.Variable extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

strategyIndex_

int strategyIndex_

value_

com.google.protobuf.ByteString value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.jbpm.marshalling.impl.JBPMMessages.WorkItem extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

long id_

processInstancesId_

long processInstancesId_

name_

Object name_

state_

int state_

variable_

List<E> variable_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Package org.jbpm.process.audit

Class org.jbpm.process.audit.AbstractAuditLogger extends org.drools.audit.WorkingMemoryLogger implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class org.jbpm.process.audit.JPAWorkingMemoryDbLogger extends AbstractAuditLogger implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

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

serialVersionUID: 510L

Serialized Fields

id

long id

type

int type

processInstanceId

long processInstanceId

processId

String processId

nodeInstanceId

String nodeInstanceId

nodeId

String nodeId

nodeName

String nodeName

date

Date date

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

int status

parentProcessInstanceId

long parentProcessInstanceId

outcome

String outcome

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

serialVersionUID: 510L

Serialized Fields

id

long id

processInstanceId

long processInstanceId

processId

String processId

variableInstanceId

String variableInstanceId

variableId

String variableId

value

String value

date

Date date

Package org.jbpm.process.audit.jms

Class org.jbpm.process.audit.jms.AsyncAuditLogProducer extends AbstractAuditLogger implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package org.jbpm.process.core.context

Class org.jbpm.process.core.context.AbstractContext extends Object implements Serializable

Serialized Fields

id

long id

contextContainer

ContextContainer contextContainer

Package org.jbpm.process.core.context.exception

Class org.jbpm.process.core.context.exception.ActionExceptionHandler extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

faultVariable

String faultVariable

action

DroolsAction action

Class org.jbpm.process.core.context.exception.ExceptionScope extends AbstractContext implements Serializable

serialVersionUID: 510L

Serialized Fields

exceptionHandlers

Map<K,V> exceptionHandlers

Package org.jbpm.process.core.context.exclusive

Class org.jbpm.process.core.context.exclusive.ExclusiveGroup extends AbstractContext implements Serializable

serialVersionUID: 510L


Package org.jbpm.process.core.context.swimlane

Class org.jbpm.process.core.context.swimlane.Swimlane extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

name

String name

actorId

String actorId

Class org.jbpm.process.core.context.swimlane.SwimlaneContext extends AbstractContext implements Serializable

serialVersionUID: 510L

Serialized Fields

swimlanes

Map<K,V> swimlanes

Package org.jbpm.process.core.context.variable

Class org.jbpm.process.core.context.variable.Variable extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

name

String name

type

org.drools.process.core.datatype.DataType type

value

Object value

metaData

Map<K,V> metaData

Class org.jbpm.process.core.context.variable.VariableScope extends AbstractContext implements Serializable

serialVersionUID: 510L

Serialized Fields

variables

List<E> variables

Package org.jbpm.process.core.event

Class org.jbpm.process.core.event.EventTypeFilter extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

type

String type

Package org.jbpm.process.core.impl

Class org.jbpm.process.core.impl.ContextContainerImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

defaultContexts

Map<K,V> defaultContexts

subContexts

Map<K,V> subContexts

lastContextId

long lastContextId

Class org.jbpm.process.core.impl.ProcessImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

String id

name

String name

version

String version

type

String type

packageName

String packageName

resource

Resource resource

contextContainer

ContextContainer contextContainer

metaData

Map<K,V> metaData

imports

List<E> imports

globals

Map<K,V> globals

functionImports

List<E> functionImports

Package org.jbpm.process.core.timer

Class org.jbpm.process.core.timer.Timer extends Object implements Serializable

Serialized Fields

id

long id

delay

String delay

period

String period

date

String date

timeType

int timeType

Package org.jbpm.process.instance.context

Class org.jbpm.process.instance.context.AbstractContextInstance extends Object implements Serializable

Serialized Fields

contextId

long contextId

contextInstanceContainer

ContextInstanceContainer contextInstanceContainer

processInstance

ProcessInstance processInstance

Package org.jbpm.process.instance.context.exception

Class org.jbpm.process.instance.context.exception.DefaultExceptionScopeInstance extends ExceptionScopeInstance implements Serializable

serialVersionUID: 510L

Class org.jbpm.process.instance.context.exception.ExceptionScopeInstance extends AbstractContextInstance implements Serializable

serialVersionUID: 510L


Package org.jbpm.process.instance.context.exclusive

Class org.jbpm.process.instance.context.exclusive.ExclusiveGroupInstance extends AbstractContextInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

nodeInstances

Map<K,V> nodeInstances

Package org.jbpm.process.instance.context.swimlane

Class org.jbpm.process.instance.context.swimlane.SwimlaneContextInstance extends AbstractContextInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

swimlaneActors

Map<K,V> swimlaneActors

Package org.jbpm.process.instance.context.variable

Class org.jbpm.process.instance.context.variable.VariableScopeInstance extends AbstractContextInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

variables

Map<K,V> variables

Package org.jbpm.process.instance.event

Class org.jbpm.process.instance.event.DefaultSignalManager.SignalAction extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.process.instance.event.DefaultSignalManager.SignalProcessInstanceAction extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jbpm.process.instance.impl

Class org.jbpm.process.instance.impl.CancelNodeInstanceAction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attachedToNodeId

Long attachedToNodeId

Class org.jbpm.process.instance.impl.MVELAction extends Object implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.process.instance.impl.MVELReturnValueEvaluator extends Object implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.process.instance.impl.ProcessInstanceImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

processId

String processId

processXml

String processXml

state

int state

contextInstances

Map<K,V> contextInstances

subContextInstances

Map<K,V> subContextInstances

metaData

Map<K,V> metaData

outcome

String outcome

Class org.jbpm.process.instance.impl.ReturnValueConstraintEvaluator extends Object implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.process.instance.impl.RuleConstraintEvaluator extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

name

String name

constraint

String constraint

priority

int priority

dialect

String dialect

type

String type

isDefault

boolean isDefault

Class org.jbpm.process.instance.impl.XPATHReturnValueEvaluator extends Object implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jbpm.process.instance.impl.demo

Class org.jbpm.process.instance.impl.demo.UIWorkItemHandler extends JFrame implements Serializable

serialVersionUID: 510L

Serialized Fields

workItems

Map<K,V> workItems

workItemsList

JList workItemsList

selectButton

JButton selectButton

Class org.jbpm.process.instance.impl.demo.UIWorkItemHandlerDialog extends JDialog implements Serializable

serialVersionUID: 510L

Serialized Fields

results

Map<K,V> results

handler

UIWorkItemHandler handler

workItem

WorkItem workItem

resultNameTextField

JTextField resultNameTextField

resultValueTextField

JTextField resultValueTextField

addResultButton

JButton addResultButton

completeButton

JButton completeButton

abortButton

JButton abortButton

Package org.jbpm.process.instance.impl.humantask

Class org.jbpm.process.instance.impl.humantask.HumanTaskDialog extends JDialog implements Serializable

serialVersionUID: 510L

Serialized Fields

handler

HumanTaskHandler handler

workItem

WorkItem workItem

resultNameField

JTextField resultNameField

resultValueField

JTextField resultValueField

results

List<E> results

resultList

JList resultList

removeResultButton

JButton removeResultButton

completeButton

JButton completeButton

abortButton

JButton abortButton

Class org.jbpm.process.instance.impl.humantask.HumanTaskHandler extends JFrame implements Serializable

serialVersionUID: 510L

Serialized Fields

workItems

Map<K,V> workItems

actorTextField

JTextField actorTextField

workItemsList

JList workItemsList

selectButton

JButton selectButton

Package org.jbpm.process.instance.timer

Class org.jbpm.process.instance.timer.TimerManager.OverdueTrigger extends Object implements Serializable

serialVersionUID: -2368476147776308013L

Serialized Fields

orig

org.drools.time.Trigger orig

kruntime

org.drools.common.InternalKnowledgeRuntime kruntime

Class org.jbpm.process.instance.timer.TimerManager.ProcessJobContext extends Object implements Serializable

serialVersionUID: 476843895176221627L

Serialized Fields

processInstanceId

Long processInstanceId

kruntime

org.drools.common.InternalKnowledgeRuntime kruntime

timer

TimerInstance timer

trigger

org.drools.time.Trigger trigger

jobHandle

org.drools.time.JobHandle jobHandle

Package org.jbpm.process.workitem

Class org.jbpm.process.workitem.WorkDefinitionImpl extends org.drools.process.core.impl.WorkDefinitionExtensionImpl implements Serializable

serialVersionUID: 5L

Serialized Fields

dependencies

String[] dependencies

defaultHandler

String defaultHandler

category

String category

path

String path

file

String file

documentation

String documentation

iconEncoded

String iconEncoded

Package org.jbpm.ruleflow.core

Class org.jbpm.ruleflow.core.RuleFlowProcess extends WorkflowProcessImpl implements Serializable

serialVersionUID: 510L


Package org.jbpm.ruleflow.instance

Class org.jbpm.ruleflow.instance.RuleFlowProcessInstance extends WorkflowProcessInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.ruleflow.instance.RuleFlowProcessInstanceFactory extends AbstractProcessInstanceFactory implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jbpm.shared.services.api

Class org.jbpm.shared.services.api.FileException extends Exception implements Serializable

serialVersionUID: 8612783913087556595L


Package org.jbpm.task

Class org.jbpm.task.Attachment extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.BooleanExpression extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Comment extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.CompletionBehavior extends Object implements Serializable

Serialized Fields

id

long id

Class org.jbpm.task.Content extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.ContentData extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Deadline extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Deadlines extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Delegation extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.EmailNotification extends Notification implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.EmailNotificationHeader extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Escalation extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.FaultData extends ContentData implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Group extends OrganizationalEntity implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.I18NText extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Notification extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.OnAllSubTasksEndParentEndStrategy extends SubTasksStrategy implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.OnParentAbortAllSubTasksEndStrategy extends SubTasksStrategy implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.OrganizationalEntity extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.PeopleAssignments extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Reassignment extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.SubTasksStrategy extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.Task extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.TaskData extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.TaskDef extends Object implements Serializable

Serialized Fields

id

long id

name

String name

priority

int priority

Class org.jbpm.task.TaskEvent extends Object implements Serializable

Serialized Fields

id

long id

taskId

long taskId

type

TaskEvent.TaskEventType type

user

User user

Class org.jbpm.task.User extends OrganizationalEntity implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jbpm.task.commands

Class org.jbpm.task.commands.ActivateTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.AddTaskCommand extends TaskCommand implements Serializable

Serialized Fields

task

Task task

params

Map<K,V> params

data

ContentData data

Class org.jbpm.task.commands.ClaimNextAvailableTaskCommand extends TaskCommand implements Serializable

Serialized Fields

language

String language

Class org.jbpm.task.commands.ClaimTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.CompleteTaskCommand extends TaskCommand implements Serializable

Serialized Fields

data

Map<K,V> data

Class org.jbpm.task.commands.DelegateTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.ExitTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.FailTaskCommand extends TaskCommand implements Serializable

Serialized Fields

data

Map<K,V> data

Class org.jbpm.task.commands.ForwardTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.NominateTaskCommand extends TaskCommand implements Serializable

Serialized Fields

potentialOwners

List<E> potentialOwners

Class org.jbpm.task.commands.ReleaseTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.ResumeTaskCommand extends TaskCommand implements Serializable

Serialized Fields

taskId

long taskId

userId

String userId

Class org.jbpm.task.commands.SkipTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.StartTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.StopTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.SuspendTaskCommand extends TaskCommand implements Serializable

Class org.jbpm.task.commands.TaskCommand extends Object implements Serializable

Serialized Fields

taskId

long taskId

userId

String userId

groupsIds

List<E> groupsIds

targetEntityId

String targetEntityId

Package org.jbpm.task.event

Class org.jbpm.task.event.EventPayload extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.event.TaskEventKey extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.event.TaskEventSupport extends org.drools.event.AbstractEventSupport<TaskEventListener> implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package org.jbpm.task.event.entity

Class org.jbpm.task.event.entity.TaskClaimedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskCompletedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskCreatedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskEvent extends Object implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskFailedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskForwardedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskReleasedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskSkippedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskStartedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskStoppedEvent extends TaskUserEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Class org.jbpm.task.event.entity.TaskUserEvent extends TaskEvent implements Serializable

Serialization Methods

readExternal

public final void readExternal(ObjectInput in)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public final void writeExternal(ObjectOutput out)
                         throws IOException
Throws:
IOException

Package org.jbpm.task.events

Class org.jbpm.task.events.NotificationEvent extends Object implements Serializable

Serialized Fields

notification

Notification notification

task

Task task

content

Content content

Package org.jbpm.task.exception

Class org.jbpm.task.exception.CannotAddTaskException extends TaskException implements Serializable

Class org.jbpm.task.exception.IllegalTaskStateException extends TaskException implements Serializable

serialVersionUID: 1L

Class org.jbpm.task.exception.IncorrectParametersException extends TaskException implements Serializable

Class org.jbpm.task.exception.PermissionDeniedException extends TaskException implements Serializable

Class org.jbpm.task.exception.TaskError extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.exception.TaskException extends RuntimeException implements Serializable


Package org.jbpm.task.query

Class org.jbpm.task.query.TaskSummary extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jbpm.task.service

Class org.jbpm.task.service.CannotAddTaskException extends TaskException implements Serializable

Class org.jbpm.task.service.Command extends Object implements Serializable

Serialized Fields

id

int id

name

CommandName name

arguments

List<E> arguments

Class org.jbpm.task.service.ContentData extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.service.FaultData extends ContentData implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.service.IllegalTaskStateException extends TaskException implements Serializable

serialVersionUID: 1L

Class org.jbpm.task.service.IncorrectParametersException extends TaskException implements Serializable

Class org.jbpm.task.service.PermissionDeniedException extends TaskException implements Serializable

Class org.jbpm.task.service.TaskError extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.task.service.TaskException extends RuntimeException implements Serializable


Package org.jbpm.task.utils

Class org.jbpm.task.utils.MarshalledContentWrapper extends Object implements Serializable

Serialized Fields

content

byte[] content

marshaller

String marshaller

type

Class<T> type

Package org.jbpm.workflow.core

Class org.jbpm.workflow.core.DroolsAction extends Object implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jbpm.workflow.core.impl

Class org.jbpm.workflow.core.impl.ConnectionImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

from

Node from

to

Node to

fromType

String fromType

toType

String toType

metaData

Map<K,V> metaData

Class org.jbpm.workflow.core.impl.ConnectionRef extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

toType

String toType

nodeId

long nodeId

Class org.jbpm.workflow.core.impl.ConstraintImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

metaData

Map<K,V> metaData

name

String name

constraint

String constraint

priority

int priority

dialect

String dialect

type

String type

isDefault

boolean isDefault

Class org.jbpm.workflow.core.impl.DroolsConsequenceAction extends DroolsAction implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jbpm.workflow.core.impl.ExtendedNodeImpl extends NodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

actions

Map<K,V> actions

Class org.jbpm.workflow.core.impl.NodeContainerImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

nodes

Map<K,V> nodes

Class org.jbpm.workflow.core.impl.NodeImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

name

String name

incomingConnections

Map<K,V> incomingConnections

outgoingConnections

Map<K,V> outgoingConnections

nodeContainer

NodeContainer nodeContainer

contexts

Map<K,V> contexts

metaData

Map<K,V> metaData

constraints

Map<K,V> constraints

Class org.jbpm.workflow.core.impl.WorkflowProcessImpl extends ProcessImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

autoComplete

boolean autoComplete

dynamic

boolean dynamic

nodeContainer

NodeContainer nodeContainer

Package org.jbpm.workflow.core.node

Class org.jbpm.workflow.core.node.ActionNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

action

DroolsAction action

Class org.jbpm.workflow.core.node.Assignment extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

dialect

String dialect

from

String from

to

String to

metaData

Map<K,V> metaData

Class org.jbpm.workflow.core.node.CatchLinkNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 201105121554L

Class org.jbpm.workflow.core.node.CompositeContextNode extends CompositeNode implements Serializable

serialVersionUID: 510L

Serialized Fields

contextContainer

ContextContainer contextContainer

Class org.jbpm.workflow.core.node.CompositeNode extends StateBasedNode implements Serializable

serialVersionUID: 510L

Serialized Fields

nodeContainer

NodeContainer nodeContainer

inConnectionMap

Map<K,V> inConnectionMap

outConnectionMap

Map<K,V> outConnectionMap

cancelRemainingInstances

boolean cancelRemainingInstances

Class org.jbpm.workflow.core.node.CompositeNode.CompositeNodeEnd extends NodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

outNodeId

long outNodeId

outType

String outType

Class org.jbpm.workflow.core.node.CompositeNode.CompositeNodeStart extends NodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

inNodeId

long inNodeId

inType

String inType

Class org.jbpm.workflow.core.node.CompositeNode.NodeAndType extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

nodeId

long nodeId

type

String type

Class org.jbpm.workflow.core.node.ConstraintTrigger extends Trigger implements Serializable

serialVersionUID: 510L

Serialized Fields

constraint

String constraint

header

String header

Class org.jbpm.workflow.core.node.DataAssociation extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

sources

List<E> sources

target

String target

assignments

List<E> assignments

transformation

Transformation transformation

Class org.jbpm.workflow.core.node.DynamicNode extends CompositeContextNode implements Serializable

serialVersionUID: 510L

Serialized Fields

autoComplete

boolean autoComplete

Class org.jbpm.workflow.core.node.EndNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

terminate

boolean terminate

scope

int scope

Class org.jbpm.workflow.core.node.EventNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

filters

List<E> filters

transformer

EventTransformer transformer

variableName

String variableName

scope

String scope

Class org.jbpm.workflow.core.node.EventSubProcessNode extends CompositeContextNode implements Serializable

serialVersionUID: 2200928773922042238L

Serialized Fields

events

List<E> events

keepActive

boolean keepActive

Class org.jbpm.workflow.core.node.EventTrigger extends Trigger implements Serializable

serialVersionUID: 510L

Serialized Fields

filters

List<E> filters

Class org.jbpm.workflow.core.node.FaultNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

faultName

String faultName

faultVariable

String faultVariable

terminateParent

boolean terminateParent

Class org.jbpm.workflow.core.node.ForEachNode extends CompositeNode implements Serializable

serialVersionUID: 510L

Serialized Fields

variableName

String variableName

outputVariableName

String outputVariableName

collectionExpression

String collectionExpression

outputCollectionExpression

String outputCollectionExpression

waitForCompletion

boolean waitForCompletion

Class org.jbpm.workflow.core.node.ForEachNode.ForEachJoinNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.core.node.ForEachNode.ForEachSplitNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.core.node.HumanTaskNode extends WorkItemNode implements Serializable

serialVersionUID: 510L

Serialized Fields

swimlane

String swimlane

Class org.jbpm.workflow.core.node.Join extends NodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

type

int type

n

String n

Class org.jbpm.workflow.core.node.MilestoneNode extends StateBasedNode implements Serializable

serialVersionUID: 510L

Serialized Fields

constraint

String constraint

Class org.jbpm.workflow.core.node.RuleSetNode extends StateBasedNode implements Serializable

serialVersionUID: 510L

Serialized Fields

ruleFlowGroup

String ruleFlowGroup

inMapping

List<E> inMapping

outMapping

List<E> outMapping

parameters

Map<K,V> parameters

Class org.jbpm.workflow.core.node.Split extends NodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

type

int type

Class org.jbpm.workflow.core.node.StartNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

triggers

List<E> triggers

isInterupting

boolean isInterupting

Class org.jbpm.workflow.core.node.StateBasedNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

timers

Map<K,V> timers

boundaryEvents

List<E> boundaryEvents

Class org.jbpm.workflow.core.node.StateNode extends CompositeContextNode implements Serializable

serialVersionUID: 510L

Serialized Fields

constraints

Map<K,V> constraints

Class org.jbpm.workflow.core.node.SubProcessNode extends StateBasedNode implements Serializable

serialVersionUID: 510L

Serialized Fields

processId

String processId

processName

String processName

waitForCompletion

boolean waitForCompletion

inMapping

List<E> inMapping

outMapping

List<E> outMapping

independent

boolean independent

Class org.jbpm.workflow.core.node.ThrowLinkNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 201105121554L

Class org.jbpm.workflow.core.node.TimerNode extends ExtendedNodeImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

timer

Timer timer

Class org.jbpm.workflow.core.node.Transformation extends Object implements Serializable

Class org.jbpm.workflow.core.node.Trigger extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

inMapping

List<E> inMapping

Class org.jbpm.workflow.core.node.WorkItemNode extends StateBasedNode implements Serializable

serialVersionUID: 510L

Serialized Fields

work

org.drools.process.core.Work work

inMapping

List<E> inMapping

outMapping

List<E> outMapping

waitForCompletion

boolean waitForCompletion

Package org.jbpm.workflow.instance

Class org.jbpm.workflow.instance.WorkflowRuntimeException extends RuntimeException implements Serializable

Serialized Fields

processInstanceId

long processInstanceId

processId

String processId

nodeInstanceId

long nodeInstanceId

nodeId

long nodeId

nodeName

String nodeName

Package org.jbpm.workflow.instance.impl

Class org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.impl.NodeInstanceImpl extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

id

long id

nodeId

long nodeId

processInstance

WorkflowProcessInstance processInstance

nodeInstanceContainer

NodeInstanceContainer nodeInstanceContainer

metaData

Map<K,V> metaData

Class org.jbpm.workflow.instance.impl.NodeInstanceResolverFactory extends org.mvel2.integration.impl.ImmutableDefaultFactory implements Serializable

serialVersionUID: 510L

Serialized Fields

nodeInstance

NodeInstance nodeInstance

Class org.jbpm.workflow.instance.impl.VariableScopeResolverFactory extends org.mvel2.integration.impl.ImmutableDefaultFactory implements Serializable

serialVersionUID: 510L

Serialized Fields

variableScope

VariableScopeInstance variableScope

Class org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl extends ProcessInstanceImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

nodeInstances

List<E> nodeInstances

nodeInstanceCounter

long nodeInstanceCounter

eventListeners

Map<K,V> eventListeners

externalEventListeners

Map<K,V> externalEventListeners

Class org.jbpm.workflow.instance.impl.WorkItemResolverFactory extends org.mvel2.integration.impl.ImmutableDefaultFactory implements Serializable

serialVersionUID: 510L

Serialized Fields

workItem

WorkItem workItem

Package org.jbpm.workflow.instance.node

Class org.jbpm.workflow.instance.node.ActionNodeInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.CatchLinkNodeInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 20110505L

Class org.jbpm.workflow.instance.node.CompositeContextNodeInstance extends CompositeNodeInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

contextInstances

Map<K,V> contextInstances

subContextInstances

Map<K,V> subContextInstances

Class org.jbpm.workflow.instance.node.CompositeNodeInstance extends StateBasedNodeInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

nodeInstances

List<E> nodeInstances

nodeInstanceCounter

long nodeInstanceCounter

state

int state

Class org.jbpm.workflow.instance.node.CompositeNodeInstance.CompositeNodeEndInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.CompositeNodeInstance.CompositeNodeStartInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.DynamicNodeInstance extends CompositeContextNodeInstance implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.EndNodeInstance extends ExtendedNodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.EventNodeInstance extends ExtendedNodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.EventSubProcessNodeInstance extends CompositeContextNodeInstance implements Serializable

serialVersionUID: 7095736653568661510L

Class org.jbpm.workflow.instance.node.FaultNodeInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.ForEachNodeInstance extends CompositeNodeInstance implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.ForEachNodeInstance.ForEachJoinNodeInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.ForEachNodeInstance.ForEachSplitNodeInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.HumanTaskNodeInstance extends WorkItemNodeInstance implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.JoinInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

triggers

Map<K,V> triggers

Class org.jbpm.workflow.instance.node.MilestoneNodeInstance extends StateBasedNodeInstance implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.RuleSetNodeInstance extends StateBasedNodeInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

factHandles

Map<K,V> factHandles

ruleFlowGroup

String ruleFlowGroup

Class org.jbpm.workflow.instance.node.SplitInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.StartNodeInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.StateBasedNodeInstance extends ExtendedNodeInstanceImpl implements Serializable

serialVersionUID: 510L

Serialized Fields

timerInstances

List<E> timerInstances

Class org.jbpm.workflow.instance.node.StateNodeInstance extends CompositeContextNodeInstance implements Serializable

serialVersionUID: 510L

Class org.jbpm.workflow.instance.node.SubProcessNodeInstance extends StateBasedNodeInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

processInstanceId

long processInstanceId

Class org.jbpm.workflow.instance.node.ThrowLinkNodeInstance extends NodeInstanceImpl implements Serializable

serialVersionUID: 20110505L

Class org.jbpm.workflow.instance.node.TimerNodeInstance extends StateBasedNodeInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

timerId

long timerId

Class org.jbpm.workflow.instance.node.WorkItemNodeInstance extends StateBasedNodeInstance implements Serializable

serialVersionUID: 510L

Serialized Fields

workItemId

long workItemId

Package org.kie.command

Package org.kie.conf

Class org.kie.conf.AlphaThresholdOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

threshold

int threshold

Class org.kie.conf.CompositeKeyDepthOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

depth

int depth

Class org.kie.conf.ConsequenceExceptionHandlerOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

handler

Class<T> handler

Class org.kie.conf.MaxThreadsOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

maxThreads

int maxThreads

Class org.kie.conf.PermGenThresholdOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

threshold

int threshold

Package org.kie.definition.type

Package org.kie.io

Class org.kie.io.ResourceType extends Object implements Serializable

serialVersionUID: 1613735834228581906L

Serialized Fields

name

String name

description

String description

defaultExtension

String defaultExtension

otherExtensions

String[] otherExtensions

defaultPath

String defaultPath

Package org.kie.runtime.conf

Class org.kie.runtime.conf.BeliefSystemTypeOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

belieSystemType

String belieSystemType
Belie System Type

Class org.kie.runtime.conf.ClockTypeOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

clockType

String clockType
clock type

Class org.kie.runtime.conf.TimerJobFactoryOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

timerJobType

String timerJobType
Belie System Type

Class org.kie.runtime.conf.WorkItemHandlerOption extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

name

String name
work item handler name


handler

WorkItemHandler handler
the accumulate function instance


Package org.kie.runtime.help

Class org.kie.runtime.help.QuartzHelper.QuartzCalendarAdapter extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.kie.runtime.rule

Class org.kie.runtime.rule.ConsequenceException extends RuntimeException implements Serializable

Serialized Fields

workingMemory

Session workingMemory

match

Match match

Class org.kie.runtime.rule.Variable extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException


jBPM distribution 6.0.0.Alpha9

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