Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


Deprecated API

Deprecated Fields
oracle.ifs.fdk.Options.CATEGORY_ID
          use OPT.CATEGORY_CLASS_ID 
oracle.ifs.fdk.Attributes.CLASS_COPIED
          ASAP - use CATEGORY_COPY_ON_VERSION 
oracle.ifs.fdk.Options.COPY_TARGET_NAME
          Create a copy of the document first and then recordize using RecordsManager.makeRecord(). 
oracle.ifs.fdk.Attributes.JOINABLE_WORKSPACE_DESCRIPTION
          use DESCRIPTION 
oracle.ifs.fdk.FdkConstants.LOCKTYPE_FAMILYHASRECORD
          Use LOCKTYPE_HASRECORD 
oracle.ifs.fdk.Options.REMOVE_NON_ALLOWED_CATEGORIES
          allowed categories are no longer enforced; option has no effect 

 

Deprecated Methods
oracle.ifs.fdk.VersionManager.checkout(long[], String[])
          This API works with non-workflow enabled checkout only. The results cannot be guaranteed if this API is used in conjunction with WF.
Use checkoutDocuments() for workflow enabled checkout.
 
oracle.ifs.fdk.CategoryManager.deleteCategory(long)
          use FileManager.updateDocuments 
oracle.ifs.fdk.SecurityManager.getComputedGranteeList(long, long, AttributeRequest[])
          10.1.3.0.0 use getComputedUserGranteeList 
oracle.ifs.fdk.FileManager.getNameConflictResolutionOptions(long[], long[], NamedValueSet[])
          the conflict resolution options are now returned along with the exception thrown in case of operation like move or copy. The info is present on the information of exception FDK_ITEM_ALREADY_EXISTS mapped to key EXCEPTION_INFO_CONFLICT_RESOLUTION_OPTIONS. 
oracle.ifs.fdk.CategoryManager.getRequiredCategories(long, AttributeRequest[])
          Request REQUIRED_CATEGORIES on CategoryConfiguration 
oracle.ifs.fdk.RecordsManager.getRequiredRecordCategory(long, AttributeRequest[])
          Request REQUIRED_RECORD_CATEGORY on RecordConfiguration 
oracle.ifs.fdk.CategoryManager.removeCategoryAttribute(long, String)
          use removeMetaDataAttibute 
oracle.ifs.fdk.CategoryManager.updateCategory(long, NamedValue[], AttributeRequest[])
          use FileManager.updateDocuments 

 


Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


Copyright © 2002, 2005, Oracle. All rights reserved.