- 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
Using ccm-lcs-bundle/bundles/standard there are no errors reported while compiling, deploying or running the application.
git-svn-id: https://svn.libreccm.org/ccm/trunk@5199 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
Changes the build-hooks.xml to copy the new configuration into the WEB-INF directory, which
is the first place log4j2 searches for files.
git-svn-id: https://svn.libreccm.org/ccm/trunk@4961 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
- applies all recent changes from ng core classes to trunk core with regard to exporting
git-svn-id: https://svn.libreccm.org/ccm/trunk@4447 8810af33-2d31-482b-a856-94f89814c4df
- removes Marshaller Instances for classes which are not meant to be exported
- renames interface Identifiable to Portable
git-svn-id: https://svn.libreccm.org/ccm/trunk@4430 8810af33-2d31-482b-a856-94f89814c4df
- adds attribute 'description' to ng-object-class Role, used for export to ng
git-svn-id: https://svn.libreccm.org/ccm/trunk@4405 8810af33-2d31-482b-a856-94f89814c4df
- adds class to resolve none existant PermissionId Problem for export
git-svn-id: https://svn.libreccm.org/ccm/trunk@4383 8810af33-2d31-482b-a856-94f89814c4df
- changes the position, from where the conversion will be started. Now only converts right before exporting stuff
git-svn-id: https://svn.libreccm.org/ccm/trunk@4301 8810af33-2d31-482b-a856-94f89814c4df
- java doc for conversion classes in portation
[FEATURE]
- export functionality for all important core classes is finished, yet untested
git-svn-id: https://svn.libreccm.org/ccm/trunk@4208 8810af33-2d31-482b-a856-94f89814c4df
require authentication. The class now checks if the mail properties are
containing the property mail.user and uses the properties mail.user and
mail.password for creating an instance of the javax.mail.Authenticator which is
added to the javax.mail.Session used by the Mail class. If there is no
mail.user property the old behaviour is used.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3727 8810af33-2d31-482b-a856-94f89814c4df