Serialized Form


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

peopleAssignments

PeopleAssignments peopleAssignments

delegations

List<E> delegations

completionBehaviors

List<E> completionBehaviors

presentationElements

List<E> presentationElements

renderings

List<E> renderings

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



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