public abstract class ComponentPresentationsHolder extends PublishedItem
ComponentPresentation
's.Constructor and Description |
---|
ComponentPresentationsHolder(org.talares.api.Talares api,
org.talares.api.datatypes.items.ComponentPresentationsHolder scalaComponentPresentationsHolder) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ComponentPresentation> |
getComponentPresentations_()
BLOCKING
|
java.util.List<ComponentPresentation> |
getComponentPresentations_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<ComponentPresentation>> |
getComponentPresentations() |
getAuthor, getCreationDate, getInitialPublishDate, getItemId, getLastPublishDate, getMajorVersion, getMinorVersion, getModificationDate, getOwningPublication, getTitle
asJava, getApi, getMetadata, getPublicationId
public ComponentPresentationsHolder(org.talares.api.Talares api, org.talares.api.datatypes.items.ComponentPresentationsHolder scalaComponentPresentationsHolder)
public final play.libs.F.Promise<java.util.List<ComponentPresentation>> getComponentPresentations()
public final java.util.List<ComponentPresentation> getComponentPresentations_(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<ComponentPresentation> getComponentPresentations_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException