A B C D E F G I M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- adaptResources(Collection<Resource>, Class<T>) - Static method in class org.apache.sling.cms.CMSUtils
-
Adapts the collection of resources ensuring that if any cannot be adapted it is excluded from the returned list.
- adaptResources(Resource[], Class<T>) - Static method in class org.apache.sling.cms.CMSUtils
-
Adapts the array of resources ensuring that if any cannot be adapted it is excluded from the returned list.
- ADD - org.apache.sling.cms.publication.PublicationType
- addMessage(Message) - Method in class org.apache.sling.cms.insights.Insight
- applies(Resource) - Method in interface org.apache.sling.cms.ComponentPolicy
-
Returns true if the ComponentPolicy applies to the specified resource
- ATTR_EDIT_ENABLED - Static variable in class org.apache.sling.cms.CMSConstants
-
The Request attribute for whether or not editing is enabled
- AUTHOR - org.apache.sling.cms.publication.INSTANCE_TYPE
- AuthorizableWrapper - Interface in org.apache.sling.cms
-
A wrapper for working with JackRabbit Authorizables in JSPs and Sling Models from a Resource
B
- BLOG_POST - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
C
- calculateARI(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Automated Readability Index for text
- calculateARI(Text) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Automated Readability Index for text
- calculateAverageGradeLevel(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates the average grade level
- calculateAverageGradeLevel(Text) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates the average grade level
- calculateColemanLiauIndex(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Coleman-Liau Index for text
- calculateColemanLiauIndex(Text) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Coleman-Liau Index for text
- calculateFleschKincaidGradeLevel(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Flesch-Kincaid Readability for text
- calculateFleschKincaidGradeLevel(Text) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Flesch-Kincaid Readability for text
- calculateFleschReadingEase(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Flesch-Kincaid Reading Ease for text
- calculateFleschReadingEase(Text) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Flesch-Kincaid Reading Ease for text
- calculateGunningFog(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Gunning-Fog Index for text
- calculateGunningFog(Text) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Gunning-Fog Index for text
- calculateSMOG(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Simple Measure of Gobbledygook Grade for text
- calculateSMOG(Text) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Calculates Simple Measure of Gobbledygook Grade for text
- CMSConstants - Class in org.apache.sling.cms
-
Constants used throughout the Sling CMS
- CMSJobManager - Interface in org.apache.sling.cms
-
An abstraction layer for starting and finding jobs started by the Sling CMS.
- CMSUtils - Class in org.apache.sling.cms
-
Shared utility functions
- COMMENT - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
- Component - Interface in org.apache.sling.cms
-
A interface to represent a sling:Component
- COMPONENT_TYPE_PAGE - Static variable in class org.apache.sling.cms.CMSConstants
-
The Component type for pages
- ComponentConfiguration - Interface in org.apache.sling.cms
-
A class to retrieve the configuration for a Resource's component.
- ComponentManager - Interface in org.apache.sling.cms
-
A interface for retrieving sling:Component resources and information about the available sling:Components
- ComponentPolicy - Interface in org.apache.sling.cms
-
A class to represent a component policy, e.g.
- ComponentPolicyManager - Interface in org.apache.sling.cms
-
An interface for retrieving the applicable component policy for a given resource.
- ConfigurableJobExecutor - Class in org.apache.sling.cms
-
A Configurable Job Executor is a Sling Job which can be manually triggered by Sling CMS users.
- ConfigurableJobExecutor() - Constructor for class org.apache.sling.cms.ConfigurableJobExecutor
- CONTACT_FORM - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
- CONTENT_DISTRIBUTION - org.apache.sling.cms.publication.PUBLICATION_MODE
- CONTENT_PATH - Static variable in class org.apache.sling.cms.CMSConstants
-
Content path.
- createUGCContainer(SlingHttpServletRequest, UGCBucketConfig, String, String) - Method in interface org.apache.sling.cms.usergenerated.UserGeneratedContentService
-
Creates a new container for adding user generated content which should be published when approved.
D
- danger(String) - Static method in class org.apache.sling.cms.insights.Message
- DANGER - org.apache.sling.cms.insights.Message.STYLE
- DEFAULT - org.apache.sling.cms.insights.Message.STYLE
- defaultMsg(String) - Static method in class org.apache.sling.cms.insights.Message
- DELETE - org.apache.sling.cms.publication.PublicationType
- deleteJob(String) - Method in interface org.apache.sling.cms.CMSJobManager
-
Deletes the specified job.
- doProcess(Job, JobExecutionContext, ResourceResolver) - Method in class org.apache.sling.cms.ConfigurableJobExecutor
-
A method for Configurable Job Executors to extend.
E
- EditableResource - Interface in org.apache.sling.cms
-
A interface for representing a resource that can be edited through the Sling CMS.
- evaluateRequest(InsightRequest) - Method in interface org.apache.sling.cms.insights.InsightProvider
-
Evaluate the request and return a response with the details.
- EVENT_PUBLISH - Static variable in class org.apache.sling.cms.publication.PublicationEvent
- EVENT_UNPUBLISH - Static variable in class org.apache.sling.cms.publication.PublicationEvent
- extractMetadata(File) - Method in interface org.apache.sling.cms.FileMetadataExtractor
-
Extract the metadata from the specified file and return the resulting metadata
- extractSentences(String) - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Extracts the sentences from the text including the words and various counts.
F
- File - Interface in org.apache.sling.cms
-
An interface representing a sling:File resource.
- FILE - org.apache.sling.cms.insights.InsightRequest.TYPE
- FileInsightRequest - Interface in org.apache.sling.cms.insights
-
Represents an insight request for a file
- FileManager - Interface in org.apache.sling.cms
-
A interface used to retrieve sling:File Resources.
- FileMetadataExtractor - Interface in org.apache.sling.cms
-
Service for extracting metadata from a file
- filter(String) - Method in interface org.apache.sling.cms.NameFilter
-
Filter the provided name.
- findParentResourceofType(Resource, String) - Static method in class org.apache.sling.cms.CMSUtils
-
Looks up the resource tree to find the parent resource with the specified jcr:primaryType.
- findPublishableParent(Resource) - Static method in class org.apache.sling.cms.CMSUtils
-
Look up the resource tree to find a parent of a publishable type.
- FORUM_POST - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
G
- get(String) - Method in interface org.apache.sling.cms.i18n.I18NDictionary
-
Gets the value for the specified key.
- get(String, Object[]) - Method in interface org.apache.sling.cms.i18n.I18NDictionary
-
Get the value for the specified key replacing the tokens in order.
- getAction() - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- getAllComponents() - Method in interface org.apache.sling.cms.ComponentManager
-
Returns all of the components in Sling CMS with a component type specified.
- getAllowedPaths() - Method in interface org.apache.sling.cms.PageTemplate
-
Gets the paths under which pages for this template can be created.
- getAuthorizable() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Gets the JackRabbit Authorizable
- getAvailableComponentTypes() - Method in interface org.apache.sling.cms.ComponentPolicy
-
Gets the list of Component Types which will be available when using this component policy
- getAvailableJobs() - Method in interface org.apache.sling.cms.CMSJobManager
-
Gets all of the jobs which can be executed.
- getAvailableTemplates() - Method in interface org.apache.sling.cms.PageTemplateManager
-
Gets the available templates for the current resource based on the templates in the repository and then limiting the templates by their allowed path
- getBucket() - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- getCharacterCount() - Method in class org.apache.sling.cms.readability.Sentence
- getCharacterCount() - Method in class org.apache.sling.cms.readability.Text
- getCharacters() - Method in class org.apache.sling.cms.readability.Word
- getComplexWordCount() - Method in class org.apache.sling.cms.readability.Sentence
- getComplexWordCount() - Method in class org.apache.sling.cms.readability.Text
- getComponent() - Method in interface org.apache.sling.cms.EditableResource
-
Get the component associated with this resource
- getComponentConfigs() - Method in interface org.apache.sling.cms.ComponentPolicy
-
Gets the Component Configurations when using this component policy
- getComponentPolicies() - Method in interface org.apache.sling.cms.PageTemplate
-
Gets the list of Component Policies for pages created with this template
- getComponentPolicy() - Method in interface org.apache.sling.cms.ComponentPolicyManager
-
Gets the applicable component policy based on the containing page's template and the path of the content resource
- getComponentResource() - Method in interface org.apache.sling.cms.EditableResource
-
Gets the resource backing the component for the specified resource.
- getComponentsByType() - Method in interface org.apache.sling.cms.ComponentManager
-
Returns a Map of the components with a component type specified with the key of the map being the component type and the value being the list of components for that type.
- getComponentType() - Method in interface org.apache.sling.cms.Component
-
Returns the type of the component.
- getComponentTypes() - Method in interface org.apache.sling.cms.ComponentManager
-
Returns a list of all of the registered component types
- getConfigurationPath() - Method in class org.apache.sling.cms.ConfigurableJobExecutor
-
Get the path to the resource to configure a job invocation.
- getContainingPage() - Method in class org.apache.sling.cms.Reference
- getContentResource() - Method in interface org.apache.sling.cms.PublishableResource
-
Retrieves the content Resource of the content
- getContentType() - Method in interface org.apache.sling.cms.File
-
Gets the content type of this file
- getContentType() - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- getCreated() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the date the content was created
- getCreatedBy() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the name of the user whom created this file
- getDeclaredMembers() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Gets the declared members of this authorizable.
- getDeclaredMembership() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Get the groups this authorizable is a member of
- getDescription() - Method in interface org.apache.sling.cms.Site
-
Gets the description of the site.
- getDictionary(ResourceResolver) - Method in interface org.apache.sling.cms.i18n.I18NProvider
-
Get the appropriate dictionary for the resource resolver.
- getDictionary(SlingHttpServletRequest) - Method in interface org.apache.sling.cms.i18n.I18NProvider
-
Get the appropriate dictionary for the request.
- getEditPath() - Method in interface org.apache.sling.cms.Component
-
Returns the path for the editor for this resource if available
- getEditPath() - Method in interface org.apache.sling.cms.EditableResource
-
Returns the path for the editor for this resource if available
- getEditResource() - Method in interface org.apache.sling.cms.Component
-
Returns the resource for the editor for this resource if available
- getEditResource() - Method in interface org.apache.sling.cms.EditableResource
-
Returns the resource for the editor for this resource if available
- getFile() - Method in interface org.apache.sling.cms.FileManager
-
Get the file containing the adapted resource
- getFile() - Method in interface org.apache.sling.cms.insights.FileInsightRequest
-
Returns the file used to create this request
- getGroupNames() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Gets a collection of all of the groups this user belongs to including containing groups.
- getId() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Get the id of the current user.
- getId() - Method in interface org.apache.sling.cms.insights.InsightProvider
-
Get the ID for a particular Insight Provider.
- getInsights() - Method in interface org.apache.sling.cms.insights.InsightsModel
-
Retrieve the insights for the current resource.
- getInsights(File) - Method in interface org.apache.sling.cms.insights.InsightFactory
-
Get the insights which are enabled for a particular file.
- getInsights(Page) - Method in interface org.apache.sling.cms.insights.InsightFactory
-
Get the insights which are enabled for a particular page.
- getInstanceType() - Method in interface org.apache.sling.cms.publication.PublicationManagerFactory
-
Get the type of this particular instance
- getJobs() - Method in interface org.apache.sling.cms.CMSJobManager
-
Find all of the jobs started by this user.
- getKeywords() - Method in interface org.apache.sling.cms.Page
-
Gets the keywords for the page
- getLastModified() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the last time this file was modified
- getLastModifiedBy() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the username of the user who last modified the content
- getLastPublication() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the date of the last publication action
- getLastPublicationBy() - Method in interface org.apache.sling.cms.PublishableResource
-
Get the name of the user who last published the page.
- getLastPublicationType() - Method in interface org.apache.sling.cms.PublishableResource
-
The last publication action type
- getLocale() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Gets the locale configured for the authorizable
- getLocale() - Method in interface org.apache.sling.cms.readability.ReadabilityService
-
Gets the locale for this configuration.
- getLocale() - Method in interface org.apache.sling.cms.Site
-
Gets the locale for the sites
- getLocaleString() - Method in interface org.apache.sling.cms.Site
-
Gets the locale as it is stored in the Sling repository
- getLocaleTag() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Gets the locale tag configured for the authorizable
- getMembers() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Gets the transitive members of this authorizable.
- getMembership() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Gets the transitive membership of this authorizable
- getMetadata() - Method in interface org.apache.sling.cms.File
-
Retrieves the metadata extracted from the file.
- getMoreDetailsLink() - Method in class org.apache.sling.cms.insights.Insight
- getName() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the name of the Sling Resource backing the content
- getNormalized() - Method in class org.apache.sling.cms.readability.Word
- getOriginal() - Method in class org.apache.sling.cms.readability.Text
- getOriginal() - Method in class org.apache.sling.cms.readability.Word
- getPage() - Method in interface org.apache.sling.cms.insights.PageInsightRequest
-
Gets the page backing this request
- getPage() - Method in interface org.apache.sling.cms.PageManager
-
Get the page containing the adapted resource
- getPageBodyElement() - Method in interface org.apache.sling.cms.insights.PageInsightRequest
-
Gets a JSoup Element of the body of the page, not the full page (e.g.
- getPageBodyHtml() - Method in interface org.apache.sling.cms.insights.PageInsightRequest
-
Gets the HTML of the body of the page, not the full page (e.g.
- getPageDocument() - Method in interface org.apache.sling.cms.insights.PageInsightRequest
-
Gets the page HTML as a JSoup Document.
- getPageHtml() - Method in interface org.apache.sling.cms.insights.PageInsightRequest
-
Gets the page HTML.
- getParent() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the parent of the current page.
- getPath() - Method in interface org.apache.sling.cms.PublishableResource
-
Get the path this page resides within the repository
- getPath() - Method in interface org.apache.sling.cms.Site
-
Gets the path of the site
- getPathDepth() - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- getPrimaryMessage() - Method in class org.apache.sling.cms.insights.Insight
- getProperties() - Method in interface org.apache.sling.cms.ComponentConfiguration
-
Get the ValueMap for the resource's component configuration.
- getProperties() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets a ValueMap of the properties of the content resource for this page
- getProperty() - Method in class org.apache.sling.cms.Reference
- getProvider() - Method in class org.apache.sling.cms.insights.Insight
- getPublicationManager() - Method in interface org.apache.sling.cms.publication.PublicationManagerFactory
-
Retrieves the publication manager applicable for this instance based on the current publication mode.
- getPublicationMode() - Method in interface org.apache.sling.cms.publication.PublicationManager
-
The publication mode for the instance
- getPublicationMode() - Method in interface org.apache.sling.cms.publication.PublicationManagerFactory
-
Returns the publication mode for this instance.
- getPublishedPath() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the path of this page after it is published on the site's primary domain with the the html extension
- getPublishedUrl() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the full url (including domain) of this page after it is published on the site's primary domain with the the html extension
- getReadabilityService(Locale) - Method in interface org.apache.sling.cms.readability.ReadabilityServiceFactory
-
Get the ReadabilityService instance for the specified locale
- getReferences() - Method in interface org.apache.sling.cms.References
-
Returns a list of the resources referencing the adapted resource
- getRequest() - Method in class org.apache.sling.cms.insights.Insight
- getResolverFactory() - Method in class org.apache.sling.cms.ConfigurableJobExecutor
-
A method to get the resource resolver factory, should be injected as a service.
- getResource() - Method in interface org.apache.sling.cms.Component
-
The underlying Sling Resource
- getResource() - Method in interface org.apache.sling.cms.ComponentConfiguration
-
Get the Resource backing for the resource's component configuration.
- getResource() - Method in interface org.apache.sling.cms.EditableResource
-
Gets the current resource.
- getResource() - Method in interface org.apache.sling.cms.insights.InsightRequest
-
Gets the resource used to create this request.
- getResource() - Method in interface org.apache.sling.cms.PageTemplate
-
Gets the Resource backing this template
- getResource() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the resource backing this file
- getResource() - Method in class org.apache.sling.cms.Reference
- getResource() - Method in class org.apache.sling.cms.ResourceTree
- getResource() - Method in interface org.apache.sling.cms.Site
-
Gets the resource backing the site
- getScore() - Method in class org.apache.sling.cms.insights.Insight
- getScoreDetails() - Method in class org.apache.sling.cms.insights.Insight
- getSentences() - Method in class org.apache.sling.cms.readability.Text
- getSite() - Method in interface org.apache.sling.cms.PublishableResource
-
Gets the site this file is contained within
- getSite() - Method in interface org.apache.sling.cms.SiteManager
-
Get the site containing the current resource.
- getStyle() - Method in class org.apache.sling.cms.insights.Message
- getStyleClass() - Method in class org.apache.sling.cms.insights.Message
- getSubPath() - Method in class org.apache.sling.cms.Reference
- getSuffixJob() - Method in interface org.apache.sling.cms.CMSJobManager
-
Gets the job by id as passed in the Sling suffix.
- getSylables() - Method in class org.apache.sling.cms.readability.Word
- getSyllableCount() - Method in class org.apache.sling.cms.readability.Sentence
- getSyllableCount() - Method in class org.apache.sling.cms.readability.Text
- getTemplate() - Method in interface org.apache.sling.cms.Page
-
Gets the sling:Template this page was configured with
- getTemplate() - Method in interface org.apache.sling.cms.PageTemplate
-
Gets the Handlebars template to use for creating the content of the page
- getTemplatePath() - Method in interface org.apache.sling.cms.Page
-
Gets the path to the template this page was configured with.
- getText() - Method in class org.apache.sling.cms.insights.Message
- getText() - Method in class org.apache.sling.cms.readability.Sentence
- getTitle() - Method in interface org.apache.sling.cms.Component
-
Get the title of the component
- getTitle() - Method in interface org.apache.sling.cms.insights.InsightProvider
-
The title of the Insight Provider
- getTitle() - Method in interface org.apache.sling.cms.Page
-
Gets the title of this page, will fall back to the name of the page
- getTitle() - Method in interface org.apache.sling.cms.PageTemplate
-
Gets the title of the template
- getTitle() - Method in interface org.apache.sling.cms.Site
-
Gets the title of the site
- getTitleKey() - Method in class org.apache.sling.cms.ConfigurableJobExecutor
-
Get the i18n key for this job.
- getTopic() - Method in class org.apache.sling.cms.ConfigurableJobExecutor
-
Gets the topic of the job.
- getType() - Method in interface org.apache.sling.cms.insights.FileInsightRequest
- getType() - Method in interface org.apache.sling.cms.insights.InsightRequest
-
Get the type of this request.
- getType() - Method in interface org.apache.sling.cms.insights.PageInsightRequest
- getUrl() - Method in interface org.apache.sling.cms.Site
-
Gets the "primary" URL for the site as configured
- getWordCount() - Method in class org.apache.sling.cms.readability.Sentence
- getWordCount() - Method in class org.apache.sling.cms.readability.Text
- getWords() - Method in class org.apache.sling.cms.readability.Sentence
- GROUP_ADMINISTRATORS - Static variable in class org.apache.sling.cms.CMSConstants
-
The name of the group for super users
- GROUP_JOB_USERS - Static variable in class org.apache.sling.cms.CMSConstants
-
The name of the group for the users who can execute jobs
I
- I18NDictionary - Interface in org.apache.sling.cms.i18n
-
Simplified interface for interacting with Sling's i18n dictionary.
- I18NProvider - Interface in org.apache.sling.cms.i18n
-
Service interface for retrieving an i18n dictionary.
- Insight - Class in org.apache.sling.cms.insights
-
Simple POJO Model for holding an insight provider's results.
- Insight(InsightProvider, InsightRequest) - Constructor for class org.apache.sling.cms.insights.Insight
- InsightFactory - Interface in org.apache.sling.cms.insights
-
Service Factory for retrieving insight instances.
- InsightProvider - Interface in org.apache.sling.cms.insights
-
Interface for all of the Insight Provider services to implement.
- InsightRequest - Interface in org.apache.sling.cms.insights
-
Represents an insight request
- InsightRequest.TYPE - Enum in org.apache.sling.cms.insights
- INSIGHTS_CA_CONFIG_BUCKET - Static variable in class org.apache.sling.cms.CMSConstants
-
The bucket for the Insights CA Configs
- InsightsModel - Interface in org.apache.sling.cms.insights
-
A model interface for retrieving insights for the current resource
- INSTANCE_TYPE - Enum in org.apache.sling.cms.publication
- isAdministrator() - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Returns true if the authorizable is a user and is the admin user or is a member of the administrators group.
- isComplex() - Method in class org.apache.sling.cms.readability.Word
- isContainer() - Method in interface org.apache.sling.cms.Component
-
True if the component is a container, false otherwise.
- isEditable() - Method in interface org.apache.sling.cms.Component
-
True if the component is editable, false otherwise.
- isEnabled(InsightRequest) - Method in interface org.apache.sling.cms.insights.InsightProvider
-
Returns true if the provider is enabled for this request and false otherwise.
- isMember(String) - Method in interface org.apache.sling.cms.AuthorizableWrapper
-
Returns true if the authorizable is a member of the group
- isPage() - Method in class org.apache.sling.cms.Reference
- IsPublishableResourceContainer - Class in org.apache.sling.cms.publication
-
A predicate for evaluating if a resource can contain publishable resources or be a publishable resource itself
- IsPublishableResourceContainer() - Constructor for class org.apache.sling.cms.publication.IsPublishableResourceContainer
- IsPublishableResourceType - Class in org.apache.sling.cms.publication
-
A predicate for evaluating if a resource is a publishable resource type.
- IsPublishableResourceType() - Constructor for class org.apache.sling.cms.publication.IsPublishableResourceType
- isPublished() - Method in interface org.apache.sling.cms.PublishableResource
-
Returns true if the content is published, false otherwise
- isPublished(Resource) - Static method in class org.apache.sling.cms.CMSUtils
-
Return true of the resource (or it's publishable parent) is published or false otherwise.
- isReloadPage() - Method in interface org.apache.sling.cms.Component
-
Returns true if the the property reloadPage is set to true.
- isScored() - Method in class org.apache.sling.cms.insights.Insight
- isSkip() - Method in class org.apache.sling.cms.insights.Insight
- isSucceeded() - Method in class org.apache.sling.cms.insights.Insight
- isType(String) - Method in interface org.apache.sling.cms.Component
-
Returns true if the only component type on the component is the specified type.
M
- Message - Class in org.apache.sling.cms.insights
-
Represents a message which may be assigned a status and text
- Message(String, Message.STYLE) - Constructor for class org.apache.sling.cms.insights.Message
- MESSAGE - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
- Message.STYLE - Enum in org.apache.sling.cms.insights
- MOVE - org.apache.sling.cms.usergenerated.UserGeneratedContentService.APPROVE_ACTION
N
- NameFilter - Interface in org.apache.sling.cms
-
Service for filtering an arbitrary string into a Sling-compatible Resource name.
- NAMESPACE - Static variable in class org.apache.sling.cms.CMSConstants
-
Node type base.
- NN_METADATA - Static variable in class org.apache.sling.cms.CMSConstants
-
The subpath for the metadata under sling:File resources
- NONE - org.apache.sling.cms.publication.PublicationType
- NT_COMPONENT - Static variable in class org.apache.sling.cms.CMSConstants
-
Component node type.
- NT_CONFIG - Static variable in class org.apache.sling.cms.CMSConstants
-
Config node type.
- NT_FILE - Static variable in class org.apache.sling.cms.CMSConstants
-
File node type
- NT_PAGE - Static variable in class org.apache.sling.cms.CMSConstants
-
Page node type.
- NT_SITE - Static variable in class org.apache.sling.cms.CMSConstants
-
Site node type.
- NT_UGC - Static variable in class org.apache.sling.cms.CMSConstants
-
User Generated Content node type.
O
- org.apache.sling.cms - package org.apache.sling.cms
-
Package with all of the common models used to access content in the Sling reference CMS
- org.apache.sling.cms.i18n - package org.apache.sling.cms.i18n
-
Package for managing i18n in Sling CMS
- org.apache.sling.cms.insights - package org.apache.sling.cms.insights
-
Support for Content Insights
- org.apache.sling.cms.publication - package org.apache.sling.cms.publication
-
Publication related APIs
- org.apache.sling.cms.readability - package org.apache.sling.cms.readability
-
Support for Content Insights
- org.apache.sling.cms.usergenerated - package org.apache.sling.cms.usergenerated
-
Handling for User Generated Content
- OTHER - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
P
- Page - Interface in org.apache.sling.cms
-
An interface representing a sling:Page resource.
- PAGE - org.apache.sling.cms.insights.InsightRequest.TYPE
- PageInsightRequest - Interface in org.apache.sling.cms.insights
-
Represents an insight request
- PageManager - Interface in org.apache.sling.cms
-
A interface used to retrieve sling:Page Resources.
- PageTemplate - Interface in org.apache.sling.cms
-
An interface for representing a page template.
- PageTemplateManager - Interface in org.apache.sling.cms
-
An interface for retrieving the available templates to create a page under the specified resource.
- PN_CONFIG_REF - Static variable in class org.apache.sling.cms.CMSConstants
-
Constant for the CA Config Reference
- PN_DEEP - Static variable in class org.apache.sling.cms.publication.PublicationEvent
- PN_DESCRIPTION - Static variable in class org.apache.sling.cms.CMSConstants
-
Description attribute name
- PN_LANGUAGE - Static variable in class org.apache.sling.cms.CMSConstants
-
i18n Locale property
- PN_LAST_MODIFIED_BY - Static variable in class org.apache.sling.cms.CMSConstants
-
Constant for the last modified by user
- PN_LAST_PUBLICATION - Static variable in class org.apache.sling.cms.CMSConstants
-
The last time the page was published
- PN_LAST_PUBLICATION_BY - Static variable in class org.apache.sling.cms.CMSConstants
-
The last time the page was published
- PN_LAST_PUBLICATION_TYPE - Static variable in class org.apache.sling.cms.CMSConstants
-
The last publication action
- PN_PUBLICATION_TYPE - Static variable in class org.apache.sling.cms.publication.PublicationEvent
- PN_PUBLISHED - Static variable in class org.apache.sling.cms.CMSConstants
-
Published flag property
- PN_SITE_URL - Static variable in class org.apache.sling.cms.CMSConstants
-
Constant for the Site URL
- PN_TAXONOMY - Static variable in class org.apache.sling.cms.CMSConstants
-
Taxonomy attribute name
- PN_TEMPLATE - Static variable in class org.apache.sling.cms.CMSConstants
-
Template attribute name
- PN_TITLE - Static variable in class org.apache.sling.cms.CMSConstants
-
Title attribute name
- process(Job, JobExecutionContext) - Method in class org.apache.sling.cms.ConfigurableJobExecutor
- PUBLICATION_MODE - Enum in org.apache.sling.cms.publication
-
The publication mode of the instance.
- PublicationEvent - Class in org.apache.sling.cms.publication
-
Helper for generating OSGi Events for publication events
- PublicationException - Exception in org.apache.sling.cms.publication
-
A wrapper exception for an issue occuring when publishing or unpublishing content.
- PublicationException(String) - Constructor for exception org.apache.sling.cms.publication.PublicationException
- PublicationException(String, Throwable) - Constructor for exception org.apache.sling.cms.publication.PublicationException
- PublicationManager - Interface in org.apache.sling.cms.publication
-
Publication Manager is used to get the publication status of content and get the instances' publication mode.
- PublicationManagerFactory - Interface in org.apache.sling.cms.publication
-
Factory for retrieving the Publication Manager for the instance configuration.
- PublicationType - Enum in org.apache.sling.cms.publication
-
The type of publication.
- publish(PublishableResource) - Method in interface org.apache.sling.cms.publication.PublicationManager
-
Publishes the resource.
- publish(PublishableResource, boolean) - Static method in class org.apache.sling.cms.publication.PublicationEvent
-
Creates an event to be fired when a publication occurs.
- PUBLISH - org.apache.sling.cms.usergenerated.UserGeneratedContentService.APPROVE_ACTION
- PUBLISHABLE_TYPES - Static variable in class org.apache.sling.cms.CMSConstants
-
The resource types which can be published
- PublishableResource - Interface in org.apache.sling.cms
-
A Model interface for adapting sling:File, sling:Page and sling:Config resources.
R
- ReadabilityService - Interface in org.apache.sling.cms.readability
-
Service for calculating the readability of text
- ReadabilityServiceFactory - Interface in org.apache.sling.cms.readability
-
A service factory for retrieving ReadabilityService instances based on a locale
- Reference - Class in org.apache.sling.cms
- Reference(Resource, String) - Constructor for class org.apache.sling.cms.Reference
- References - Interface in org.apache.sling.cms
-
An interface for finding the references to a Resource.
- RENDERER - org.apache.sling.cms.publication.INSTANCE_TYPE
- REPLY - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
- ResourceTree - Class in org.apache.sling.cms
S
- Sentence - Class in org.apache.sling.cms.readability
-
Represents a sentence which has been analyzed
- Sentence(String, List<Word>) - Constructor for class org.apache.sling.cms.readability.Sentence
- setAction(UserGeneratedContentService.APPROVE_ACTION) - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- setBucket(String) - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- setContentType(UserGeneratedContentService.CONTENT_TYPE) - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- setMoreDetailsLink(String) - Method in class org.apache.sling.cms.insights.Insight
- setPathDepth(int) - Method in class org.apache.sling.cms.usergenerated.UGCBucketConfig
- setPrimaryMessage(Message) - Method in class org.apache.sling.cms.insights.Insight
- setProvider(InsightProvider) - Method in class org.apache.sling.cms.insights.Insight
- setRequest(InsightRequest) - Method in class org.apache.sling.cms.insights.Insight
- setScore(double) - Method in class org.apache.sling.cms.insights.Insight
- setScored(boolean) - Method in class org.apache.sling.cms.insights.Insight
- setScoreDetails(List<Message>) - Method in class org.apache.sling.cms.insights.Insight
- setSkip(boolean) - Method in class org.apache.sling.cms.insights.Insight
- setStyle(Message.STYLE) - Method in class org.apache.sling.cms.insights.Message
- setSucceeded(boolean) - Method in class org.apache.sling.cms.insights.Insight
- setText(String) - Method in class org.apache.sling.cms.insights.Message
- SIGNUP - org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
- Site - Interface in org.apache.sling.cms
-
A inteface representing a sling:Site.
- SiteManager - Interface in org.apache.sling.cms
-
A manager for retrieving the sling:Site containing the current resource.
- STANDALONE - org.apache.sling.cms.publication.INSTANCE_TYPE
- STANDALONE - org.apache.sling.cms.publication.PUBLICATION_MODE
- startJob() - Method in interface org.apache.sling.cms.CMSJobManager
-
Starts a new job based on the request.
- stream(Resource) - Static method in class org.apache.sling.cms.ResourceTree
- stream(Resource, String) - Static method in class org.apache.sling.cms.ResourceTree
- stream(Resource, Predicate<Resource>, Predicate<ResourceTree>) - Static method in class org.apache.sling.cms.ResourceTree
- success(String) - Static method in class org.apache.sling.cms.insights.Message
- SUCCESS - org.apache.sling.cms.insights.Message.STYLE
T
- test(Resource) - Method in class org.apache.sling.cms.publication.IsPublishableResourceContainer
- test(ResourceTree) - Method in class org.apache.sling.cms.publication.IsPublishableResourceType
- Text - Class in org.apache.sling.cms.readability
-
Represents a block of text which has been analyzed
- Text(String, List<Sentence>) - Constructor for class org.apache.sling.cms.readability.Text
- toString() - Method in class org.apache.sling.cms.insights.Insight
- toString() - Method in class org.apache.sling.cms.insights.Message
- toString() - Method in class org.apache.sling.cms.readability.Sentence
- toString() - Method in class org.apache.sling.cms.readability.Text
- toString() - Method in class org.apache.sling.cms.readability.Word
- toString() - Method in class org.apache.sling.cms.Reference
U
- UGCBucketConfig - Class in org.apache.sling.cms.usergenerated
- UGCBucketConfig() - Constructor for class org.apache.sling.cms.usergenerated.UGCBucketConfig
- unpublish(PublishableResource) - Method in interface org.apache.sling.cms.publication.PublicationManager
-
Un-publishes the resource.
- unpublish(PublishableResource, boolean) - Static method in class org.apache.sling.cms.publication.PublicationEvent
-
Creates an event to be fired when a unpublish occurs.
- updateMetadata(File) - Method in interface org.apache.sling.cms.FileMetadataExtractor
-
Extract the metadata from the specified file and persist the results under the jcr:content/metadata node of the file resource
- updateMetadata(File, boolean) - Method in interface org.apache.sling.cms.FileMetadataExtractor
-
Extract the metadata from the specified file and persist the results under the jcr:content/metadata node of the file resource
- USER_ADMIN - Static variable in class org.apache.sling.cms.CMSConstants
-
The name of the admin user
- UserGeneratedContentService - Interface in org.apache.sling.cms.usergenerated
-
Service for creating User Generated Content
- UserGeneratedContentService.APPROVE_ACTION - Enum in org.apache.sling.cms.usergenerated
- UserGeneratedContentService.CONTENT_TYPE - Enum in org.apache.sling.cms.usergenerated
V
- valueOf(String) - Static method in enum org.apache.sling.cms.insights.InsightRequest.TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.cms.insights.Message.STYLE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.cms.publication.INSTANCE_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.cms.publication.PUBLICATION_MODE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.cms.publication.PublicationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.cms.usergenerated.UserGeneratedContentService.APPROVE_ACTION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.sling.cms.insights.InsightRequest.TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sling.cms.insights.Message.STYLE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sling.cms.publication.INSTANCE_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sling.cms.publication.PUBLICATION_MODE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sling.cms.publication.PublicationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sling.cms.usergenerated.UserGeneratedContentService.APPROVE_ACTION
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warn(String) - Static method in class org.apache.sling.cms.insights.Message
- WARNING - org.apache.sling.cms.insights.Message.STYLE
- Word - Class in org.apache.sling.cms.readability
-
Represents a word which has been analyzed
- Word(String, String, int, boolean) - Constructor for class org.apache.sling.cms.readability.Word
All Classes All Packages