@@ -617,19 +617,7 @@ public void write(String uri,
617617 {
618618 write (uri , metadataHandle , contentHandle , transform , transaction , temporalCollection , null , getWriteParams ());
619619 }
620- @ Override
621- public void write (String uri ,
622- DocumentMetadataWriteHandle metadataHandle ,
623- W contentHandle ,
624- ServerTransform transform ,
625- Transaction transaction ,
626- String temporalCollection ,
627- Calendar systemTime )
628- throws ResourceNotFoundException , ForbiddenUserException , FailedRequestException
629- {
630- write (uri , metadataHandle , contentHandle , transform , transaction , temporalCollection , systemTime , getWriteParams ());
631- }
632-
620+
633621 public void write (String uri ,
634622 DocumentMetadataWriteHandle metadataHandle ,
635623 W contentHandle ,
@@ -642,7 +630,8 @@ public void write(String uri,
642630 write (new DocumentDescriptorImpl (uri , true ), metadataHandle , contentHandle , transform ,
643631 transaction , temporalCollection , null , extraParams );
644632 }
645-
633+
634+ @ Override
646635 public void write (String uri ,
647636 DocumentMetadataWriteHandle metadataHandle ,
648637 W contentHandle ,
@@ -710,20 +699,7 @@ public void write(DocumentDescriptor desc,
710699 write (desc , metadataHandle , contentHandle , transform , transaction , temporalCollection ,
711700 null , getWriteParams ());
712701 }
713- @ Override
714- public void write (DocumentDescriptor desc ,
715- DocumentMetadataWriteHandle metadataHandle ,
716- W contentHandle ,
717- ServerTransform transform ,
718- Transaction transaction ,
719- String temporalCollection ,
720- java .util .Calendar systemTime )
721- throws ResourceNotFoundException , ForbiddenUserException , FailedRequestException
722- {
723- write (desc , metadataHandle , contentHandle , transform , transaction , temporalCollection ,
724- systemTime , getWriteParams ());
725- }
726-
702+
727703 public void write (DocumentDescriptor desc ,
728704 DocumentMetadataWriteHandle metadataHandle ,
729705 W contentHandle ,
@@ -737,6 +713,7 @@ public void write(DocumentDescriptor desc,
737713 }
738714
739715 @ SuppressWarnings ("rawtypes" )
716+ @ Override
740717 public void write (DocumentDescriptor desc ,
741718 DocumentMetadataWriteHandle metadataHandle ,
742719 W contentHandle ,
@@ -934,19 +911,7 @@ public DocumentDescriptor create(DocumentUriTemplate template,
934911 return create (template , metadataHandle , contentHandle , transform , transaction ,
935912 temporalCollection , null , getWriteParams ());
936913 }
937- @ Override
938- public DocumentDescriptor create (DocumentUriTemplate template ,
939- DocumentMetadataWriteHandle metadataHandle ,
940- W contentHandle ,
941- ServerTransform transform ,
942- Transaction transaction ,
943- String temporalCollection ,
944- java .util .Calendar systemTime )
945- throws ForbiddenUserException , FailedRequestException
946- {
947- return create (template , metadataHandle , contentHandle , transform , transaction ,
948- temporalCollection , systemTime , getWriteParams ());
949- }
914+
950915 public DocumentDescriptor create (DocumentUriTemplate template ,
951916 DocumentMetadataWriteHandle metadataHandle ,
952917 W contentHandle ,
0 commit comments