Uses of Class
ogre.dms.data.DMSResult

Packages that use DMSResult
ogre.dms.exceptions   
ogre.dms.service   
ogre.dms.util.client   
 

Uses of DMSResult in ogre.dms.exceptions
 

Methods in ogre.dms.exceptions that return DMSResult
 DMSResult DMSException.getDMSResult()
           
 

Constructors in ogre.dms.exceptions with parameters of type DMSResult
DMSException(DMSResult result)
           
DMSException(String message, DMSResult result)
          Constructs with chained exception.
DMSException(Throwable cause, DMSResult result)
          Constructs with chained exception.
 

Uses of DMSResult in ogre.dms.service
 

Methods in ogre.dms.service that return DMSResult
 DMSResult OrganizationManagementService.addExtUserIntoGroup(String userID, String groupID)
          add a user into a gtoup
 DMSResult OrganizationManagementService.addGroupIntoGroup(String childGroupID, String parentGroupID)
          add a group into a group
 DMSResult OrganizationManagementService.addUserIntoGroup(String userID, String groupID)
          add a user into a gtoup
 DMSResult AccessControlService.batchUpdateACL(String userID, String subject, String mode, Vector newACLs, Vector applySubjectList)
          While updating the ACL of the subject according to the mode, update the ACLs of the associated subjects (applySubjectList) also.
 DMSResult AccessControlService.batchUpdatePDACL(String userID, String subject, String mode, Vector newACLs, Vector applySubjectList)
          While updating the ACL of the subject according to the mode, update the ACLs of the associated subjects (applySubjectList) also.
 DMSResult PhysicalDocumentAccessService.checkDownloadAuth(String userID, String documentKey)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadAuth(String userID, String documentKey, boolean ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey, boolean ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey, boolean ignoreLock, String mainDocKey)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(String userID, String physicalDocumentKey)
          check downalod Permission only for do check
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(String userID, String physicalDocumentKey, boolean ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType, String ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.checkEFormDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey)
           
 DMSResult PhysicalDocumentAccessService.checkEFormDownloadPhysicalDocument(String userID, String physicalDocumentKey)
           
 DMSResult PhysicalDocumentAccessService.checkEFormDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType)
           
 DMSResult PhysicalDocumentAccessService.checkExtDownloadAuth(String userID, String documentKey, String shortcutID)
           
 DMSResult PhysicalDocumentAccessService.checkExtDownloadPhysicalDocument(String userID, String physicalDocumentKey, String shortcutID)
           
 DMSResult PhysicalDocumentAccessService.checkPhysicalFileExistent(String physicalDocumentKey)
           
 DMSResult DocumentManagementService.commitCancelApprove(String userID, String documentKey)
          ask the flow engine to cancel the current approveing process
 DMSResult DocumentManagementService.commitCheckIn(String userID, String documentKey, String keyType, String checkInMode)
           
 DMSResult DocumentManagementService.commitCopyDocument(String userID, String targetDocumentKey, String targetFolderID)
          copy target document to target folder
 DMSResult FolderManagementService.commitCopyFolder(String userID, String sourceFolderID, String targetFolderID)
          Copy the folder to the target parent folder.
 DMSResult ShortcutManagementService.commitCopyShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult DocumentManagementService.commitCreateRelationRecord(RelationRecord[] rr)
           
 DMSResult DocumentManagementService.commitCreateReview(String userID, String documentKey, HashMap info)
           
 DMSResult DocumentManagementService.commitDeleteDocument(String userID, String targetDocumentKey)
          delete target document
 DMSResult DocumentTemplateManagementService.commitDeleteDocumentTemplate(String userID, String documentTemplateID)
          delete document template
 DMSResult FolderManagementService.commitDeleteFolder(String userID, String folderID)
          Delete the folder.
 DMSResult DocumentManagementService.commitDeleteLv4RelationDocument(String sourceKey, String[] ids)
           
 DMSResult DocumentManagementService.commitDeleteRelationRecord(String sourceId, String[] ids)
           
 DMSResult DocumentManagementService.commitDeleteReview(DMSUser user, String key, String keyType)
          Delete document's review.
 DMSResult DocumentManagementService.commitDeleteReview(String userID, String key, String keyType)
           
 DMSResult ShortcutManagementService.commitDeleteShortcut(String userID, String shortcutID)
           
 DMSResult DocumentManagementService.commitGiveUpCheckOut(String userID, String key, String keyType)
          Give up check out.
 DMSResult LogService.commitLog(String userID, String targetID, String targetType)
          Deprecated.  
 DMSResult LogService.commitLog(String userID, String targetID, String sourceFolderID, String targetFolderID, String targetType)
          Deprecated.  
 DMSResult DocumentManagementService.commitMoveDocument(String userID, String targetDocumentKey, String targetFolderID)
          move target document to target folder
 DMSResult FolderManagementService.commitMoveFolder(String userID, String sourceFolderID, String targetFolderID)
          Move the folder to the target parent folder.
 DMSResult ShortcutManagementService.commitMoveShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult DocumentTemplateManagementService.commitNewDocumentTemplate(String userID, DocumentTemplate documentTemplate)
          new document template
 DMSResult ShortcutManagementService.commitNewShortcut(String userID, String targetParentFolderID, Shortcut shortcut)
           
 DMSResult DocumentManagementService.commitObsoleteDocument(String userID, String targetDocumentKey)
           
 DMSResult DocumentManagementService.commitPublishDocument(String userID, String targetDocumentKey, String targetFolderID)
          a user could publish a document in his working space to other folder in regular space
 DMSResult DocumentManagementService.commitPublishDocument(String userID, String targetDocumentKey, String targetFolderID, boolean approve)
          a user could publish a document in his working space to other folder in regular space, param approve indicate whether runing process or not
 DMSResult SubscribingService.commitSubscribe(String userID, String subject)
          subscribe a subject
 DMSResult SubscribingService.commitUnSubscribe(String userID, String subject)
          unsubscribe a subject
 DMSResult AccessControlService.commitUpdateACL(String userID, String subject, Vector newACLs)
          Update the ACL of a subject with permission checking.
 DMSResult DocumentManagementService.commitUpdateCategoryItemList(String userID, String documentKey, Vector categoryItemList)
          update the category items of target virtual document
 DMSResult DocumentTemplateManagementService.commitUpdateDocumentTemplate(String userID, String documentTemplateID, DocumentTemplate documetnTemplate)
          update document template
 DMSResult DocumentManagementService.commitUpdateKeywordItemList(String userID, String documentKey, Vector keywordItemList)
          update the keyword items of target virtual document
 DMSResult PhysicalDocumentAccessService.commitUpdatePhysicalDocumentInfo(String userID, String physicalDocumentKey, PhysicalDocumentItem item)
          Update physical document information of a physical document with permission check.
 DMSResult DocumentManagementService.commitUpdateReview(DMSUser user, String reviewKey, HashMap info)
           
 DMSResult DocumentManagementService.commitUpdateReview(String userID, String reviewKey, HashMap info)
           
 DMSResult ShortcutManagementService.commitUpdateShortcut(String userID, Shortcut shortcut)
           
 DMSResult DocumentManagementService.commitUpdateVirtualDocumentByAdvancedMaintain(String userID, VirtualDocumentInfo updatedVirtualDocumentInfo)
          If you want to identify the update operation is by Advanced Maintain, you can use this API.
 DMSResult DocumentManagementService.commitUpdateVirtualDocumentInfo(String userID, VirtualDocumentInfo updatedVirtualDocumentInfo)
          user could update VirtualDocumentInfo through this
 DMSResult DocumentManagementService.commitUpdateVirtualDocumentInfo(String userID, VirtualDocumentInfo updatedVirtualDocumentInfo, boolean ignoreLock)
          user could update VirtualDocumentInfo through this
 DMSResult FolderManagementService.commitUpdateVirtualFolderInfo(String userID, VirtualFolderInfo vfInfo)
          Update the VirtualFolderInfo
 DMSResult FolderManagementService.commitUpdateVirtualFolderInfo(String userID, VirtualFolderInfo vfInfo, boolean isnotify)
          Update the VirtualFolderInfo
 DMSResult FolderManagementService.commitUpdateVirtualFolderInfo(String userID, VirtualFolderInfo vfInfo, boolean isnotify, HashMap toSubFolderMap)
           
 DMSResult PhysicalDocumentAccessService.commitUploadPasoFileBlock(String userID, String pasoID, DMSTransBlock transBlock)
          Do upload paso file to convert to pdf
 DMSResult PhysicalDocumentAccessService.commitUploadPhysicalDocumentBlock(String userID, String physicalDocumentKey, DMSTransBlock transBlock)
          Do upload physical document.
 DMSResult AdminService.deleteAttributeType(String typeID, String parentID)
           
 DMSResult OrganizationManagementService.deleteExtGroup(String groupID)
          delete a group from group list, access control list, group user map and group group map
 DMSResult DocumentTemplateManagementService.deleteExtraFeature(String useriD, String efKey)
          delete a extra feature
 DMSResult OrganizationManagementService.deleteGroup(String groupID)
          delete a group from group list, access control list, group user map and group group map
 DMSResult SubscribingService.deleteSubscriptionBoardInfo(Vector subscriptionKeyList)
           
 DMSResult OrganizationManagementService.deleteUser(String userID)
          delete a user, a user would be marked deleted and the records in Access Control List, and Group User Map would be removed
 DMSResult AccessControlService.ForceBatchUpdateACL(String authSubject, String mode, Vector baccessList, Vector applySubjectList, String type)
          Deprecated. since V3.0. Use AccessControlService.batchUpdateACL(String, String, String, Vector, Vector) instead.
 DMSResult SubscribingService.forceCommitSubscribe(String userID, String subject)
          Deprecated. V2.2 HotFix_82 use SubscribingService.forceCommitSubscribe(String, String, String) instead.
 DMSResult SubscribingService.forceCommitSubscribe(String subscriberID, String subject, String ownerID)
          forceSubscribe a subject retrieve without check initPermission
 DMSResult SubscribingService.forceCommitUnSubscribe(String userID, String subject)
          force unsubscribe a subject without check initPermission the user must subscribe the subject
 DMSResult DocumentManagementService.forceNullifyDocument(String userID, String targetDocumentKey, String targetFolderID)
          force a user could nullify a document which had published.
 DMSResult DocumentManagementService.forcePublishDocument(String userID, String targetDocumentKey, String targetFolderID)
          force a user could publish a document in his working space to other folder in regular space
 DMSResult DocumentManagementService.forcePublishDocument(String userID, String targetDocumentKey, String targetFolderID, boolean approve)
          force a user could publish a document in his working space to other folder in regular space, param approve indicate whether runing process or not
 DMSResult AccessControlService.forceUpdateACL(String userID, String subject, Vector newACLs)
          Update the ACL of a subject without permission checking.
 DMSResult AccessControlService.forceUpdateACL(String subject, Vector newACLs)
          Update the ACL of a subject without permission checking.
 DMSResult SubscribingService.initAddSubscriberToDocument(String userID, String documentKey)
          Check user have permission to add subscribe to the document.
 DMSResult AccessControlService.initCancelApprove(String userID, String documentKey)
          To test if the document is in approval workflow and can be canceled by the user.
 DMSResult DocumentManagementService.initCancelApprove(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initCancelApprove(String, String).
 DMSResult AccessControlService.initCheckIn(String userID, String documentKey, String keyType)
          To test if the user has the permission to check in the document.
 DMSResult DocumentManagementService.initCheckIn(String userID, String documentKey, String keyType)
          Deprecated. V3.0 Moved to AccessControlService.initCheckIn(String, String, String).
 DMSResult AccessControlService.initCheckOut(String userID, String documentKey)
          To test if the user has permission to check out the document alone.
 DMSResult DocumentManagementService.initCheckOut(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initCheckOut(String, String).
 DMSResult AccessControlService.initCheckOutWithMainDoc(String userID, String documentKey, String mainDocKey)
          To test if the user has permission to check out the lv4 document with main document.
 DMSResult DocumentManagementService.initCheckOutWithMainDoc(String userID, String documentKey, String mainDocKey)
          Deprecated. V3.0 Moved to AccessControlService.initCheckOutWithMainDoc(String, String, String).
 DMSResult AccessControlService.initCopyDocument(String userID, String documentKey, String destFolderID)
          To test if the user has permission to copy the document to destination folder.
 DMSResult DocumentManagementService.initCopyDocument(String userID, String documentKey, String destFolderID)
          Deprecated. V3.0 Moved to ogre.dms.service.AccessControlService#initCopyDocument(String, String).
 DMSResult AccessControlService.initCopyFolder(String userID, String sourceFolderID, String destFolderID)
          To test if the user has the permission to copy the folder to the destination folder.
 DMSResult FolderManagementService.initCopyFolder(String userID, String sourceFolderID, String destFolderID)
          Deprecated. V3.0 Moved to AccessControlService.initCopyFolder(String, String, String).
 DMSResult ShortcutManagementService.initCopyShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult AccessControlService.initCreateReview(String userID, String documentKey)
          To test if the user has the permission to leave a comment to the document.
 DMSResult DocumentManagementService.initCreateReview(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initCreateReview(String, String).
 DMSResult AccessControlService.initCreateVirtualDocument(String userID, String folderID)
          To test if the user has the permission to new a document in the folder.
 DMSResult DocumentManagementService.initCreateVirtualDocument(String userID, String folderID)
          Deprecated. V3.0 Moved to AccessControlService.initCreateVirtualDocument(String, String).
 DMSResult AccessControlService.initDeleteDocument(String userID, String documentKey)
          To test if the user has the permission to delete the document.
 DMSResult DocumentManagementService.initDeleteDocument(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initDeleteDocument(String, String).
 DMSResult AccessControlService.initDeleteFolder(String userID, String folderID)
          To test if the user has the permission to delete the folder.
 DMSResult FolderManagementService.initDeleteFolder(String userID, String folderID)
          Deprecated. V3.0 Moved to AccessControlService.initDeleteFolder(String, String).
 DMSResult ShortcutManagementService.initDeleteShortcut(String userID, String shortcutID)
           
 DMSResult PhysicalDocumentAccessService.initDownloadPasoPdf(String userID, String pasoKey)
           
 DMSResult PhysicalDocumentAccessService.initDownloadPhysicalDocument(String userID, String physicalDocumentKey)
          initialize to download an existent PhysicalDocument from server
 DMSResult PhysicalDocumentAccessService.initDownloadPhysicalDocument(String userID, String physicalDocumentKey, boolean ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.initDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType)
           
 DMSResult PhysicalDocumentAccessService.initEFormDownloadPhysicalDocument(String userID, String physicalDocumentKey, boolean ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.initEFormDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType)
           
 DMSResult PhysicalDocumentAccessService.initEFormDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType, String ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.initEFormDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType, String ignoreLock, String mainDocKey)
           
 DMSResult PhysicalDocumentAccessService.initExtDownloadPhysicalDocument(String userID, String physicalDocumentKey, String downloadType, String ignoreLock, String shortcutID)
           
 DMSResult AccessControlService.initFavorites(String userID, String targetKey, String favoriteType)
          Can the user remove the favorite setting.
 DMSResult QueryService.initFavorites(String userID, String targetKey, String favoriteType)
          Deprecated. V3.0 Moved to AccessControlService.initFavorites(String, String, String).
 DMSResult AccessControlService.initGetDocument(String userID, String docKey)
          To test if the user has the permission to view the document.
 DMSResult QueryService.initGetDocument(String userID, String docKey)
          Deprecated. V3.0 Moved to AccessControlService.initGetDocument(String, String).
 DMSResult AccessControlService.initGetFolder(String userID, String folderID)
          To test if the user has the permission to access the folder.
 DMSResult QueryService.initGetFolder(String userID, String folderID)
          Deprecated. V3.0 Moved to AccessControlService.initGetFolder(String, String).
 DMSResult AccessControlService.initGiveUpCheckOut(String userID, String documentKey, String keyType)
          To test if the user has the permission to give up the check-out document.
 DMSResult DocumentManagementService.initGiveUpCheckOut(String userID, String documentKey, String keyType)
          Deprecated. V3.0 Moved to AccessControlService.initGiveUpCheckOut(String, String, String).
 DMSResult AccessControlService.initMoveDocument(String userID, String documentKey, String destFolderID)
          To test if the user has the permission to move(paste) the document to the folder.
 DMSResult DocumentManagementService.initMoveDocument(String userID, String documentKey, String destFolderID)
          Deprecated. V3.0 Moved to AccessControlService.initMoveDocument(String, String, String).
 DMSResult AccessControlService.initMoveFolder(String userID, String sourceFolderID, String destFolderID)
          To test if the user has the permission to move the folder to the destination folder.
 DMSResult FolderManagementService.initMoveFolder(String userID, String sourceFolderID, String destFolderID)
          Deprecated. V3.0 Moved to AccessControlService.initMoveFolder(String, String, String).
 DMSResult ShortcutManagementService.initMoveShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult AccessControlService.initNewFolder(String userID, String parentFolderID)
          To test if the user has the permission to new a folder in the current folder.
 DMSResult FolderManagementService.initNewFolder(String userID, String parentFolderID)
          Deprecated. V3.0 Moved to AccessControlService.initNewFolder(String, String).
 DMSResult ShortcutManagementService.initNewShortcut(String userID, String targetParentFolderID)
           
 DMSResult AccessControlService.initNullifyDoc(String userID, String documentKey)
          To test if the user has the permission to obsolete the document.
 DMSResult DocumentManagementService.initNullifyDoc(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initNullifyDoc(String, String).
 DMSResult AccessControlService.initPublishDocument(String userID, String documentKey, String folderID)
          To test if the user has the permission to publish the document in the folder.
 DMSResult DocumentManagementService.initPublishDocument(String userID, String documentKey, String folderID)
          Deprecated. V3.0 Moved to AccessControlService.initPublishDocument(String, String, String).
 DMSResult AdminService.initRemoveFolder(String userID, String targetFolderID, boolean force)
           
 DMSResult PhysicalDocumentAccessService.initRemovePhysicalDocument(String userID, String physicalDocumentKey)
           
 DMSResult SubscribingService.initSubscribe(String userID, String subject)
          to a folder the user requires "Reader" on the subject or "Owner" on its parentfolder to subscribe to a document the user requires "Viewer" on the subject or "Owner on its parentfolder "to subscribe
 DMSResult SubscribingService.initUnSubscribe(String userID, String subject)
          1. the user must have subscribe the subject
 DMSResult AccessControlService.initUpdateACL(String userID, String subject)
          To test if the user has the permission to update the ACL of the given subject.
 DMSResult AccessControlService.initUpdateACLInDocument(String userID, String documentKey)
          To test if the user has the permission to update the acl of the document.
 DMSResult DocumentManagementService.initUpdateACLInDocument(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initUpdateACLInDocument(String, String).
 DMSResult AccessControlService.initUpdateRelationDocument(String userID, String documentKey)
          To test if the user has the permission to update the relations of the document.
 DMSResult DocumentManagementService.initUpdateRelationDocument(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initUpdateRelationDocument(String, String).
 DMSResult ShortcutManagementService.initUpdateShortcut(String userID, String shortcutID)
           
 DMSResult AccessControlService.initUpdateVirtualDocumentInfo(String userID, String documentKey)
          To test if the user has the permission to update the document.
 DMSResult DocumentManagementService.initUpdateVirtualDocumentInfo(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initUpdateVirtualDocumentInfo(String, String).
 DMSResult AccessControlService.initUpdateVirtualDocumentInfo(String userID, String documentKey, boolean ignoreLock)
          To test if the user has the permission to update the document.
 DMSResult DocumentManagementService.initUpdateVirtualDocumentInfo(String userID, String targetDocumentKey, boolean ignoreLock)
          Deprecated. V3.0 Moved to AccessControlService.initUpdateVirtualDocumentInfo(String, String, boolean).
 DMSResult AccessControlService.initUpdateVirtualFolderInfo(String userID, String folderID)
          To test if the user has the permission to edit the folder's information.
 DMSResult FolderManagementService.initUpdateVirtualFolderInfo(String userID, String folderID)
          Deprecated. V3.0 Moved to AccessControlService.initUpdateVirtualFolderInfo(String, String).
 DMSResult AccessControlService.initUploadExternalFile(String userID, String folderID)
          Can external user upload files to the given folder.
 DMSResult PhysicalDocumentAccessService.initUploadPhysicalDocument(String userID, String physicalDocumentKey)
          initialize to upload a PhysicalDocument which has existed on server to server
 DMSResult AccessControlService.initViewDocLog(String userID, String documentKey)
          To test if the user has the permission to view the logs of the document.
 DMSResult DocumentManagementService.initViewDocLog(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initViewDocLog(String, String).
 DMSResult AccessControlService.initViewVirtualDocumentExt(String userID, String documentKey)
          To test if the user has the permission to view VirtualDocument Ext (acl list, Subscribe list)
 DMSResult DocumentManagementService.initViewVirtualDocumentExt(String userID, String documentKey)
          Deprecated. V3.0 Moved to AccessControlService.initViewVirtualDocumentExt(String, String).
 DMSResult DocumentTemplateManagementService.newExtraFeature(String userID, ExtraFeatureItem efi)
          new a extra feature
 DMSResult AdminService.recoverDocument(String userID, String targetDocumentKey)
          recover the deleted document to its original parent folder
 DMSResult AdminService.recoverFolder(String userID, String targetFolderID)
          Deprecated. Use FolderManagementService.restoreFolder(String, String) instead.
 DMSResult AccessControlService.removeACL(String userID, String subject, String mode, Vector removeACL, Vector applySubjectList, String action)
           
 DMSResult AdminService.removeDocument(String userID, String targetDocumentID)
           
 DMSResult AdminService.removeDocument(String userID, String[] docKey)
           
 DMSResult AdminService.removeFolder(String userID, String targetFolderID, boolean force)
           
 DMSResult OrganizationManagementService.removeGroupFromGroup(String childGroupID, String parentGroupID)
          remove a group from a group
 DMSResult OrganizationManagementService.removeUserFromGroup(String userID, String groupID)
          remove a user from a group
 DMSResult PhysicalDocumentAccessService.requestDownloadFileFromDistSite(DMSUser user, String downloadType, String docKey, String pDocKey)
          Request download file from distribution site.
 DMSResult DocumentManagementService.restoreDocument(String userID, String targetDocumentKey)
          Restore a deleted document from the recycle bin.
 DMSResult FolderManagementService.restoreFolder(String userID, String targetFolderID)
          Restore the deleted folder (which is in the 'Trash Can') to its original parent folder including its sub items (documents, folders).
 DMSResult AdminService.saveUserIPMacAddress(UserIPMacAddress ipmac)
          Add/Update user's ip/mac address setting.
 DMSResult FolderManagementService.setDefinedColumnInfo(String userID, String folderId, List columnInfo, boolean applyToSubFolder)
          Set user defined column to display in the document list page.
 DMSResult DocumentManagementService.transferDocKeeper(DMSUser byWhom, String[] docKeys, String keeperID, String keeperDeptID)
          Batch transfer the document's keeper/dept to another person/dept.
 DMSResult AccessControlService.updateACLForFolder(String userID, String subject, String mode, Vector newACLs, Vector applyFolderList)
          When updating a folder's ACL, the changes could be applied to the folders at the mean time.
 DMSResult AccessControlService.updateACLTemplateOfDocInFolder(String userID, String folderID, Vector newACLs)
          Update the default ACL prepared to apply in the sub documents in the folder.
 DMSResult AccessControlService.updateACLTemplateOfDocInFolder(String folderID, Vector newACLs)
          use this method to update the default ACL prepared to apply in the sub documents in the folder.
 DMSResult AdminService.updateAttributeType(AttributeType attrType)
           
 DMSResult AdminService.updateAttributeType(HashMap map)
          Deprecated. V2.2. Use AdminService.updateAttributeType(AttributeType) instead.
 DMSResult OrganizationManagementService.updateExtGroupInfo(String groupID, DMSGroupInfo groupInfo)
          update group info of a external group
 DMSResult DocumentTemplateManagementService.updateExtraFeature(String userID, String efKey, ExtraFeatureItem efi)
          update a extra feature
 DMSResult OrganizationManagementService.updateExtUserInGroup(String groupID, Vector newUserList)
          update group User to newUserList
 DMSResult OrganizationManagementService.updateGroupInfo(String groupID, DMSGroupInfo groupInfo)
          update group info of a group
 DMSResult OrganizationManagementService.updateGroupInGroup(String groupID, Vector newGroupList)
           
 DMSResult AccessControlService.updatePDACLForFolder(String userID, String subject, String mode, Vector newACLs, Vector applyFolderList)
          Update folder's 'ACL of Attachments' as the dafault setting.
 DMSResult AccessControlService.updatePDACLTemplateOfDocInFolder(String userID, String folderID, Vector newACLs)
          Update the default ACL prepared to apply in the sub documents in the folder.
 DMSResult AccessControlService.updatePDACLTemplateOfDocInFolder(String folderID, Vector newACLs)
          Use this method to update the default ACL prepared to apply in the sub documents in the folder.
 DMSResult OrganizationManagementService.updateUser(String userID, DMSUser user)
          update a user's info
 DMSResult OrganizationManagementService.updateUserInGroup(String groupID, Vector newUserList)
          update group User to newUserList
 

Uses of DMSResult in ogre.dms.util.client
 

Methods in ogre.dms.util.client that return DMSResult
 DMSResult FlowClient.publishVD(String loginID, String docKey, String folderKey)
          Publish a Virtual Document to a assigned folder
 DMSResult FlowClient.setACL(String userID, String subject, Vector aciVec)
          update ACL of Virtual Document or Folder
 DMSResult FlowClient.setACL(String subject, Vector aciVec)
          update ACL of Virtual Document or Folder
 DMSResult FlowClient.setDefaultACL(String folderID, Vector aciVec)
          set default ACL of folder
 DMSResult FlowClient.setPDACL(String subject, Vector aciVec)
          set physical document ACL by Document Key or Folder ID
 DMSResult FlowClient.updateDefaultACL(DMSUser user, String docKey, String folderKey)
          copy folder ACL to document ACL
 



Copyright(c) 2005-2012 by Flowring Technology Corp., 12 F., No 120, Sec 2, Gongdao 5th Rd., Hsin-Chu City 300, Taiwan(R.O.C.) All rights reserved.