Uses of Class
com.logicaldoc.webservice.model.WSAccessControlEntry
Packages that use WSAccessControlEntry
Package
Description
-
Uses of WSAccessControlEntry in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSAccessControlEntryModifier and TypeMethodDescriptionstatic WSAccessControlEntryWSUtil.toWSAccessControlEntry(AccessControlEntry ace) Methods in com.logicaldoc.webservice.model with parameters of type WSAccessControlEntryModifier and TypeMethodDescriptionstatic AccessControlEntryWSUtil.toAccessControlEntry(WSAccessControlEntry wsAce) static DocumentAccessControlEntryWSUtil.toDocumentAccessControlEntry(WSAccessControlEntry wsAce) static FolderAccessControlEntryWSUtil.toFolderAccessControlEntry(WSAccessControlEntry wsAce) -
Uses of WSAccessControlEntry in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return types with arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionDocumentService.getAccessControlList(long docId) Retrieves the access control listFolderService.getAccessControlList(long folderId) Retrieves the access control listMethod parameters in com.logicaldoc.webservice.rest with type arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionvoidDocumentService.setAccessControlList(long docId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidFolderService.setAccessControlList(long folderId, List<WSAccessControlEntry> acl) Sets the Access Control List -
Uses of WSAccessControlEntry in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return types with arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionRestDocumentService.getAccessControlList(long docId) RestFolderService.getAccessControlList(long folderId) Method parameters in com.logicaldoc.webservice.rest.endpoint with type arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionvoidRestDocumentService.setAccessControlList(long docId, List<WSAccessControlEntry> acl) voidRestFolderService.setAccessControlList(long folderId, List<WSAccessControlEntry> acl) -
Uses of WSAccessControlEntry in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return types with arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionDocumentMetadataService.getAccessControlList(String sid, long templateId) Retrieves the access control listDocumentService.getAccessControlList(String sid, long docId) Retrieves the access control listFolderService.getAccessControlList(String sid, long folderId) Retrieves the access control listMethod parameters in com.logicaldoc.webservice.soap with type arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionvoidDocumentMetadataService.setAccessControlList(String sid, long templateId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidDocumentService.setAccessControlList(String sid, long docId, List<WSAccessControlEntry> acl) Sets the Access Control ListvoidFolderService.setAccessControlList(String sid, long folderId, List<WSAccessControlEntry> acl) Sets the Access Control List -
Uses of WSAccessControlEntry in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return types with arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionSoapDocumentClient.getAccessControlList(String sid, long docId) SoapDocumentMetadataClient.getAccessControlList(String sid, long templateId) SoapFolderClient.getAccessControlList(String sid, long folderId) Method parameters in com.logicaldoc.webservice.soap.client with type arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionvoidSoapDocumentClient.setAccessControlList(String sid, long docId, List<WSAccessControlEntry> acl) voidSoapDocumentMetadataClient.setAccessControlList(String sid, long templateId, List<WSAccessControlEntry> acl) voidSoapFolderClient.setAccessControlList(String sid, long folderId, List<WSAccessControlEntry> acl) -
Uses of WSAccessControlEntry in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return types with arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionSoapDocumentMetadataService.getAccessControlList(String sid, long templateId) SoapDocumentService.getAccessControlList(String sid, long docId) SoapFolderService.getAccessControlList(String sid, long folderId) Method parameters in com.logicaldoc.webservice.soap.endpoint with type arguments of type WSAccessControlEntryModifier and TypeMethodDescriptionvoidSoapDocumentMetadataService.setAccessControlList(String sid, long templateId, List<WSAccessControlEntry> acl) voidSoapDocumentService.setAccessControlList(String sid, long docId, List<WSAccessControlEntry> acl) voidSoapFolderService.setAccessControlList(String sid, long folderId, List<WSAccessControlEntry> acl)