public class Publication extends Item
{ "__metadata": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)", "type": "Tridion.ContentDelivery.Publication" }, "Id": 1, "Key": "A key", "MultimediaPath": "\\Multimedia", "MultimediaUrl": "/Multimedia", "PublicationPath": "\\", "PublicationUrl": "/", "Title": "A title", "Schemas": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/Schemas" } }, "ComponentPresentations": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/ComponentPresentations" } }, "Keywords": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/Keywords" } }, "Binaries": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/Binaries" } }, "BinaryVariants": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/BinaryVariants" } }, "Components": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/Components" } }, "CustomMetas": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/CustomMetas" } }, "Pages": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/Pages" } }, "PageContents": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/PageContents" } }, "StructureGroups": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/StructureGroups" } }, "Templates": { "__deferred": { "uri": "http://127.0.0.1:8080/cd_webservice/odata.svc/Publications(1)/Templates" } } }
Constructor and Description |
---|
Publication(org.talares.api.Talares api,
org.talares.api.datatypes.items.Publication scalaPublication) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Binary> |
getBinaries_()
BLOCKING
|
java.util.List<Binary> |
getBinaries_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<Binary>> |
getBinaries() |
java.util.List<BinaryVariant> |
getBinaryVariants_()
BLOCKING
|
java.util.List<BinaryVariant> |
getBinaryVariants_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<BinaryVariant>> |
getBinaryVariants() |
java.util.List<ComponentPresentation> |
getComponentPresentations_()
BLOCKING
|
java.util.List<ComponentPresentation> |
getComponentPresentations_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<ComponentPresentation>> |
getComponentPresentations() |
java.util.List<Component> |
getComponents_()
BLOCKING
|
java.util.List<Component> |
getComponents_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<Component>> |
getComponents() |
java.util.List<CustomMeta> |
getCustomMetas_()
BLOCKING
|
java.util.List<CustomMeta> |
getCustomMetas_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<CustomMeta>> |
getCustomMetas() |
int |
getId() |
java.lang.String |
getKey() |
java.util.List<Keyword> |
getKeywords_()
BLOCKING
|
java.util.List<Keyword> |
getKeywords_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<Keyword>> |
getKeywords() |
java.lang.String |
getMultimediaPath() |
java.lang.String |
getMultimediaUrl() |
java.util.List<PageContent> |
getPageContents_()
BLOCKING
|
java.util.List<PageContent> |
getPageContents_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<PageContent>> |
getPageContents() |
java.util.List<Page> |
getPages_()
BLOCKING
|
java.util.List<Page> |
getPages_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<Page>> |
getPages() |
java.lang.String |
getPublicationPath() |
java.lang.String |
getPublicationUrl() |
java.util.List<Schema> |
getSchemas_()
BLOCKING
|
java.util.List<Schema> |
getSchemas_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<Schema>> |
getSchemas() |
java.util.List<StructureGroup> |
getStructureGroups_()
BLOCKING
|
java.util.List<StructureGroup> |
getStructureGroups_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<StructureGroup>> |
getStructureGroups() |
java.util.List<Template> |
getTemplates_()
BLOCKING
|
java.util.List<Template> |
getTemplates_(long timeout)
BLOCKING
|
play.libs.F.Promise<java.util.List<Template>> |
getTemplates() |
java.lang.String |
getTitle() |
asJava, getApi, getMetadata, getPublicationId
public Publication(org.talares.api.Talares api, org.talares.api.datatypes.items.Publication scalaPublication)
public final int getId()
public final java.lang.String getKey()
public final java.lang.String getMultimediaPath()
public final java.lang.String getMultimediaUrl()
public final java.lang.String getPublicationPath()
public final java.lang.String getPublicationUrl()
public final java.lang.String getTitle()
public final play.libs.F.Promise<java.util.List<Schema>> getSchemas()
public final java.util.List<Schema> getSchemas_(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<Schema> getSchemas_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
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
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<Binary>> getBinaries()
public final java.util.List<Binary> getBinaries_(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<Binary> getBinaries_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<java.util.List<BinaryVariant>> getBinaryVariants()
public final java.util.List<BinaryVariant> getBinaryVariants_(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<BinaryVariant> getBinaryVariants_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<java.util.List<Component>> getComponents()
public final java.util.List<Component> getComponents_(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<Component> getComponents_() 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
public final play.libs.F.Promise<java.util.List<Page>> getPages()
public final java.util.List<Page> getPages_(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<Page> getPages_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<java.util.List<PageContent>> getPageContents()
public final java.util.List<PageContent> getPageContents_(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<PageContent> getPageContents_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<java.util.List<StructureGroup>> getStructureGroups()
public final java.util.List<StructureGroup> getStructureGroups_(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<StructureGroup> getStructureGroups_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException
public final play.libs.F.Promise<java.util.List<Template>> getTemplates()
public final java.util.List<Template> getTemplates_(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<Template> getTemplates_() throws org.talares.api.exceptions.TalaresException
org.talares.api.exceptions.TalaresException