5960616263646566
private GraphRelationRepository repository; @Before public void createTypes() { source = new SourceObject(SOURCE_ID); target = new TargetObject(TARGET_ID); type = "SPEAKING"; }
76777879808182
} @Before public void createTypes() { source = new SourceObject(SOURCE_ID); target = new TargetObject(TARGET_ID); }
16171819202122
return new TargetRepresentation(source.getId(), uriInfo); } @Override public TargetObject to(UriInfo uriInfo, TargetRepresentation representation) { return new TargetObject(representation.getId()); }
8485868788899091
} @Before public void createTypes() { source = new SourceObject(SOURCE_ID); target = new TargetObject(TARGET_ID); type = "SPEAKING"; }