Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


Deprecated API


Contents

Deprecated Interfaces
oracle.bpel.services.workflow.assignment.dynamic.IDynamicAssignmentFunction
          since 11.1.1.6.2 - use IDynamicAssignmentPattern or IDynamicTaskEscalationPattern instead. 
oracle.bpel.services.workflow.assignment.dynamic.IDynamicGroupAssignmentFunction
          since 11.1.1.6.2 - use IDynamicAssignmentPattern instead. 
oracle.bpel.services.workflow.assignment.dynamic.IDynamicTaskEscalationFunction
          since 11.1.1.6.2 - use IDynamicTaskEscalationPattern instead. 
oracle.bpel.services.workflow.assignment.dynamic.IDynamicUserAssignmentFunction
          since 11.1.1.6.2 - use IDynamicAssignmentPattern instead. 
oracle.bpel.services.workflow.query.model.PredicateClauseType
          Use ClauseType instead 

 

Deprecated Classes
oracle.tip.pc.services.identity.BPMAction
          since 11. All ACL checks are based on java.security.Permission checks 

 

Deprecated Fields
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_ADMIN
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_ALL
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_CREATOR
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_GROUP
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_MY
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_MY_AND_GROUP
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_MY_AND_GROUP_ALL
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_OWNER
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_PREVIOUS
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_REPORTEES
            
oracle.bpel.services.workflow.query.ITaskQueryService.ASSIGNMENT_FILTER_REVIEWER
            
oracle.bpel.services.workflow.client.WorkflowServiceClientFactory.JAVA_CLIENT
            
oracle.bpel.services.workflow.client.IWorkflowServiceClientConstants.MODE_AUTO
          since 11.1.2 
oracle.bpel.services.workflow.client.IWorkflowServiceClientConstants.MODE_DYNAMIC
          since 11.1.2 
oracle.bpel.services.workflow.client.WorkflowServiceClientFactory.REMOTE_LOCAL_CLIENT
          REMOTE Clients will access the Workflow Services through Remote EJB layer Client calls will become remote ejb calls made directly to the EJB implementing the service 
oracle.bpel.services.workflow.repos.TableConstants.WFTASKMETADATA_URI_COLUMN
           
oracle.bpel.services.workflow.client.WorkflowServiceClientFactory.WSIF_CLIENT
            
oracle.bpel.services.workflow.client.IWorkflowServiceClientConstants.WSS_RECIPIENT_KEY_ALIAS
          since 11.1.2 

 

Deprecated Methods
oracle.bpel.services.workflow.query.ITaskQueryService.authenticate(String, String, String, String)
          since 11. Use ITaskQueryService.authenticate(String, char[], String) or ITaskQueryService.authenticateOnBehalfOf(IWorkflowContext, String) 
oracle.tip.pc.services.identity.BPMAuthenticationService.authenticateUser(String, String)
          since release 11. Use BPMAuthenticationService.authenticateUser(String, char[]) instead 
oracle.bpel.services.workflow.query.model.ObjectFactory.createPredicateClauseType()
          Use ClauseType instead 
oracle.bpel.services.workflow.repos.Predicate.enableXMLSerialization(boolean)
            
oracle.tip.pc.services.identity.BPMIdentity.getActions()
          since 11. Use BPMUser.hasPermission(Permission, String) for user object 
oracle.bpel.services.workflow.activityguide.query.IAGQueryService.getAGDisplayInfoDetailsById(IWorkflowContext, long, List)
          as of release 11.1.1.2.7 Use getAGDisplayInfoDetailsById API instead 
oracle.bpel.services.workflow.activityguide.query.ejb.AGQueryServiceLocal.getAGDisplayInfoDetailsById(IWorkflowContext, long, List)
          as of release 11.1.1.2.7 Use getAGDisplayInfoDetailsById API instead 
oracle.bpel.services.workflow.activityguide.query.ejb.AGQueryServiceRemote.getAGDisplayInfoDetailsById(IWorkflowContext, long, List)
          as of release 11.1.1.2.7 Use getAGDisplayInfoDetailsById API instead 
oracle.bpel.services.workflow.client.IWorkflowServiceClient.getAuthenticationService(String)
          since 11.1.1. Use WorkflowServiceClientFactory.getSOAPIdentityServiceClient(String, Map, Logger) 
oracle.bpel.services.workflow.client.IWorkflowServiceClient.getAuthorizationService(String)
          since 11.1.1. Use WorkflowServiceClientFactory.getSOAPIdentityServiceClient(String, Map, Logger) 
