Serialized Form
-
Package org.jbpm.services.task.admin.listener.internal
-
Class org.jbpm.services.task.admin.listener.internal.GetCurrentTxTasksCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 6474368266134150938L
-
Serialized Fields
-
processInstanceId
Long processInstanceId
-
-
-
Package org.jbpm.services.task.assignment
-
Class org.jbpm.services.task.assignment.UserTaskLoad extends Object implements Serializable
- serialVersionUID:
- 19630331L
-
-
Package org.jbpm.services.task.assignment.impl
-
Class org.jbpm.services.task.assignment.impl.AssignmentImpl extends org.kie.internal.task.api.assignment.Assignment implements Serializable
- serialVersionUID:
- 1681037121432440328L
-
Serialized Fields
-
currentlyAssigned
Long currentlyAssigned
-
-
-
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
-
attachment
org.kie.api.task.model.Attachment attachment
-
content
org.kie.api.task.model.Content content
-
jaxbAttachment
JaxbAttachment jaxbAttachment
-
jaxbContent
JaxbContent jaxbContent
-
rawContent
Object rawContent
-
-
Class org.jbpm.services.task.commands.AddCommentCommand extends UserGroupCallbackTaskCommand<Long> implements Serializable
- serialVersionUID:
- -1295175858745522756L
-
Serialized Fields
-
comment
org.kie.api.task.model.Comment comment
-
jaxbComment
JaxbComment jaxbComment
-
-
Class org.jbpm.services.task.commands.AddContentCommand extends TaskCommand<Long> implements Serializable
- serialVersionUID:
- -1295175858745522756L
-
Serialized Fields
-
content
org.kie.api.task.model.Content content
-
jaxbContent
JaxbContent jaxbContent
-
params
Map<String,Object> params
-
-
Class org.jbpm.services.task.commands.AddContentFromUserCommand extends UserGroupCallbackTaskCommand<Long> implements Serializable
- serialVersionUID:
- -1295175858745522756L
-
Class org.jbpm.services.task.commands.AddGroupCommand extends TaskCommand<Void> implements Serializable
- serialVersionUID:
- 8723206149543662492L
-
Serialized Fields
-
groupId
String groupId
-
-
Class org.jbpm.services.task.commands.AddTaskCommand extends UserGroupCallbackTaskCommand<Long> implements Serializable
- serialVersionUID:
- 743368767949233891L
-
Class org.jbpm.services.task.commands.AddUserCommand extends TaskCommand<Void> implements Serializable
- serialVersionUID:
- 5800835226386301758L
-
Class org.jbpm.services.task.commands.AddUsersGroupsCommand extends TaskCommand<Void> implements Serializable
- serialVersionUID:
- 5800835226386301758L
-
Class org.jbpm.services.task.commands.ArchiveTasksCommand extends TaskCommand<Integer> implements Serializable
- serialVersionUID:
- -2218880638839442379L
-
Serialized Fields
-
tasks
List<org.kie.api.task.model.TaskSummary> tasks
-
-
Class org.jbpm.services.task.commands.CancelDeadlineCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable
- serialVersionUID:
- -1315897796195789680L
-
Serialized Fields
-
removeEnd
boolean removeEnd
-
removeStart
boolean removeStart
-
-
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
-
Class org.jbpm.services.task.commands.CompositeCommand extends TaskCommand<T> implements Serializable
- serialVersionUID:
- -5591247478243819049L
-
Serialized Fields
-
commands
List<TaskCommand<?>> commands
-
mainCommand
TaskCommand<T> mainCommand
-
-
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
-
-
Class org.jbpm.services.task.commands.ExecuteReminderCommand extends TaskCommand<Void> implements Serializable
- serialVersionUID:
- -1167914440425583650L
-
Serialized Fields
-
fromUser
String fromUser
-
-
Class org.jbpm.services.task.commands.ExecuteTaskRulesCommand extends TaskCommand<Void> implements Serializable
- serialVersionUID:
- 1852525453931482868L
-
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
-
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
-
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
-
Class org.jbpm.services.task.commands.GetContentByIdCommand extends TaskCommand<org.kie.api.task.model.Content> implements Serializable
- serialVersionUID:
- 5911387213149078240L
-
Serialized Fields
-
contentId
Long contentId
-
-
Class org.jbpm.services.task.commands.GetContentByIdForUserCommand extends UserGroupCallbackTaskCommand<org.kie.api.task.model.Content> implements Serializable
- serialVersionUID:
- 5911387213149078240L
-
Serialized Fields
-
contentId
Long contentId
-
-
Class org.jbpm.services.task.commands.GetContentMapForUserCommand extends UserGroupCallbackTaskCommand<Map<String,Object>> implements Serializable
- serialVersionUID:
- 5911387213149078240L
-
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
-
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
-
Serialized Fields
-
status
List<org.kie.api.task.model.Status> status
-
-
Class org.jbpm.services.task.commands.GetTaskAssignedAsExcludedOwnerCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
Class org.jbpm.services.task.commands.GetTaskAssignedAsInitiatorCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
Class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
Class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
Serialized Fields
-
filter
org.kie.internal.query.QueryFilter filter
-
statuses
List<org.kie.api.task.model.Status> statuses
-
-
Class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
Class org.jbpm.services.task.commands.GetTaskAssignedAsRecipientCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
Class org.jbpm.services.task.commands.GetTaskAssignedAsStakeholderCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
Class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 6296898155907765061L
-
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
-
Class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- 5077599352603072633L
-
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
-
Class org.jbpm.services.task.commands.GetTasksForProcessCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- -3784821014329573243L
-
Class org.jbpm.services.task.commands.GetTasksOwnedCommand extends UserGroupCallbackTaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- -1763215272466075367L
-
Serialized Fields
-
filter
org.kie.internal.query.QueryFilter filter
-
statuses
List<org.kie.api.task.model.Status> statuses
-
-
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.GetUserTaskCommand extends TaskCommand<org.kie.api.task.model.Task> implements Serializable
- serialVersionUID:
- -3066272693452263188L
-
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<JaxbOrganizationalEntity> potentialOwners
-
-
Class org.jbpm.services.task.commands.ProcessSubTaskCommand extends UserGroupCallbackTaskCommand<Void> implements Serializable
- serialVersionUID:
- -1315897796195789680L
-
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 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
-
expirationDate
Date expirationDate
-
faultData
JaxbFaultData faultData
-
namesOrDescriptions
List<JaxbI18NText> namesOrDescriptions
-
output
Object output
-
priority
Integer priority
-
property
Integer property
-
skippable
Boolean skippable
-
subTasksStrategy
org.kie.internal.task.api.model.SubTasksStrategy subTasksStrategy
-
-
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
-
Class org.jbpm.services.task.commands.TaskSummaryQueryCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements Serializable
- serialVersionUID:
- -6879337395030142688L
-
Serialized Fields
-
queryWhere
org.jbpm.query.jpa.data.QueryWhere queryWhere
-
-
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
-
-
Package org.jbpm.services.task.events
-
Class org.jbpm.services.task.events.TaskEventImpl extends EventObject implements Serializable
- serialVersionUID:
- -3579310906511209132L
-
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:
IOExceptionClassNotFoundException
-
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
-
Class org.jbpm.services.task.exception.TaskExecutionException extends org.kie.internal.task.exception.TaskException implements Serializable
- serialVersionUID:
- 4120375367390019555L
-
-
Package org.jbpm.services.task.impl
-
Class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jbpm.services.task.impl.TaskResolverFactory extends org.mvel2.integration.impl.ImmutableDefaultFactory implements Serializable
- serialVersionUID:
- 8019024969834990593L
-
Serialized Fields
-
task
org.kie.api.task.model.Task task
-
-
-
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 in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.jbpm.services.task.impl.model.xml.JaxbComment extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.jbpm.services.task.impl.model.xml.JaxbContent extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.jbpm.services.task.impl.model.xml.JaxbContentData extends AbstractJaxbTaskObject<org.kie.internal.task.api.model.ContentData> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) 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:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.jbpm.services.task.impl.model.xml.JaxbFaultData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.jbpm.services.task.impl.model.xml.JaxbI18NText extends AbstractJaxbTaskObject<org.kie.api.task.model.I18NText> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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 in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.jbpm.services.task.impl.model.xml.JaxbTask extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) 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 in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-