jBPM :: Human Task Core 6.0.0.Final

Serialized Form


Package org.jbpm.services.task.commands

Class org.jbpm.services.task.commands.ActivateTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.AddTaskCommand extends TaskCommand<Long> implements Serializable

Serialized Fields

jaxbTask

JaxbTask jaxbTask

task

org.kie.api.task.model.Task task

params

Map<K,V> params

data

org.kie.internal.task.api.model.ContentData data

Class org.jbpm.services.task.commands.ClaimNextAvailableTaskCommand extends TaskCommand<Void> implements Serializable

Serialized Fields

language

String language

Class org.jbpm.services.task.commands.ClaimTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.CompleteTaskCommand extends TaskCommand<Void> implements Serializable

Serialized Fields

data

Map<K,V> data

Class org.jbpm.services.task.commands.DelegateTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.ExitTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.FailTaskCommand extends TaskCommand<Void> implements Serializable

Serialized Fields

data

Map<K,V> data

Class org.jbpm.services.task.commands.ForwardTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.GetAttachmentCommand extends TaskCommand<org.kie.api.task.model.Attachment> implements Serializable

Serialized Fields

attachmentId

long attachmentId

Class org.jbpm.services.task.commands.GetContentCommand extends TaskCommand<org.kie.api.task.model.Content> implements Serializable

Serialized Fields

contentId

long contentId

Class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable

Serialized Fields

language

String language

Class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable

Serialized Fields

language

String language

status

List<E> status

Class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand extends TaskCommand<org.kie.api.task.model.Task> implements Serializable

Serialized Fields

workItemId

long workItemId

Class org.jbpm.services.task.commands.GetTaskCommand extends TaskCommand<org.kie.api.task.model.Task> implements Serializable

Class org.jbpm.services.task.commands.GetTasksByProcessInstanceIdCommand extends TaskCommand<List<Long>> implements Serializable

Serialized Fields

processInstanceId

long processInstanceId

Class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable

Serialized Fields

processInstanceId

long processInstanceId

language

String language

status

List<E> status

Class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable

Serialized Fields

workItemIds

List<E> workItemIds

taskIds

List<E> taskIds

procInstIds

List<E> procInstIds

busAdmins

List<E> busAdmins

potOwners

List<E> potOwners

taskOwners

List<E> taskOwners

statuses

List<E> statuses

union

Boolean union

Class org.jbpm.services.task.commands.GetTasksOwnedCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable

Serialized Fields

language

String language

status

List<E> status

Class org.jbpm.services.task.commands.NominateTaskCommand extends TaskCommand<Void> implements Serializable

Serialized Fields

potentialOwners

List<E> potentialOwners

Class org.jbpm.services.task.commands.ReleaseTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.ResumeTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.SkipTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.StartTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.StopTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.task.commands.SuspendTaskCommand extends TaskCommand<Void> implements Serializable

Class org.jbpm.services.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.services.task.exception

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

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

serialVersionUID: 1L

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

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

Class org.jbpm.services.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.services.task.exception.TaskException extends RuntimeException implements Serializable


Package org.jbpm.services.task.impl

Class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taskId

long taskId

deadlineId

long deadlineId

type

org.kie.internal.task.api.TaskDeadlinesService.DeadlineType type

Package org.jbpm.services.task.impl.model

Class org.jbpm.services.task.impl.model.AttachmentImpl 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.services.task.impl.model.BAMTaskSummaryImpl extends Object implements Serializable

serialVersionUID: 2793651602463099870L

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.jbpm.services.task.impl.model.BooleanExpressionImpl 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.services.task.impl.model.CommentImpl 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.services.task.impl.model.CompletionBehaviorImpl extends Object implements Serializable

Serialized Fields

id

Long id

Class org.jbpm.services.task.impl.model.ContentDataImpl 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.services.task.impl.model.ContentImpl 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.services.task.impl.model.DeadlineImpl 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.services.task.impl.model.DeadlinesImpl 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.services.task.impl.model.DelegationImpl 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.services.task.impl.model.EmailNotificationHeaderImpl 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.services.task.impl.model.EmailNotificationImpl extends NotificationImpl 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.services.task.impl.model.EscalationImpl 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.services.task.impl.model.FaultDataImpl extends ContentDataImpl 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.services.task.impl.model.GroupImpl extends OrganizationalEntityImpl 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.services.task.impl.model.I18NTextImpl 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.services.task.impl.model.NotificationImpl 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.services.task.impl.model.OrganizationalEntityImpl 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.services.task.impl.model.PeopleAssignmentsImpl 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.services.task.impl.model.ReassignmentImpl 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.services.task.impl.model.TaskDataImpl 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.services.task.impl.model.TaskDefImpl 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.services.task.impl.model.TaskImpl 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.services.task.impl.model.UserImpl extends OrganizationalEntityImpl 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.services.task.impl.model.xml

Class org.jbpm.services.task.impl.model.xml.JaxbAttachment extends AbstractJaxbTaskObject<org.kie.api.task.model.Attachment> 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.services.task.impl.model.xml.JaxbComment extends AbstractJaxbTaskObject<org.kie.api.task.model.Comment> 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.services.task.impl.model.xml.JaxbContent extends Object 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.services.task.impl.model.xml.JaxbPeopleAssignments extends Object 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.services.task.impl.model.xml.JaxbTask extends Object 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.services.task.impl.model.xml.JaxbTaskData extends AbstractJaxbTaskObject<org.kie.api.task.model.TaskData> 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.services.task.query

Class org.jbpm.services.task.query.TaskSummaryImpl 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 :: Human Task Core 6.0.0.Final

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