oracle.bpel.services.workflow.query.model.TaskPredicateType.getClause()
          Use setPredicate instead 
oracle.tip.pc.services.identity.BPMPrincipal.getFullName()
          since 11.1.1. 
oracle.tip.pc.services.identity.BPMAuthorizationService.getGrantedRolesToRole(String, boolean)
          since release 11. Use BPMAuthorizationService.getGrantedRolesToGroup(String, boolean) instead 
oracle.tip.pc.services.identity.BPMAuthorizationService.getGrantees(String, boolean)
          since release 11. Use BPMAuthorizationService.getGranteesToGroup(String, boolean) instead 
oracle.bpel.services.workflow.runtimeconfig.IRuntimeConfigService.getGroupDynamicAssignmentFunctions(IWorkflowContext)
          since 11.1.1.6.2 - use IRuntimeConfigService.getDynamicAssignmentFunctions(oracle.bpel.services.workflow.verification.IWorkflowContext, oracle.bpel.services.workflow.assignment.dynamic.IDynamicAssignmentPattern.AssigneeType) with an assigneeType of AssigneeType.GROUP instead. 
oracle.tip.pc.services.identity.BPMAuthorizationService.getGroups()
          since release 11. Use BPMAuthorizationService.searchGroups(String, String) instead 
oracle.bpel.services.workflow.client.IWorkflowServiceClient.getIdentityConfigService()
          since 11.1.1. Use WorkflowServiceClientFactory.getSOAPIdentityConfigServiceClient(java.util.Map<oracle.bpel.services.workflow.client.IWorkflowServiceClientConstants.CONNECTION_PROPERTY, java.lang.String>, java.util.logging.Logger) 
oracle.bpel.services.workflow.client.IWorkflowServiceClient.getIdentityService(String)
          since 11.1.1. Use WorkflowServiceClientFactory.getSOAPIdentityServiceClient(String, Map, Logger) 
oracle.bpel.services.workflow.task.ITaskAssignee.getIsGroup()
          Use getType() instead 
oracle.tip.pc.services.identity.BPMUser.getNotificationPreferences()
          since 11. The method returns empty list. 
oracle.bpel.services.workflow.repos.Ordering.getOrderBy()
          since 11.1.1.2.0 
oracle.tip.pc.services.identity.BPMAuthorizationService.getParticipants(String, boolean)
          since release 11. Use BPMAuthorizationService.getParticipantsToGroup(String, boolean) for group participants and #getParticipantsToAppRole(String, boolean) for application role participants 
oracle.bpel.services.workflow.metadata.routingslip.model.ParallelCompletionCriteriaType.getPercentageOfOutcome()
          use getOutcomePercentage() instead 
oracle.bpel.services.workflow.query.model.ViewTaskPredicateQueryType.getPredicate()
          Use getExtraPredicate instead 
oracle.tip.pc.services.identity.BPMAuthorizationService.getRoles(RoleClassifier)
          since release 11. Use // TODO (String, String) or #searchAppRole(String, String) instead 
oracle.tip.pc.services.identity.BPMIdentity.getRoles(RoleClassifier, boolean)
          since release 11. Use BPMIdentity.getGrantedRoles(boolean) instead 
oracle.bpel.services.workflow.user.IUserMetadataService.getRuleSetInfo(IWorkflowContext, Participant)
          Rules persistence is no longer configurable, and rules are now persisted internally in the workflow database schema, so this method is now of limited use. 
oracle.bpel.services.workflow.repos.Predicate.getTables()
            
oracle.bpel.services.workflow.task.model.TaskType.getTaskDefinitionURI()
          As of release 11.*, replaced by TaskType.getTaskDefinitionId() 
oracle.bpel.services.workflow.metadata.ITaskMetadataService.getTaskDisplay(IWorkflowContext, Task, String)
          Since 11.1.1.1.0. 
oracle.bpel.services.workflow.runtimeconfig.IRuntimeConfigService.getTaskDisplayInfo(IWorkflowContext, String, String, String)
          since 11.1.1.4.0. Use IRuntimeConfigService.getTaskDisplayInfo(IWorkflowContext,String,String,String,String) instead. 
oracle.bpel.services.workflow.assignment.dynamic.IDynamicTaskEscalationFunction.getTaskEscalationUser(String)
          Instead use getTaskEscalationUser(Task task) function. 
