Tuna Aksoy
dcb4acb449
RM-1099 (Refactor Transfer and Accession reports)
...
* Created a base report action and splitted the file report action to transfer report action and destruction report action, so that capability checks can be run for those actions separately and each action can pass additional properties to the report template model
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58444 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-30 21:26:05 +00:00
Tuna Aksoy
fe9c9d8a0c
RM-1099 (Refactor Transfer and Accession reports)
...
* Extended the ReportGenerator/ReportService so that additional properties can be passed to the report template
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58442 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-29 23:48:50 +00:00
Tuna Aksoy
f52d614caf
RM-1099 (Refactor Transfer and Accession reports)
...
* Report template localization
* File report dialogue refactoring
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58441 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-29 18:48:21 +00:00
Samuel Langlois
487c8a83cc
First try at mavenification of RM
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58440 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-29 18:17:56 +00:00
Tuna Aksoy
5dfbaf9263
RM-1099 (Refactor Transfer and Accession reports)
...
* Fixed failing test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58417 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-28 23:00:21 +00:00
Tuna Aksoy
3fc7c64032
RM-1099 (Refactor Transfer and Accession reports)
...
* File transfer report and file destruction report are now using the same file report dialogue and the same action.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58416 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-28 22:12:46 +00:00
Tuna Aksoy
05aefebbdf
RM-1099 (Refactor Transfer and Accession reports)
...
* Fixed failing tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58401 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-28 17:46:16 +00:00
Tuna Aksoy
4b89aa32e3
RM-1099 (Refactor Transfer and Accession reports)
...
* Refactored file transfer report dialogue so that it can be used also for other types of reports
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58396 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-28 17:03:26 +00:00
Tuna Aksoy
120d3340ea
RM-1099 (Refactor Transfer and Accession reports)
...
* The record type and the destination is now passed from the UI
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58392 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-28 15:14:22 +00:00
Roy Wetherall
cfa932d0a0
RM: Fix build
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58373 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-28 09:49:16 +00:00
Roy Wetherall
776798d6af
RM-1098: Refactoring of behaviours to new annotation style to improve maintability
...
* moved ghosted behaviour into it's own bean
* added support for annotated 'service' behaviours (ie those that have no type/aspect specified)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-28 04:23:07 +00:00
Tuna Aksoy
73155df33f
RM-1099 (Refactor Transfer and Accession reports)
...
* Added the possibility to pass parameters from the UI to the server for the repo actions
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58369 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-27 23:37:13 +00:00
Tuna Aksoy
e990e4055d
RM-1099 (Refactor Transfer and Accession reports)
...
* Extended the existing file transfer report dialogue. There will be a new dialogue which will be used for all reports.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58366 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-27 19:10:45 +00:00
Tuna Aksoy
780997fcd1
RM-1099 (Refactor Transfer and Accession reports)
...
* Forgot to add the properties, which was breaking the disposition schedule page
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58340 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-27 11:34:50 +00:00
Tuna Aksoy
3f0e13cc5e
RM-1099 (Refactor Transfer and Accession reports)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58333 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-26 23:28:33 +00:00
Roy Wetherall
1f0aab4256
RM-1098: Refactor RM model behavior into a more maintainable structure
...
* moved all behaviours out of records management service
* finally able to deprecate RecordsManagementService (relic of 1.0)
* did a little repackaging to make things clear
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58289 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-26 03:59:43 +00:00
Tuna Aksoy
a19adffebc
Fixed runtime error. Transfer completion was not possible.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58272 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-25 17:32:33 +00:00
Roy Wetherall
06bc92f0b6
RM-1098: Refactor RM model behavior into a more maintainable structure
...
* added behaviour bean and method annotations .. allows the simple defintion of methods as behaviours, simplifies code and provides a way to report on the registered behaviours in the future
* moved and consolidated some of the behaviours into classes based on the RM object model .. with behaviours in one logical place it should reduce issues with unpredictable behaviours and help maintenance
* TODO more consolidate still needed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58120 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-22 06:16:51 +00:00
Tuna Aksoy
1abda8f161
Removed applicationContext from the java classes where possible and used dependency injection instead.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58099 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-21 18:09:49 +00:00
Tuna Aksoy
baa9f2b914
Fixed failing unit tests after refactoring
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58093 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-21 16:49:16 +00:00
Tuna Aksoy
b30410c1db
Removed applicationContext from the java classes where possible and used dependency injection instead.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58074 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-21 15:02:02 +00:00
Tuna Aksoy
cc00d9b5f0
RM-1096, RM-1097: Refactored CloseRecordFolderAction, CreateDispositionScheduleAction and CutOffAction
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58002 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-19 16:36:33 +00:00
Tuna Aksoy
1934f2e91f
RM-1096: Method renamed
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58000 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-19 15:31:43 +00:00
Tuna Aksoy
a8b2340777
RM-1096: Fixed failing tests after refactoring AddRecordTypeAction and CloseFolderAction
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57974 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-18 20:15:28 +00:00
Tuna Aksoy
16516bb60f
RM-1096: Refactored AddRecordTypeAction and CloseFolderAction
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57972 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-18 19:13:24 +00:00
Tuna Aksoy
b740064f77
RM-1097: Fixed failing tests after Refactoring TransferAction and TransferCompleteAction
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57964 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-18 15:33:24 +00:00
Tuna Aksoy
23c9d41bb4
RM-1097: Refactored TransferAction and TransferCompleteAction
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57963 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-18 14:45:12 +00:00
Tuna Aksoy
3c8e7ed6fc
RM-1095: Added TransferService
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57961 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-18 11:30:16 +00:00
Tuna Aksoy
62bfe1d4e7
RM-1095: Fixed circular dependency issues
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57939 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-15 17:41:57 +00:00
Roy Wetherall
cd1f4f9cc6
RM: Java Docs
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57924 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-14 21:12:48 +00:00
Tuna Aksoy
15fc1f8652
RM-1095: Fixed runtime errors after refactoring RecordsManagementService.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57921 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-14 16:34:36 +00:00
Tuna Aksoy
8d7f989c74
RM-1095: Fixed failing tests after refactoring RecordsManagementService.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57919 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-14 14:53:56 +00:00
Tuna Aksoy
4c01bbbb83
RM-1095:
...
Refactored RecordsManagementService and deprecated the methods. The methods have been moved to RecordService, RecordFolderService and DispostionService. The deprecated method calls in the code have been replaced and the bean definitions have been changed accordingly.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57893 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-13 22:34:29 +00:00
Gethin James
7462cd4fa7
Changed the MMT to be a downloaded dependency
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57764 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-08 14:00:33 +00:00
Gethin James
0b42012e9c
Remove an unused task
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57763 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-08 13:31:19 +00:00
Gethin James
84a97a5771
Added a basic manifest
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57762 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-08 13:31:18 +00:00
Gethin James
65d53a66e9
Improved the use of source sets, separated the jar resources from the amp resources
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57761 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-08 13:31:17 +00:00
Gethin James
00d66de409
Changed the compiler to 1.7, for RM-1062
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57760 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-08 13:27:39 +00:00
Samuel Langlois
85ed5a68a5
Upgrade version to 2.2.0 now that 2.1 is branched
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57758 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-11-08 11:46:05 +00:00
Samuel Langlois
260acf2fc4
Upgrade version number to 2.1.1 and Alfresco dependency to 4.2.0
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57378 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-30 12:26:06 +00:00
Roy Wetherall
119bacb027
RM-1078: RMv2SavedSearchPatch is not applying if save a search befare upgrade
...
* saved search patch no longer hangs when moving from 3.4 to 2.1
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56859 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-22 04:46:21 +00:00
Samuel Langlois
dd6fe100ee
Upgrade RM to Alfresco Enterprise 4.2.0-RC4 (build 21)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56838 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-21 10:52:15 +00:00
Tuna Aksoy
79ca703f6a
Updated the RM dependency to 4.2.0-RC3
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56770 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-17 13:27:29 +00:00
Roy Wetherall
fe23dbd2b9
RM-981: Stack specific: "Failed to get lock" error when performing actions with "List of Values" and "Relationships" in Management Console
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56762 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-17 05:03:23 +00:00
Gethin James
2b1feb6cf2
alfrescoBaseSolrVersion, alfrescoTestDepsVersion now default to alfrescoBaseVersion. You can still set them by a command line -PalfrescoBaseSolrVersion=gethin or putting an entry in the gradle.properties
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56737 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-16 13:02:16 +00:00
Gethin James
c9ce9490b1
Fixing warning messages by moving properties around and cleaning up the dependencies / definitions
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56736 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-16 13:02:14 +00:00
Tuna Aksoy
d19e304d22
RM-1071 (Impossible to create folder after upgrade: Access Denied)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56727 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-16 10:33:30 +00:00
Roy Wetherall
6370507a14
RM: System test to help diagnose RM-981
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56722 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-16 09:19:45 +00:00
Roy Wetherall
4615d25c78
RM-1071: Impossible to create folder after upgrade: Access Denied
...
* consolidate loggers for RM module patches to aid debug
* use log4j.logger.org.alfresco.module.org_alfresco_module_rm.patch=debug
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56718 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-16 04:35:48 +00:00
Roy Wetherall
47ea63963e
RM-1071: Impossible to create folder after upgrade: Access Denied
...
* handle cases where rmadmin person object already exists
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@56717 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2013-10-16 04:31:32 +00:00