Package org.onesocialweb.model.activity

Examples of org.onesocialweb.model.activity.ActivityObject.addContent()


    Date now = new Date();
    String status = textareaUpdate.getText();

    ActivityObject object = service.getActivityFactory().object(
        ActivityObject.STATUS_UPDATE);
    object.addContent(service.getAtomFactory().content(status,
        "text/plain", null));
    object.setPublished(now);

    // the basics
    ActivityEntry entry = service.getActivityFactory().entry();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.