Deprecated API


Contents
Deprecated Interfaces
com.bea.wli.management.configuration.BusinessCalendarConfigurationMBean
          Use com.bea.wli.calendar.management.BusinessCalendarMBean instead. 
com.bea.control.TaskWorkerControl
          Use TaskBatchControl instead 
com.bea.wli.user.api.UserInfo
          Use com.bea.wli.profile.api.UserProfile instead 
com.bea.wli.management.configuration.UserInfoConfigurationMBean
          Use com.bea.wli.profile.management.UserProfileMBean instead. 
com.bea.wli.management.configuration.WorklistConfigurationMBean
          Use com.bea.wli.worklist.management.WorklistSystemMBean instead 
com.bea.wli.worklist.api.WorklistManager
          Use WorklistContext instead 
com.bea.wli.management.runtime.WorklistRuntimeMBean
          Use WorklistContext API instead. 
com.bea.wli.worklist.api.WorklistScrollableResultManager
          Use WorklistTaskQuery instead. 
com.bea.wli.management.runtime.WorklistScrollableResultMBean
          Use WorklistContext API instead. 
com.bea.wli.management.runtime.WorkSubstituteRuntimeMBean
          Use WorkSubstituteMBean instead. 
 

Deprecated Classes
com.bea.wli.worklist.api.ActionType
            
com.bea.wli.worklist.api.StateType
            
com.bea.wli.worklist.api.TaskListenerInfo
            
com.bea.wli.worklist.api.TaskListenerRegReq
            
com.bea.wli.worklist.api.TaskListenerRegResp
            
com.bea.wli.worklist.api.TaskMessage
          Use JavaBean user-defined properties instead. 
com.bea.wli.worklist.api.WorklistManagerConstants
          Used for back-compat with 8.1.x only, and should not be used for any new development. 
 

Deprecated Exceptions
com.bea.wli.user.api.UserInfoException
          Use com.bea.wli.profile.api.ProfileException instead 
 

Deprecated Annotation Types
com.bea.control.TaskBaseAnnotations.AssignmentInstructions81x
           
com.bea.control.TaskBaseAnnotations.TaskAssign81x
           
com.bea.control.TaskBaseAnnotations.TaskClaim81x
          Use custom task plan and TaskTakeAction annotation instead. 
com.bea.control.TaskBaseAnnotations.TaskGetInfo
          Use TaskGetData instead. 
com.bea.control.TaskBaseAnnotations.TaskGetPropertyNames81x
           
com.bea.control.TaskBaseAnnotations.TaskGetRequest81x
           
com.bea.control.TaskBaseAnnotations.TaskGetResponse81x
           
com.bea.control.TaskBaseAnnotations.TaskRemoveProperties81x
           
com.bea.control.TaskBaseAnnotations.TaskReturn81x
          Use custom task plan and TaskTakeAction annotation instead. 
com.bea.control.TaskBaseAnnotations.TaskSetProperty81x
           
com.bea.control.TaskBaseAnnotations.TaskSetRequest81x
           
com.bea.control.TaskBaseAnnotations.TaskSetResponse81x
           
com.bea.control.TaskBaseAnnotations.TaskStart81x
           
com.bea.control.TaskBaseAnnotations.TaskStop81x
           
com.bea.control.TaskBaseAnnotations.TaskUpdate81x
          Use TaskSetProperties instead 
com.bea.control.TaskBatchAnnotations.TaskSelect
          Use TaskQueryAnno instead 
 

Deprecated Fields
com.bea.control.TaskControl.CALENDAR_TYPE_NAME
            
com.bea.control.TaskControl.CALENDAR_TYPE_SYSTEM
            
com.bea.control.TaskControl.CALENDAR_TYPE_USER_OR_GROUP
            
 

Deprecated Methods
com.bea.wli.worklist.api.WorklistManager.abortTask(String)
          Use WorklistTaskUser.takeActionOnStep(taskId, <Started Step>, <Abort Action>, null) for tasks not based on a task plan, or WorklistTaskAdmin.abortTask for any task. 
com.bea.control.TaskWorkerControl.archiveTasks()
          Use WorklistSystem instead. 
com.bea.wli.worklist.api.WorklistManager.completeTask(String)
          Use WorklistTaskUser.takeActionOnTask(taskId, , , null) for tasks not based on a task plan, or WorklistTaskAdmin.completeTask for any task. 
com.bea.control.TaskBaseControl.createTask(TaskCreationXMLDocument)
          Use constructTask instead. 
com.bea.wli.worklist.api.TaskCreation.getAssignToUsersAndGroups()
          Use AssignmentInstructions on TaskConstruction instead. 
com.bea.wli.worklist.api.TaskSelector.getCanBeAborted()
            
com.bea.wli.worklist.api.TaskInfo.getCanBeAborted()
            
com.bea.wli.worklist.api.TaskCreation.getCanBeAborted()
            
com.bea.wli.worklist.api.TaskSelector.getCanBeReassigned()
            
com.bea.wli.worklist.api.TaskInfo.getCanBeReassigned()
            
com.bea.wli.worklist.api.TaskCreation.getCanBeReassigned()
            
com.bea.wli.worklist.api.TaskSelector.getCanBeReturned()
            
com.bea.wli.worklist.api.TaskInfo.getCanBeReturned()
            
com.bea.wli.worklist.api.TaskCreation.getCanBeReturned()
            
com.bea.wli.worklist.api.TaskCreation.getClaimDueBusinessTime()
            
com.bea.wli.worklist.api.TaskInfo.getClaimDueDate()
            
com.bea.wli.worklist.api.TaskCreation.getClaimDueDate()
            
com.bea.wli.worklist.api.TaskSelector.getClaimDueDateAfter()
            
com.bea.wli.worklist.api.TaskSelector.getClaimDueDateBefore()
            
com.bea.wli.worklist.api.TaskSelector.getDescription()
          Description should be placed in the task plan. Use comment for per-task-instance comments. 
com.bea.wli.worklist.api.TaskInfo.getDescription()
            
com.bea.wli.worklist.api.TaskCreation.getDescription()
          Use TaskPlan.getDescription() instead 
com.bea.wli.worklist.api.TaskSelector.getIncludeTaskRequestMessage()
            
com.bea.wli.worklist.api.TaskSelector.getIncludeTaskResponseMessage()
            
com.bea.wli.worklist.api.TaskSelector.getListeningProcessIds()
            
com.bea.wli.worklist.api.TaskSelector.getListeningProcessUri()
            
com.bea.wli.worklist.api.TaskInfo.getParentProcessId()
            
com.bea.wli.worklist.api.TaskSelector.getParentProcessIds()
            
com.bea.wli.worklist.api.TaskSelector.getParentProcessUri()
            
com.bea.wli.worklist.api.TaskInfo.getParentProcessUri()
            
com.bea.wli.worklist.api.TaskInfo.getProperties()
          Use getUserProperties instead. 
com.bea.wli.worklist.api.TaskSelector.getPropertyName()
          Use getPropertyNames() instead. 
com.bea.wli.worklist.api.TaskSelector.getPropertyValue()
          Use getPropertyValue(String propertyName) 
com.bea.wli.worklist.api.TaskCreation.getRequest()
          Use task properties instead of request/response message 
com.bea.wli.worklist.api.TaskInfo.getRequestMessage()
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.getRequestMessageAsXmlObject()
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.getRequestType()
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.getResponseMessage()
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.getResponseMessageAsXmlObject()
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.getResponseType()
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskSelector.getSortByCanBeAborted()
            
com.bea.wli.worklist.api.TaskSelector.getSortByCanBeReassigned()
            
com.bea.wli.worklist.api.TaskSelector.getSortByCanBeReturned()
            
com.bea.wli.worklist.api.TaskSelector.getSortByClaimDueDate()
            
com.bea.wli.worklist.api.TaskSelector.getSortByDescription()
          Description should be placed in the task plan. Use comment for per-task-instance comments. 
com.bea.wli.worklist.api.TaskSelector.getSortByListeningProcessId()
            
com.bea.wli.worklist.api.TaskSelector.getSortByListeningProcessUri()
            
com.bea.wli.worklist.api.TaskSelector.getSortByParentProcessId()
            
com.bea.wli.worklist.api.TaskSelector.getSortByParentProcessUri()
            
com.bea.wli.worklist.api.TaskSelector.getSortByStateType()
          Use admin state, working state, and/or current step instead 
com.bea.wli.worklist.api.TaskInfo.getStateType()
            
com.bea.wli.worklist.api.TaskSelector.getStateTypes()
          Use admin state, working state, and/or current step instead. 
com.bea.wli.worklist.portal.UpdateActionForm.getStepClaimDueDate()
          Use getStepCompletionDueDate() where the current step (as defined by the task plan) represents the 'claim' on the task. 
com.bea.wli.worklist.portal.UpdateActionForm.getStepClaimDueDateStr()
          Use getStepCompletionDueDateStr() where the current step (as defined by the task plan) represents the 'claim' on the task. 
com.bea.control.TaskControl.getTaskInfo()
          Use getTaskData instead 
com.bea.wli.worklist.api.TaskInfoCursor.getTaskInfos()
          Use getTasks instead 
com.bea.wli.worklist.api.TaskInfo.getTaskInfoXML()
          Use TaskData.getTaskDataXML 
com.bea.control.TaskControl.getTaskInfoXMLDocument()
          Use getTaskDataXMLDocument instead 
com.bea.wli.worklist.api.WorklistManager.getTaskProperties(String[], String)
          Use WorklistTaskUser.getTaskProperties() instead. 
com.bea.control.TaskControl.getTaskPropertiesNames()
          Use getTaskPlan().getPropertyNames() instead. 
com.bea.wli.worklist.api.WorklistManager.getTaskPropertiesNames(String)
          Use TaskPlan.getPropertyName() instead. 
com.bea.wli.worklist.api.WorklistManager.getTaskRequest(String)
          See setTaskRequest(TaskMessage request, String taskId) for more information. 
com.bea.wli.worklist.api.WorklistManager.getTaskRequestAsXmlObject(String)
          See setTaskRequest(TaskMessage request, String taskId) for more information. 
com.bea.wli.worklist.api.WorklistManager.getTaskResponse(String)
          See setTaskRequest(TaskMessage request, String taskId) for more information. 
com.bea.wli.worklist.api.WorklistManager.getTaskResponseAsXmlObject(String)
          See setTaskRequest(TaskMessage request, String taskId) for more information. 
com.bea.wli.worklist.api.TaskSelector.isDescriptionPattern()
          Description should be placed in the task plan. Use comment for per-task-instance comments. 
com.bea.wli.worklist.api.TaskSelector.isListeningProcessUriPattern()
            
com.bea.wli.worklist.api.TaskSelector.isParentProcessUriPattern()
            
com.bea.wli.worklist.api.TaskSelector.isPropertyValuePattern()
          Use isPropertyValuePattern(String propertyName) 
com.bea.wli.worklist.portal.TaskUIPageFlowController.isTaskPlan81x(TaskData)
          Will be removed when other 8.1.x compatibility features are removed. 
com.bea.wli.calendar.schema.CalendarDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.DateRangeType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.DateType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.DayType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.FreeBusyFlagType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.HourMinuteRangeType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.Id.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.NameDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.RuleType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.taskuiregistry.TaskUiRegistryDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRuleType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRulesDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkingStateType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskUpdateXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskEventMetadataDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskDataXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskConstructionXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.StepTimeEstimateType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.StateType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValueType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValuesType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.MessageType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.DataTypeSerializedValueType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.Data.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerTypeType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerHandleType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.CandidateListHandlingType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.CalendarType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.BusinessDateType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssignmentInstructionsType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeTypeType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeListType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeDefinitionType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AlgorithmType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AdminStateType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.CalendarDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.DateRangeType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.DateType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.DayType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.FreeBusyFlagType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.HourMinuteRangeType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.Id.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.NameDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.RuleType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.taskuiregistry.TaskUiRegistryDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRuleType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRulesDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkingStateType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskUpdateXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskEventMetadataDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskDataXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskConstructionXMLDocument.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.StepTimeEstimateType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.StateType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValueType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValuesType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.MessageType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.DataTypeSerializedValueType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.Data.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerTypeType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerHandleType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.CandidateListHandlingType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.CalendarType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.BusinessDateType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssignmentInstructionsType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeTypeType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeListType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeDefinitionType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AlgorithmType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AdminStateType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.CalendarDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.DateRangeType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.DateType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.DayType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.FreeBusyFlagType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.HourMinuteRangeType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.Id.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.NameDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.RuleType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.taskuiregistry.TaskUiRegistryDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRuleType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRulesDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkingStateType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskUpdateXMLDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskEventMetadataDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskDataXMLDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskConstructionXMLDocument.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.StepTimeEstimateType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.StateType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValueType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValuesType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.MessageType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.DataTypeSerializedValueType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.Data.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerTypeType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerHandleType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.CandidateListHandlingType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.CalendarType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.BusinessDateType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssignmentInstructionsType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeTypeType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeListType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeDefinitionType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AlgorithmType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.worklist.xml.AdminStateType.Factory.parse(XMLInputStream)
          XMLInputStream 
