- adds ng representation for assets FileAsset, Image and SideNote
- adds additional constructor to ng's class Asset to use for asset SideNote
git-svn-id: https://svn.libreccm.org/ccm/trunk@5368 8810af33-2d31-482b-a856-94f89814c4df
- adds ng representation for contenttypes article, event, multipartarticle + section and news
- adds missing java doc for construtors to classes in portation/modules/...
git-svn-id: https://svn.libreccm.org/ccm/trunk@5363 8810af33-2d31-482b-a856-94f89814c4df
- adds conversions for PhaseDefinitions, LifecycleDefinitions, Lifecycles and Phases
- modifies previous conversions to print additional empty line in cmd tool output
git-svn-id: https://svn.libreccm.org/ccm/trunk@5359 8810af33-2d31-482b-a856-94f89814c4df
- moves all ng-classes related to Domain and CcmApplication from ldn-terms over to core
-> provides better dependency managment between packages
- adds part I of ng's cms classes for later portation
git-svn-id: https://svn.libreccm.org/ccm/trunk@5348 8810af33-2d31-482b-a856-94f89814c4df
- adds abstaction layer to -Conversion and -Marshaller classes
(AbstractConversion with abstact method convertAll and AbstactMarshaller with abstract method marshallAll)
- moves the actual calls for export from coreExporter/ldnTermsExporter to their belonging marshaller classes which override the marshallAll method
- changes the terminal outputs for info messages from system.err to system.out and keeps system.err for actual error messages
- moves the parts which call the converter and exporter of each module (e.g. core, ldnTerms) from the cliTool to seperate classes (rootConverter, rootExporter)
git-svn-id: https://svn.libreccm.org/ccm/trunk@5263 8810af33-2d31-482b-a856-94f89814c4df
- adds association class for tasks dependencies
- adds export capability for task dependencies
git-svn-id: https://svn.libreccm.org/ccm/trunk@5165 8810af33-2d31-482b-a856-94f89814c4df
- excludes xml annotation from export
- uncomments xml annotation in LocalizedString
git-svn-id: https://svn.libreccm.org/ccm/trunk@5134 8810af33-2d31-482b-a856-94f89814c4df
- adds working export of ldn-terms' ResourceType, CcmApplication, Domain and DomainOwnership
- optimizes imports of some core packages
git-svn-id: https://svn.libreccm.org/ccm/trunk@4986 8810af33-2d31-482b-a856-94f89814c4df
- adds conversion and export of domain ownerships for import in ng
- modifies some minor code styles
git-svn-id: https://svn.libreccm.org/ccm/trunk@4904 8810af33-2d31-482b-a856-94f89814c4df
- adds funktionalaty to convert trunks domain-, resourceType- and application-objects to their ng's counterparts
- adds funktionality to export converted domains, resourceTypes and ccmApplications
git-svn-id: https://svn.libreccm.org/ccm/trunk@4895 8810af33-2d31-482b-a856-94f89814c4df
- renames ExportHelper class to CoreExport, to specify that it is used with core
- renames MainConverter class to CoreConverter, to specify that it is used with core
- sorts ng-Categories after its conversion to garantie that parent categories can be imported befor their childs
git-svn-id: https://svn.libreccm.org/ccm/trunk@4869 8810af33-2d31-482b-a856-94f89814c4df
- sorts the categories to guarantee, that the parents will be listed before their childs in the export
git-svn-id: https://svn.libreccm.org/ccm/trunk@4842 8810af33-2d31-482b-a856-94f89814c4df
- in PermissionConversion only creates new Role for users or groups if specified member-role '..._role' does not exist yet.
=> result: no duplicated roles in export files
git-svn-id: https://svn.libreccm.org/ccm/trunk@4800 8810af33-2d31-482b-a856-94f89814c4df
The error with AJP messages comes up when a user closes connection
on an ongoing GET request. Since this is not a problem for us (no modifications take place),
we can just accept that it happened an go on with our lifes.
git-svn-id: https://svn.libreccm.org/ccm/trunk@4794 8810af33-2d31-482b-a856-94f89814c4df
- excludes remove process in GroupConversion
- changes process of PermissionConverion
- new error message in PermissionIdGenerator
git-svn-id: https://svn.libreccm.org/ccm/trunk@4660 8810af33-2d31-482b-a856-94f89814c4df
- adds missing condition to permissions conversion for export, if roleCollection in groups is empty;
- replaces false id setting in ng-class for role with acsObjects generateId method
git-svn-id: https://svn.libreccm.org/ccm/trunk@4651 8810af33-2d31-482b-a856-94f89814c4df
- adds IdGenerators and IdResolvers for the use of @JsonIdentityInfo
git-svn-id: https://svn.libreccm.org/ccm/trunk@4633 8810af33-2d31-482b-a856-94f89814c4df
- adds @JsonIdentityInfo annotations for export
- implements IdGenerators and IdResolvers for the use of @JsonIdentityInfo
git-svn-id: https://svn.libreccm.org/ccm/trunk@4632 8810af33-2d31-482b-a856-94f89814c4df
- changes jackson annotations, removes managed-back referenced connections and replaces them with jsonIgnore-jsonIdentityReference(alwaysAsId) links
git-svn-id: https://svn.libreccm.org/ccm/trunk@4631 8810af33-2d31-482b-a856-94f89814c4df
- adds annotation @JsonIgnoreProperties to every 'Portable' object class
- adds annotation @JsonIgnore to getters in LocalizedString.java and Portable.java
git-svn-id: https://svn.libreccm.org/ccm/trunk@4525 8810af33-2d31-482b-a856-94f89814c4df
- switches json's back-managed references on every attribute in each exportable class
git-svn-id: https://svn.libreccm.org/ccm/trunk@4497 8810af33-2d31-482b-a856-94f89814c4df