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. |