public abstract class Taxonomised extends ComponentPresentationsHolder
Constructor and Description |
---|
Taxonomised(org.talares.api.Talares api,
org.talares.api.datatypes.items.Taxonomised scalaTaxonomised) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomMeta> |
getCustomMetas_()
BLOCKING
|
java.util.List<CustomMeta> |
getCustomMetas_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<CustomMeta>> |
getCustomMetas() |
java.util.List<Keyword> |
getKeywords_()
BLOCKING
|
java.util.List<Keyword> |
getKeywords_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<Keyword>> |
getKeywords() |
getComponentPresentations_, getComponentPresentations_, getComponentPresentations
getAuthor, getCreationDate, getInitialPublishDate, getItemId, getLastPublishDate, getMajorVersion, getMinorVersion, getModificationDate, getOwningPublication, getTitle
asJava, getApi, getMetadata, getPublicationId
public Taxonomised(org.talares.api.Talares api, org.talares.api.datatypes.items.Taxonomised scalaTaxonomised)
public final play.libs.F.Promise<java.util.List<Keyword>> getKeywords()
public final java.util.List<Keyword> getKeywords_(long timeout) throws org.talares.api.exceptions.TalaresException
timeout
- the timeout in which the result should be presentorg.talares.api.exceptions.TalaresException
public final java.util.List<Keyword> getKeywords_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<java.util.List<CustomMeta>> getCustomMetas()
public final java.util.List<CustomMeta> getCustomMetas_(long timeout) throws org.talares.api.exceptions.TalaresException
timeout
- the timeout in which the result should be presentorg.talares.api.exceptions.TalaresException
public final java.util.List<CustomMeta> getCustomMetas_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException