jBPM :: Human Task Audit 6.1.0.CR1

Serialized Form


Package org.jbpm.services.task.audit.commands

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

serialVersionUID: -7929370526623674312L

Class org.jbpm.services.task.audit.commands.GetAllHistoryAuditTasksByUserCommand extends org.jbpm.services.task.commands.TaskCommand<List<AuditTask>> implements Serializable

Serialized Fields

filter

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

owner

String owner

Class org.jbpm.services.task.audit.commands.GetAllHistoryAuditTasksCommand extends org.jbpm.services.task.commands.TaskCommand<List<AuditTask>> implements Serializable

Serialized Fields

filter

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

Class org.jbpm.services.task.audit.commands.GetAuditEventsCommand extends org.jbpm.services.task.commands.TaskCommand<List<org.kie.internal.task.api.model.TaskEvent>> implements Serializable

serialVersionUID: -7929370526623674312L

Serialized Fields

filter

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

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

Class org.jbpm.services.task.audit.impl.model.AuditTaskImpl extends Object implements Serializable

Serialized Fields

id

Long id

taskId

Long taskId

status

String status

activationTime

Date activationTime

name

String name

description

String description

priority

int priority

createdBy

String createdBy

actualOwner

String actualOwner

createdOn

Date createdOn

dueDate

Date dueDate

processInstanceId

long processInstanceId

processId

String processId

processSessionId

int processSessionId

parentId

long parentId

deploymentId

String deploymentId

Class org.jbpm.services.task.audit.impl.model.BAMTaskSummaryImpl extends Object implements Serializable

serialVersionUID: 2793651602463099870L

Serialized Fields

pk

Long pk

version

Integer version

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.audit.impl.model.TaskEventImpl 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.impl.model.command

Class org.jbpm.services.task.impl.model.command.DeleteBAMTaskSummariesCommand extends org.jbpm.services.task.commands.TaskCommand<Void> implements Serializable

serialVersionUID: -7929370526623674312L

Class org.jbpm.services.task.impl.model.command.GetBAMTaskSummariesCommand extends org.jbpm.services.task.commands.TaskCommand<List<BAMTaskSummaryImpl>> implements Serializable

serialVersionUID: -7929370526623674312L


jBPM :: Human Task Audit 6.1.0.CR1

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