@MicroService(value="client") public interface ClientService extends AbstractAttachmentService
boolean readable(@Parameter(value="token")
String token,
@Parameter(value="attachmentId")
String attachmentId)
boolean writable(@Parameter(value="token")
String token)
boolean deletable(@Parameter(value="token")
String token,
@Parameter(value="attachmentId")
String attachmentId)
Copyright © 2018. All rights reserved.