Exemplo n.º 1
0
 @Override
 public List<DocAction> retrievePostedWithoutFactActt(
     final Properties ctx, final Timestamp startTime) {
   return repostingHandlers.retrievePostedWithoutFactAcct(ctx, startTime);
 }
Exemplo n.º 2
0
 @Override
 public void registerHandler(final IDocumentRepostingHandler handler) {
   repostingHandlers.addHandler(handler);
 }