jBPM :: Human Task Audit 6.1.0.Beta3

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.GetAllGroupAuditTasksAdminCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<GroupAuditTask>> implements Serializable

Class org.jbpm.services.task.audit.commands.GetAllGroupAuditTasksByDueDateCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<GroupAuditTask>> implements Serializable

Serialized Fields

dueDate

Date dueDate

groupIds

String groupIds

Class org.jbpm.services.task.audit.commands.GetAllGroupAuditTasksByStatusByDueDateCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<GroupAuditTask>> implements Serializable

Serialized Fields

groupIds

String groupIds

statuses

List<E> statuses

dueDate

Date dueDate

Class org.jbpm.services.task.audit.commands.GetAllGroupAuditTasksByStatusByDueDateOptionalCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<GroupAuditTask>> implements Serializable

Serialized Fields

groupIds

String groupIds

status

String status

dueDate

Date dueDate

Class org.jbpm.services.task.audit.commands.GetAllGroupAuditTasksByStatusCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<GroupAuditTask>> implements Serializable

Serialized Fields

groupIds

String groupIds

statuses

List<E> statuses

Class org.jbpm.services.task.audit.commands.GetAllGroupAuditTasksCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<GroupAuditTask>> implements Serializable

Serialized Fields

groupIds

String groupIds

Class org.jbpm.services.task.audit.commands.GetAllHistoryAuditTasksByUserCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<HistoryAuditTask>> implements Serializable

Serialized Fields

owner

String owner

Class org.jbpm.services.task.audit.commands.GetAllHistoryAuditTasksCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<HistoryAuditTask>> implements Serializable

Class org.jbpm.services.task.audit.commands.GetAllUserAuditTasksAdminCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<UserAuditTask>> implements Serializable

Class org.jbpm.services.task.audit.commands.GetAllUserAuditTasksByDueDateCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<UserAuditTask>> implements Serializable

Serialized Fields

dueDate

Date dueDate

Class org.jbpm.services.task.audit.commands.GetAllUserAuditTasksByStatusByDueDateCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<UserAuditTask>> implements Serializable

Serialized Fields

statuses

List<E> statuses

dueDate

Date dueDate

Class org.jbpm.services.task.audit.commands.GetAllUserAuditTasksByStatusByDueDateOptionalCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<UserAuditTask>> implements Serializable

Serialized Fields

status

String status

dueDate

Date dueDate

Class org.jbpm.services.task.audit.commands.GetAllUserAuditTasksByStatusCommand extends org.jbpm.services.task.commands.PaginatedTaskCommand<List<UserAuditTask>> implements Serializable

Serialized Fields

statuses

List<E> statuses

Class org.jbpm.services.task.audit.commands.GetAllUserAuditTasksCommand extends org.jbpm.services.task.commands.TaskCommand<List<UserAuditTask>> implements Serializable

Serialized Fields

offset

int offset

count

int count

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

serialVersionUID: -7929370526623674312L


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

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

Serialized Fields

taskId

long taskId

status

String status

activationTime

Date activationTime

name

String name

description

String description

priority

int priority

createdBy

String createdBy

createdOn

Date createdOn

dueDate

Date dueDate

processInstanceId

long processInstanceId

processId

String processId

processSessionId

int processSessionId

parentId

long parentId

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.GroupAuditTaskImpl extends AbstractAuditTaskImpl implements Serializable

Serialized Fields

potentialOwners

String potentialOwners

Class org.jbpm.services.task.audit.impl.model.HistoryAuditTaskImpl extends UserAuditTaskImpl implements Serializable

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

Class org.jbpm.services.task.audit.impl.model.UserAuditTaskImpl extends AbstractAuditTaskImpl implements Serializable

Serialized Fields

actualOwner

String actualOwner

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

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