The batch resource receives and processes RESTful calls to the batch master.
7071727374757677
info.addAttribute(ComponentInfoAttributes.UNIQUE_ID_SCHEME, master.getUniqueIdScheme()); repo.registerComponent(info, master); // publish if (isPublishRest()) { repo.getRestComponents().publish(info, new DataBatchMasterResource(master)); } }