@Path(value="officeTrans") @Produces(value="application/json") public class OfficeTransResource extends BaseResource
构造器和说明 |
---|
OfficeTransResource() |
限定符和类型 | 方法和说明 |
---|---|
javax.ws.rs.core.Response |
allowTrans(java.lang.String fileId) |
javax.ws.rs.core.Response |
officeTransConfig() |
javax.ws.rs.core.Response |
zxAllowTrans(java.lang.String fileId) |
copyProperties, decode, error, fail, fail, getFlipInfo, getObjectMapper, getToken, judgeSortId, noContent, ok, required, required, setCurrentUser, setPagination, setVirtualUser, status, status, success, success, success, toJSON, toJSON
@GET @Path(value="/allowTrans/{fileId}") public javax.ws.rs.core.Response allowTrans(@PathParam(value="fileId") java.lang.String fileId)
@GET @Path(value="/allowTrans/zx/{fileId}") public javax.ws.rs.core.Response zxAllowTrans(@PathParam(value="fileId") java.lang.String fileId)
@GET @Path(value="/config") public javax.ws.rs.core.Response officeTransConfig()