|
@@ -285,6 +285,10 @@ public class DmpTransObjectService {
|
|
|
transUtils.transInvalidObject(ctx);
|
|
|
}
|
|
|
|
|
|
+ public void error(TransObjectContext context, String message) {
|
|
|
+ transUtils.writeInfo(context, "error", message);
|
|
|
+ }
|
|
|
+
|
|
|
public void over(TransObjectContext context) {
|
|
|
transUtils.writeInfo(context, "over", null);
|
|
|
String key = KEY_TRANS + context.getProjectId();
|