Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Interfaces
    Interface
    Description
    Thor.API.Operations.ErrorOperationsIntf
    Thor.API.Operations.tcPermissionOperationsIntf
    Thor.API.Operations.tcReconciliationOperationsIntf
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
  • Deprecated Classes
    Class
    Description
    oracle.iam.certification.vo.IDCEndPoint
    oracle.iam.request.vo.RequestTemplate
  • Deprecated Methods
    Method
    Description
    com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(String, String)
    Not recomended to use from 11gR1 onwards.
    com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(String, String, String, String)
    Not recomended to use from 11gR1 onwards.
    com.thortech.xl.dataobj.util.tcEmailNotificationUtil.getFromRequest(String, String)
    Not recomended to use from 11gR1 onwards.
    oracle.iam.certification.api.CertificationAdministrationService.findAllEventListeners()
    oracle.iam.certification.api.CertificationService.getAttributeValueUsersCountWithFilter(Long, String, Long, Map<String, Object>)
    use CertificationService.getAttributeValueUsersCountWithFilter(Long, String, Long, SearchCriteria)
    oracle.iam.certification.api.CertificationService.getIDCEndPointUsersByBatch(Long, String, Long, PaginationContext, Map<String, Object>)
    use CertificationService.getIDCEndPointUsersByBatch(Long, String, Long, PaginationContext, SearchCriteria)
    oracle.iam.certification.api.CertificationService.getLineItemDetailActionHistory(Long, String, Long, Long, int)
    use CertificationService.getLineItemDetailActionHistory(Long, String, Long, Long, CertificationConstants.EntityType)
    oracle.iam.certification.api.CertificationService.loadCertification(Long)
    use loadCertification(Long certificationId, String taskUid)
    oracle.iam.certification.vo.IDCConfiguration.isDoNotAutomaticallyClaimUsers()
    oracle.iam.certification.vo.IDCConfiguration.setDoNotAutomaticallyClaimUsers(boolean)
    oracle.iam.connectors.icfcommon.prov.ICProvisioningManager.disableUser()
    oracle.iam.connectors.icfcommon.prov.ICProvisioningManager.enableUser()
    oracle.iam.ida.api.ScanRunManager.createAccessRequestPreventivePreviewScan(RequestData)
    11.1.2.3.0 This method is for OIM internal use only and might be removed in a future release. Use ScanRunManager.createUserPreventivePreviewScan(oracle.iam.request.vo.RequestData, boolean, java.util.Set<java.lang.String>)
    oracle.iam.ida.api.ScanRunManager.createRoleLCMPreventivePreviewScan(Role, String)
    11.1.2.3.0 This method is for OIM internal use only and might be removed in a future release. Use ScanRunManager.createRolePreventivePreviewScan(oracle.iam.identity.rolemgmt.vo.Role, boolean, java.util.Set<java.lang.String>)
    oracle.iam.identity.rolemgmt.api.RoleManager.deleteRequest(String, boolean)
    Role deletion is not supported using requests. Please use RoleManager.delete(String). Raises a request to delete the role.
    oracle.iam.identity.rolemgmt.api.RoleManager.grantRole(String, Set<String>, boolean)
    oracle.iam.identity.rolemgmt.api.RoleManager.modifyRequest(String, Object, Role)
    Role modification is not supported through request. Please use RoleManager.modify(String, Object, Role). This method raies a request to modify the role details for a role based on the search criteria attributeName=attributeValue. Please note Role Name and Role Display Name will be trimmed for leading and trailing spaces
    oracle.iam.identity.rolemgmt.api.RoleManager.modifyRequest(Set<String>, Role)
    Role modification is not supported using requests. Please use RoleManager.modify(Set roleKeys, Role role). Raises a request to modify roles in bulk. The profile of all roles whose key is in roleKeys set are updated with value of all bulk modifiable attribute specified in the role object if the request is approved & completes successfully. Please note Role Name and Role Display Name will be trimmed for leading and trailing spaces
    oracle.iam.identity.rolemgmt.api.RoleManager.modifyRequest(Role)
    Role modification is not supported through request. Please use RoleManager.modify(Role). This method raises a request to modify the existing role with the values specified. Please note Role Name and Role Display Name will be trimmed for leading and trailing spaces
    oracle.iam.identity.rolemgmt.api.RoleManager.revokeRoleGrant(String, Set<String>, boolean)
    oracle.iam.identity.usermgmt.api.UserManager.addProxyForUser(String, long, Date, Date, boolean)
    The preferred way to do this is via UserManager.addProxyForUser(String, String, Date, Date, boolean)
    oracle.iam.identity.usermgmt.api.UserManager.changePassword(String, char[], boolean)
    This API does not support option for email notification. The preferred way to do this is via UserManager.changePassword(String, char[], boolean, boolean) Changes the user's password.
    oracle.iam.identity.usermgmt.api.UserManager.changePassword(String, char[], boolean, Locale, boolean)
    This API does not support option for email notification. The preferred way to do this is via UserManager.changePassword(String, char[], boolean, Locale, boolean, boolean)
    oracle.iam.identity.usermgmt.api.UserManager.changePassword(String, Object, char[])
    This API does not support option for email notification. The preferred way to do this is via UserManager.changePassword(String, Object, char[], boolean) Changes the user's password.
    oracle.iam.identity.usermgmt.api.UserManager.lock(String, boolean, boolean)
    Please see UserManager.lock(String, boolean)
    oracle.iam.identity.usermgmt.api.UserManager.lock(String, Object, boolean)
    Please see UserManager.lock(String, Object)
    oracle.iam.identity.usermgmt.api.UserManager.lock(ArrayList<String>, boolean, boolean)
    Please see UserManager.lock(ArrayList<String>, boolean)
    oracle.iam.identity.usermgmt.api.UserManager.removeProxy(String, long, boolean)
    Please use UserManager.removeProxy(String, String, boolean) instead
    oracle.iam.identity.usermgmt.api.UserManager.removeProxy(String, long, Map<String, Object>, boolean)
    Please use UserManager.removeProxy(String, String, boolean)
    oracle.iam.identity.usermgmt.api.UserManager.updateProxyForUser(long, Map)
    The preferred way to do this is via UserManager.updateProxyForUser(String, Map)
    oracle.iam.identity.usermgmt.vo.User.getDescription()
    oracle.iam.identity.usermgmt.vo.User.getEmployeeNumber()
    oracle.iam.identity.usermgmt.vo.User.getTimezone()
    oracle.iam.identity.usermgmt.vo.User.setDescription(String)
    oracle.iam.identity.usermgmt.vo.User.setEmployeeNumber(String)
    oracle.iam.identity.usermgmt.vo.User.setPasswordWarned(String)
    oracle.iam.identity.usermgmt.vo.User.setTimezone(TimeZone)
    oracle.iam.oimcommon.api.AccountService.getAttributeMapByEntitlementIds(List<Long>)
    oracle.iam.passwordmgmt.api.PasswordMgmtService.resetPassword(String)
    This method is not longer supported. The preferred way to do this is via UserManager.resetPassword(String,boolean)
    oracle.iam.passwordmgmt.api.PasswordMgmtService.resetPassword(String, Map<String, Object>)
    This method is not longer supported. The preferred way to do this is via UserManager.resetPassword(String,boolean,Map)
    oracle.iam.passwordmgmt.vo.PasswordPolicyInfo.getShortDesc()
    please see PasswordPolicyInfo.getDesc()
    oracle.iam.passwordmgmt.vo.PasswordPolicyInfo.setShortDesc(String)
    please see PasswordPolicyInfo.setDesc(desc)
    oracle.iam.platform.kernel.vo.OrchestrationResult.setProcessId(long)
    oracle.iam.platform.kernel.vo.OrchestrationResult.setResult(Object)
    oracle.iam.platform.OIMClient.login(String, String)
    oracle.iam.platform.OIMClient.login(String, String, Hashtable)
    oracle.iam.provisioning.api.ProvisioningService.grantEntitlement(long, Entitlement)
    oracle.iam.provisioning.api.ProvisioningService.grantEntitlements(long, List<Entitlement>)
    oracle.iam.provisioning.vo.Account.getInapplicableAccountAction()
     
    oracle.iam.provisioning.vo.Account.getPolicyBased()
     
    oracle.iam.provisioning.vo.Account.getProvisionedByMechanism()
     
    oracle.iam.provisioning.vo.Account.setInapplicableAccountAction(String)
     
    oracle.iam.provisioning.vo.Account.setPolicyBased(String)
     
    oracle.iam.provisioning.vo.Account.setProvisionedByMechanism(String)
     
    oracle.iam.provisioning.vo.ApplicationInstance.isApplicableToEntitlement()
     
    oracle.iam.provisioning.vo.ApplicationInstance.setApplicableToEntitlement(boolean)
     
    oracle.iam.reconciliation.api.EventMgmtService.assignEvent(long, String, long, long)
    oracle.iam.reconciliation.api.EventMgmtService.createUser(long, String, String, String)
    Please try to use ReconOperationsService.processReconciliationEvent(long)
    oracle.iam.reconciliation.api.EventMgmtService.getTargetAttrDetailsCollection(ReconEvent)
     
    oracle.iam.reconciliation.api.EventMgmtService.performBulkAction(String, HashMap, List)
    oracle.iam.reconciliation.api.ReconciliationResult.getResult()
     
    oracle.iam.reconciliation.api.ReconOperationsService.createDeleteReconciliationEvent(String, Map)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    oracle.iam.reconciliation.api.ReconOperationsService.createDeleteReconciliationEvent(String, Map, String)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    oracle.iam.reconciliation.api.ReconOperationsService.createReconciliationEvent(String, Map, boolean)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    oracle.iam.reconciliation.api.ReconOperationsService.createReconciliationEvent(String, Map, boolean, String)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    oracle.iam.reconciliation.vo.ReconEvent.addToReconEventAssignmentCollection(ReconEventAssignment)
     
    oracle.iam.reconciliation.vo.ReconTargetAttribute.addTadParentKey(int, ReconTargetAttribute)
     
    oracle.iam.reconciliation.vo.ReconTargetAttribute.addTadParentKey(ReconTargetAttribute)
     
    oracle.iam.reconciliation.vo.ReconTargetAttribute.getTadParentKey()
     
    oracle.iam.reconciliation.vo.ReconTargetAttribute.getTadParentKeyCollection()
     
    oracle.iam.reconciliation.vo.ReconTargetAttribute.removeTadParentKey(ReconTargetAttribute)
     
    oracle.iam.reconciliation.vo.ReconTargetAttribute.setTadParentKey(ReconTargetAttribute)
     
    oracle.iam.reconciliation.vo.ReconTargetAttribute.setTadParentKeyCollection(List<ReconTargetAttribute>)
     
    oracle.iam.request.api.RequestService.addRequestComment(String, RequestComment)
    Human task comments feature in SOA needs to be used as replacement for request comments.
    oracle.iam.request.api.RequestService.getModelForTemplate(String)
    oracle.iam.request.api.RequestService.getRequestComments(String)
    Human task comments feature in SOA needs to be used as replacement for request comments.
    oracle.iam.request.api.RequestService.getRequestComments(String, String, RequestComment.TYPE)
    Human task comments feature in SOA needs to be used as replacement for request comments.
    oracle.iam.request.api.RequestService.getRequestComments(String, RequestComment.TYPE)
    Human task comments feature in SOA needs to be used as replacement for request comments.
    oracle.iam.request.api.RequestService.getRequestDataSet(String, String)
    As of release 11.1.2.2.0, replaced by RequestService.getRequestDataSet(RequestEntity) and RequestService.getRequestDataSet(RequestBeneficiaryEntity)
    oracle.iam.request.api.RequestService.getRequestDataSetName(String, String)
    As of release 11.1.2.2.0, replaced by RequestService.getRequestDataSetName(RequestEntity) and RequestService.getRequestDataSetName(RequestBeneficiaryEntity)
    oracle.iam.request.api.RequestService.getRequestTemplates(RequestTemplateSearchCriteria, Set<String>, Map<String, Object>)
    oracle.iam.request.api.RequestService.getRestrictedDataSet(String, String)
    oracle.iam.request.api.RequestService.getTemplate(String)
    oracle.iam.request.api.RequestService.getTemplateNames()
    oracle.iam.request.api.RequestService.getTemplateNamesForSelf()
    oracle.iam.request.api.RequestService.updateApproverOnlyData(String, List<RequestBeneficiaryEntity>, List<RequestEntity>)
    This method is replaced with updateRequestData
    oracle.iam.request.api.UnauthenticatedRequestService.getRestrictedDataSet(String, String)
    oracle.iam.request.api.UnauthenticatedRequestService.getTemplate(String)
    oracle.iam.request.api.UnauthenticatedRequestService.getTemplateNames()
    oracle.iam.request.vo.Request.getRequestTemplateName()
    oracle.iam.request.vo.Request.setRequestTemplateName(String)
    oracle.iam.request.vo.RequestBeneficiaryEntity.getEntityType()
    will be replaced with return type OIMType in future getRequestEntityType
    oracle.iam.request.vo.RequestBeneficiaryEntity.setEntityType(String)
    use setEntityType with OIMType as input parameter. This method will be replaced with setRequestEntityType
    oracle.iam.request.vo.RequestData.getRequestTemplateName()
    oracle.iam.request.vo.RequestData.setRequestTemplateName(String)
    oracle.iam.request.vo.RequestEntity.getEntityType()
    oracle.iam.request.vo.RequestEntity.setEntityType(String)
    use the setEntityType method with OIMType as input parameter. This method will be replaced with setRequestEntityType
    oracle.iam.request.vo.RequestError.getErrorMessage()
    replaced with RequestError.getErrorMessages()
    oracle.iam.request.vo.RequestError.setErrorMessage(String)
    replaced with RequestError.setErrorMessages(List<String> errorMessages)
    oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.getType()
    as of 11.1.2.2.0, replaced by getTYPE().
    oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.setEntityFieldValueBlob(byte[])
    as of 11.1.2.2.0, replaced by setValue(Serializable fieldValue).
    oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.setType(String)
    as of 11.1.2.2.0, replaced by RequestProfileEntityAttribute.setTYPE(TYPE type).
    oracle.iam.scheduler.api.SchedulerService.getJobParameter(long, String)
     
    oracle.iam.scheduler.api.SchedulerService.getJobParameter(String, String)
     
    oracle.iam.scheduler.api.SchedulerService.getJobParameters(String, String)
     
    oracle.iam.scheduler.api.SchedulerService.pauseTrigger(String)
     
    oracle.iam.scheduler.api.SchedulerService.triggerNow(String, NowTrigger)
     
    oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService.addProxyForUser(long, Date, Date)
    The preferred way to do is via AuthenticatedSelfService.addProxyForUser(String, Date, Date, boolean)
    oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService.changePassword(char[])
    This API is no more supported. Please use AuthenticatedSelfService.changePassword(char[], char[], char[]) Accepts the new password (since old password is expired) and sets it as the current password for the user
    oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService.getSystemChallengeQuestions()
    This method is not longer supported. The preferred way to do this is via PasswordMgmtService.getApplicableDefaultChallengeQuestions(String,Boolean,Locale)
    oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService.removeProxy(long)
    The preferred way to do is via AuthenticatedSelfService.removeProxy(String)
    oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService.removeProxy(String, long, Map<String, Object>, boolean)
    The preferred way to do is via AuthenticatedSelfService.removeProxy(String)
    oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService.updateProxyForUser(long, Map)
    The preferred way to do is via AuthenticatedSelfService.updateProxyForUser(String, Map)
    oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService.getSystemChallengeQuestions()
    This method is not longer supported. The preferred way to do this is via PasswordMgmtService.getApplicableDefaultChallengeQuestions(String,Boolean,Locale)
    oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService.getSystemChallengeQuestions(Locale)
    This method is not longer supported. The preferred way to do this is via PasswordMgmtService.getApplicableDefaultChallengeQuestions(String,Boolean,Locale)
    oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService.setChallengeValues(String, char[], Map<String, Object>)
    This method is not longer supported. The preferred way to do this is via AuthenticatedSelfService.setChallengeValues(Map)
    Thor.API.Operations.ErrorOperationsIntf.getErrorDetails(String)
     
    Thor.API.Operations.tcAccessPolicyOperationsIntf.assignObjects(long, long[], Map)
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.createAccessPolicy(Map, long[], boolean[], long[], long[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.createAccessPolicy(Map, long[], boolean[], long[], long[], AccessPolicyResourceData[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], long[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], long[], AccessPolicyResourceData[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], AccessPolicyResourceData[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.findAccessPolicies(Map)
    As of 12c use oracle.iam.accesspolicy.api.AccessPolicyService#findAccessPolicies(SearchCriteria searchCriteria, Map<String, Object> configParams)
    Thor.API.Operations.tcAccessPolicyOperationsIntf.getAssignedObjects(long)
    As of 12c use AccessPolicyService.getAccessPolicy(String id, boolean populateDefaultData)
    Thor.API.Operations.tcAccessPolicyOperationsIntf.getDataSpecifiedFor(long)
    As of 12c use AccessPolicyService.getAccessPolicy(String id, boolean populateDefaultData)
    Thor.API.Operations.tcAccessPolicyOperationsIntf.getDataSpecifiedForObject(long, long, long)
    As of 12c use oracle.iam.accesspolicy.api.AccessPolicyService#getDefaultParentDataIDList(String peID)
    Thor.API.Operations.tcAccessPolicyOperationsIntf.getDataSpecifiedForObjects(long)
    As of 12c use AccessPolicyService.getAccessPolicy(String id, boolean populateDefaultData)
    Thor.API.Operations.tcAccessPolicyOperationsIntf.getLowestPriority()
    As of 12c use AccessPolicyService.getLowestPriority()
    Thor.API.Operations.tcAccessPolicyOperationsIntf.removeDataSpecifiedForObject(long, long, long)
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.removeEntitlementFromPolicy(Long, Long, String, String)
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.setDataSpecifiedForObject(long, long, long, AccessPolicyResourceData)
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.setDataSpecifiedForObjects(long, AccessPolicyResourceData[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.unAssignObjects(long, long[])
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.updateAccessPolicy(tcResultSet, Map)
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcAccessPolicyOperationsIntf.updateAllDataSpecifiedForObject(long, long, long, AccessPolicyResourceData)
    As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
    Thor.API.Operations.tcFormInstanceOperationsIntf.getChildFormDefinition(long, int)
    The version with which the process instance was saved is no longer tracked. All the process instances are assumed to be associated with the active version of the form. This API will ignore the parentFormVersion parameter and return the child form definition associated with the active parent form version.
    Thor.API.Operations.tcFormInstanceOperationsIntf.getProcessFormVersion(long)
    The version with which the process instance was saved is no longer tracked. All the process instances are assumed to be associated with the active version of the form. Use {@link # getActiveVersion( long plFormDefinitionKey ) } instead.
    Thor.API.Operations.tcFormInstanceOperationsIntf.prepopulateObjectForm(long, long, Map)
     
    Thor.API.Operations.tcGroupOperationsIntf.addAdministrator(long, long, boolean, boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.addAdministrators(long, long[], boolean[], boolean[])
     
    Thor.API.Operations.tcGroupOperationsIntf.addForm(long, long, long, int, int)
     
    Thor.API.Operations.tcGroupOperationsIntf.addForms(long, long[], long[], int[], int[])
     
    Thor.API.Operations.tcGroupOperationsIntf.addMemberUser(long, long, boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.addMemberUsers(long, long[], boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.addMemberUsersNoTxn(long, long[], boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.addMenuItem(long, long)
     
    Thor.API.Operations.tcGroupOperationsIntf.addMenuItems(long, long[])
     
    Thor.API.Operations.tcGroupOperationsIntf.addObjectPermission(long, long, boolean, boolean, boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.addObjectPermissions(long, long[], boolean[], boolean[], boolean[])
     
    Thor.API.Operations.tcGroupOperationsIntf.getAllForms()
     
    Thor.API.Operations.tcGroupOperationsIntf.getAllMenuItems()
     
    Thor.API.Operations.tcGroupOperationsIntf.getAllObjectPermissions()
     
    Thor.API.Operations.tcGroupOperationsIntf.getAssignedForms(long)
     
    Thor.API.Operations.tcGroupOperationsIntf.getAssignedMenuItems(long)
     
    Thor.API.Operations.tcGroupOperationsIntf.getAssignedObjectPermissions(long)
     
    Thor.API.Operations.tcGroupOperationsIntf.getAssignedObjectPermissions(Map)
     
    Thor.API.Operations.tcGroupOperationsIntf.getUnassignedForms(long)
     
    Thor.API.Operations.tcGroupOperationsIntf.getUnassignedMenuItems(long)
     
    Thor.API.Operations.tcGroupOperationsIntf.getUnassignedObjectPermissions(long)
     
    Thor.API.Operations.tcGroupOperationsIntf.getUnassignedObjectPermissions(Map)
     
    Thor.API.Operations.tcGroupOperationsIntf.removeForm(long, long)
     
    Thor.API.Operations.tcGroupOperationsIntf.removeForms(long, long[])
     
    Thor.API.Operations.tcGroupOperationsIntf.removeMemberUser(long, long, boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.removeMemberUsers(long, long[], boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.removeMemberUsersNoTxn(long, long[], boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.removeMenuItem(long, long)
     
    Thor.API.Operations.tcGroupOperationsIntf.removeMenuItems(long, long[])
     
    Thor.API.Operations.tcGroupOperationsIntf.removeObjectPermission(long, long)
     
    Thor.API.Operations.tcGroupOperationsIntf.removeObjectPermissions(long, long[])
     
    Thor.API.Operations.tcGroupOperationsIntf.setMemberGroupPriority(long, long, int)
     
    Thor.API.Operations.tcGroupOperationsIntf.setMemberUserPriority(long, long, int)
     
    Thor.API.Operations.tcGroupOperationsIntf.updateAdministrator(long, long, boolean, boolean)
     
    Thor.API.Operations.tcGroupOperationsIntf.updateAdministrators(long, long[], boolean[], boolean[])
     
    Thor.API.Operations.tcGroupOperationsIntf.updateObjectPermission(long, long, Map)
     
    Thor.API.Operations.tcGroupOperationsIntf.updateObjectPermissions(long, DataObjectPermissions[])
     
    Thor.API.Operations.tcObjectOperationsIntf.addAdministrator(long, long, boolean, boolean)
     
    Thor.API.Operations.tcObjectOperationsIntf.addAdministrators(long, long[], boolean[], boolean[])
     
    Thor.API.Operations.tcObjectOperationsIntf.addAuditObjective(long, long)
     
    Thor.API.Operations.tcObjectOperationsIntf.addAuditObjectives(long, long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.addAuthorizer(long, long)
     
    Thor.API.Operations.tcObjectOperationsIntf.addAuthorizers(long, long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.decreaseGroupPriority(long, long)
     
    Thor.API.Operations.tcObjectOperationsIntf.disableAppsForUsers(long[], long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.enableAppsForUsers(long[], long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.findProvisionableObjectsForUser(long, Map)
     
    Thor.API.Operations.tcObjectOperationsIntf.getAdministrators(long)
     
    Thor.API.Operations.tcObjectOperationsIntf.getAdministrators(Map)
     
    Thor.API.Operations.tcObjectOperationsIntf.getAssociatedUsersForRequest(String, long, Map)
     
    Thor.API.Operations.tcObjectOperationsIntf.getAuditObjectives(long)
     
    Thor.API.Operations.tcObjectOperationsIntf.getAuthorizers(long)
     
    Thor.API.Operations.tcObjectOperationsIntf.getAuthorizers(Map)
     
    Thor.API.Operations.tcObjectOperationsIntf.getReconciliationFields(long)
     
    Thor.API.Operations.tcObjectOperationsIntf.getUnassignedAdministrators(long)
     
    Thor.API.Operations.tcObjectOperationsIntf.getUnassignedAdministrators(long, String)
     
    Thor.API.Operations.tcObjectOperationsIntf.getUnassignedAuditObjectives(long)
     
    Thor.API.Operations.tcObjectOperationsIntf.getUnassignedAuthorizers(long)
     
    Thor.API.Operations.tcObjectOperationsIntf.getUnassignedAuthorizers(long, String)
     
    Thor.API.Operations.tcObjectOperationsIntf.increaseGroupPriority(long, long)
     
    Thor.API.Operations.tcObjectOperationsIntf.removeAdministrator(long, long)
     
    Thor.API.Operations.tcObjectOperationsIntf.removeAdministrators(long, long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.removeAuditObjective(long, long)
     
    Thor.API.Operations.tcObjectOperationsIntf.removeAuditObjectives(long, long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.removeAuthorizer(long, long)
     
    Thor.API.Operations.tcObjectOperationsIntf.removeAuthorizers(long, long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.revokeAppsForUsers(long[], long[])
     
    Thor.API.Operations.tcObjectOperationsIntf.updateAdministrator(long, long, boolean, boolean)
     
    Thor.API.Operations.tcObjectOperationsIntf.updateAdministrators(long, long[], boolean[], boolean[])
     
    Thor.API.Operations.tcOrganizationOperationsIntf.addObjectAllowed(long, long, boolean)
     
    Thor.API.Operations.tcOrganizationOperationsIntf.addObjectAllowed(long, long, Map)
     
    Thor.API.Operations.tcOrganizationOperationsIntf.getObjectsAllowed(long)
     
    Thor.API.Operations.tcOrganizationOperationsIntf.removeObjectAllowed(long, long)
     
    Thor.API.Operations.tcOrganizationOperationsIntf.updateObjectAllowed(long, long, Map)
     
    Thor.API.Operations.tcPasswordOperationsIntf.setObjectPasswords(long, long[], String)
     
    Thor.API.Operations.tcPermissionOperationsIntf.hasPermission(Operation[])
     
    Thor.API.Operations.tcProvisioningOperationsIntf.getProvisioingProcessOfflinedDate(long)
     
    Thor.API.Operations.tcProvisioningOperationsIntf.getTasksArchived(String)
     
    Thor.API.Operations.tcProvisioningOperationsIntf.isTaskNoteEncrypted(long)
     
    Thor.API.Operations.tcProvisioningOperationsIntf.updateTask(long, Map)
     
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectBulkMultiAttributeData(long, long, String, List)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectBulkMultiAttributeData(long, long, String, List, String)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectBulkMultiAttributeData(long, String, List)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectBulkMultiAttributeData(long, String, List, String)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectMultiAttributeData(long, long, String, Map)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectMultiAttributeData(long, long, String, Map, String)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectMultiAttributeData(long, String, Map)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addDirectMultiAttributeData(long, String, Map, String)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addMultiAttributeData(long, long, String, Map)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addMultiAttributeData(long, long, String, Map, String)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addMultiAttributeData(long, String, Map)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.addMultiAttributeData(long, String, Map, String)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.closeReconciliationEvent(long)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.createDeleteReconciliationEvent(String, Map)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    Thor.API.Operations.tcReconciliationOperationsIntf.createDeleteReconciliationEvent(String, Map, String)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    Thor.API.Operations.tcReconciliationOperationsIntf.createReconciliationEvent(String, Map, boolean)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    Thor.API.Operations.tcReconciliationOperationsIntf.createReconciliationEvent(String, Map, boolean, String)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    Thor.API.Operations.tcReconciliationOperationsIntf.createReconciliationEvent(String, Map, boolean, String, Date)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    Thor.API.Operations.tcReconciliationOperationsIntf.createReconciliationEvent(String, Map, boolean, Date)
    As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
    Thor.API.Operations.tcReconciliationOperationsIntf.deleteBulkMultiAttributeData(String, Map<String, Object>, String, List<? extends Map<String, Object>>)
    As of 11g use ReconOperationsService.deleteBulkMultiAttributeData(String, Map, String, List)
    Thor.API.Operations.tcReconciliationOperationsIntf.deleteBulkMultiAttributeData(String, Map<String, Object>, String, List<? extends Map<String, Object>>, String)
    As of 11g use ReconOperationsService.deleteBulkMultiAttributeData(String, Map, String, List, String)
    Thor.API.Operations.tcReconciliationOperationsIntf.deleteDetectedAccounts(tcResultSet)
    As of 11g use ReconOperationsService.deleteDetectedAccounts(Thor.API.tcResultSet)
    Thor.API.Operations.tcReconciliationOperationsIntf.finishReconciliationEvent(long)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.getDefaultDateFormat()
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.getMissingAccounts(String, Set)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.getMissingAccounts(String, Set, Map)
    As of 11g use ReconOperationsService.getMissingAccounts(String, Set, Map)
    Thor.API.Operations.tcReconciliationOperationsIntf.ignoreEvent(String, Map)
    As of 11g use ReconOperationsService.ignoreEvent(String, Map)
    Thor.API.Operations.tcReconciliationOperationsIntf.ignoreEvent(String, Map, String)
    As of 11g use ReconOperationsService.ignoreEvent(String, Map, String)
    Thor.API.Operations.tcReconciliationOperationsIntf.ignoreEventAttributeData(String, Map, String, Map[])
    As of 11g use ReconOperationsService.ignoreEventAttributeData(String, Map, String, Map[])
    Thor.API.Operations.tcReconciliationOperationsIntf.ignoreEventAttributeData(String, Map, String, Map[], String)
    As of 11g use ReconOperationsService.ignoreEventAttributeData(String, Map, String, Map[], String)
    Thor.API.Operations.tcReconciliationOperationsIntf.linkEventToResourceInstanceForUser(long, long)
    As of 11g use ReconOperationsService.linkEventToResourceInstanceForUser(long, long)
    Thor.API.Operations.tcReconciliationOperationsIntf.linkEventToUser(long, long)
    As of 11g use ReconOperationsService.linkEventToUser(long, long)
    Thor.API.Operations.tcReconciliationOperationsIntf.processReconciliationEvent(long)
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.provideDeletionDetectionData(String, Map[])
    As of 11g use ReconOperationsService
    Thor.API.Operations.tcReconciliationOperationsIntf.provideDeletionDetectionData(String, Map[], Map)
    As of 11g use ReconOperationsService.provideDeletionDetectionData(String, Map[], Map)
    Thor.API.Operations.tcReconciliationOperationsIntf.providingAllMultiAttributeData(long, long, String, boolean)
    As of 11g use ReconOperationsService.providingAllMultiAttributeData(long, long, String, boolean)
    Thor.API.Operations.tcReconciliationOperationsIntf.providingAllMultiAttributeData(long, String, boolean)
    As of 11g use ReconOperationsService.providingAllMultiAttributeData(long, String, boolean)
    Thor.API.Operations.tcUnauthenticatedOperationsIntf.canUserLogin(String, String)
     
    Thor.API.Operations.tcUnauthenticatedOperationsIntf.changePasswordForUser(String, String, String, String)
     
    Thor.API.Operations.tcUnauthenticatedOperationsIntf.getSystemChallenges()
     
    Thor.API.Operations.tcUnauthenticatedOperationsIntf.login(String, String)
     
    Thor.API.Operations.tcUnauthenticatedOperationsIntf.setChallengeValuesForUser(String, String, Map)
     
    Thor.API.Operations.tcUnauthenticatedOperationsIntf.signatureLogin(String, String)
     
    Thor.API.Operations.tcUserOperationsIntf.canResourceBeProvisioned(long, long)
     
    Thor.API.Operations.tcUserOperationsIntf.changeCredForSelf(String, String, String)
    use AuthenticatedSelfService#changePassword(char[] oldPwd, char[] newPwd, char[] confirmPwd) instead
    Thor.API.Operations.tcUserOperationsIntf.changePasswordforSelf(String, String, String)
    use AuthenticatedSelfService#changePassword(char[] oldPwd, char[] newPwd, char[] confirmPwd) instead
    Thor.API.Operations.tcUserOperationsIntf.createUser(Map)
    use UserManager#create(User user) instead
    Thor.API.Operations.tcUserOperationsIntf.deleteProxies(long)
    use UserManager#removeAllProxiesForUser(String userID,boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.deleteProxy(long, long)
    use UserManager#removeProxy(String userID,String proxyID,boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.deleteUser(long)
    use UserManager#delete(String userID, boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.deleteUsers(long[])
    use UserManager#delete(ArrayList<String> userIDs, boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.disableAppForUser(long, long)
     
    Thor.API.Operations.tcUserOperationsIntf.disableAppsForUser(long, long[])
     
    Thor.API.Operations.tcUserOperationsIntf.disableUser(long)
    use UserManager#disable(String userID, boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.disableUsers(long[])
    use UserManager#disable(ArrayList<String> userIDs, boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.enableAppForUser(long, long)
     
    Thor.API.Operations.tcUserOperationsIntf.enableAppsForUser(long, long[])
     
    Thor.API.Operations.tcUserOperationsIntf.enableUser(long)
    use UserManager#enable(String userID, boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.enableUsers(long[])
    use UserManager#enable(ArrayList<String> userIDs, boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.findAllUsers(Map)
    use UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams) instead
    Thor.API.Operations.tcUserOperationsIntf.findAllUsersFiltered(Map, String[])
    use UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams) instead
    Thor.API.Operations.tcUserOperationsIntf.findUsers(Map)
    use UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams) instead
    Thor.API.Operations.tcUserOperationsIntf.findUsersFiltered(Map, String[])
    use UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams) instead
    Thor.API.Operations.tcUserOperationsIntf.findUsersFiltered(Map, String[], int, int, String[], boolean)
    use UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams) instead
    Thor.API.Operations.tcUserOperationsIntf.getChallengeValuesForSelf()
    use AuthenticatedSelfService#getChallengeValuesForSelf() instead
    Thor.API.Operations.tcUserOperationsIntf.getChallengeValuesForUser(long)
    use oracle.iam.identity.usermgmt.api.UserManager#getUserChallengeValues() instead
    Thor.API.Operations.tcUserOperationsIntf.getMenuList(long)
     
    Thor.API.Operations.tcUserOperationsIntf.getMenuListForSelf()
     
    Thor.API.Operations.tcUserOperationsIntf.getObjectAuthorizationPermissions(long)
     
    Thor.API.Operations.tcUserOperationsIntf.getObjects(long)
     
    Thor.API.Operations.tcUserOperationsIntf.getObjectsByTypeStatus(long, String, String)
     
    Thor.API.Operations.tcUserOperationsIntf.getSelfProfile()
    use AuthenticatedSelfService#getProfileDetails(Set<String> retAttrs) instead
    Thor.API.Operations.tcUserOperationsIntf.getSelfProfileFiltered(String[])
    use AuthenticatedSelfService#getProfileDetails(Set<String> retAttrs) instead
    Thor.API.Operations.tcUserOperationsIntf.lockSelf(String)
    use UserManager#lock(String userID,boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.provisionObject(long, long)
     
    Thor.API.Operations.tcUserOperationsIntf.provisionObject(long, long, boolean)
     
    Thor.API.Operations.tcUserOperationsIntf.provisionResource(long, long)
     
    Thor.API.Operations.tcUserOperationsIntf.provisionResource(long, long, boolean)
     
    Thor.API.Operations.tcUserOperationsIntf.revokeObject(long, long)
     
    Thor.API.Operations.tcUserOperationsIntf.revokeObjects(long, long[])
     
    Thor.API.Operations.tcUserOperationsIntf.setChallengeValuesForSelf(Map)
    use {@link AuthenticatedSelfService#setChallengeValues(Map<String, Object> quesAnsMap} instead
    Thor.API.Operations.tcUserOperationsIntf.setProxyForUser(long, long, Date, Date)
    use UserManager#addProxyForUser(String userID,String proxyUserID,Date startDate, Date endDate,boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.unlockUsers(long[])
    use UserManager#unlock(ArrayList<String> userIDs, boolean isUserLogin) instead
    Thor.API.Operations.tcUserOperationsIntf.updateProxyForUser(long, Map)
    use {@link UserManager#updateProxyForUser(String proxyID,final Map attribute )} instead
    Thor.API.Operations.tcUserOperationsIntf.updateUser(tcResultSet, Map)
    use UserManager#modify(String attributeName, Object attributeValue,User user) instead
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.addAdministrator(long, long, boolean, boolean)
    Adds a group to the list of groups that have administrative access over the specified workflow.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.addAdministrators(long, long[], boolean[], boolean[])
    Adds groups to the list of groups that have administrative access over the specified workflow.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.createProcess(ProcessDefinition)
    Method to create a new workflow
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getAdapterMappings(String, long)
    Method to get the adapter mappings for an adapter
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getAllRules()
    This method will retrieve the list of rules in the system
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getAvailableAdapters()
    Method to get all the available adapters in the system
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getAvailableEventHandlers()
    Method to get all the available event handlers in the system
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getAvailableTaskAssignmentAdapters()
    Method to get all the available task assignment adapters in the system
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getChildForms(long, int)
    Method to get all the child forms for a given parent form
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getColumnLength(String, String)
    This method will retrieve the column length in the table
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getForms()
    Method to get all the available forms in the system
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getObjectStatuses(long)
    This method will retrieve the object statuses defined on a object
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getOrgAttributesForTrustedSourceReconMapping()
    This method will retrieve the organization attributes from org profile to be used for trusted source reconciliation mappings
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getTaskAssignmentRule()
    Method to get all the task assignment rules in the system
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getTaskAssignmentTypes()
    This method will retrieve different task assignment types
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getTaskStatusKeyMapping()
    This method will retrieve the mapping of status key and corresponding status mapping
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getUserAttributesForTrustedSourceReconMapping()
    This method will retrieve the user attributes from user profile to be used for trusted source reconciliation mappings
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getUserDefinedFields(String)
    Method to get all the user defined fields for a form
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getWorkflowDefinition(long)
    This method will retrieve the definition of a workflow based on the provided workflow definition key.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getWorkflowDefinition(String)
    This method will retrieve the definition of a workflow based on the provided workflow name.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getWorkflowDefinitionXML(long)
    This method will retrieve the XML definition of a workflow based on the provided workflow definition key.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.getWorkflowDefinitionXML(String)
    This method will retrieve the definition of a workflow based on the provided workflow name in the form of an XML document.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.isWorkflowCreationPermitted()
    This method will return if the logged in user has permissions to create new workflows
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.isWorkflowUpdatePermitted()
    This method will return if the logged in user has permissions to update existing workflows
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.removeAdministrator(long, long)
    Removes a group from the list of groups that have administrative access over the specified workflow.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.removeAdministrators(long, long[])
    Removes groups from the list of groups that have administrative access over the specified workflow.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.updateAdministrator(long, long, boolean, boolean)
    Updates the access permissions an administrative group has over the specified workflow.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.updateAdministrators(long, long[], boolean[], boolean[])
    Updates the access permissions administrative groups have over the specified workflow.
    Thor.API.Operations.tcWorkflowDefinitionOperationsIntf.updateWorkflow(WorkflowDefinition)
    Updates and saves a workflow
  • Deprecated Constructors
    Constructor
    Description
    oracle.iam.platform.authopss.vo.AdminRoleMembership(String, AdminRole, String, boolean)
    - Use AdminRoleMembership(String userId, AdminRole adminRole, Long scopeId, boolean includeScopeHierarchy) instead.
    oracle.iam.platform.authopss.vo.EntityPublication(String, PolicyConstants.Resources, String, boolean)
    - Use EntityPublication(String entityId, PolicyConstants.Resources entityType, Long scopeId ,boolean hierarchicalScope) instead
    oracle.iam.platform.kernel.EventFailedException()
    oracle.iam.platform.kernel.EventFailedException(long, String, String)
    oracle.iam.platform.kernel.EventFailedException(long, String, String, Throwable)
    oracle.iam.platform.kernel.EventFailedException(long, String, Throwable)
    oracle.iam.platform.kernel.vo.OrchestrationResult()
    oracle.iam.request.vo.RequestData(String)
  • Deprecated Enum Constants
    Enum Constant
    Description
    oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute.APPINST_KEY
    oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute.USER_KEY
    oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute.ENTITLEMENT_KEY

Copyright © 2011, 2025, Oracle and/or its affiliates. All rights reserved.