jBPM :: Human Task Core 6.1.0.Final

Serialized Form


Package org.jbpm.services.task.admin.listener

Class org.jbpm.services.task.admin.listener.GetTasksForProcessCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable

serialVersionUID: -3784821014329573243L

Serialized Fields

processInstanceId

Long processInstanceId

statuses

List<E> statuses

language

String language

Package org.jbpm.services.task.commands

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

serialVersionUID: -2218880638839442379L

Class org.jbpm.services.task.commands.AddAttachmentCommand extends UserGroupCallbackTaskCommand<Long> implements Serializable

serialVersionUID: -1295175842745522756L

Serialized Fields

taskId

Long taskId

jaxbAttachment

JaxbAttachment jaxbAttachment

attachment

org.kie.api.task.model.Attachment attachment

jaxbContent

JaxbContent jaxbContent

content

org.kie.api.task.model.Content content

Class org.jbpm.services.task.commands.AddCommentCommand extends UserGroupCallbackTaskCommand<Long> implements Serializable

serialVersionUID: -1295175858745522756L

Serialized Fields

taskId

Long taskId

jaxbComment

JaxbComment jaxbComment

comment

org.kie.api.task.model.Comment comment

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

serialVersionUID: -1295175858745522756L

Serialized Fields

taskId

Long taskId

jaxbContent

JaxbContent jaxbContent

content

org.kie.api.task.model.Content content

params

Map<K,V> params

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

Serialized Fields

groupId

String groupId

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

serialVersionUID: 743368767949233891L

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.AddUserCommand extends TaskCommand<Void> implements Serializable

serialVersionUID: 5800835226386301758L

Serialized Fields

userId

String userId

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

serialVersionUID: 5800835226386301758L

Serialized Fields

users

Map<K,V> users

groups

Map<K,V> groups

Class org.jbpm.services.task.commands.ArchiveTasksCommand extends TaskCommand<Integer> implements Serializable

serialVersionUID: -2218880638839442379L

Serialized Fields

tasks

List<E> tasks

Class org.jbpm.services.task.commands.CancelDeadlineCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable

serialVersionUID: -1315897796195789680L

Serialized Fields

removeStart

boolean removeStart

removeEnd

boolean removeEnd

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

serialVersionUID: 5483896114601268607L

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

serialVersionUID: 3457622878127569389L

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

serialVersionUID: 412409697422083299L

Serialized Fields

data

Map<K,V> data

Class org.jbpm.services.task.commands.CompositeCommand extends TaskCommand<T> implements Serializable

serialVersionUID: -5591247478243819049L

Serialized Fields

mainCommand

TaskCommand<T> mainCommand

commands

TaskCommand<T>[] commands

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

serialVersionUID: 5656199063761548979L

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

serialVersionUID: 5656199063761548979L

Serialized Fields

attachmentId

Long attachmentId

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

serialVersionUID: 5656199063761548979L

Serialized Fields

commentId

Long commentId

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

serialVersionUID: 5656199063761548979L

Serialized Fields

contentId

Long contentId

Class org.jbpm.services.task.commands.DeleteFaultCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable

serialVersionUID: 5656199063761548979L

Class org.jbpm.services.task.commands.DeleteOutputCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable

serialVersionUID: 5656199063761548979L

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

serialVersionUID: 5656199063761548979L

Serialized Fields

taskDef

org.kie.internal.task.api.model.TaskDef taskDef

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

serialVersionUID: 3140157192156956692L

Serialized Fields

deadlineId

Long deadlineId

type

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

notificationListener

NotificationListener notificationListener

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

serialVersionUID: 1852525453931482868L

Serialized Fields

data

Map<K,V> data

scope

String scope

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

serialVersionUID: 6514448276718693595L

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

serialVersionUID: -1749562224208571352L

Serialized Fields

data

Map<K,V> data

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

serialVersionUID: -3291367442760747824L

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

serialVersionUID: 5077599352603072633L

Serialized Fields

date

Date date

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

serialVersionUID: -4566088487597623910L

Serialized Fields

taskId

Long taskId

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

serialVersionUID: 5911387213149078240L

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

serialVersionUID: 5911387213149078240L

Class org.jbpm.services.task.commands.GetAllTaskDefinitionsCommand extends TaskCommand<List<org.kie.internal.task.api.model.TaskDef>> implements Serializable

serialVersionUID: 5077599352603072633L

Serialized Fields

filter

String filter

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

serialVersionUID: 5077599352603072633L

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

serialVersionUID: -4566088487597623910L

Serialized Fields

attachmentId

Long attachmentId

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

serialVersionUID: 5911387213149078240L

Serialized Fields

commentId

Long commentId

Class org.jbpm.services.task.commands.GetCompletedTasksByUserCommand extends TaskCommand<Integer> implements Serializable

serialVersionUID: -836520791223188840L

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

serialVersionUID: 5077599352603072633L

Serialized Fields

date

Date date

processInstanceId

Long processInstanceId

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

serialVersionUID: 5911387213149078240L

Serialized Fields

contentId

Long contentId

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

serialVersionUID: -836520791223188840L

Serialized Fields

groupId

String groupId

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

serialVersionUID: -836520791223188840L

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

serialVersionUID: -836520791223188840L

Serialized Fields

id

String id

Class org.jbpm.services.task.commands.GetPendingSubTasksCommand extends TaskCommand<Integer> implements Serializable

serialVersionUID: 5077599352603072633L

Serialized Fields