oracle.bpel.services.workflow.query.ITaskQueryService.getTaskHistory(IWorkflowContext, String)
          use @link{#getTaskHistory(IWorkflowContext, String, List)} instead. 
oracle.bpel.services.workflow.metadata.taskmetadata.model.TaskMetadataType.getUri()
           
oracle.bpel.services.workflow.runtimeconfig.IRuntimeConfigService.getUserDynamicAssignmentFunctions(IWorkflowContext)
          since 11.1.1.6.2 - use IRuntimeConfigService.getDynamicAssignmentFunctions(oracle.bpel.services.workflow.verification.IWorkflowContext, oracle.bpel.services.workflow.assignment.dynamic.IDynamicAssignmentPattern.AssigneeType) with an assigneeType of AssigneeType.USER instead. 
oracle.bpel.services.workflow.user.IUserMetadataService.getUserInboxView(IWorkflowContext, Participant)
            
oracle.tip.pc.services.identity.BPMAuthorizationService.getUsers()
          since release 11. Use BPMAuthorizationService.searchUsers(String, String) instead 
oracle.bpel.services.workflow.repos.Predicate.getValues()
            
oracle.tip.pc.services.identity.BPMIdentity.isInRole(String)
          since release 11. Use BPMIdentity.isInRole(BPMRole) instead 
oracle.tip.pc.services.identity.BPMAuthorizationService.lookupRole(String)
          since release 11. Use BPMAuthorizationService.lookupGroup(String) instead. To lookup BPMAppRole use #lookupAppRole(String) 
oracle.bpel.services.workflow.query.ITaskQueryService.queryTasks(IWorkflowContext, List, List, String, String, Predicate, Ordering, int, int)
            
oracle.bpel.services.workflow.metadata.routingslip.model.ParallelCompletionCriteriaType.setPercentageOfOutcome(ParameterType)
          use getOutcomePercentage() instead 
oracle.bpel.services.workflow.query.model.ViewTaskPredicateQueryType.setPredicate(TaskPredicateType)
          Use setExtraPredicate instead 
oracle.bpel.services.workflow.task.model.TaskType.setTaskDefinitionURI(String)
          As of release 11.*, replaced by TaskType.setTaskDefinitionId(java.lang.String) 
oracle.bpel.services.workflow.runtimeconfig.IRuntimeConfigService.setTaskDisplayInfo(IWorkflowContext, String, String, TaskDisplayInfoList)
          since 11.1.1.4.0. Use IRuntimeConfigService.setTaskDisplayInfo(IWorkflowContext, String, String, String, List) instead. 
oracle.bpel.services.workflow.metadata.taskmetadata.model.TaskMetadataType.setUri(String)
           
oracle.bpel.services.identity.hierarchy.HierarchyPrincipal.toPropertiesString(HierarchyPrincipal)
          Marshalls HierarchyPrincipal into a flat Properties formatted string. 
oracle.bpel.services.common.util.JaxbUtil.unmarshallJAXBFromElem(Element, String)
          Use context-path specific AbstractJaxbUtil implementation instead 
oracle.bpel.services.common.util.JaxbUtil.unmarshallJAXBFromElem(Element, String, String)
          Use context-path specific AbstractJaxbUtil implementation instead 
oracle.bpel.services.common.util.JaxbUtil.unmarshallJAXBFromElem(Element, String, String, String)
          Use context-path specific AbstractJaxbUtil implementation instead 

 

Deprecated Constructors
oracle.tip.pc.infra.exception.PCException(Throwable)
          Use PCException(Throwable, int) Instead When this exception is thrown, it is not logged! 
oracle.bpel.services.common.exception.ServicesException(ServicesLogger.Severity, Throwable)
          Use ServicesException(Severity, Throwable, int) Instead When this exception is thrown, it is not logged! 
oracle.bpel.services.common.exception.ServicesException(Throwable)
          Use ServicesException(Severity, Throwable, int) Instead When this exception is thrown, it is not logged! 
oracle.bpel.services.workflow.task.impl.TaskAssignee(String, boolean)
          Use TaskAssignee(String name, String type) instead 

 

Deprecated Enum Constants
oracle.bpel.services.workflow.query.ITaskQueryService.AssignmentFilter.ADMIN
            
oracle.bpel.services.workflow.client.IWorkflowServiceClientConstants.CONNECTION_PROPERTY.MODE
          since 11.1.2 

 


Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.