com.bea.wli.calendar.schema.CalendarDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.DateRangeType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.DateType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.DayType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.FreeBusyFlagType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.HourMinuteRangeType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.Id.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.NameDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.calendar.schema.RuleType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.taskuiregistry.TaskUiRegistryDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRuleType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkSubstituteRulesDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.WorkingStateType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskUpdateXMLDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskInfoXMLDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskEventMetadataDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskDataXMLDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskCreationXMLDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.TaskConstructionXMLDocument.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.StepTimeEstimateType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.StateType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValueType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.PropertyValuesType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.MessageType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.DataTypeSerializedValueType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.Data.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerTypeType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.ContainerHandleType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.CandidateListHandlingType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.CalendarType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.BusinessDateType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssignmentInstructionsType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeTypeType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeListType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AssigneeDefinitionType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AlgorithmType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.wli.worklist.xml.AdminStateType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream 
com.bea.control.TaskWorkerControl.purgeTasks()
          Use WorklistSystem instead. 
com.bea.wli.worklist.api.WorklistManager.removeTaskProperties(String[], String)
          Use PropertyInstance.unsetValue() instead. 
com.bea.wli.worklist.api.WorklistManager.resumeTask(String)
          Use WorklistTaskAdmin.resumeTask instead 
com.bea.wli.worklist.api.TaskCreation.setAssignToUsersAndGroups(String[])
          Use AssignmentInstructions on TaskConstruction instead. 
com.bea.wli.worklist.api.TaskSelector.setCanBeAborted(Boolean)
            
com.bea.wli.worklist.api.TaskInfo.setCanBeAborted(Boolean)
            
com.bea.wli.worklist.api.TaskCreation.setCanBeAborted(Boolean)
            
com.bea.wli.worklist.api.TaskSelector.setCanBeReassigned(Boolean)
            
com.bea.wli.worklist.api.TaskInfo.setCanBeReassigned(Boolean)
            
com.bea.wli.worklist.api.TaskCreation.setCanBeReassigned(Boolean)
            
com.bea.wli.worklist.api.TaskSelector.setCanBeReturned(Boolean)
            
com.bea.wli.worklist.api.TaskInfo.setCanBeReturned(Boolean)
            
com.bea.wli.worklist.api.TaskCreation.setCanBeReturned(Boolean)
            
com.bea.wli.worklist.api.TaskCreation.setClaimDueBusinessTime(BusinessTime)
            
com.bea.wli.worklist.api.TaskInfo.setClaimDueDate(Date)
            
com.bea.wli.worklist.api.TaskCreation.setClaimDueDate(Date)
            
com.bea.wli.worklist.api.TaskSelector.setClaimDueDateAfter(Date)
            
com.bea.wli.worklist.api.TaskSelector.setClaimDueDateBefore(Date)
            
com.bea.wli.worklist.api.TaskInfo.setDescription(String)
            
com.bea.wli.worklist.api.TaskCreation.setDescription(String)
          Use TaskPlan.setDescription() instead 
com.bea.wli.worklist.api.TaskSelector.setDescription(String, boolean)
          Description should be placed in the task plan. Use comment for per-task-instance comments. 
com.bea.wli.worklist.api.TaskSelector.setIncludeTaskRequestMessage(boolean)
            
com.bea.wli.worklist.api.TaskSelector.setIncludeTaskResponseMessage(boolean)
            
com.bea.wli.worklist.api.TaskSelector.setListeningProcessIds(String[])
            
com.bea.wli.worklist.api.TaskSelector.setListeningProcessUri(String, boolean)
            
com.bea.wli.worklist.api.TaskInfo.setParentProcessId(String)
            
com.bea.wli.worklist.api.TaskSelector.setParentProcessIds(String[])
            
com.bea.wli.worklist.api.TaskInfo.setParentProcessUri(String)
            
com.bea.wli.worklist.api.TaskSelector.setParentProcessUri(String, boolean)
            
com.bea.wli.worklist.api.TaskInfo.setProperties(Map)
          Use setUserProperties instead. 
com.bea.wli.worklist.api.TaskSelector.setPropertyValue(String, boolean)
          Use setPropertyValue(String propertyName, String propertyValue, boolean isPattern) 