parentId

Long parentId

Class org.jbpm.services.task.commands.GetPendingTasksByUserCommand extends TaskCommand<Integer> implements Serializable

serialVersionUID: -836520791223188840L

Class org.jbpm.services.task.commands.GetPotentialOwnersForTaskCommand extends TaskCommand<Map<Long,List<org.kie.api.task.model.OrganizationalEntity>>> implements Serializable

serialVersionUID: 6296898155907765061L

Serialized Fields

taskIds

List<E> taskIds

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

serialVersionUID: 5077599352603072633L

Serialized Fields

parentId

Long parentId

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

serialVersionUID: -128903115964900028L

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

expirationDate

Date expirationDate

optional

boolean optional

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

filter

org.kie.internal.task.api.QueryFilter filter

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

serialVersionUID: 5077599352603072633L

Serialized Fields

firstResult

Integer firstResult

maxResults

Integer maxResults

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

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

serialVersionUID: 6296898155907765061L

Serialized Fields

groupIds

List<E> groupIds

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

serialVersionUID: 6296898155907765061L

Serialized Fields

workItemId

Long workItemId

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

serialVersionUID: -836520791223188840L

Class org.jbpm.services.task.commands.GetTaskContentCommand extends TaskCommand<Map<String,Object>> implements Serializable

serialVersionUID: 5911387213149078240L

Class org.jbpm.services.task.commands.GetTaskDefinitionCommand extends TaskCommand<org.kie.internal.task.api.model.TaskDef> implements Serializable

serialVersionUID: 5077599352603072633L

Serialized Fields

definitionId

String definitionId

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

expirationDate

Date expirationDate

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

serialVersionUID: 5077599352603072633L

Serialized Fields

status

List<E> status

expirationDate

Date expirationDate

optional

boolean optional

Class org.jbpm.services.task.commands.GetTaskPropertyCommand extends UserGroupCallbackTaskCommand<Object> implements Serializable

serialVersionUID: -836520791223188840L

Serialized Fields

property

Integer property

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

serialVersionUID: -2328845811017055632L

Serialized Fields

processInstanceId

Long processInstanceId

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

serialVersionUID: -6059681013108594344L

Serialized Fields

processInstanceId

Long processInstanceId

taskName

String taskName

status

List<E> status

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

serialVersionUID: -4894264083829084547L

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

language

List<E> language

maxResults

Integer maxResults

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

serialVersionUID: -1763215272466075367L

Serialized Fields

status

List<E> status

filter

org.kie.internal.task.api.QueryFilter filter

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

serialVersionUID: -836520791223188840L

Class org.jbpm.services.task.commands.GetUserInfoCommand extends TaskCommand<org.kie.internal.task.api.UserInfo> implements Serializable

serialVersionUID: -5174631969130504959L

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

serialVersionUID: -836520791223188840L

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

serialVersionUID: -8095766991770311489L

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

serialVersionUID: 1874781422343631410L

Serialized Fields

potentialOwners

List<E> potentialOwners

Class org.jbpm.services.task.commands.ProcessSubTaskCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable

serialVersionUID: -1315897796195789680L

Serialized Fields

data

Map<K,V> data

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

serialVersionUID: -9094809920345727802L

Class org.jbpm.services.task.commands.RemoveAllTasksCommand extends TaskCommand<Integer> implements Serializable

serialVersionUID: -5174631969130504959L

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

serialVersionUID: 7393379209067431866L

Serialized Fields

groupId

String groupId

Class org.jbpm.services.task.commands.RemoveTaskCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable

serialVersionUID: -5174631969130504959L

Class org.jbpm.services.task.commands.RemoveTasksCommand extends TaskCommand<Integer> implements Serializable

serialVersionUID: -5174631969130504959L

Serialized Fields

tasks

List<E> tasks

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

serialVersionUID: 7393379209067431866L

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

serialVersionUID: -5174631969130504959L

Class org.jbpm.services.task.commands.SetTaskPropertyCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable

serialVersionUID: -836520791223188840L

Serialized Fields

property

Integer property

value

Object value

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

serialVersionUID: 8145425383669415596L

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

serialVersionUID: 6034478381015990133L

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

serialVersionUID: -4282226852650036375L

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

serialVersionUID: 5486559063221608125L

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

serialVersionUID: -8814813191723981179L

Serialized Fields

taskId

Long taskId

userId

String userId

groupsIds

List<E> groupsIds

targetEntityId

String targetEntityId

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

serialVersionUID: 5656199063761548979L

Serialized Fields

taskDefId

String taskDefId

Class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand extends TaskCommand<T> implements Serializable

serialVersionUID: 2675686383800457244L

Serialized Fields

userGroupsMap

Map<K,V> userGroupsMap

Package org.jbpm.services.task.events

Class org.jbpm.services.task.events.TaskEventImpl extends EventObject implements Serializable

serialVersionUID: -3579310906511209132L

Serialized Fields

task

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

Class org.jbpm.services.task.events.TaskEventSupport extends org.drools.core.event.AbstractEventSupport<org.kie.api.task.TaskLifeCycleEventListener> 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.exception

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

serialVersionUID: 7726830444895556394L

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

Class org.jbpm.services.task.exception.PermissionDeniedException extends org.kie.internal.task.exception.TaskException 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.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.JaxbDeadlines 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.xml.JaxbI18NText 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.xml.JaxbOrganizationalEntity 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.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

Class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary 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.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.1.0.Final

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