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

org.javaswift.joss.model.ListSubject Maven / Gradle / Ivy

There is a newer version: 0.10.4
Show newest version
package org.javaswift.joss.model;

/**
* ListSubject instances can be part of a list by a parent entity. In the current model, only
* Container and StoredObject are ListSubjects.
*/
public interface ListSubject {

    public String getName();

    /**
    * Declares to the ListSubject that a number of fields have been read from the list operation
    * and therefore do not have to be fetched individually, unless caching is turned off.
    */
    public void metadataSetFromHeaders();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy