
com.activitystream.core.model.interfaces.AspectInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of as-sdk Show documentation
Show all versions of as-sdk Show documentation
AS-SDK is a java library to allow easy interoperability with Activity Stream.
package com.activitystream.core.model.interfaces;
import com.activitystream.core.model.aspects.AspectType;
import com.activitystream.core.model.entities.EntityReference;
import java.util.Collection;
public interface AspectInterface extends EmbeddedStreamElement {
void loadFromValue(Object value);
//void loadFromElement(SavableElement element, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy