Serialized Form


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.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

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.client

Class org.jbpm.client.KnowledgeBaseCommand extends Object implements Serializable

Serialized Fields

id

int id

name

KnowledgeBaseCommandName name

arguments

List<E> arguments

Package org.jbpm.process.audit

Class org.jbpm.process.audit.JPAWorkingMemoryDbLogger 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.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

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

Class org.jbpm.process.audit.WorkingMemoryDbLogger 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

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

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.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

state

int state

contextInstances

Map<K,V> contextInstances

subContextInstances

Map<K,V> subContextInstances

metaData

Map<K,V> metaData

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.ProcessJobContext extends Object implements Serializable

Serialized Fields

processInstanceId

Long processInstanceId

kruntime

org.drools.common.InternalKnowledgeRuntime kruntime

timer

TimerInstance timer

trigger

Trigger trigger

jobHandle

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

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.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.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.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.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.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.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.TaskClaimedEvent extends TaskUserEvent 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.TaskCompletedEvent extends TaskUserEvent 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.TaskEvent extends EventObject 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 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

Class org.jbpm.task.event.TaskFailedEvent extends TaskUserEvent 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.TaskSkippedEvent extends TaskUserEvent 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.TaskUserEvent extends TaskEvent 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.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.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.servlet

Class org.jbpm.task.servlet.HumanTaskServiceServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 5L


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

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

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.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

collectionExpression

String collectionExpression

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

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

serialVersionUID: 510L

Serialized Fields

type

int type

constraints

Map<K,V> constraints

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

serialVersionUID: 510L

Serialized Fields

triggers

List<E> triggers

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

serialVersionUID: 510L

Serialized Fields

timers

Map<K,V> timers

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

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.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

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 NodeInstanceImpl implements Serializable

serialVersionUID: 510L

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

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



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