Oracle Content Management SDK

Deprecated API

Deprecated Classes
oracle.ifs.server.renderers.BaseRenderer
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.parsers.IfsSimpleXmlParser
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.parsers.IfsXmlParser
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.parsers.LiteralDocumentParser
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.parsers.ParserInputStream
          iFS 9.0.3 see release notes for more information 
oracle.ifs.server.renderers.SimpleXmlRenderer
          iFS 9.0.3 see release notes for more information 
oracle.ifs.server.renderers.XmlRenderer
          iFS 9.0.3 see release notes for more information 
 

Deprecated Interfaces
oracle.ifs.beans.parsers.Parser
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.parsers.ParserCallback
          iFS 9.0.3 see release notes for more information 
oracle.ifs.server.renderers.Renderer
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.parsers.XmlParserInterface
          iFS 9.0.3 see release notes for more information 
 

Deprecated Fields
oracle.ifs.beans.DirectoryGroup.ALLMEMBERS_ATTRIBUTE
          iFS 9.0.3: this attribute will be removed in a future release 
oracle.ifs.adk.user.UserManager.DISTINGUISHED_NAME_PREFIX
          iFS 9.0.2: set DISTINGUISHED_NAME explicitly 
oracle.ifs.adk.user.UserManager.DISTINGUISHED_NAME_SUFFIX
          iFS 9.0.2: set DISTINGUISHED_NAME explicitly 
oracle.ifs.adk.user.UserManager.EMAIL_ADDRESS_PREFIX
          iFS 9.0.2: set EMAIL_ADDRESS explicitly 
oracle.ifs.adk.user.UserManager.EMAIL_ADDRESS_SUFFIX
          iFS 9.0.2: set EMAIL_ADDRESS explicitly 
oracle.ifs.beans.resources.LibraryConstants.IFS_SERVICE_AUDITINGENABLED
          iFS 9.0.3: no longer a valid service property 
oracle.ifs.beans.resources.LibraryConstants.IFS_SERVICE_JDBC_SCHEMA
          iFS 9.0.3: only used by service configuration files which are themselves deprecated; use service configuration objects 
oracle.ifs.beans.PublicObject.LOCKEDFORSESSION_ATTRIBUTE
          iFS 9.0.3 Use LockObject directly 
oracle.ifs.beans.PublicObject.LOCKSTATE_ATTRIBUTE
          iFS 9.0.3 Use LockObject directly 
oracle.ifs.beans.PublicObject.LOCKSTATE_HARDLOCK
          iFS 9.0.3. Use LockObject directly 
oracle.ifs.beans.PublicObject.LOCKSTATE_SESSIONLOCK
          iFS 9.0.3. Use LockObject directly 
oracle.ifs.beans.PublicObject.LOCKSTATE_SOFTLOCK
          iFS 9.0.3. Use LockObject directly 
oracle.ifs.beans.PublicObject.LOCKSTATE_UNLOCK
          iFS 9.0.3. If the LockObject attribute on the PublicObject is null, it implies unlock state 
oracle.ifs.beans.PublicObject.LOCKSTATE_USERLOCK
          iFS 9.0.3. Use LockObject directly 
oracle.ifs.beans.VersionSeries.PENDINGPUBLICOBJECT_ATTRIBUTE
          iFS 9.0.3: this attribute will be removed in a future release 
 

Deprecated Methods
oracle.ifs.adk.filesystem.FileSystem.createDocument(String, InputStream, String, AccessControlList, boolean, ParserCallback)
          iFS 9.0.3 use variant without parsing arguments. 
oracle.ifs.adk.filesystem.IfsFileSystem.createDocument(String, InputStream, String, AccessControlList, boolean, ParserCallback)
          iFS 9.0.3 use variant without parsing arguments. 
oracle.ifs.beans.DirectoryObject.getAllAncestors(int)
          iFS 9.0.3 Use getAllAncestors() to get entire array 
oracle.ifs.beans.DirectoryGroup.getAllMembers(int)
          iFS 9.0.3 Use getAllMembers() and index into the resultant array 
oracle.ifs.beans.DirectoryObject.getDirectAncestors(int)
          iFS 9.0.3 Use getDirectAncestors() and index into the resultant array 
oracle.ifs.beans.PublicObjectDefinition.getLockForSessionOption()
          iFS 9.0.3 You can no longer lock the PublicObject as part of an update operation on the PublicObject. 
oracle.ifs.beans.PublicObject.getLockState()
          iFS 9.0.3 use LockObject.getLockState() 
