From cc70f09431deb7937e01cc6583884fb5067a2994 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Apr 2016 15:18:05 +0200 Subject: More additions for central image store --- .../bwlp/thrift/iface/ImagePublishData.java | 238 +++++++++++++++------ 1 file changed, 174 insertions(+), 64 deletions(-) (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/ImagePublishData.java') diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/ImagePublishData.java b/src/main/java/org/openslx/bwlp/thrift/iface/ImagePublishData.java index 87b632f..f04fd6b 100644 --- a/src/main/java/org/openslx/bwlp/thrift/iface/ImagePublishData.java +++ b/src/main/java/org/openslx/bwlp/thrift/iface/ImagePublishData.java @@ -34,7 +34,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2016-01-04") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2016-04-18") public class ImagePublishData implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ImagePublishData"); @@ -43,13 +43,14 @@ public class ImagePublishData implements org.apache.thrift.TBase, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { @@ -62,13 +63,14 @@ public class ImagePublishData implements org.apache.thrift.TBase software; // required public List tags; // required public int osId; // required public String virtId; // required public boolean isTemplate; // required + public UserInfo owner; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { @@ -77,13 +79,14 @@ public class ImagePublishData implements org.apache.thrift.TBase byName = new HashMap(); @@ -108,8 +111,8 @@ public class ImagePublishData implements org.apache.thrift.TBase software, List tags, int osId, String virtId, - boolean isTemplate) + boolean isTemplate, + UserInfo owner) { this(); this.imageBaseId = imageBaseId; @@ -224,7 +232,7 @@ public class ImagePublishData implements org.apache.thrift.TBase