com.bea.wli.worklist.api.TaskCreation.setRequest(TaskMessage)
          Use task properties instead of request/response message 
com.bea.wli.worklist.api.TaskInfo.setRequestMessage(byte[])
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.setRequestType(String)
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.setResponseMessage(byte[])
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskInfo.setResponseType(String)
          Use custom task plans and properties instead 
com.bea.wli.worklist.api.TaskSelector.setSortByCanBeAborted(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByCanBeReassigned(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByCanBeReturned(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByClaimDueDate(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByDescription(short)
          Description should be placed in the task plan. Use comment for per-task-instance comments. 
com.bea.wli.worklist.api.TaskSelector.setSortByListeningProcessId(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByListeningProcessUri(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByParentProcessId(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByParentProcessUri(short)
            
com.bea.wli.worklist.api.TaskSelector.setSortByStateType(short)
          Use admin state, working state, and/or current step instead 
com.bea.wli.worklist.api.TaskInfo.setStateType(StateType)
            
com.bea.wli.worklist.api.TaskSelector.setStateTypes(StateType[])
          Use admin state, working state, and/or current step instead 
com.bea.wli.worklist.portal.UpdateActionForm.setStepClaimDueDate(Date)
          Use setStepCompletionDueDate() where the current step (as defined by the task plan) represents the 'claim' on the task. 
com.bea.wli.worklist.portal.UpdateActionForm.setStepClaimDueDateStr(String)
          Use setStepCompletionDueDateStr() where the current step (as defined by the task plan) represents the 'claim' on the task. 
com.bea.wli.worklist.api.WorklistTaskAdmin.setTaskCurrentStepClaimDueBusinessDate(String, BusinessTime)
          Use a 'claim' step in your task plan and set the completion due business date for that step. 
com.bea.wli.worklist.api.WorklistTaskAdmin.setTaskCurrentStepClaimDueDate(String, Date)
          Use a 'claim' step in your task plan and set the completion due business date for that step. 
com.bea.wli.worklist.api.WorklistManager.setTaskProperties(String[], String[], String)
          Use WorklistTaskUser.setTaskProperties() instead. 
com.bea.wli.worklist.api.WorklistManager.setTaskProperty(String, String, String)
          Use WorklistTaskUser.getTaskProperty() instead. 
com.bea.wli.worklist.api.WorklistManager.setTaskRequest(TaskMessage, String)
          Use an explicit task plan when creating your task by calling WorklistTaskAdmin.createTask(String, TaskPlan, String, String) then use WorklistTaskUser.setTaskProperty() instead passing a PropertyInstance retrieved by name from the TaskPlan associated with the task. For example:
   WorklistContext ctx = WorklistContextFactory.getLocalContext();
   WorklistTaskUser user = ctx.getInterfaceForTaskUser();
   TaskPlan taskPlan = user.getTaskPlanForTask(taskId);
   Property prop = taskPlan.getProperty("Request");
   PropertyInstance propInstance = user.getTaskProperty(taskId, prop);
   propInstance.setValue(... Your request value (Object, byte[], etc.) ...)
   user.setTaskProperty(taskId, propInstance);
 
 
com.bea.wli.worklist.api.WorklistManager.setTaskRequestAsXmlObject(XmlObject, String, String)
          See setTaskRequest(TaskMessage request, String taskId) for more information. 
com.bea.wli.worklist.api.WorklistManager.setTaskResponse(TaskMessage, String)
          See setTaskRequest(TaskMessage request, String taskId) for more information. 
com.bea.wli.worklist.api.WorklistManager.setTaskResponseAsXmlObject(XmlObject, String, String)
          See setTaskRequest(TaskMessage request, String taskId) for more information. 
com.bea.wli.worklist.api.WorklistManager.startTask(String)
          Use WorklistTaskUser.takeActionOnTask(taskId, , , null) 
com.bea.wli.worklist.api.WorklistManager.stopTask(String)
          Use WorklistTaskUser.takeActionOnStep(taskId, , , null) 
com.bea.wli.worklist.api.WorklistManager.suspendTask(String)
          Use WorklistTaskAdmin.suspendTask instead 
 

Deprecated Constructors
com.bea.wli.worklist.api.TaskConstruction(TaskCreation)
          Use TaskConstruction(TaskConstruction) instead 
com.bea.wli.worklist.api.TaskCreation(TaskCreation)
            
com.bea.wli.worklist.api.TaskInfo(String, String, String, String, Assignee, String, String, StateType, Integer, Date, Date, Date, Boolean, Boolean, Boolean, String, String, String, String)
            
com.bea.wli.worklist.api.TaskInfo(String, String, String, String, Assignee, String, String, StateType, Integer, Date, Date, Date, Boolean, Boolean, Boolean, String, String, String, String, byte[], byte[])
            
com.bea.wli.worklist.api.TaskInfo(String, String, String, String, Assignee, String, String, StateType, Integer, Date, Date, Date, Boolean, Boolean, Boolean, String, String, String, String, byte[], byte[], Map)
            
com.bea.wli.worklist.api.TaskSelector(String[], String, boolean, String, boolean, String, boolean, String[], String[], Assignee, Integer, Integer, StateType[], String, boolean, String[], String, boolean, String[], Date, Date, Date, Date, Date, Date, Boolean, Boolean, Boolean, String[], String[], boolean[])
            
com.bea.wli.worklist.api.TaskSelector(String[], String, boolean, String, boolean, String, boolean, String[], String[], Assignee, Integer, Integer, StateType[], String, boolean, String[], String, boolean, String[], Date, Date, Date, Date, Date, Date, Boolean, Boolean, Boolean, String[], String[], boolean[], boolean, boolean)
            
com.bea.wli.worklist.api.TaskSelector(String[], String, boolean, String, boolean, String, boolean, String[], String[], Assignee, Integer, Integer, StateType[], String, boolean, String[], String, boolean, String[], Date, Date, Date, Date, Date, Date, Boolean, Boolean, Boolean, String[], String[], boolean[], boolean, boolean, boolean)
            
com.bea.wli.worklist.api.TaskSelector(String[], String, boolean, String, boolean, String, boolean, String[], String[], Assignee, Integer, Integer, StateType[], String, boolean, String[], String, boolean, String[], Date, Date, Date, Date, Date, Date, Boolean, Boolean, Boolean, String, String, boolean)
            
com.bea.wli.worklist.api.TaskSelector(String[], String, boolean, String, boolean, String, boolean, String[], String[], Assignee, Integer, Integer, StateType[], String, boolean, String[], String, boolean, String[], Date, Date, Date, Date, Date, Date, Boolean, Boolean, Boolean, String, String, boolean, boolean, boolean)
            
com.bea.wli.worklist.api.TaskSelector(String[], String, boolean, String, boolean, String, boolean, String[], String[], Assignee, Integer, Integer, StateType[], String, boolean, String[], String, boolean, String[], Date, Date, Date, Date, Date, Date, Boolean, Boolean, Boolean, String, String, boolean, boolean, boolean, boolean)
            
 

Deprecated Enum Constants
com.bea.wli.worklist.api.taskplan.SystemProperty.CURRENT_STEP_CLAIM_DUE_DATE
          Claim due date should not be used. 
com.bea.wli.worklist.api.taskplan.SystemProperty.DESCRIPTION
          Use TaskPlan Description instead 
 

Deprecated Annotation Type Elements
com.bea.control.TaskBaseAnnotations.TaskCreate.assignmentInstructions81x
          Use assignmentInstructions instead. 
com.bea.control.TaskBaseAnnotations.TaskCreate.canBeAborted
            
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.canBeAborted
           
com.bea.control.TaskBaseAnnotations.TaskCreate.canBeReassigned
            
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.canBeReassigned
           
com.bea.control.TaskBaseAnnotations.TaskCreate.canBeReturned
            
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.canBeReturned
           
com.bea.control.TaskBaseAnnotations.TaskCreate.claimDueDate
           
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.claimDueDate
           
com.bea.control.TaskBatchAnnotations.TaskSelect.claimDueDateAfter
           
com.bea.control.TaskBatchAnnotations.TaskSelect.claimDueDateBefore
           
com.bea.control.TaskBaseAnnotations.TaskCreate.description
          Put description in task plan instead, and use comment for per-task information. 
com.bea.control.TaskBaseAnnotations.TaskCreate.request
            
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.request
          Use task properties instead. 
com.bea.control.TaskBaseAnnotations.TaskCreate.requestMimeType
            
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.requestMimeType
          Use task properties instead. 
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.response
          Use task properties instead. 
com.bea.control.TaskBaseAnnotations.TaskUpdate81x.responseMimeType
          Use task properties instead. 
com.bea.control.TaskAnnotations.TaskEventAnno.responseParamName
          Use task properties instead.