All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.granite.activitystreams.JsonConstants Maven / Gradle / Ivy

/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2012 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/
package com.adobe.granite.activitystreams;

/**
 * JSONConstants...
 */
public interface JsonConstants {

    // activity properties
    String PROPERTY_ID = "id";
    String PROPERTY_URL = "url";
    String PROPERTY_VERB = "verb";
    String PROPERTY_TITLE = "title";
    String PROPERTY_ACTOR = "actor";
    String PROPERTY_ACTOR_ID = "actorId";
    String PROPERTY_CONTENT = "content";
    String PROPERTY_TARGET = "target";
    String PROPERTY_OBJECT = "object";
    String PROPERTY_PUBLISHED = "published";
    String PROPERTY_PROVIDER = "provider";
    String PROPERTY_GENERATOR = "generator";
    String PROPERTY_UPDATED = "updated";
    String PROPERTY_ICON = "icon";

    //Audience targeting constants (not used, yet)
    String PROPERTY_TO = "to";
    String PROPERTY_CC = "cc";
    String PROPERTY_BCC = "bcc";
    String PROPERTY_BTO = "bto";
    String PROPERTY_ALIAS = "alias";

    // media link properties
    String PROPERTY_WIDTH = "width";
    String PROPERTY_HEIGHT = "height";
    String PROPERTY_DURATION = "duration";

    // activity object properties
    String PROPERTY_OBJECT_TYPE = "objectType";
    String PROPERTY_DISPLAY_NAME = "displayName";
    String PROPERTY_SUMMARY = "summary";
    String PROPERTY_IMAGE = "image";
    String PROPERTY_AUTHOR = "author";
    String PROPERTY_AUTHOR_ID = "authorId";
    String PROPERTY_ATTACHMENTS = "attachments";
    String PROPERTY_DS_DUPLICATES = "downstreamDuplicates";
    String PROPERTY_US_DUPLICATES = "upstreamDuplicates";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy