Serialized Form


Package com.bea.control

Package com.bea.wli.calendar.api

Class com.bea.wli.calendar.api.BusinessCalendarException extends Exception implements Serializable

Serialized Fields

_message

String _message

Package com.bea.wli.calendar.schema

Class com.bea.wli.calendar.schema.FreeBusyFlagType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()

Package com.bea.wli.datatype

Class com.bea.wli.datatype.DataTypeException extends Exception implements Serializable

Class com.bea.wli.datatype.DataTypeSerializedValue extends Object implements Serializable

Serialized Fields

_bytes

byte[] _bytes

_storageFormat

String _storageFormat

Class com.bea.wli.datatype.EditorValueHolder extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

_readOnly

boolean _readOnly

_mediator

DataTypeValueSummarizer.ValueMediator _mediator

_isXmlObject

boolean _isXmlObject
Used for serialization


_serObj

Serializable _serObj

_xmlObjClz

Class<T> _xmlObjClz

Package com.bea.wli.profile.api

Class com.bea.wli.profile.api.ProfileException extends Exception implements Serializable


Package com.bea.wli.user.api

Class com.bea.wli.user.api.UserInfoException extends Exception implements Serializable

Serialized Fields

_message

String _message
Deprecated. 

Package com.bea.wli.worklist.api

Class com.bea.wli.worklist.api.ActionType extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
Deprecated. 
Serialized Fields

_value

Integer _value
Deprecated. 

Class com.bea.wli.worklist.api.Assignee extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

users

String[] users

groups

String[] groups

rules

String[] rules

hashCode

int hashCode

Class com.bea.wli.worklist.api.AssignmentException extends Exception implements Serializable

Class com.bea.wli.worklist.api.BusinessTime extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

duration

String duration
The business time duration


userName

String userName
The user calendar used to compute the absolute time


calendarName

String calendarName
The calendar used to compute the absolute time

Class com.bea.wli.worklist.api.ContainerHandle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_hostApplicationId

String _hostApplicationId

_type

ContainerHandle.Type _type

_subType

String _subType

_instanceId

String _instanceId

Class com.bea.wli.worklist.api.InvalidPrincipalException extends ValidationException implements Serializable

Class com.bea.wli.worklist.api.ManagementException extends Exception implements Serializable

Class com.bea.wli.worklist.api.NotSupportedException extends Exception implements Serializable

Class com.bea.wli.worklist.api.StateType extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Deprecated. 
Throws:
ObjectStreamException
Serialized Fields

_value

Integer _value
Deprecated. 

Class com.bea.wli.worklist.api.TaskConstruction extends TaskCreation implements Serializable

serialVersionUID: 1L

Serialized Fields

taskPlanId

TaskPlanId taskPlanId

creatingContainerHandle

ContainerHandle creatingContainerHandle
Handle to the container creating this task;


creationDate

Date creationDate
The creation date to use. If null, the current date is used.


currentStepCompletionDueDate

Date currentStepCompletionDueDate
The step completion due date


currentStepCompletionDueBusinessTime

BusinessTime currentStepCompletionDueBusinessTime

taskTimeEstimate

Interval taskTimeEstimate

stepTimeEstimates

Map<K,V> stepTimeEstimates

assignmentInstructions

AssignmentInstructions assignmentInstructions

initialPropertyValues

Map<K,V> initialPropertyValues

constructor

String constructor

Class com.bea.wli.worklist.api.TaskContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_taskId

String _taskId

_taskPlan

TaskPlan _taskPlan

Class com.bea.wli.worklist.api.TaskCreation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The Task name, can't be null;


description

String description
A succinct description of the Task. Use taskPlan.description instead


comment

String comment
Optional comment about the Task.


priority

Integer priority
The priority of the Task, by default = 1;


claimDueDate

Date claimDueDate
The claim due date


claimDueBusinessTime

BusinessTime claimDueBusinessTime

completionDueDate

Date completionDueDate
The task due date date


completionDueBusinessTime

BusinessTime completionDueBusinessTime

owner

String owner
The Task owner, by default none


canBeReassigned

Boolean canBeReassigned
Can the task be reassigned, by default true


canBeAborted

Boolean canBeAborted
Can the task be aborted, by default true


canBeReturned

Boolean canBeReturned
Can the task be returned


assignToUser

String assignToUser
Assignee - Algorithm ToUser


assignToUserInGroup

String assignToUserInGroup
Assignee - Algorithm ToUserInGroup


assignToUsersAndGroups

String[] assignToUsersAndGroups
Assignee - Algorithm ToUsersAndGroups


request

TaskMessage request
The optional request associated to the task

Class com.bea.wli.worklist.api.TaskData extends TaskInfo implements Serializable

serialVersionUID: 1L

Serialized Fields

taskPlanId

TaskPlanId taskPlanId
The ID of the task plan governing the execution of this task


creatingContainerHandle

ContainerHandle creatingContainerHandle
The handle representing the container instance that created this task.


creator

String creator
The creation user


isOwnerGroup

Boolean isOwnerGroup
Is the owner a group?


lastUpdateDate

Date lastUpdateDate
Last time this task was updated in any way


lastUpdateUser

String lastUpdateUser
The user that last updated this task (via any method or action)


adminState

AdminState.Type adminState
The Admin State (Active, Completed, Suspended or Aborted)


errorMessage

String errorMessage
The error message if in the ERROR state.


workingState

WorkingState.Type workingState
The Working State (Unassigned, Assigned or Claimed)


currentStepName

String currentStepName
The name of the current step for this task.


currentStepCompletionDueDate

Date currentStepCompletionDueDate
Date by which the current step of this task must be complete.


constructorName

String constructorName
The name of the constructor that initialized this task


finalStepName

String finalStepName
The name of the step from which this task was completed/aborted. Can be null if the task is not terminal or if it was administratively terminated.


finalActionName

String finalActionName
The name of the step action that completed/aborted this task


taskTimeEstimate

Interval taskTimeEstimate
Estimated time required to complete this task.


stepTimeEstimates

Map<K,V> stepTimeEstimates
Estimated time required to complete individual steps in this task.


userProperties

Map<K,V> userProperties
Map of user properties for this task

Class com.bea.wli.worklist.api.TaskInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

taskId

String taskId
The unique Task identifier.


name

String name
The Task name as given when created


parentProcessUri

String parentProcessUri
The process that created this Task


parentProcessId

String parentProcessId
The conversationId of the process that created this task


assignee

Assignee assignee
The task assignee.


claimant

String claimant
The task claimant


owner

String owner
The Task owner


stateType

StateType stateType
StateType of the Task.


description

String description
A succinct description of the Task


comment

String comment
Optional comment about the Task.


priority

Integer priority
The priority of the Task


completionDueDate

Date completionDueDate
The completion due date


creationDate

Date creationDate
The creation date


claimDueDate

Date claimDueDate
The claim date limit


canBeReassigned

Boolean canBeReassigned
Can the task be reassigned


canBeReturned

Boolean canBeReturned
Can the task be returned


canBeAborted

Boolean canBeAborted
Can the task be aborted


responseType

String responseType
The response mime type if any


requestType

String requestType
The request mime type if any


requestMessage

byte[] requestMessage

responseMessage

byte[] responseMessage

properties

Map<K,V> properties

Class com.bea.wli.worklist.api.TaskListenerInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

listenerId

String listenerId
Deprecated. 

taskId

String taskId
Deprecated. 

type

Listener.Type type
Deprecated. 

event

TaskEvent.Type event
Deprecated. 

method

String method
Deprecated. 

listenerHandleValue

String listenerHandleValue
Deprecated. 

Class com.bea.wli.worklist.api.TaskListenerRegReq extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_taskId

String _taskId
Deprecated. 

_eventTypes

TaskEvent.Type[] _eventTypes
Deprecated. 

_serviceURI

String _serviceURI
Deprecated. 

_conversationId

String _conversationId
Deprecated. 

_token

String _token
Deprecated. 

_wsdl

String _wsdl
Deprecated. 

Class com.bea.wli.worklist.api.TaskListenerRegResp extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_taskId

String _taskId
Deprecated. 

_inErrEventTypes

TaskEvent.Type[] _inErrEventTypes
Deprecated. 

_conversationId

String _conversationId
Deprecated. 

_token

String _token
Deprecated. 

Class com.bea.wli.worklist.api.TaskMessage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

message

byte[] message
Deprecated. 

storageFormat

String storageFormat
Deprecated. 
Describes the format of the bytes in the message byte[]. For text types this field could hold the character encoding (Java charset). By default worklist stores objects as Java serialization streams (e.g. storage format is 'Java').


mimeType

String mimeType
Deprecated. 

Class com.bea.wli.worklist.api.TaskProperties extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_taskId

String _taskId

_props

PropertyInstance[] _props

Class com.bea.wli.worklist.api.TaskQuery extends TaskSelector implements Serializable

serialVersionUID: 1L

Serialized Fields

completionDueDateIsNull

boolean completionDueDateIsNull
The completion due date


adminStates

AdminState.Type[] adminStates
The task admin state types.


sortByAdminState

short sortByAdminState

workingStates

WorkingState.Type[] workingStates
The task working state types.


sortByWorkingState

short sortByWorkingState

parentControlHandleStringValue

String parentControlHandleStringValue
The parent control handle. TODO: Figure this out for 9.0


parentControlHandleStringValueIsPattern

boolean parentControlHandleStringValueIsPattern

sortByParentControlHandleStringValue

short sortByParentControlHandleStringValue

listeningControlHandleStringValue

String listeningControlHandleStringValue
The listening control handle. TODO: Figure this out for 9.0


listeningControlHandleStringValueIsPattern

boolean listeningControlHandleStringValueIsPattern

sortByControlHandleStringValue

short sortByControlHandleStringValue

taskPlanIds

TaskPlanId[] taskPlanIds
The task plans.


sortByTaskPlanId

short sortByTaskPlanId

currentStepNames

String[] currentStepNames
The current steps.


sortByCurrentStepName

short sortByCurrentStepName

includeTaskAssignee

boolean includeTaskAssignee

includeTaskStepTimeEstimates

boolean includeTaskStepTimeEstimates

includeTasksFromOtherHostApps

boolean includeTasksFromOtherHostApps

Class com.bea.wli.worklist.api.TaskSelector extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

isSP4Version

String isSP4Version

count

int count

taskIds

String[] taskIds
The task ids.


sortByTaskId

short sortByTaskId

taskName

String taskName
The task name.


taskNameIsPattern

boolean taskNameIsPattern

sortByTaskName

short sortByTaskName

comment

String comment
The task comment.


commentIsPattern

boolean commentIsPattern

sortByComment

short sortByComment

description

String description
The task description.


descriptionIsPattern

boolean descriptionIsPattern

sortByDescription

short sortByDescription

owners

String[] owners
The task owner.


sortByOwner

short sortByOwner

claimants

String[] claimants
The task claimant.


sortByClaimant

short sortByClaimant

assignee

Assignee assignee
The task assignee.


sortByAssignee

short sortByAssignee

stateTypes

StateType[] stateTypes
The task state types.


sortByStateType

short sortByStateType

parentProcessUri

String parentProcessUri
The parent process uri.


parentProcessUriIsPattern

boolean parentProcessUriIsPattern

sortByParentProcessUri

short sortByParentProcessUri

parentProcessIds

String[] parentProcessIds
The parent process ids


sortByParentProcessId

short sortByParentProcessId

listeningProcessUri

String listeningProcessUri
The listening process uri.


listeningProcessUriIsPattern

boolean listeningProcessUriIsPattern

sortByListeningProcessUri

short sortByListeningProcessUri

listeningProcessIds

String[] listeningProcessIds
The listening process ids


sortByListeningProcessId

short sortByListeningProcessId

completionDueDateBefore

Date completionDueDateBefore
The completion due date


completionDueDateAfter

Date completionDueDateAfter

sortByCompletionDueDate

short sortByCompletionDueDate

claimDueDateBefore

Date claimDueDateBefore
The claim due date


claimDueDateAfter

Date claimDueDateAfter

sortByClaimDueDate

short sortByClaimDueDate

creationDateBefore

Date creationDateBefore
The creation date


creationDateAfter

Date creationDateAfter

sortByCreationDate

short sortByCreationDate

canBeReassigned

Boolean canBeReassigned
Can be reassigned.


sortByCanBeReassigned

short sortByCanBeReassigned

canBeReturned

Boolean canBeReturned
Can be returned.


sortByCanBeReturned

short sortByCanBeReturned

canBeAborted

Boolean canBeAborted
Can be aborted.


sortByCanBeAborted

short sortByCanBeAborted

minPriority

Integer minPriority
The task priority


maxPriority

Integer maxPriority

sortByPriority

short sortByPriority

taskProperties

HashMap<K,V> taskProperties
The task property


sortByPropertyValue

short sortByPropertyValue

includeTaskRequest

boolean includeTaskRequest

includeTaskResponse

boolean includeTaskResponse

includeTaskProperties

boolean includeTaskProperties

completedDateBefore

Date completedDateBefore
The completed date


completedDateAfter

Date completedDateAfter

sortByCompletedDate

short sortByCompletedDate

Class com.bea.wli.worklist.api.ValidationException extends ManagementException implements Serializable

Serialized Fields

_propertyInError

SystemProperty _propertyInError

_userPropertiesInError

String[] _userPropertiesInError

Class com.bea.wli.worklist.api.WorkloadRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_userId

String _userId

_useTaskCountOnly

boolean _useTaskCountOnly

_defaultMinutesPerTask

int _defaultMinutesPerTask

_maxTasksToConsider

int _maxTasksToConsider

Class com.bea.wli.worklist.api.WorkSubstituteRule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workSubstituteRuleId

String workSubstituteRuleId

effectiveDate

Date effectiveDate

expiryDate

Date expiryDate

source

String source

target

String target

hashCode

int hashCode

Package com.bea.wli.worklist.api.config

Package com.bea.wli.worklist.api.events

Class com.bea.wli.worklist.api.events.VetoException extends Exception implements Serializable


Package com.bea.wli.worklist.api.events.data

Class com.bea.wli.worklist.api.events.data.TaskUpdatePropertyEvent.ChangedProperty extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

_oldValue

PropertyInstance _oldValue

_newValue

PropertyInstance _newValue

Class com.bea.wli.worklist.api.events.data.TaskUpdateSystemPropertyEvent.ChangedProperty extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_prop

SystemProperty _prop

_oldValue

Object _oldValue

_newValue

Object _newValue

Package com.bea.wli.worklist.api.events.handler

Class com.bea.wli.worklist.api.events.handler.DuplicateObjectException extends RuntimeException implements Serializable

Class com.bea.wli.worklist.api.events.handler.ParseException extends Exception implements Serializable

Class com.bea.wli.worklist.api.events.handler.UnknownObjectException extends RuntimeException implements Serializable


Package com.bea.wli.worklist.api.taskplan

Class com.bea.wli.worklist.api.taskplan.Bounds extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

int x

y

int y

width

int width

height

int height

Class com.bea.wli.worklist.api.taskplan.DuplicateObjectException extends RuntimeException implements Serializable

Class com.bea.wli.worklist.api.taskplan.ParseException extends Exception implements Serializable

Class com.bea.wli.worklist.api.taskplan.TaskPlanId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_path

TaskPlanPath _path

_version

float _version

_worklistHostAppId

String _worklistHostAppId

Class com.bea.wli.worklist.api.taskplan.TaskPlanPath extends com.bea.wli.path.ObjectPath implements Serializable

Class com.bea.wli.worklist.api.taskplan.UnknownObjectException extends RuntimeException implements Serializable


Package com.bea.wli.worklist.api.ui

Class com.bea.wli.worklist.api.ui.TaskListCustomParams extends Object implements Serializable

Serialized Fields

taskNames

String taskNames

taskIDs

String taskIDs

workingStates

String[] workingStates

adminStates

String[] adminStates

comment

String comment

fromPriority

String fromPriority

toPriority

String toPriority

assigneeContains

String assigneeContains

claimantContains

String claimantContains

ownerContains

String ownerContains

completionDueDateStart

Date completionDueDateStart

completionDueDateEnd

Date completionDueDateEnd

includeNullCompletionDueDate

boolean includeNullCompletionDueDate

preserveSearchCriteria

boolean preserveSearchCriteria

columnsToDisplay

String columnsToDisplay

isPreserveColumnDisplay

boolean isPreserveColumnDisplay

maxResults

int maxResults

maxRowsPerPage

int maxRowsPerPage

Class com.bea.wli.worklist.api.ui.TaskListViewInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_key

String _key

_label

String _label

_isPredefined

boolean _isPredefined

_customCriteria

TaskListCustomParams _customCriteria

_showOnTaskListPage

boolean _showOnTaskListPage

_dateFormat

DateFormat _dateFormat

_cursorBatchSize

int _cursorBatchSize

Class com.bea.wli.worklist.api.ui.TaskUIContextInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_doneActionContext

String _doneActionContext

_doneActionLabel

String _doneActionLabel

_worklistUIContextHelper

WorklistUIContextHelper _worklistUIContextHelper

Class com.bea.wli.worklist.api.ui.WorklistUIContextHelper extends Object implements Serializable

Class com.bea.wli.worklist.api.ui.WorklistUIContextInfo extends Object implements Serializable

Serialized Fields

_doneActionContext

String _doneActionContext

_doneActionLabel

String _doneActionLabel

_userName

String _userName

Package com.bea.wli.worklist.portal

Class com.bea.wli.worklist.portal.AssignedTaskListViewInfo extends com.bea.wli.worklist.portal.DueDateTaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.AssigneeDefinitionForm extends FormData implements Serializable

Serialized Fields

_name

String _name

_type

String _type

_self

com.bea.wli.worklist.portal.CandidateDetailsForm _self

_members

List<E> _members

Class com.bea.wli.worklist.portal.AssignmentInstructionsForm extends FormData implements Serializable

Serialized Fields

_taskPlanId

TaskPlanId _taskPlanId

_name

String _name

_isInteractiveAssignment

boolean _isInteractiveAssignment

_startDate

Date _startDate

_endDate

Date _endDate

_dateTimeFormat

DateFormat _dateTimeFormat

_maxSize

int _maxSize

_pageSize

int _pageSize

_currentSortedCandidates

SortedSet<E> _currentSortedCandidates

_sortCriteria

com.bea.wli.worklist.portal.AssignmentInstructionsForm.SortCriteria _sortCriteria

_calculateScore

boolean _calculateScore

_userSelections

String[] _userSelections

_targetStep

Step _targetStep

_assignAction

AssignAction _assignAction

_instructions

AssignmentInstructions _instructions

_addType

String _addType

_addName

String _addName

_claimant

String _claimant

isInited

boolean isInited

Class com.bea.wli.worklist.portal.AssociatedTaskListViewInfo extends TaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.CandidateDetailsForm extends FormData implements Serializable

Serialized Fields

_name

String _name

_cumulativeScore

WorklistTaskAdmin.CumulativeScore _cumulativeScore

_availabilityInfos

AvailabilityInfo[] _availabilityInfos

_startDateStr

String _startDateStr

_endDateStr

String _endDateStr

_dateFormat

DateFormat _dateFormat

Class com.bea.wli.worklist.portal.ClaimedTaskListViewInfo extends TaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.DueDateTaskListViewInfo extends TaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.OverdueTaskListViewInfo extends com.bea.wli.worklist.portal.DueDateTaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.OwnedTaskListViewInfo extends TaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.PropertyEditorHelper extends Object implements Serializable

Serialized Fields

_properties

PropertyInstanceHolder[] _properties

_prop

PropertyInstanceHolder _prop

_mediator

DataTypeValueSummarizer.ValueMediator _mediator

_editorValue

EditorValueHolder _editorValue

Class com.bea.wli.worklist.portal.PropertyEditorTag extends TagSupport implements Serializable

Serialized Fields

_dataSource

String _dataSource

_propName

String _propName

_hostPage

String _hostPage

_actionName

String _actionName

_readOnly

boolean _readOnly

Class com.bea.wli.worklist.portal.PropertyInstanceHolder extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

_innerProp

PropertyInstance _innerProp

_summary

DataTypeValueSummarizer.ValueSummary _summary

_mediator

DataTypeValueSummarizer.InPlaceValueMediator _mediator

_doOverride

boolean _doOverride
AMK@CR296394


_overrideDescription

String _overrideDescription

_overrideValueAsString

String _overrideValueAsString

Class com.bea.wli.worklist.portal.QuickSearchTaskListViewInfo extends TaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.TakeStepActionActionForm extends FormData implements Serializable

Serialized Fields

actionName

String actionName

stepActionName

String stepActionName

stepName

String stepName

description

String description

properties

PropertyInstanceHolder[] properties

Class com.bea.wli.worklist.portal.TaskCreationForm extends com.bea.wli.worklist.portal.AssignmentInstructionsForm implements Serializable

Serialized Fields

_comment

String _comment

_completionDueDateStr

String _completionDueDateStr

_currentStepCompletionDateStr

String _currentStepCompletionDateStr

_taskTimeEstimateStr

String _taskTimeEstimateStr

_properties

PropertyInstanceHolder[] _properties

_dateTimeFormat

DateFormat _dateTimeFormat

_propertySelections

String[] _propertySelections

_allConstructorSelections

String[] _allConstructorSelections

_selectedConstructor

String _selectedConstructor

_constructor

Constructor _constructor
Fields for Display purpose

Class com.bea.wli.worklist.portal.TaskListCustomizationForm extends FormData implements Serializable

Serialized Fields

_params

TaskListCustomParams _params

_dateTimeFormat

DateFormat _dateTimeFormat

Class com.bea.wli.worklist.portal.TaskPlanListHelper.Prefs extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

maxTasks

int maxTasks

Class com.bea.wli.worklist.portal.TaskUIPageFlowController extends PageFlowController implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

_dateFormat

SimpleDateFormat _dateFormat
SimpleDateFormat instance to be used as the format for obtaining date/time instances as values for system properties. This may be set by subclasses and is accessed via getDateFormat().

See Also:
TaskUIPageFlowController.getDateFormat()

_propEditHelper

PropertyEditorHelper _propEditHelper
Holds state during the editing of a property (from _updateActionForm)


_updateActionForm

UpdateActionForm _updateActionForm
The UpdateActionForm containing the up-to-date and editable form of the data for the 'context' task. This member may be set and manipulated by subclasses and is accessed via getUpdateActionForm().

See Also:
TaskUIPageFlowController.getUpdateActionForm()

_takeStepActionActionForm

TakeStepActionActionForm _takeStepActionActionForm
The TakeStepActionActionForm instance representing the properties and other data needed to take an action on the context task. This form is initialized and maintained as part of the action helper sequence initiated using the showStepActionActionHelper() method. Subclasses may set and manipulate this member as they see fit. It is accessed via getStepActionActionForm().

See Also:
TaskUIPageFlowController.showStepActionActionHelper(com.bea.wli.worklist.api.taskplan.StepAction), TaskUIPageFlowController.getTakeStepActionActionForm()

_taskHistoryRecords

TaskEventHistory[] _taskHistoryRecords
Current Task's History. Maintained by subclasses only.

See Also:
TaskUIPageFlowController.getTaskHistory()

_taskDataHistory

TaskData _taskDataHistory
TaskData for the 'context' task at some date in the past. This member is maintained by subclasses and stored here for convenience.

See Also:
TaskUIPageFlowController.getTaskDataHistory()

Class com.bea.wli.worklist.portal.TextEditorHelper extends Object implements Serializable

Serialized Fields

_cursor

com.bea.wli.datatype.standard.string.StringCursor _cursor

_readOnly

boolean _readOnly

Class com.bea.wli.worklist.portal.UpcomingTaskListViewInfo extends com.bea.wli.worklist.portal.DueDateTaskListViewInfo implements Serializable

Class com.bea.wli.worklist.portal.UpdateActionForm extends FormData implements Serializable

Serialized Fields

_canUpdate

boolean _canUpdate
Control flags


_canChangeOwner

boolean _canChangeOwner

_canBeClaimed

boolean _canBeClaimed

_canClaimDueDate

boolean _canClaimDueDate

_canChangeStepCompletionDueDate

boolean _canChangeStepCompletionDueDate

_canChangeCompletionDueDate

boolean _canChangeCompletionDueDate

_dateFormat

DateFormat _dateFormat

_propertySelections

String[] _propertySelections

_priority

Integer _priority
editable properties


_comment

String _comment

_stepClaimDueDateStr

String _stepClaimDueDateStr

_stepCompletionDueDateStr

String _stepCompletionDueDateStr

_completionDueDateStr

String _completionDueDateStr

_owner

String _owner

_claimant

String _claimant

_properties

PropertyInstanceHolder[] _properties

_taskId

String _taskId
display only properties


_taskName

String _taskName

_taskPlanId

String _taskPlanId

_adminState

String _adminState

_workingState

String _workingState

_currentStepName

String _currentStepName

_creator

String _creator

_createDate

Date _createDate

_lastUpdateUser

String _lastUpdateUser

_lastUpdateDate

Date _lastUpdateDate

_assigneeList

Assignee _assigneeList

_ownerName

String _ownerName
Evaluated/Calculated properties


_claimantName

String _claimantName

_creatorName

String _creatorName

_lastUpdateUserName

String _lastUpdateUserName

Package com.bea.wli.worklist.xml

Class com.bea.wli.worklist.xml.AdminStateType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()

Class com.bea.wli.worklist.xml.AlgorithmType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()

Class com.bea.wli.worklist.xml.AssigneeTypeType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()

Class com.bea.wli.worklist.xml.CandidateListHandlingType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()

Class com.bea.wli.worklist.xml.ContainerTypeType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()

Class com.bea.wli.worklist.xml.StateType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()

Class com.bea.wli.worklist.xml.WorkingStateType.Enum extends StringEnumAbstractBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()