-
Deprecated InterfacesInterfaceDescriptionsince 11.1.1.6.0 - use
IDynamicAssignmentPattern
instead.since 11.1.1.6.0 - useIDynamicTaskEscalationPattern
instead.since 11.1.1.6.0 - useIDynamicAssignmentPattern
instead.Use ClauseType instead
-
Deprecated ClassesClassDescriptionsince 11. All ACL checks are based on java.security.Permission checks
-
Deprecated FieldsFieldDescriptionSince 11.1.1.7.0. Use BPM mode insteadSince 11.1.1.7.0. Use BPM mode insteadsince 11.1.2since 11.1.2since 11.1.2REMOTE 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
-
Deprecated MethodsMethodDescriptionUse context-path specific AbstractJaxbUtil implementation insteadUse context-path specific AbstractJaxbUtil implementation insteadUse context-path specific AbstractJaxbUtil implementation insteadMarshalls HierarchyPrincipal into a flat Properties formatted string.as of release 11.1.1.2.7 Use
getAGDisplayInfoDetailsById
API insteadas of release 11.1.1.2.7 UsegetAGDisplayInfoDetailsById
API insteadSince 11.1.1.7.0. UsequeryAGDisplayInforDetailsById
API insteadas of release 11.1.1.2.7 UsegetAGDisplayInfoDetailsById
API insteadSince 11.1.1.7.0. UsegetMilestoneDisplayInfo
API insteadSince 11.1.1.7.0. UsequeryAGDisplayInfos
API insteadSince 11.1.1.7.0. UsequeryAGDisplayInfos
API insteadInstead use getTaskEscalationUser(Task task) function.Since 11.1.1.1.0.use getOutcomePercentage() insteaduse getOutcomePercentage() insteaduse @link{#getTaskHistory(IWorkflowContext, String, List)} instead.Use ClauseType insteadUse setPredicate insteadUse getExtraPredicate insteadoracle.bpel.services.workflow.query.model.ViewTaskPredicateQueryType.setPredicate(TaskPredicateType) Use setExtraPredicate insteadsince 11.1.1.2.0since 11.1.1.6.0 - useIRuntimeConfigService.getDynamicAssignmentFunctions(oracle.bpel.services.workflow.verification.IWorkflowContext, oracle.bpel.services.workflow.assignment.dynamic.IDynamicAssignmentPattern.AssigneeType)
with an assigneeType of AssigneeType.GROUP instead.since 11.1.1.4.0. UseIRuntimeConfigService.getTaskDisplayInfo(IWorkflowContext,String,String,String,String,String)
instead.since 11.1.1.7.0. UseIRuntimeConfigService.getTaskDisplayInfo(IWorkflowContext,String,String,String,String, String)
instead.Since 11.1.1.7.0 - useIRuntimeConfigService.getTaskDisplayInfoByTaskDefinitionId(IWorkflowContext, String, String, String)
instead.since 11.1.1.6.0 - useIRuntimeConfigService.getDynamicAssignmentFunctions(oracle.bpel.services.workflow.verification.IWorkflowContext, oracle.bpel.services.workflow.assignment.dynamic.IDynamicAssignmentPattern.AssigneeType)
with an assigneeType of AssigneeType.USER instead.since 11.1.1.4.0. UseIRuntimeConfigService.setTaskDisplayInfo(IWorkflowContext, String, String, String, List)
instead.Use getType() insteadTenantId is not longer stored because each tenant gets its own WLS partition and PDBTenantId is not longer stored because each tenant gets its own WLS partition and PDBTenantIDdis not longer stored because each tenant gets its own WLS partition and PDBTenantId is not longer stored because each tenant gets its own WLS partition and PDBAs of release 11.*, replaced byTaskType.getTaskDefinitionId()
As of release 11.*, replaced byTaskType.setTaskDefinitionId(java.lang.String)
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.Replaced by#queryCaseEvent()
Get an audit of all the events that have happened in the case instance Example usage is below.import java.util.Collection; import java.util.List; import oracle.bpel.services.bpm.common.IBPMContext; import oracle.bpm.casemgmt.CaseIdentifier; import oracle.bpm.casemgmt.CaseObjectsList; import oracle.bpm.casemgmt.ICaseService; import oracle.bpm.casemgmt.persistence.model.CaseEvent; import oracle.bpm.casemgmt.persistence.model.PropertyBag; import oracle.bpm.casemgmt.metadata.event.model.TEventType; import oracle.bpm.client.BPMServiceClientFactory" ... IBPMContext context = ..; CaseIdentifier caseIdentifier = ..; ICaseService caseService = ..; TEventType eventType = null; // event types is one of the following eventType = TEventType.ACTIVITY_EVENT; eventType = TEventType.LIFECYCLE_EVENT; eventType = TEventType.DOCUMENT_EVENT; eventType = TEventType.COMMENT_EVENT; eventType = TEventType.USER_DEFINED_EVENT; int pageNum = ..; int pageSize = ..; String updatedBy = ..; CaseObjectsList caseObjectsList = caseService.getAudit(context, caseIdentifier, eventType, updatedBy, pageSize, pageNum); List<CaseEvent> persistedEvents = caseObjectsList.getCaseObjects(); int totalEntries = caseObjectsList.getTotalNumberOfCaseObjects(); int nEvents = persistedEvents.size(); for (CaseEvent ce: persistedEvents) { String updatedBy = ce.getUpdatedBy(); String displayName = ce.getObjectDisplayName(); String comment = (ce.getComment() != null) ? ce.getComment().getCaseObjectComment() : null; String eventType = ce.getEventType().toString(); }
This method will be removed in 12since release 11. UseBPMAuthenticationService.authenticateUser(String, char[])
insteadsince release 11. UseBPMAuthorizationService.getGrantedRolesToGroup(String, boolean)
insteadsince release 11. UseBPMAuthorizationService.getGranteesToGroup(String, boolean)
insteadsince release 11. UseBPMAuthorizationService.searchGroups(String, String)
insteadsince release 11. UseBPMAuthorizationService.getParticipantsToGroup(String, boolean)
for group participants and#getParticipantsToAppRole(String, boolean)
for application role participantssince release 11. Use// TODO (String, String)
or#searchAppRole(String, String)
insteadsince release 11. UseBPMAuthorizationService.searchUsers(String, String)
insteadsince release 11. UseBPMAuthorizationService.lookupGroup(String)
instead. To lookup BPMAppRole use#lookupAppRole(String)
since 11. UseBPMUser.hasPermission(Permission, String)
for user objectsince release 11. UseBPMIdentity.getGrantedRoles(boolean)
insteadsince release 11. UseBPMIdentity.isInRole(BPMRole)
Or(String groupName)
insteadsince 11.1.1.since 11. The method returns empty list.
-
Deprecated ConstructorsConstructorDescriptionUse ServicesException(Severity, Throwable, int) Instead When this exception is thrown, it is not logged!Use ServicesException(Severity, Throwable, int) Instead When this exception is thrown, it is not logged!Use TaskAssignee(String name, String type) insteadUse PCException(Throwable, int) Instead When this exception is thrown, it is not logged!
-
Deprecated Enum ConstantsEnum ConstantDescriptionsince 11.1.2
IDynamicAssignmentPattern
orIDynamicTaskEscalationPattern
instead.