oracle.ifs.beans.PublicObject.getLockStateLabel()
          iFS 9.0.3 use LockObject.getLockStateLabel() 
oracle.ifs.beans.VersionSeries.getPendingPublicObject()
          iFS 9.0.3: this attribute (and thus, this method) will be removed in a future release 
oracle.ifs.adk.security.IfsHttpLogin.getResolver()
          9iFS 9.0.2: This method is no longer guaranteed to return a valid FolderPathResolver 
oracle.ifs.beans.PublicObjectDefinition.getUnlockForSessionOption()
          iFS 9.0.3 You can no longer unlock the the PublicObject as part of an update operation on the PublicObject. 
oracle.ifs.beans.PublicObject.isLockedForSession()
          iFS 9.0.3 Use LockObject.isLockedForSession() 
oracle.ifs.beans.PublicObject.isLockedForSessionByCurrentSession()
          iFS 9.0.3 use LockObject.isLockedForSessionByCurrentSession() 
oracle.ifs.beans.PublicObject.lock(int)
          iFS 9.0.3 use lock(LockObjectDefinition ldef) to lock the PublicObject 
oracle.ifs.adk.filesystem.IfsFileSystem.putDocument(String, InputStream, String, AccessControlList, boolean, ParserCallback)
          iFS 9.0.3 use variant without parsing arguments. 
oracle.ifs.beans.LibraryObject.renderAsReader(String, String, Hashtable)
          iFS 9.0.3 see release notes for more information 
oracle.ifs.server.S_LibraryObject.renderAsReader(String, String, Hashtable)
          iFS 9.0.3 see release notes for more information 
oracle.ifs.adk.filesystem.FileSystem.renderAsStream(PublicObject, String, String)
          iFS 9.0.3 see release notes for more information 
oracle.ifs.adk.filesystem.IfsFileSystem.renderAsStream(PublicObject, String, String)
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.LibraryObject.renderAsStream(String, String, Hashtable)
          iFS 9.0.3. see release notes for more information 
oracle.ifs.server.S_LibraryObject.renderAsStream(String, String, Hashtable)
          iFS 9.0.3 see release notes for more information 
oracle.ifs.beans.DirectoryObject.resetAllAncestors()
          iFS 9.0.3 No longer has any effect 
oracle.ifs.beans.DirectoryObject.resetDirectAncestors()
          iFS 9.0.3 No longer has any effect 
oracle.ifs.beans.PublicObjectDefinition.setLockForSessionOption(boolean)
          iFS 9.0.3 Use a LockObjectDefinition and set the lockstate to LockObject.SESSION_LOCK state. Use the po.lock(LockObjectDefinition lodef) method to lock the PublicObject. You can no longer lock the PublicObject as part of an update operation on a PublicObject. 
oracle.ifs.beans.VersionSeries.setPendingPublicObject(PublicObject)
          iFS 9.0.3: this attribute (and thus, this method) will be removed in a future release 
oracle.ifs.beans.PublicObjectDefinition.setUnlockForSessionOption(boolean)
          iFS 9.0.3 Use the po.unlock() method to unlock the PublicObject. You can no longer unlock the the PublicObject as part of an update operation on the PublicObject. 
oracle.ifs.beans.LibraryService.startService(String, String)
          iFS 9.0.3: use startService(String, String, String, String) 
oracle.ifs.beans.LibraryService.startService(String, String, AttributeValue[])
          iFS 9.0.3: use startService(String, String, String, String) 
oracle.ifs.beans.PublicObject.toLockStateLabel(int)
          iFS 9.0.3 use LockObject.toLockStateLabel(int lockState) 
oracle.ifs.beans.PublicObject.toLockStateLabel(int, LibrarySession)
          iFS 9.0.3 use LockObject.toLockStateLabel(int lockState, LibrarySession session) 
oracle.ifs.beans.PublicObject.toLockStateLabel(int, Localizer)
          iFS 9.0.3 use LockObject.toLockStateLabel(int lockState, Localizer localizer) 
oracle.ifs.adk.filesystem.FileSystem.updateDocument(String, InputStream, String, AccessControlList, boolean, ParserCallback)
          iFS 9.0.3 use variant without parsing arguments. 
oracle.ifs.adk.filesystem.IfsFileSystem.updateDocument(String, InputStream, String, AccessControlList, boolean, ParserCallback)
          iFS 9.0.3 use variant without parsing arguments. 
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.