- generateQuery(String, BrokerCriteria, BrokerSorting) - Method in interface com.sdl.web.api.broker.querying.generators.service.BrokerQueryService
-
This generates the main broker query needed to execute the JPQL query.
- getAllMeta() - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Finds all the PublicationMeta's.
- getAnchor() - Method in interface com.sdl.web.api.linking.Link
-
Returns the anchor for this link.
- getAttributes() - Method in interface com.sdl.web.api.linking.Link
-
Returns the attributes for this link.
- getBinary(int, int, String) - Method in interface com.sdl.web.api.content.BinaryContentRetriever
-
Get binary content.
- getBinary(String) - Method in interface com.sdl.web.api.content.BinaryContentRetriever
-
Gets from the Broker storage the default binary (with empty variantId) that has the given uri.
- getBinary(String, String) - Method in interface com.sdl.web.api.content.BinaryContentRetriever
-
Gets from the Broker storage the binary that has the given uri and the given variantId.
- getBinary(int, int) - Method in interface com.sdl.web.api.content.BinaryContentRetriever
-
Gets from the Broker storage the default binary (with empty variantId) from a given
publication and with a certain binaryId.
- getBinaryMetaByURL(String) - Method in interface com.sdl.web.api.dynamic.DynamicMetaRetriever
-
Returns the BinaryMeta object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath parameter.
- getComponentPresentation(int, int) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get a component presentation.
- getComponentPresentation(String, String) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get a component presentation.
- getComponentPresentation(int, int, int) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get a component presentation.
- getComponentPresentationWithHighestPriority(int) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get the component presentation for a component that has the highest priority.
- getComponentPresentationWithHighestPriority(String) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get the component presentation for a component that has the highest priority.
- getComponentPresentationWithLowestPriority(int) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get the component presentation for a component that has the lowest priority.
- getComponentPresentationWithLowestPriority(String) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get the component presentation for a component that has the lowest priority.
- getComponentPresentationWithOutputFormat(int, String) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get a component presentation for a component, with the given output format.
- getComponentPresentationWithOutputFormat(String, String) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get a component presentation for a component, with the given output format.
- getComponentPresentationWithPriority(int, int) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get a component presentation for a component, with the specified priority.
- getComponentPresentationWithPriority(String, int) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Get a component presentation for a component, with the specified priority.
- getContent(String) - Method in interface com.sdl.web.api.dynamic.PageContentAssembler
-
- getContent(String, Map<String, String>) - Method in interface com.sdl.web.api.dynamic.PageContentAssembler
-
Get rendered content for specified page URI and passed in variable maps.
- getContent(int, int) - Method in interface com.sdl.web.api.dynamic.PageContentAssembler
-
Getting rendered content for specific page determined by publication id and page id.
- getContent(int, int, Map<String, String>) - Method in interface com.sdl.web.api.dynamic.PageContentAssembler
-
Getting rendered content for specific page determined by publication id and page id.
- getContent(int, int) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getContent(int, int, Map<String, String>) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getContent(String, String, Map<String, String>) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getContent(String, String) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getCriteria() - Method in interface com.sdl.web.api.broker.querying.BrokerQuery
-
Retrieves the Criteria applied to this Query.
- getCriteriaChildren() - Method in interface com.sdl.web.api.broker.querying.criteria.BrokerCriteria
-
Returns a list of children for the Criteria.
- getCriteriaName() - Method in interface com.sdl.web.api.broker.querying.criteria.BrokerCriteria
-
Returns criteria name.
- getDomain() - Method in interface com.sdl.web.api.dynamic.mapping.PublicationMapping
-
Gets the domain name for the mapping.
- getFieldOperatorAsString() - Method in interface com.sdl.web.api.broker.querying.criteria.BrokerCriteria
-
Get field operator as String.
- getFilterName() - Method in interface com.sdl.web.api.dynamic.taxonomies.filters.WebTaxonomyFilter
-
This returns the name of the Filter.
- getFrom(String) - Method in interface com.sdl.web.api.broker.querying.generators.BrokerGeneratorStrategy
-
This generates the from part of the broker query, this indicates on which entities conditions
can be applied.
- getItem(Class<T>) - Method in interface com.sdl.web.api.broker.querying.BrokerQueryResultRow
-
This allows retrieval of an entity from this broker query result row.
- getItemURI() - Method in interface com.sdl.web.api.broker.querying.BrokerQueryResultRow
-
This retrieves the itemURI of the item representing this result row.
- getLink(String) - Method in interface com.sdl.web.api.linking.BatchLinkRetriever
-
Returns a link object (if present) from the result available from executing the query by passing unique
identifier obtained when adding a link request.
- getLink(String, String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.BinaryLink
-
The getLink method tries to find the location of the binary and wraps
this location in a Link object.
- getLink(String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.BinaryLink
-
The getLink method tries to find the location of the binary and wraps
this location in a Link object.
- getLink(String, String, String, String, String, boolean, boolean) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Tries to create a link to a suitable component presentation on a page
and returnes this as a Link object.
- getLink(int) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Gets a URL to the first page that is found containing the requested
targetComponentId.
- getLink(String) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Gets a URL to the first page that is found containing the requested
targetComponentId.
- getLink(int, int, int, String, String, boolean, boolean) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Tries to create a link to a suitable component presentation on a page
and returns this as a Link object.
- getLink(int, int, int, String, String, boolean) - Method in interface com.sdl.web.api.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation on a Page.
- getLink(String, String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation on a Page.
- getLink(int) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a new Link object targeting a page with just a page Id.
- getLink(String) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a new Link object targeting a page with just a page URI.
- getLink(int, String, String, String, boolean, String) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a Link object targeting a page.
- getLink(int, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a Link object targeting a page.
- getLink(String, String, String, String, String, boolean, String) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a page link as a String a tcm:uri.
- getLink(String, String, String, String, boolean, String) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a page link using a tcm:uri.
- getLink(String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a page link using a tcm:uri.
- getLinkAsString(String, String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.BinaryLink
-
The getLinkAsString method calls the getLink method to
create a link object.
- getLinkAsString(String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.BinaryLink
-
The getLinkAsString method calls the getLink method to
create a link object.
- getLinkAsString(int, int, int, String, String, boolean) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Calls the public method getLinkAsString with an additional
parameter for the anchor with the value false.
- getLinkAsString(int, int, int, String, String, boolean, boolean) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Creates a new Link instance and returnes this as a String.
- getLinkAsString(String, String, String, String, String, boolean, boolean) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Creates a new Link instance and returns this as a String.
- getLinkAsString(String, String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.ComponentLink
-
Tries to create a link to a suitable component presentation on a page
and returns this as a Link object.
- getLinkAsString(String, String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation on a Page.
- getLinkAsString(int, int, int, String, String, boolean) - Method in interface com.sdl.web.api.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation on a Page.
- getLinkAsString(int, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a page link as a String.
- getLinkAsString(int, String, String, String, boolean, String) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a page link as a String, using a tcm:uri.
- getLinkAsString(String, String, String, String, boolean, String) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a page link as a String, using a tcm:uri.
- getLinkAsString(String, String, String, String, boolean) - Method in interface com.sdl.web.api.linking.PageLink
-
Create a page link as a String using a tcm:uri.
- getLinkRequestParams() - Method in interface com.sdl.web.api.linking.BatchLinkRequest
-
Get batch link request parameters.
- getMeta(String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Finds the Binary metadata for the specified URI.
- getMeta(String, String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Finds the Binary metadata for the specified URI.
- getMeta(int) - Method in interface com.sdl.web.api.meta.WebComponentMetaFactory
-
Returns the ComponentMeta for a component with id [componentId] in the publication of this
ComponentMetaFactory instance.
- getMeta(String) - Method in interface com.sdl.web.api.meta.WebComponentMetaFactory
-
Returns the ComponentMeta for a component with TCMURI
[componentId] in the publication of this
ComponentMetaFactory instance.
- getMeta(int, int) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
Returns the ComponentPresentationMeta for the given [componentId] and [componentTemplateId]
with the publication of this ComponentPresentationMetaFactory instance.
- getMeta(String, String) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
Returns the ComponentPresentationMeta for the given [componentURI] and [componentTemplateURI] with
the publication of this ComponentPresentationMetaFactory instance.
- getMeta(int) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Return the PageMeta for the given page item id within the
publication this PageMetaFactory was created with.
- getMeta(String) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Return the PageMeta for the given page TCMURI
within the publication this PageMetaFactory was created
with.
- getMeta(int) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta by publication id.
- getMeta(String) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta by publication id.
- getMetaByComponent(String) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
Return a collection of ComponentPresentationMeta's available for the given component.
- getMetaByKey(String) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta's by publication key.
- getMetaByMultimediaPath(String) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta's by publication's multimedia path.
- getMetaByMultimediaUrl(String) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta's by publication's multimedia url.
- getMetaByPublicationPath(String) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta's by publication path.
- getMetaByPublicationUrl(String) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta's by publication url.
- getMetaByTitle(String) - Method in interface com.sdl.web.api.meta.WebPublicationMetaFactory
-
Find PublicationMeta's by publication title.
- getMetaByURL(String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Returns all BinaryMeta objects which exactly match the URL Path passed as the urlPath parameter.
- getMetaByURL(int, String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Returns the BinaryMeta object in the Publication identified by the publicationId
parameter
which has the URL Path as passed by the urlPath parameter.
- getMetaByURL(String, String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Returns the BinaryMeta object in the Publication identified by the publicationURI
parameter
which has the URL Path as passed by the urlPath parameter.
- getMetaByURL(String) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Returns all PageMeta objects which exactly match the URL
Path passed as the urlPath parameter.
- getMetaByURL(int, String) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Returns the PageMeta object in the Publication identified
by the publicationId parameter which has the URL Path as
passed by the urlPath parameter.
- getMetaByURL(String, String) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Returns the PageMeta object in the Publication identified
by the publicationURI parameter which has the URL Path as
passed by the urlPath parameter.
- getMetas(String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Finds the Binary metadata for the specified URI and all of its variants as
a collection.
- getOrder(String) - Method in interface com.sdl.web.api.broker.querying.generators.BrokerGeneratorStrategy
-
This generates the ordering part of the broker query, this indicates on which entities conditions
can be applied.
- getPageContent(int, int) - Method in interface com.sdl.web.api.content.PageContentRetriever
-
Get page content.
- getPageContent(String) - Method in interface com.sdl.web.api.content.PageContentRetriever
-
Get page content.
- getPageMetaByURL(String) - Method in interface com.sdl.web.api.dynamic.DynamicMetaRetriever
-
Returns the PageMeta object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath parameter.
- getParameters() - Method in interface com.sdl.web.api.linking.Link
-
Returns the QueryString for this link.
- getParams(String) - Method in interface com.sdl.web.api.broker.querying.generators.BrokerGeneratorStrategy
-
This returns the parameters needed for the strategy.
- getPath() - Method in interface com.sdl.web.api.dynamic.mapping.PublicationMapping
-
Gets the publication path for the mapping.
- getPathScanDepth() - Method in interface com.sdl.web.api.dynamic.mapping.PublicationMapping
-
Gets the publication path scan depth for the mapping.
- getPort() - Method in interface com.sdl.web.api.dynamic.mapping.PublicationMapping
-
Gets the TCP port number for the mapping.
- getProtocol() - Method in interface com.sdl.web.api.dynamic.mapping.PublicationMapping
-
Gets the TCP protocol for the mapping.
- getPublicationId() - Method in interface com.sdl.web.api.dynamic.mapping.PublicationMapping
-
Gets the publication ID for the mapping.
- getPublicationMapping(String) - Method in interface com.sdl.web.api.dynamic.DynamicMappingsRetriever
-
Gets the Publication mapping for a given URL.
- getPublicationUrls(int) - Method in interface com.sdl.web.api.dynamic.DynamicMappingsRetriever
-
Gets a list of Publication URLs for a given Publication ID.
- getQueryParameters() - Method in interface com.sdl.web.api.broker.querying.generators.BrokerQueryConstructor
-
This returns the full map of the all the parameters needed in the broker query.
- getResultIds() - Method in interface com.sdl.web.api.broker.querying.BrokerQueryResult
-
This returns a list of found result tcmuri's.
- getResultItems() - Method in interface com.sdl.web.api.broker.querying.BrokerQueryResultRow
-
Gets the result items.
- getResultRows() - Method in interface com.sdl.web.api.broker.querying.BrokerQueryResult
-
This returns all the detailed result rows found for the broker query.
- getResults(Class<T>) - Method in interface com.sdl.web.api.broker.querying.BrokerQueryResult
-
This returns all the detailed result rows found for the broker query.
- getSchema(int, int) - Method in interface com.sdl.web.api.meta.WebSchemaFactory
-
Provides the schema data.
- getSchemas(int) - Method in interface com.sdl.web.api.meta.WebSchemaFactory
-
Provides all the schemas for a publication.
- getSchemas() - Method in interface com.sdl.web.api.meta.WebSchemaFactory
-
Provides all the schemas in storage.
- getSelect(String) - Method in interface com.sdl.web.api.broker.querying.generators.BrokerGeneratorStrategy
-
This generates the select part of the broker Query.
- getSignature() - Method in interface com.sdl.web.api.broker.querying.criteria.BrokerCriteria
-
Returns unique signature of the criteria.
- getSortColumn() - Method in interface com.sdl.web.api.broker.querying.sorting.BrokerSortColumn
-
Returns SortColumn enum.
- getSortColumn() - Method in enum com.sdl.web.api.broker.querying.sorting.SortColumn
-
- getSortingColumn() - Method in interface com.sdl.web.api.broker.querying.sorting.BrokerSortParameter
-
Returns the sorting column to sort on for the results.
- getSortingDirection() - Method in interface com.sdl.web.api.broker.querying.sorting.BrokerSortParameter
-
Returns the direction on which to sort the results.
- getSortingName() - Method in interface com.sdl.web.api.broker.querying.sorting.BrokerSortColumn
-
Get a sorting name.
- getSortingName() - Method in enum com.sdl.web.api.broker.querying.sorting.SortColumn
-
- getSortingParameters() - Method in interface com.sdl.web.api.broker.querying.sorting.BrokerSorting
-
Returns all the sorting parameters.
- getSQLSortDirection() - Method in interface com.sdl.web.api.broker.querying.sorting.BrokerSortDirection
-
Returns SQL sort direction String representation.
- getSQLSortDirection() - Method in enum com.sdl.web.api.broker.querying.sorting.SortDirection
-
- getStorageId() - Method in interface com.sdl.web.api.broker.querying.generators.service.BrokerQueryService
-
Returns the storageId that the queryService will query.
- getTargetURI() - Method in interface com.sdl.web.api.linking.Link
-
Returns the tcm:uri if the Item targeted by this link.
- getTaxonomies(String) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This method retrieves a list of Taxonomies, and returns the TCMURI as String.
- getTaxonomyComponentPresentationMetas(Keyword, String, boolean) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
This retrieves all ComponentPresentationMetas for the specified taxonomy keyword, either directly linked
to the keyword or a branch/child of the specified keyword.
- getTaxonomyComponentPresentationMetas(Keyword[], String, boolean) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
This retrieves all ComponentPresentationMetas for the specified taxonomy keywords, either directly linked to
the keyword or a branch/child of the specified keyword.
- getTaxonomyComponentPresentations(Keyword, String, boolean) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked
to the keyword or a branch/child of the specified keyword.
- getTaxonomyComponentPresentations(Keyword[], String, boolean) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked
to the keyword or a branch/child of the specified keyword.
- getTaxonomyKeyword(String) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This allows the retrieval of a specific keyword in a specific Taxonomy.
- getTaxonomyKeywords(String) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a taxonomy and returns a tree of Keywords.
- getTaxonomyKeywords(String, WebTaxonomyFormatter) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a taxonomy and returns a tree of Keywords.
- getTaxonomyKeywords(String, WebTaxonomyFilter) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, WebTaxonomyFilter, WebTaxonomyFormatter) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, WebTaxonomyFilter, String) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, WebTaxonomyFilter, String, WebTaxonomyFormatter) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, WebTaxonomyFilter, String, Keyword[]) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a specific Taxonomy from a specified
Context Keyword and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, WebTaxonomyFilter, String, Keyword[], WebTaxonomyFormatter) - Method in interface com.sdl.web.api.dynamic.taxonomies.WebTaxonomyFactory
-
This retrieves a specific Taxonomy from a specified Context Keyword
and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a taxonomyFilter
to retrieve more related keywords.
- getTaxonomyKeywords(String[], Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a taxonomyFilter to retrieve more
related keywords.
- getTaxonomyKeywords(String, String, Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a taxonomyFilter to retrieve
more related keywords.
- getTaxonomyKeywords(String, String[], Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.dynamic.WebComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String[], Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String, Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String[], Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebComponentPresentationMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String[], Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String, Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String[], Keyword[], WebTaxonomyFilter) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyPages(Keyword, boolean) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
This returns all the pagemetas for pages related to the specified taxonomy facet.
- getTaxonomyPages(Keyword[], boolean) - Method in interface com.sdl.web.api.meta.WebPageMetaFactory
-
This returns all the pagemetas for pages related to the specified taxonomy facets.
- getText() - Method in interface com.sdl.web.api.linking.Link
-
Returns the link text for this link.
- getTextOnFail() - Method in interface com.sdl.web.api.linking.Link
-
Returns the textOnFail value, which indicates if the link will return
text if the targeted URI cannot be resolved or validated.
- getURL() - Method in interface com.sdl.web.api.linking.Link
-
Returns the URL of the resolved item.
- getVariants(int, String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Returns all BinaryMeta objects for the given publication that have the share the given variantId.
- getVariants(String, String) - Method in interface com.sdl.web.api.meta.WebBinaryMetaFactory
-
Returns all BinaryMeta objects for the given publication that have the share the given variantId.
- getWhere(String) - Method in interface com.sdl.web.api.broker.querying.generators.BrokerGeneratorStrategy
-
This generates the condition part of the broker query, this indicates on which entities conditions
can be applied.