[UPDATE]
- changes java-doc @author entrys of ccm-core/portation from 'created the..' to 'created on..' git-svn-id: https://svn.libreccm.org/ccm/trunk@4295 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
3c2418f3ce
commit
3c3368398f
|
|
@ -18,8 +18,6 @@
|
|||
*/
|
||||
package com.arsdigita.portation;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonAutoDetect;
|
||||
import com.fasterxml.jackson.annotation.PropertyAccessor;
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import com.fasterxml.jackson.databind.SerializationFeature;
|
||||
import com.fasterxml.jackson.dataformat.xml.JacksonXmlModule;
|
||||
|
|
@ -39,7 +37,7 @@ import java.util.List;
|
|||
* .FileMarshal).
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 2/10/16
|
||||
* @version created on 2/10/16
|
||||
*/
|
||||
public abstract class AbstractMarshaller<I extends Identifiable> {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ package com.arsdigita.portation;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de">Tobias Osmers</a>
|
||||
* @version created the 03.02.2016
|
||||
* @version created on 03.02.2016
|
||||
*/
|
||||
public enum Format {
|
||||
CSV, XML, JSON
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ package com.arsdigita.portation;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 5/9/16
|
||||
* @version created on 5/9/16
|
||||
*/
|
||||
public interface Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import java.util.Map;
|
|||
* interface identifiable.</info>
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de">Tobias Osmers</a>
|
||||
* @version created the 03.02.2016
|
||||
* @version created on 03.02.2016
|
||||
*/
|
||||
public class Marshaller {
|
||||
private static final Logger log = Logger.getLogger(Marshaller.class);
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ import org.apache.log4j.Logger;
|
|||
* one or many specified file types.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 25.05.16
|
||||
* @version created on 25.05.16
|
||||
*/
|
||||
public class ExportCliTool extends Program {
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import java.util.ArrayList;
|
|||
* in the cli-tool shorter and more readable.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 25.07.2016
|
||||
* @version created on 25.07.2016
|
||||
*/
|
||||
class ExportHelper {
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import com.arsdigita.portation.conversion.core.workflow.WorkflowConversion;
|
|||
* stored in maps as <id, object>-pairs in the {@link NgCollection}-class.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 6/27/16
|
||||
* @version created on 6/27/16
|
||||
*/
|
||||
public class MainConverter {
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ import java.util.Map;
|
|||
* easier access for the restoration of the dependencies.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 27.6.16
|
||||
* @version created on 27.6.16
|
||||
*/
|
||||
public class NgCollection {
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import java.util.List;
|
|||
* classes into the new ng-system.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 29.6.16
|
||||
* @version created on 29.6.16
|
||||
*/
|
||||
public class CategoryConversion {
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import java.util.List;
|
|||
* classes into the new ng-system.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 4.7.16
|
||||
* @version created on 4.7.16
|
||||
*/
|
||||
public class GroupConversion {
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import java.util.stream.Collectors;
|
|||
* classes into the new ng-system.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 14.7.16
|
||||
* @version created on 14.7.16
|
||||
*/
|
||||
public class PermissionConversion {
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import java.util.List;
|
|||
* classes into the new ng-system.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 4.7.16
|
||||
* @version created on 4.7.16
|
||||
*/
|
||||
public class RoleConversion {
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ import java.util.List;
|
|||
* classes into the new ng-system.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 4.7.16
|
||||
* @version created on 4.7.16
|
||||
*/
|
||||
public class UserConversion {
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import java.util.List;
|
|||
* classes into the new ng-system.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 29.6.16
|
||||
* @version created on 29.6.16
|
||||
*/
|
||||
public class UserTaskConversion {
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ import java.util.List;
|
|||
* classes into the new ng-system.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
|
||||
* @version created the 27.6.16
|
||||
* @version created on 27.6.16
|
||||
*/
|
||||
public class WorkflowConversion {
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ import com.arsdigita.portation.modules.core.core.CcmObject;
|
|||
* provided by the {@code CategoryManager} take care of that.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class Categorization implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class CategorizationMarshaller extends AbstractMarshaller<Categorization> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ import java.util.Locale;
|
|||
* classes.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class Category extends CcmObject {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class CategoryMarshaller extends AbstractMarshaller<Category> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ import java.util.UUID;
|
|||
* in the database.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class CcmObject implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class CcmObjectMarshaller extends AbstractMarshaller<CcmObject> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ import com.arsdigita.portation.Identifiable;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class EmailAddress implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class EmailAddressMarshaller extends AbstractMarshaller<EmailAddress> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import java.util.Set;
|
|||
* overwritten. But because it is an entity class we can't make the class final.
|
||||
*
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class LocalizedString implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class LocalizedStringMarshaller extends AbstractMarshaller<LocalizedString> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import java.util.Set;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 31.05.16
|
||||
* @version created on 31.05.16
|
||||
*/
|
||||
public class Group extends Party {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 01.06.16
|
||||
* @version created on 01.06.16
|
||||
*/
|
||||
public class GroupMarshaller extends AbstractMarshaller<Group> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import com.arsdigita.portation.conversion.NgCollection;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class GroupMembership implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class GroupMembershipMarshaller extends AbstractMarshaller<GroupMembership> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import java.util.Set;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 01.06.16
|
||||
* @version created on 01.06.16
|
||||
*/
|
||||
public class Party implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 01.06.16
|
||||
* @version created on 01.06.16
|
||||
*/
|
||||
public class PartyMarshaller extends AbstractMarshaller<Party> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import java.util.Date;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class Permission implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class PermissionMarshaller extends AbstractMarshaller<Permission> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import java.util.Set;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class Role implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class RoleMarshaller extends AbstractMarshaller<Role> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ import com.arsdigita.portation.conversion.NgCollection;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class RoleMembership implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class RoleMembershipMarshaller extends AbstractMarshaller<RoleMembership> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ import java.util.Set;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 31.05.16
|
||||
* @version created on 31.05.16
|
||||
*/
|
||||
public class User extends Party {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 25.05.16
|
||||
* @version created on 25.05.16
|
||||
*/
|
||||
public class UserMarshaller extends AbstractMarshaller<User> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import java.util.Locale;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class Task implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ import com.arsdigita.portation.modules.core.security.Role;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class TaskAssignment implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class TaskAssignmentMarshaller extends AbstractMarshaller<TaskAssignment> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class TaskMarshaller extends AbstractMarshaller<Task> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class UserTask extends Task {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class UserTaskMarshaller extends AbstractMarshaller<UserTask> {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ import java.util.Locale;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class Workflow implements Identifiable {
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
|
|||
|
||||
/**
|
||||
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
|
||||
* @version created the 6/15/16
|
||||
* @version created on 6/15/16
|
||||
*/
|
||||
public class WorkflowMarshaller extends AbstractMarshaller<Workflow> {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue