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

com.activitystream.model.entities.BaseEntity Maven / Gradle / Ivy

Go to download

AS-SDK is a java library to allow easy interoperability with Activity Stream.

There is a newer version: 0.1.25
Show newest version
package com.activitystream.model.entities;

import java.io.Serializable;
import java.util.List;

public interface BaseEntity extends Serializable {


    /************  Utility Functions ************/

    /************  Analytics ************/


    String getElementType();

    List getAllowedRelTypes();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy