comparison src/main/java/org/mpi/openmind/repository/bo/Relation.java @ 34:5737ab564b94

more transaction logging. logs more attributes and logs nodes.
author casties
date Fri, 26 Aug 2016 19:09:57 +0200
parents e52f593f9e0d
children c181cb6f1761
comparison
equal deleted inserted replaced
33:e52f593f9e0d 34:5737ab564b94
280 + "target-oc=\"" + this.getTargetObjectClass() + "\", " 280 + "target-oc=\"" + this.getTargetObjectClass() + "\", "
281 + "mtime=\"" + this.getModificationTime() + "\", " 281 + "mtime=\"" + this.getModificationTime() + "\", "
282 + "version=\"" + this.getVersion() + "\", " 282 + "version=\"" + this.getVersion() + "\", "
283 + "user=\"" + this.getUser() + "\", " 283 + "user=\"" + this.getUser() + "\", "
284 + "public=\"" + this.getIsPublic() + "\", " 284 + "public=\"" + this.getIsPublic() + "\", "
285 + "system-status=\"" + this.getSystemStatus() + "\", "
286 + "status=\"" + this.getStatus() + "\", "
287 + "type=\"" + this.getType() + "\", "
285 + "b64-value=\"" + ((this.getOwnValue() != null) ? Base64.encodeBase64String(this.getOwnValue().getBytes("UTF-8")) : "") + "\"]"; 288 + "b64-value=\"" + ((this.getOwnValue() != null) ? Base64.encodeBase64String(this.getOwnValue().getBytes("UTF-8")) : "") + "\"]";
286 return es; 289 return es;
287 } catch (UnsupportedEncodingException e) { 290 } catch (UnsupportedEncodingException e) {
288 // this shouldn't happen 291 // this shouldn't happen
289 e.printStackTrace(); 292 e.printStackTrace();