Package com.semagia.atomico.server.dm.impl

Examples of com.semagia.atomico.server.dm.impl.DefaultSnapshotEntry


                                getConfiguration().getSnapshotFeedTitle(collTitle),
                                _lastModification);
        feed.setPrefix(_collInfo.getPrefix());
        applyAuthorInfo(feed);
        for (ISnapshotInfo info: _getSnapshots()) {
            feed.addEntry(new DefaultSnapshotEntry(info, linkTo(info)));
        }
        return new WritableAwareRepresentation(variant.getMediaType(),
                new SnapshotsFeedWriter(feed, makeFeedHandler(variant)),
                _lastModification);
    }
View Full Code Here

TOP

Related Classes of com.semagia.atomico.server.dm.impl.DefaultSnapshotEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.