Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAssetProcessor - Class in org.craftercms.studio.impl.v1.asset.processing
-
Base class for
AssetProcessor
s. - AbstractAssetProcessor() - Constructor for class org.craftercms.studio.impl.v1.asset.processing.AbstractAssetProcessor
- AbstractAuditListener - Class in org.craftercms.studio.impl.v2.security.listener
-
Base class for all audit authentication listeners
- AbstractAuditListener(StudioConfiguration, SiteService, AuditServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.security.listener.AbstractAuditListener
- AbstractAwsService<T> - Class in org.craftercms.studio.api.v1.service.aws
-
Provides common profile operations used by all services.
- AbstractAwsService(SiteAwareConfigProfileLoader<T>) - Constructor for class org.craftercms.studio.api.v1.service.aws.AbstractAwsService
- AbstractCachedUserDetailsService - Class in org.craftercms.studio.impl.v2.security.userdetails
-
Base class for all services that access user information
- AbstractCachedUserDetailsService(UserDAO, Cache<String, User>) - Constructor for class org.craftercms.studio.impl.v2.security.userdetails.AbstractCachedUserDetailsService
- AbstractContentTypeUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Base implementation of
UpgradeOperation
for all content-type related upgrades - AbstractContentTypeUpgradeOperation(StudioConfiguration, String, String) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- AbstractContentUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Base implementation of
UpgradeOperation
for all site content upgrades - AbstractContentUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
- AbstractContentUpgradeOperation.ListFileVisitor - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Implementation of
FileVisitor
that collects files matching any of the given patterns - AbstractDeployer - Class in org.craftercms.studio.impl.v2.deployment
-
Base abstract class for
Deployer
s. - AbstractDeployer(StudioConfiguration, RestTemplate) - Constructor for class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- AbstractFilter - Class in org.craftercms.studio.api.v1.util.filter
- AbstractFilter() - Constructor for class org.craftercms.studio.api.v1.util.filter.AbstractFilter
- AbstractPluginDescriptorUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.plugin
- AbstractPluginDescriptorUpgradeOperation(StudioConfiguration, PluginDescriptorReader) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- AbstractRegistrableService - Class in org.craftercms.studio.api.v1.service
- AbstractRegistrableService() - Constructor for class org.craftercms.studio.api.v1.service.AbstractRegistrableService
- AbstractUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations
-
Provides access to system components for all upgrade operations.
- AbstractUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- AbstractXsltFileUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Base implementation of
UpgradeOperation
for all operations related to an XSLT template. - AbstractXsltFileUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractXsltFileUpgradeOperation
- accept(String, String, String) - Method in interface org.craftercms.studio.api.v1.util.filter.DmFilterWrapper
- accept(String, String, String) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- accept(String, ContentItemTO, String) - Method in interface org.craftercms.studio.api.v1.util.filter.DmFilterWrapper
- accept(String, ContentItemTO, String) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- accept(ContentItemTO) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO.AcceptAllChildFilter
- accept(ContentItemTO) - Method in interface org.craftercms.studio.api.v1.to.ContentItemTO.ChildFilter
- accept(ContentItemTO) - Method in class org.craftercms.studio.api.v1.to.GoLiveQueueChildFilter
- accept(ContentItemTO, String) - Method in interface org.craftercms.studio.api.v1.util.filter.DmFilterWrapper
- accept(ContentItemTO, String) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- AcceptAllChildFilter() - Constructor for class org.craftercms.studio.api.v1.to.ContentItemTO.AcceptAllChildFilter
- AccessToken - Class in org.craftercms.studio.model.security
-
Holds the access token information for a user
- AccessToken() - Constructor for class org.craftercms.studio.model.security.AccessToken
- AccessTokenAuthenticationFilter - Class in org.craftercms.studio.impl.v2.security.authentication.token
-
Implementation of
AbstractPreAuthenticatedProcessingFilter
to support token authentication - AccessTokenAuthenticationFilter(AccessTokenService) - Constructor for class org.craftercms.studio.impl.v2.security.authentication.token.AccessTokenAuthenticationFilter
- AccessTokenAuthenticationListener - Class in org.craftercms.studio.impl.v2.security.listener
-
Listener for Spring's
AuthenticationSuccessEvent
that generates an access token for the user - AccessTokenAuthenticationListener(AccessTokenService) - Constructor for class org.craftercms.studio.impl.v2.security.listener.AccessTokenAuthenticationListener
- AccessTokenController - Class in org.craftercms.studio.controller.web
-
Controller that handles the refresh of the tokens
- AccessTokenController(AccessTokenService) - Constructor for class org.craftercms.studio.controller.web.AccessTokenController
- accessTokenExpiration - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
The time in minutes for the expiration of the generated access tokens
- accessTokenService - Variable in class org.craftercms.studio.controller.rest.v2.SecurityController
- accessTokenService - Variable in class org.craftercms.studio.controller.web.AccessTokenController
- accessTokenService - Variable in class org.craftercms.studio.impl.v2.security.authentication.token.AccessTokenAuthenticationFilter
- accessTokenService - Variable in class org.craftercms.studio.impl.v2.security.listener.AccessTokenAuthenticationListener
- accessTokenService - Variable in class org.craftercms.studio.impl.v2.security.UserActivityFilter
-
The access token service
- AccessTokenService - Interface in org.craftercms.studio.api.v2.service.security
-
Defines all operations related to access and refresh tokens
- AccessTokenServiceImpl - Class in org.craftercms.studio.impl.v2.service.security
-
Default implementation of
AccessTokenService
- AccessTokenServiceImpl(AccessTokenServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- accessTokenServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- AccessTokenServiceInternal - Interface in org.craftercms.studio.api.v2.service.security.internal
-
Defines all operations related to access and refresh tokens
- AccessTokenServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.security.internal
-
Default implementation of
AccessTokenServiceInternal
- AccessTokenServiceInternalImpl(String, String[], int, String, String, int, int, SecurityDAO, InstanceService, AuditServiceInternal, StudioConfiguration, SiteService, RetryingDatabaseOperationFacade, SystemStatusProvider, TextEncryptor, SecurityService) - Constructor for class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- action - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- Action - Class in org.craftercms.studio.model.policy
-
Represents a content action that needs to be validated
- Action() - Constructor for class org.craftercms.studio.api.v1.dal.PublishRequest.Action
- Action() - Constructor for class org.craftercms.studio.api.v2.dal.PublishRequest.Action
- Action() - Constructor for class org.craftercms.studio.model.policy.Action
- ACTION - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
-
Activity Stream
- ACTION_TIMESTAMP - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ActionContentType - Annotation Interface in org.craftercms.studio.api.v2.annotation.policy
-
Annotation used by
SitePolicyAspect
to detect the content-type for an action - actions - Variable in class org.craftercms.studio.model.rest.sites.ValidatePolicyRequest
-
List of actions to validate
- actions() - Element in annotation interface org.craftercms.studio.api.v2.security.HasAllPermissions
-
Actions the current subject is trying to execute.
- actions() - Element in annotation interface org.craftercms.studio.api.v2.security.HasAnyPermissions
-
Actions the current subject is trying to execute.
- ACTIONS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ActionsDeniedException - Exception Class in org.craftercms.studio.api.v2.exception.security
- ActionsDeniedException() - Constructor for exception class org.craftercms.studio.api.v2.exception.security.ActionsDeniedException
- ActionsDeniedException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.security.ActionsDeniedException
- ActionsDeniedException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.security.ActionsDeniedException
- ActionsDeniedException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.security.ActionsDeniedException
- ActionSourceFilename - Annotation Interface in org.craftercms.studio.api.v2.annotation.policy
-
Annotation used by
SitePolicyAspect
to detect the source filename for an action - ActionSourcePath - Annotation Interface in org.craftercms.studio.api.v2.annotation.policy
-
Annotation used by
SitePolicyAspect
to detect the source path for an action - ActionTargetFilename - Annotation Interface in org.craftercms.studio.api.v2.annotation.policy
-
Annotation used by
SitePolicyAspect
to detect the target filename for an action - ActionTargetPath - Annotation Interface in org.craftercms.studio.api.v2.annotation.policy
-
Annotation used by
SitePolicyAspect
to detect the target path for an action - Activity - Class in org.craftercms.studio.model.rest.dashboard
- Activity() - Constructor for class org.craftercms.studio.model.rest.dashboard.Activity
- ACTIVITY - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ACTIVITY_ACTION - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ACTIVITY_CACHE_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- ACTIVITY_STREAM_OPERATIONS - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- ACTIVITY_USERNAME_CASE_SENSITIVE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Activity Service
- Activity.Item - Class in org.craftercms.studio.model.rest.dashboard
- Activity.Package - Class in org.craftercms.studio.model.rest.dashboard
- ActivityStreamDAO - Interface in org.craftercms.studio.api.v2.dal
- activityStreamServiceInternal - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- activityStreamServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- activityStreamServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- ActivityStreamServiceInternal - Interface in org.craftercms.studio.api.v2.service.audit.internal
- ActivityStreamServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.audit.internal
- ActivityStreamServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.audit.internal.ActivityStreamServiceInternalImpl
- ACTOR_ID_GIT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- actualCacheInvalidator - Variable in class org.craftercms.studio.impl.v2.utils.cache.ConditionalCacheInvalidator
- actualSearchService - Variable in class org.craftercms.studio.impl.v2.service.search.internal.ClausesLimitAwareSearchService
- add(String, String...) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli
- add(String, ContentItemTO) - Method in class org.craftercms.studio.api.v1.to.GoLiveQueue
- add(Collection<String>) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- add(ContentItemTO) - Method in class org.craftercms.studio.api.v1.to.GoLiveQueue
- ADD_REMOTE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ADD_REMOTE_INVALID - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- addAdditionalParams(Map<String, Object>, HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- addBoosting(String, float) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- addChild(ContentItemTO, boolean, boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- addChild(ContentItemTO, DmContentItemComparator, boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- addChild(ContentItemTO, DmContentItemComparator, boolean, boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- addChild(ContentItemTO, DmContentItemComparator, boolean, ContentItemTO.ChildFilter) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- addChildParams(Map<String, Object>, ImmutableNode, ConfigurationInterpolator) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- addContentTypes(String, Set<NormalizedRole>, ContentTypeConfigTO, List<ContentTypeConfigTO>) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- addDependenciesScriptSnippets(String, String, String, Path, DependencyServiceInternal, boolean, boolean) - Static method in class org.craftercms.studio.impl.v2.utils.DependencyUtils
-
Add the script snippets to update the dependencies for the given path
- addDependenciesToDelete(String, String, GoLiveDeleteCandidates) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- addDependency(String) - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
-
Update the dependency collection with the given dependency uri
- addDependencyParentFolder(String) - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
-
Add the folder path and remove all the child from the live dependency collection
- addedDependencies - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffResponse
- addEmailMessage(EmailMessageTO) - Method in class org.craftercms.studio.api.v1.to.EmailMessageQueueTo
- addFiles(Repository, String, String...) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- AddFileUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.file
-
Implementation of
UpgradeOperation
that adds a new file to a repository. - AddFileUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.file.AddFileUpgradeOperation
- addFilters(SearchRequest, List<String>, AbstractOpenSearchClientWrapper.RequestUpdates) - Method in class org.craftercms.studio.impl.v2.service.search.PermissionAwareSearchService
- addGitIgnoreFiles(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- addGlobalGroupRoles(Set<NormalizedRole>, List<String>, PermissionsConfigTO) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- addGlobalUserRoles(String, Set<NormalizedRole>, PermissionsConfigTO) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- addGroupMembers(int, AddGroupMembers) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Add group members API
- addGroupMembers(long, List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Add users to the group
- addGroupMembers(long, List<Long>, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Add users to the group
- addGroupMembers(long, List<Long>, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- addGroupMembers(long, List<Long>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- addGroupMembers(long, List<Long>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- AddGroupMembers - Class in org.craftercms.studio.model.rest
- AddGroupMembers() - Constructor for class org.craftercms.studio.model.rest.AddGroupMembers
- addGroupToRolesMapping(NormalizedGroup, List<NormalizedRole>) - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- addIncludeIfNeeded(String, String, List<String>, String, String, String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- additionalFields - Variable in class org.craftercms.studio.model.search.SearchParams
-
List of additional fields to include for each item
- additionalFields - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
Additional fields requested
- addNavOrder(String, String, Document) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- addNavOrder(String, String, Document) - Method in interface org.craftercms.studio.api.v1.service.content.DmPageNavigationOrderService
-
Always adds/overwrites the Document element with new unique nav order
- addObserver(PublishingProgressObserver) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Add publishing progress observer
- addObserver(PublishingProgressObserver) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- addOperation(SubmitLifeCycleOperation) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- addOption(String, String) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli.GitCommandLine
- addOrderValue(List<DmOrderTO>, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
add order value to the list of orders
- addParam(String) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli.GitCommandLine
- addParams(String...) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli.GitCommandLine
- addPermission(Permission) - Method in class org.craftercms.studio.permissions.CompositePermission
- addPermission(CompositePermission, Permission) - Method in class org.craftercms.studio.permissions.CompositePermission
- addPluginToRegistry(String, Plugin, List<FileRecord>, List<ConfigRecord>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- addProperty(String, String) - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
add a content property
- addProperty(String, String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- addRemote(HttpServletResponse, RemoteRepository) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- addRemote(String, String, String, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Add remote repository for site content repository
- addRemote(String, String, String, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Add remote repository for site content repository
- addRemote(String, String, String, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- addRemote(String, String, String, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- addRemote(String, String, String, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- addRemote(String, String, String, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- addRemote(String, RemoteRepository) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- addRemote(String, RemoteRepository) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- addRemote(String, RemoteRepository) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- addRemote(String, RemoteRepository) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- addRemovedDependenciesToDelete(String, String, GoLiveDeleteCandidates) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- addRolePermissionMapping(String, RolePermissionMappings) - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- addRoleToGroupMapping(String, String) - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- addRuleContentItemPermissionsMapping(String, Long) - Method in class org.craftercms.studio.api.v2.dal.security.RolePermissionMappings
- addSiteUuidFile(String, String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
-
Add a file containing the site uuid in the site folder
- AddSiteUuidOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
- AddSiteUuidOperation(StudioConfiguration, SiteFeedMapper) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.AddSiteUuidOperation
- addThis(List<ContentItemTO>, DmContentItemComparator, ContentItemTO, boolean) - Method in class org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
- addToGoLiveItems(String, ContentItemTO, List<ContentItemTO>, DmContentItemComparator, boolean, List<String>) - Method in class org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
- addToWorkflow(String, List<String>, ZonedDateTime, String, SubmitLifeCycleOperation, String, MultiChannelPublishingContext) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
-
Add items to workflow
- addUrl(S3Client, List<String>, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
- addUserRoles(Set<NormalizedRole>, String, String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
-
add user roles
- ADMIN_NORMALIZED_ROLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- ADMIN_ROLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- adminEmail - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- adminEmailAddress - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
Admin email address for notification service
- AFFECTED_PATHS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- afterPropertiesSet() - Method in class org.craftercms.studio.impl.v2.security.password.EmailForgotPasswordTaskFactory
- afterPropertiesSet() - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- afterPropertiesSet() - Method in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- afterPropertiesSet() - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- ALL_SUB_URLS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- AllFilter - Class in org.craftercms.studio.api.v1.util.filter
- AllFilter() - Constructor for class org.craftercms.studio.api.v1.util.filter.AllFilter
- allowed - Variable in class org.craftercms.studio.model.policy.ValidationResult
-
Indicates if the action is allowed
- allowed(Action) - Static method in class org.craftercms.studio.model.policy.ValidationResult
- allowedActionsMask() - Element in annotation interface org.craftercms.studio.api.v2.annotation.IsActionAllowed
- allowedBeans - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- allowedRoles - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
list of roles allowed
- allowedRoles - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- allowedWithModifications(Action, String) - Static method in class org.craftercms.studio.model.policy.ValidationResult
- altName - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.PastedPathMap
- API_1_RESPONSE - Static variable in class org.craftercms.studio.impl.v2.security.web.ApiAuthenticationEntryPoint
- API_2 - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
API 2 Root
- API_2_RESPONSE - Static variable in class org.craftercms.studio.impl.v2.security.web.ApiAuthenticationEntryPoint
- API_REQUEST_PARAM_ENTITIES - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- API_REQUEST_PARAM_ENVIRONMENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- API_REQUEST_PARAM_SITE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
API Request Parameter Names
- API_REQUEST_PARAM_SITE_ID - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- ApiAuthenticationEntryPoint - Class in org.craftercms.studio.impl.v2.security.web
-
Implementation of
AuthenticationEntryPoint
that returns a JSON object matching Studio's API specs - ApiAuthenticationEntryPoint() - Constructor for class org.craftercms.studio.impl.v2.security.web.ApiAuthenticationEntryPoint
- ApiParams() - Constructor for class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter.ApiParams
- ApiResponse - Class in org.craftercms.studio.model.rest
-
Represents the response of an API operation.
- ApiResponse(ApiResponse) - Constructor for class org.craftercms.studio.model.rest.ApiResponse
- applicationContext - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- applicationContext - Variable in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- applicationContext - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- applicationContext - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- applicationContext - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- applicationContext - Variable in class org.craftercms.studio.impl.v2.job.StudioClockTask
- applicationContext - Variable in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- applicationContext - Variable in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- applicationContext - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- applicationContextAccessor - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- approve(String, List<String>, List<String>, String, ZonedDateTime, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Approve request for publish
- approve(String, List<String>, List<String>, String, ZonedDateTime, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- approve(ApproveRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- APPROVE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- approvedBy - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- APPROVER - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- approverEmails - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- ApproveRequestBody - Class in org.craftercms.studio.model.rest.workflow
- ApproveRequestBody() - Constructor for class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- areEqual(ContentItemTO, ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- arn - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
-
ARN of the transcoding job.
- asset - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- Asset - Class in org.craftercms.studio.api.v1.asset
-
Represents an asset that can be processed (image, pdf, Word document, etc.)
- Asset(String, Path) - Constructor for class org.craftercms.studio.api.v1.asset.Asset
- ASSET - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- AssetDmContentProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- AssetDmContentProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
-
default constructor
- AssetDmContentProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
-
constructor that sets the process name
- assetPatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
assets path patterns
- AssetProcessingConfigReader - Interface in org.craftercms.studio.api.v1.asset.processing
-
Reads the configuration from an input stream or a Apache Commons Configuration object and maps it to actual asset processing configuration objects like
ProcessorPipelineConfiguration
andProcessorConfiguration
. - AssetProcessingConfigReaderImpl - Class in org.craftercms.studio.impl.v1.asset.processing
-
Default implementation for
AssetProcessingConfigReader
. - AssetProcessingConfigReaderImpl() - Constructor for class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- AssetProcessingConfigurationException - Exception Class in org.craftercms.studio.api.v1.exception
-
Exception thrown when a asset processing configuration related error occurs.
- AssetProcessingConfigurationException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.AssetProcessingConfigurationException
- AssetProcessingConfigurationException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.AssetProcessingConfigurationException
- AssetProcessingException - Exception Class in org.craftercms.studio.api.v1.exception
-
General exception used by classes related to asset processing.
- AssetProcessingException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.AssetProcessingException
- AssetProcessingException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.AssetProcessingException
- AssetProcessingException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.AssetProcessingException
- AssetProcessingService - Interface in org.craftercms.studio.api.v1.service.asset.processing
-
Service to run an asset through processor pipelines.
- AssetProcessingServiceImpl - Class in org.craftercms.studio.impl.v1.service.asset.processing
-
Default implementation of
AssetProcessingService
. - AssetProcessingServiceImpl(String, ContentService, AssetProcessingConfigReader, AssetProcessorPipelineResolver) - Constructor for class org.craftercms.studio.impl.v1.service.asset.processing.AssetProcessingServiceImpl
- AssetProcessor - Interface in org.craftercms.studio.api.v1.asset.processing
-
Processes an asset (input) and returns the transformed asset or a new asset (output).
- AssetProcessorPipeline - Interface in org.craftercms.studio.api.v1.asset.processing
-
Represents a pipeline of
AssetProcessor
s. - AssetProcessorPipelineImpl - Class in org.craftercms.studio.impl.v1.asset.processing
-
Default implementation of
AssetProcessorPipeline
. - AssetProcessorPipelineImpl(AssetProcessorResolver) - Constructor for class org.craftercms.studio.impl.v1.asset.processing.AssetProcessorPipelineImpl
- AssetProcessorPipelineResolver - Interface in org.craftercms.studio.api.v1.asset.processing
-
Resolves a
AssetProcessorPipeline
based on configuration. - AssetProcessorPipelineResolverImpl - Class in org.craftercms.studio.impl.v1.asset.processing
-
Default implementation of
AssetProcessorPipelineResolver
. - AssetProcessorPipelineResolverImpl(AssetProcessorResolver) - Constructor for class org.craftercms.studio.impl.v1.asset.processing.AssetProcessorPipelineResolverImpl
- AssetProcessorResolver - Interface in org.craftercms.studio.api.v1.asset.processing
-
Resolves a
AssetProcessor
based on configuration. - AssetProcessorResolverImpl - Class in org.craftercms.studio.impl.v1.asset.processing
-
Default implementation for
AssetProcessorResolver
. - AssetProcessorResolverImpl(String) - Constructor for class org.craftercms.studio.impl.v1.asset.processing.AssetProcessorResolverImpl
- ATTR_ATTACH_ROOT_PREFIX - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- ATTR_NAME - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
xml attribute names
- ATTR_PATH - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- ATTR_READ_DIRECT_CHILDREN - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- audience - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
The audience for generation and validation of access tokens
- AUDIT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Audit controller
- AuditController - Class in org.craftercms.studio.controller.rest.v2
- AuditController() - Constructor for class org.craftercms.studio.controller.rest.v2.AuditController
- AuditDAO - Interface in org.craftercms.studio.api.v2.dal
- AuditLog - Class in org.craftercms.studio.api.v2.dal
- AuditLog() - Constructor for class org.craftercms.studio.api.v2.dal.AuditLog
- AuditLogConstants - Class in org.craftercms.studio.api.v2.dal
- AuditLogConstants() - Constructor for class org.craftercms.studio.api.v2.dal.AuditLogConstants
- AuditLoginListener - Class in org.craftercms.studio.impl.v2.security.listener
-
Listener for Spring's login that records events using Studio's audit service
- AuditLoginListener(StudioConfiguration, SiteService, AuditServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.security.listener.AuditLoginListener
- AuditLogoutListener - Class in org.craftercms.studio.impl.v2.security.listener
-
Listener for Spring's logout that records events using Studio's audit service
- AuditLogoutListener(StudioConfiguration, SiteService, AuditServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.security.listener.AuditLogoutListener
- AuditLogParameter - Class in org.craftercms.studio.api.v2.dal
- AuditLogParameter() - Constructor for class org.craftercms.studio.api.v2.dal.AuditLogParameter
- auditService - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- AuditService - Interface in org.craftercms.studio.api.v2.service.audit
-
Audit Service
- AuditServiceImpl - Class in org.craftercms.studio.impl.v2.service.audit
- AuditServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- auditServiceInternal - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- auditServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- auditServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- auditServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- auditServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- auditServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- auditServiceInternal - Variable in class org.craftercms.studio.impl.v2.security.listener.AbstractAuditListener
- AuditServiceInternal - Interface in org.craftercms.studio.api.v2.service.audit.internal
- AuditServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.audit.internal
- AuditServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- AuditSessionTimeoutListener - Class in org.craftercms.studio.impl.v2.security.listener
-
Listener for Spring session destroyed event to record session timeout
- AuditSessionTimeoutListener(StudioConfiguration, SiteService, AuditServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.security.listener.AuditSessionTimeoutListener
- auditSiteDuplicate(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
-
Creates an audit log entry for the site duplication operation, including the source site as audit params
- AuthenticatedUser - Class in org.craftercms.studio.model
-
Represents a
User
that has been authenticated. - AuthenticatedUser(User) - Constructor for class org.craftercms.studio.model.AuthenticatedUser
- AuthenticationException - Exception Class in org.craftercms.studio.api.v1.exception.security
-
Base exception for authentication operations.
- AuthenticationException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.AuthenticationException
- AuthenticationException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.AuthenticationException
- AuthenticationException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.AuthenticationException
- AuthenticationException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.AuthenticationException
- AuthenticationException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.AuthenticationException
- AuthenticationType - Enum Class in org.craftercms.studio.model
-
Contains the different type of authentications that Studio can handle.
- author - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- AUTHORING_DISABLE_DEPLOY_CRON - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- AUTHORING_REPLACE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Authoring Deployer
- AUTHORING_TEMPLATE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- authoringBaseUrl - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- authoringUrl - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
Authoring url
- authType(Authentication, HttpServletResponse) - Method in class org.craftercms.studio.controller.web.AccessTokenController
- autoCommit - Variable in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- AVAILABLE_TARGETS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- AvailableActionsResolver - Interface in org.craftercms.studio.api.v2.security
- AvailableActionsResolverImpl - Class in org.craftercms.studio.impl.v2.security
- AvailableActionsResolverImpl(StudioConfiguration, ConfigurationService, UserServiceInternal, Cache<String, SitePermissionMappings>) - Constructor for class org.craftercms.studio.impl.v2.security.AvailableActionsResolverImpl
- AvailablePublishingTargets - Class in org.craftercms.studio.model.rest.publish
- AvailablePublishingTargets() - Constructor for class org.craftercms.studio.model.rest.publish.AvailablePublishingTargets
- avatar - Variable in class org.craftercms.studio.model.rest.Person
- AWS_UNREACHABLE - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- AwsException - Exception Class in org.craftercms.studio.api.v1.exception
-
Exception thrown when an error occurs while transcoding a video.
- AwsException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.AwsException
- AwsException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.AwsException
- AwsMediaConvertController - Class in org.craftercms.studio.controller.rest.v2.aws
-
Rest controller for AWS MediaConvert
- AwsMediaConvertController() - Constructor for class org.craftercms.studio.controller.rest.v2.aws.AwsMediaConvertController
- AwsMediaConvertService - Interface in org.craftercms.studio.api.v2.service.aws.mediaconvert
-
Service that provides access to AWS MediaConvert.
- AwsMediaConvertServiceImpl - Class in org.craftercms.studio.impl.v2.service.aws.mediaconvert
-
Default implementation of
AwsMediaConvertService
- AwsMediaConvertServiceImpl(SiteAwareConfigProfileLoader<MediaConvertProfile>, String, String, String, String, String) - Constructor for class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
- AwsS3Controller - Class in org.craftercms.studio.controller.rest.v2.aws
-
Rest controller for AWS S3 service.
- AwsS3Controller() - Constructor for class org.craftercms.studio.controller.rest.v2.aws.AwsS3Controller
- AwsS3Service - Interface in org.craftercms.studio.api.v2.service.aws.s3
-
Service that provides access to AWS S3.
- AwsS3ServiceImpl - Class in org.craftercms.studio.impl.v2.service.aws.s3
-
Default implementation of
AwsS3Service
. - AwsS3ServiceImpl(SiteAwareConfigProfileLoader<S3Profile>, S3ClientCachingFactory, String, String) - Constructor for class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
- AwsUtils - Class in org.craftercms.studio.impl.v1.service.aws
- AwsUtils() - Constructor for class org.craftercms.studio.impl.v1.service.aws.AwsUtils
B
- BaseContentProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
-
A base class of content processor
- BaseContentProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
-
default constructor
- BaseContentProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
-
constructor that sets the process name
- baseKey - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
-
Base filename of the transcoding job output.
- basePath - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- basePath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.TemplateRenameUpgradeOperation
-
Relative path to search matches in the site
- BatchXsltFileUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Implementation of
UpgradeOperation
that updates multiple files using an XSLT template. - BatchXsltFileUpgradeOperation(StudioConfiguration, DataSource) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.BatchXsltFileUpgradeOperation
- BinaryView - Class in org.craftercms.studio.impl.v1.util.spring.mvc
- BinaryView() - Constructor for class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- BITMAP_CONTENT_CREATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BITMAP_CONTENT_DELETE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BITMAP_CONTENT_READ - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BITMAP_CONTENT_WRITE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BITMAP_FOLDER_CREATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BITMAP_ITEM_UNLOCK - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BITMAP_PUBLISH - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BITMAP_UNDEFINED - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- BLOB_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- BLOB_STORES_CONFIG_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- BLOB_STORES_SERVERLESS_DEFAULT_CONFIG_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- BlobAwareContentRepository - Class in org.craftercms.studio.impl.v2.repository.blob
-
Implementation of
ContentRepository
,ContentRepository
that delegates calls to aStudioBlobStore
when appropriate - BlobAwareContentRepository() - Constructor for class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- BlobNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception
-
Exception thrown when a blob pointer exists in the repository but the actual asset does not exist in the blob store.
- BlobNotFoundException(String, String, String) - Constructor for exception class org.craftercms.studio.api.v1.exception.BlobNotFoundException
- BlobStoreDetails - Class in org.craftercms.studio.model.blobstore
-
Blob store configuration details.
- BlobStoreDetails() - Constructor for class org.craftercms.studio.model.blobstore.BlobStoreDetails
- BlobStoreDetails.Mapping - Class in org.craftercms.studio.model.blobstore
- BlobStoreNotWritableModeException - Exception Class in org.craftercms.studio.api.v2.exception.blob
-
Exception to be thrown when a write operation is attempted on a blob store configured in read-only mode.
- BlobStoreNotWritableModeException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.blob.BlobStoreNotWritableModeException
- blobStoreResolver - Variable in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- BLOCKED - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.State
- BLOCKED - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.State
- BLOCKED - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.State
- BLUE_PRINTS_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- BlueprintNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception
- BlueprintNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.BlueprintNotFoundException
- BlueprintNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.BlueprintNotFoundException
- BlueprintsUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.global
-
Implementation of
UpgradeOperation
that syncs the blueprints in the global repository from the bootstrap repo. - BlueprintsUpgradeOperation(StudioConfiguration, GeneralLockService, GitRepositoryHelper, RetryingRepositoryOperationFacade) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.global.BlueprintsUpgradeOperation
- BlueprintsVersionProvider - Class in org.craftercms.studio.impl.v2.upgrade.providers
-
Implementation of
VersionProvider
for the built-in blueprints. - BlueprintsVersionProvider() - Constructor for class org.craftercms.studio.impl.v2.upgrade.providers.BlueprintsVersionProvider
- bootstrap() - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
-
bootstrap the global repository
- BOOTSTRAP_REPO - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- BOOTSTRAP_REPO_GLOBAL_PATH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- BOOTSTRAP_REPO_PATH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Repository Constants
- BootstrapFinishedEvent - Class in org.craftercms.studio.impl.v2.utils.spring.event
-
Event used to mark the end of the bootstrap process
- BootstrapFinishedEvent(Object) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.event.BootstrapFinishedEvent
- BootstrapManager - Class in org.craftercms.studio.impl.v2.utils.spring.context
-
Central point to control the event-based bootstrap process.
- BootstrapManager() - Constructor for class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- BOX_UNREACHABLE - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- BoxException - Exception Class in org.craftercms.studio.api.v1.exception
- BoxException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.BoxException
- BoxException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.BoxException
- BoxRemoteAssetUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Implementation of
UpgradeOperation
to update item descriptors that use the Box File Upload control - BoxRemoteAssetUpgradeOperation(StudioConfiguration, String, String) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- BoxService - Interface in org.craftercms.studio.api.v1.service.box
-
Defines the operations available for handling files in Box
- BoxServiceImpl - Class in org.craftercms.studio.impl.v1.service.box
- BoxServiceImpl(SiteAwareConfigProfileLoader<BoxProfile>) - Constructor for class org.craftercms.studio.impl.v1.service.box.BoxServiceImpl
- bpPipelineFactory - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- branchExists(Repository, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- BroadcastEvent - Interface in org.craftercms.studio.api.v2.event
-
Base interface for events that should be broadcast to the WS clients
- BROWSER_URI - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- browserUri - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- browserUrl - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- bucketName - Variable in class org.craftercms.studio.model.aws.s3.S3Item
-
The bucket name holding the S3 item (if any).
- build() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- build() - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- buildAggregations(SearchRequest.Builder, Map<String, FacetTO>) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Adds the aggregations needed to the given builder
- Builder() - Constructor for class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- Builder() - Constructor for class org.craftercms.studio.api.v2.dal.Item.Builder
- buildFromClone(DetailedItem) - Static method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- buildFromClone(Item) - Static method in class org.craftercms.studio.api.v2.dal.Item.Builder
- buildGlobalRepo() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Build the global repository as part of system startup and caches it
- buildModel(String, String, String, String, String, Map<String, String>) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
-
build script model
- buildRepoPath(GitRepositories) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Builds repository path
- buildRepoPath(GitRepositories, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Builds repository path
- buildResult(S3Client, JobTemplate, CreateJobResponse, String, String) - Method in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
- buildSiteRepo(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- buildSubmitContext(String, String) - Static method in class org.craftercms.studio.api.v1.service.workflow.context.RequestContextBuilder
- buildXml(Installation.Element) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- bulkGoLive(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- bulkGoLive(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- bulkGoLive(String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
-
Start executing bulk publish for given site, path on given environment
- bulkGoLive(String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DmPublishService
-
Start executing bulk publish for given site, path on given environment
C
- cache - Variable in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- cache - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- cache - Variable in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- cache - Variable in class org.craftercms.studio.impl.v2.security.userdetails.AbstractCachedUserDetailsService
- cache - Variable in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- cache - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
Cache used to avoid parsing the same file multiple times during the execution of this operation
- CACHE_CONTROL_HEADER_NAME - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- CACHE_KEY - Static variable in class org.craftercms.studio.impl.v2.security.AvailableActionsResolverImpl
- CACHE_KEY_STORE - Static variable in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- CACHE_TEMPLATES - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Cache Configuration
- CacheControlFactory - Class in org.craftercms.studio.impl.v2.utils.spring
-
Utility class to configure a
CacheControl
instance - CacheControlFactory(boolean, long) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.CacheControlFactory
- CachedServletInputStream() - Constructor for class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper.CachedServletInputStream
- CacheInvalidator<K,
V> - Interface in org.craftercms.studio.api.v2.utils.cache -
Defines the operations for cache invalidation
- calculateChecksum - Variable in class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
-
Indicates if the checksum should be populated for all files
- calculateContentItemAvailableActions(String, String, Item) - Method in interface org.craftercms.studio.api.v2.security.SemanticsAvailableActionsResolver
-
Calculate available actions for given content item
- calculateContentItemAvailableActions(String, String, Item) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- calculateContentItemAvailableActions(String, String, DetailedItem) - Method in interface org.craftercms.studio.api.v2.security.SemanticsAvailableActionsResolver
-
Calculate available actions for given content item
- calculateContentItemAvailableActions(String, String, DetailedItem) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- calculateDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Calculate dependencies for publishing
- calculateDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- CalculateDependenciesEntityTO - Class in org.craftercms.studio.api.v1.to
- CalculateDependenciesEntityTO() - Constructor for class org.craftercms.studio.api.v1.to.CalculateDependenciesEntityTO
- calculateDependenciesPaths(String, List<String>) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Calculate dependencies paths for publishing
- calculateDependenciesPaths(String, List<String>) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- calculatePublishingDependenciesForList(Map) - Method in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- call(Callable<T>) - Method in interface org.craftercms.studio.api.v2.repository.RetryingRepositoryOperationFacade
- call(Callable<T>) - Method in class org.craftercms.studio.impl.v2.repository.RetryingRepositoryOperationFacadeImpl
- call(GitCommand<T>) - Method in interface org.craftercms.studio.api.v2.repository.RetryingRepositoryOperationFacade
- call(GitCommand<T>) - Method in class org.craftercms.studio.impl.v2.repository.RetryingRepositoryOperationFacadeImpl
- CANCEL - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- CANCEL_FAILED_PULL - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- CANCEL_PUBLISHING_PACKAGE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- CANCEL_PUBLISHING_PACKAGE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- CANCEL_WORKFLOW_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- CANCEL_WORKFLOW_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- canceledWorkflow(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- cancelFailedPull(String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- cancelFailedPull(String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- cancelFailedPull(String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- cancelFailedPull(String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- cancelFailedPull(CancelFailedPullRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- CancelFailedPullRequest - Class in org.craftercms.studio.model.rest
- CancelFailedPullRequest() - Constructor for class org.craftercms.studio.model.rest.CancelFailedPullRequest
- CANCELLED - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.State
- CANCELLED - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.State
- CANCELLED - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.State
- CANCELLED_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- cancelPackages(String, Collection<String>, String) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Cancel publishing packages
- cancelPublishAll(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Performs the cleanup after a failed publish all operation for the given site & target
- cancelPublishAll(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- cancelPublishAll(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- cancelPublishAll(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- cancelPublishingPackages(String, Collection<String>) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Cancel publishing packages
- cancelPublishingPackages(String, Collection<String>) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- cancelPublishingPackages(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Cancel publishing packages
- cancelPublishingPackages(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- cancelPublishingPackages(CancelPublishingPackagesRequest) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
- CancelPublishingPackagesRequest - Class in org.craftercms.studio.model.rest
- CancelPublishingPackagesRequest() - Constructor for class org.craftercms.studio.model.rest.CancelPublishingPackagesRequest
- cancelScheduledQueueItems(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Cancel scheduled items from publishing queue
- cancelScheduledQueueItems(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- cancelScheduledQueueItems(String, List<String>, ZonedDateTime, String, String) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Cancel scheduled items from publishing queue
- cancelWorkflow(String, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- cancelWorkflow(String, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
- cancelWorkflow(String, String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
-
cancel the pending workflow upon editing the content at the given path?
- cancelWorkflow(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- cancelWorkflowBulk(String, Set<String>) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- cancelWorkflowBulk(String, Set<String>) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
- cancelWorkflowBulk(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- CannedMessages - Enum constant in enum class org.craftercms.studio.api.v2.service.notification.NotificationMessageType
-
Describes messages of why content are been rejected.
- categoryRoot - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- CDATA_KEY - Static variable in class org.craftercms.studio.impl.v2.utils.XsltUtils
- CDATA_PATTERN - Static variable in class org.craftercms.studio.impl.v2.utils.XsltUtils
- CHANGE_PASSWORD - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- changeContentType(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- changeContentType(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
- changedFiles - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- changePassword(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- changePassword(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
User changes password
- changePassword(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- changePassword(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- changePassword(ChangePasswordRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- ChangePasswordRequest - Class in org.craftercms.studio.model.rest
- ChangePasswordRequest() - Constructor for class org.craftercms.studio.model.rest.ChangePasswordRequest
- charset - Variable in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.Charset used to encode paths in URLs.
- charset - Variable in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
-
Charset used to encode paths in URLs.
- check(UserDetails) - Method in class org.craftercms.studio.impl.v2.security.authentication.DeletedUserDetailsChecker
- check(UserDetails) - Method in class org.craftercms.studio.impl.v2.security.authentication.UserDetailsCheckerList
- checkContentExists(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Checks if a content exists at a given path and throw an exception if it does not.
- checkContentExists(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Checks if a content exists at a given path and throw an exception if it does not.
- checkContentExists(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- checkContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- checkContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- checkContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- checkCurrentUserHasGlobalPermissions(HasPermissionsRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Check if the current authenticated user has global permissions
- checkCurrentUserHasSitePermissions(String, HasPermissionsRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Check if user has permissions in a site of the current authenticated user API
- checkCycleCounter(String) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- checkForImageSize(InputStream, int, int, boolean, ContentAssetInfoTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.CheckImageSizeProcessor
-
check the width and the height of the given image as an inputstream match the width and the height specified
- checkForMandatoryParam(String, String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
-
check if the mandatory value provided is not empty
- checkIfSiteRepoExists(String) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- CheckImageSizeProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- CheckImageSizeProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.CheckImageSizeProcessor
-
default constructor
- CheckImageSizeProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.CheckImageSizeProcessor
-
constructor that sets the process name
- checkItemQueued(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- checkoutBranch(String, Git) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- checkoutBranch(Git, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- checkoutBranch(Git, String, boolean) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- checkoutBranch(Repository, String, String, boolean) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Checkout a branch, optionally creating it if it doesn't exist
- checkPermissions(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.security.HasAllPermissionsAnnotationHandler
- checkPermissions(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.security.HasAnyPermissionsAnnotationHandler
- checkPublishingStatus(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- checkReadWriteMode() - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
-
Checks that the blob store is in writable mode (readOnly = false) and throws an exception if it is not.
- checkSiteExists(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- checkSiteExists(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Checks if a site exists.
- checkSiteExists(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Checks if a site exists.
- checkSiteState(String, String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
- checkSiteState(String, String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- checkSiteState(String, String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- checkSiteState(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.annotation.RequireSiteStateAnnotationHandler
- checkSiteUuid(String, String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Checks if the currently existent site with the given ID also has the same siteUuid.
- checkSiteUuid(String, String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- checkSiteUuid(String, String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- checkWriteAssetPath(String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- checkWriteAssetPath(String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Check if path is a correct location to write asset content
- childDeleteItems(String, ContentItemTO, GoLiveDeleteCandidates) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
Iterate over all paths inside the folder
- childFilter - Variable in class org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
- children - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- children - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
-
navigation child content items
- children - Variable in class org.craftercms.studio.model.clipboard.PasteItem
-
The list of child items to include
- ChildrenByPathResult() - Constructor for class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult.ChildrenByPathResult
- classesBasePath - Variable in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- ClausesLimitAwareSearchService - Class in org.craftercms.studio.impl.v2.service.search.internal
-
A search service that is aware of
TooManyNestedClausesSearchException
and will retry failing queries with a lower number of max expansions. - ClausesLimitAwareSearchService(SearchService) - Constructor for class org.craftercms.studio.impl.v2.service.search.internal.ClausesLimitAwareSearchService
- CleanPreviewContentProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- CleanPreviewContentProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.CleanPreviewContentProcessor
-
default constructor
- CleanPreviewContentProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.CleanPreviewContentProcessor
-
constructor that sets the process name
- cleanup() - Method in class org.craftercms.studio.impl.v2.event.TemporaryFilesDirStartupTask
- cleanup(String, GitRepositories) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- cleanupAllRepositories() - Method in class org.craftercms.studio.impl.v1.repository.job.RepositoryCleanupJob
-
Performs a cleanup for all repositories on all existing sites.
- cleanupRepositories(String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Performs a cleanup all repositories for the given site
- cleanupRepositories(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- cleanupRepositories(String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
-
Performs a cleanup all repositories for the given site
- cleanupRepositories(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- CleanupRepositoriesEvent - Class in org.craftercms.studio.impl.v2.utils.spring.event
-
Event used to trigger repositories cleanup on startup
- CleanupRepositoriesEvent(Object) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.event.CleanupRepositoriesEvent
- CleanupTemporaryFilesEvent - Class in org.craftercms.studio.impl.v2.utils.spring.event
-
Event used to trigger temporary files cleanup on startup
- CleanupTemporaryFilesEvent(Object) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.event.CleanupTemporaryFilesEvent
- cleanUrisFromWorkflow(Set<String>, String) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- CleanWorkContentProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- CleanWorkContentProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.CleanWorkContentProcessor
-
default constructor
- CleanWorkContentProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.CleanWorkContentProcessor
-
constructor that sets the process name
- cleanWorkflow(String, String) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- cleanWorkflow(String, String) - Method in interface org.craftercms.studio.api.v1.service.workflow.WorkflowService
- clear() - Static method in class org.craftercms.studio.api.v1.job.CronJobContext
- clearCache(String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- clearCurrentConfig() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- clearPreviousPath(String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Clear previous path of the content
- clearPreviousPath(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Clear previous path of the content
- clearPreviousPath(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- clientFactory - Variable in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
-
The S3 client factory.
- ClipboardService - Interface in org.craftercms.studio.api.v2.service.clipboard
-
Defines all clipboard related operations
- ClipboardServiceImpl - Class in org.craftercms.studio.impl.v2.service.clipboard
-
Default implementation of
ClipboardService
- ClipboardServiceImpl(ClipboardServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.clipboard.ClipboardServiceImpl
- clipboardServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.clipboard.ClipboardServiceImpl
- ClipboardServiceInternal - Interface in org.craftercms.studio.api.v2.service.clipboard.internal
-
Defines all clipboard related operations
- ClipboardServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.clipboard.internal
-
Default implementation of
ClipboardServiceInternal
- ClipboardServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- CLOCK_JOB_FREQUENCY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Studio Clock Tasks
- CLOCK_JOB_TASK_EXECUTOR_CORE_POOL_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CLOCK_JOB_TASK_EXECUTOR_MAX_POOL_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CLOCK_JOB_TASK_EXECUTOR_QUEUE_CAPACITY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CLOCK_JOB_TASK_PUBLISHER_EXECUTE_EVERY_N_CYCLES - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CLOCK_JOB_TASK_PUBLISHER_MAX_RETRY_COUNT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- cloneContent() - Method in class org.craftercms.studio.controller.rest.v2.CmisController
- clonePluginFromGit(MarketplacePlugin, Path) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- closeConnection() - Method in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- closeContentStream() - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
close this content
- closeContentStream() - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- CLUSTER_MEMBER_ALREADY_EXISTS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CLUSTER_MEMBER_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CLUSTER_NODE_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- CmisController - Class in org.craftercms.studio.controller.rest.v2
- CmisController() - Constructor for class org.craftercms.studio.controller.rest.v2.CmisController
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.craftercms.studio.impl.v2.security.web.ApiAuthenticationEntryPoint
- comment - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- commit(String, String, String, String...) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli
- COMMIT_EX_RESOLVER - Variable in class org.craftercms.studio.impl.v2.utils.git.GitCli
- COMMIT_ID - Static variable in interface org.craftercms.studio.api.v2.dal.ProcessedCommitsDAO
- COMMIT_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- COMMIT_IDENTIFIER_FORMAT - Static variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- COMMIT_IDS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- COMMIT_RESOLUTION - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- commitAllChanges(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- CommitAuthor - Class in org.craftercms.studio.api.v2.dal
- CommitAuthor() - Constructor for class org.craftercms.studio.api.v2.dal.CommitAuthor
- commitChanges(String, List<String>, boolean, boolean, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- commitChanges(String, List<String>, List<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
Commits all changes for the given files in the repository of the site being upgraded.
- commitConflictResolution(CommitResolutionRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- commitDetails - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
-
Additional details for the commit message (optional)
- commitFiles(Repository, String, String, PersonIdent, String...) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Commit files to a site SANDBOX git repository (or GLOBAL if site is empty)
- commitId - Variable in class org.craftercms.studio.api.v1.to.ResultTO
- commitId - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- commitIdExists(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- commitIdExists(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Check if given commit id exists
- commitIdExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- commitIdExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- commitIdExists(String, GitRepositories, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- commitIdExists(String, GitRepositories, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Check if given commit id (or revision string) exists
- commitIdExists(String, GitRepositories, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- commitIdExists(String, GitRepositories, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- commitMessage - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
-
Message for the merge commit after upgrading.
- CommitNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception
- CommitNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.CommitNotFoundException
- CommitNotFoundException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.CommitNotFoundException
- CommitNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.CommitNotFoundException
- CommitNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.CommitNotFoundException
- commitResolution(String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- commitResolution(String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- commitResolution(String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- commitResolution(String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- CommitResolutionRequest - Class in org.craftercms.studio.model.rest
- CommitResolutionRequest() - Constructor for class org.craftercms.studio.model.rest.CommitResolutionRequest
- commitsMerged - Variable in class org.craftercms.studio.api.v2.service.repository.MergeResult
-
Total number of commits merged from the remote repository
- compare(ContentItemTO, ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- compare(ContentItemTO, ContentItemTO) - Method in class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
- compareDates(ZonedDateTime, ZonedDateTime, boolean) - Method in class org.craftercms.studio.impl.v1.util.ContentComparatorBase
-
compare dates
- compareStrings(String, String, boolean) - Method in class org.craftercms.studio.impl.v1.util.ContentComparatorBase
-
compare dates
- compareTo(DmOrderTO) - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- compareTo(VersionTO) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- COMPLETE_DELETE - Static variable in interface org.craftercms.studio.api.v2.service.notification.NotificationService
- COMPLETE_GO_LIVE - Static variable in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Action Completed Message Keys
- COMPLETE_REJECT - Static variable in interface org.craftercms.studio.api.v2.service.notification.NotificationService
- COMPLETE_SCHEDULE_GO_LIVE - Static variable in interface org.craftercms.studio.api.v2.service.notification.NotificationService
- COMPLETE_SUBMIT_TO_GO_LIVE - Static variable in interface org.craftercms.studio.api.v2.service.notification.NotificationService
- COMPLETED - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.State
- COMPLETED - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.State
- COMPLETED - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.State
- COMPLETED_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- COMPLETED_WITH_ERRORS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CompleteMessages - Enum constant in enum class org.craftercms.studio.api.v2.service.notification.NotificationMessageType
-
Messages show on workflow dialogs.
- completePublishAll(String, String, RepositoryChanges, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Performs the actual publish of all changes for the given site & target
- completePublishAll(String, String, RepositoryChanges, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- completePublishAll(String, String, RepositoryChanges, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- completePublishAll(String, String, RepositoryChanges, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- completeSiteDelete(String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Marks the site as DELETED
- component - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- COMPONENT - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ComponentFilter - Class in org.craftercms.studio.api.v1.util.filter
- ComponentFilter() - Constructor for class org.craftercms.studio.api.v1.util.filter.ComponentFilter
- componentPatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
component path patterns
- components - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- CompositeDeployer - Class in org.craftercms.studio.impl.v2.deployment
-
Composite
Deployer
that callsCompositeDeployer.createTargets(String)
andCompositeDeployer.deleteTargets(String)
in multipleDeployer
s. - CompositeDeployer(List<Deployer>) - Constructor for class org.craftercms.studio.impl.v2.deployment.CompositeDeployer
- CompositeException - Exception Class in org.craftercms.studio.api.v2.exception
-
Exception that wraps multiple exceptions
- CompositeException(String, Collection<Exception>) - Constructor for exception class org.craftercms.studio.api.v2.exception.CompositeException
- CompositeGitCliExceptionResolver - Class in org.craftercms.studio.impl.v2.utils.git.cli
-
GitCliOutputExceptionResolver
that uses a list of other resolvers to determine which exception to throw. - CompositeGitCliExceptionResolver(Collection<GitCliOutputExceptionResolver>) - Constructor for class org.craftercms.studio.impl.v2.utils.git.cli.CompositeGitCliExceptionResolver
- CompositeGitCliExceptionResolver(GitCliOutputExceptionResolver...) - Constructor for class org.craftercms.studio.impl.v2.utils.git.cli.CompositeGitCliExceptionResolver
- CompositePermission - Class in org.craftercms.studio.permissions
- CompositePermission() - Constructor for class org.craftercms.studio.permissions.CompositePermission
- CompositePermissionResolverImpl - Class in org.craftercms.studio.permissions
-
Implementation of
PermissionResolver
that resolves user permissions based on Studio'sSecurityService
. - CompositePermissionResolverImpl(SecurityService, StudioConfiguration) - Constructor for class org.craftercms.studio.permissions.CompositePermissionResolverImpl
- computeReorder(String, String, DmOrderTO, DmOrderTO, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
Will need to include the floating pages as well for orderValue computation Since the beforeOrder and afterOrder in the UI does not include floating pages will need to do special processing
- computeSignature(String, long) - Static method in class org.craftercms.studio.impl.v1.util.SessionTokenUtils
- ConditionalBasicAuthenticationFilter - Class in org.craftercms.studio.impl.v2.security.authentication.basic
-
Extension of
BasicAuthenticationFilter
that can be disabled - ConditionalBasicAuthenticationFilter(AuthenticationManager, boolean) - Constructor for class org.craftercms.studio.impl.v2.security.authentication.basic.ConditionalBasicAuthenticationFilter
- ConditionalBasicAuthenticationFilter(AuthenticationManager, AuthenticationEntryPoint, boolean) - Constructor for class org.craftercms.studio.impl.v2.security.authentication.basic.ConditionalBasicAuthenticationFilter
- ConditionalCacheInvalidator<K,
V> - Class in org.craftercms.studio.impl.v2.utils.cache -
Implementation of
CacheInvalidator
that only performs the invalidation if the key matches a pattern - ConditionalCacheInvalidator(List<String>, CacheInvalidator<K, V>) - Constructor for class org.craftercms.studio.impl.v2.utils.cache.ConditionalCacheInvalidator
- CONFIG_FOLDER - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- CONFIG_KEY_BASE_PATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.TemplateRenameUpgradeOperation
- CONFIG_KEY_CASE_TRANSFORM - Static variable in class org.craftercms.studio.impl.v2.service.policy.validators.PathPolicyValidator
- CONFIG_KEY_CLEAR_EXISTING_DATA - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- CONFIG_KEY_COMMIT_DETAILS - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- CONFIG_KEY_CONFIGURATIONS - Static variable in interface org.craftercms.studio.api.v2.upgrade.UpgradeConstants
- CONFIG_KEY_CONTENT_TYPES - Static variable in class org.craftercms.studio.impl.v2.service.policy.validators.ContentTypePolicyValidator
- CONFIG_KEY_CONTENT_TYPES - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- CONFIG_KEY_DENIED - Static variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- CONFIG_KEY_DESCRIPTOR_PATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- CONFIG_KEY_DESCRIPTOR_VERSION - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- CONFIG_KEY_DEST - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
- CONFIG_KEY_ENDPOINT - Static variable in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- CONFIG_KEY_ENVIRONMENT - Static variable in interface org.craftercms.studio.api.v2.upgrade.UpgradeConstants
- CONFIG_KEY_FACET_DATE - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FACET_MULTIPLE - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FACET_RANGE_FROM - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FACET_RANGE_LABEL - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FACET_RANGE_TO - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FACET_RANGES - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FACETS - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FIELD - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FIELD_BOOST - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FIELD_XPATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- CONFIG_KEY_FIELDS - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_FILE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.AddFileUpgradeOperation
- CONFIG_KEY_FILENAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
- CONFIG_KEY_FILES - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
- CONFIG_KEY_FOLDER - Static variable in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- CONFIG_KEY_FORM_DEFINITION - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- CONFIG_KEY_INCLUDED_PATHS - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
- CONFIG_KEY_INPUT_PATH - Static variable in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- CONFIG_KEY_INTEGRITY - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
- CONFIG_KEY_ITEM_ID_XPATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- CONFIG_KEY_ITEM_NAME_XPATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- CONFIG_KEY_ITEM_XPATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- CONFIG_KEY_MAX_ITEMS - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- CONFIG_KEY_MAX_SIZE - Static variable in class org.craftercms.studio.impl.v2.service.policy.validators.FileSizePolicyValidator
- CONFIG_KEY_MEDIACONVERT - Static variable in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- CONFIG_KEY_MIME_TYPES - Static variable in class org.craftercms.studio.impl.v2.service.policy.validators.MimeTypePolicyValidator
- CONFIG_KEY_MIN_SIZE - Static variable in class org.craftercms.studio.impl.v2.service.policy.validators.FileSizePolicyValidator
- CONFIG_KEY_MODULE - Static variable in interface org.craftercms.studio.api.v2.upgrade.UpgradeConstants
- CONFIG_KEY_NAME - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_NEW_PATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- CONFIG_KEY_OLD_PATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- CONFIG_KEY_OVERWRITE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- CONFIG_KEY_OVERWRITE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
- CONFIG_KEY_PATH - Static variable in interface org.craftercms.studio.api.v2.upgrade.UpgradeConstants
- CONFIG_KEY_PATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.AddFileUpgradeOperation
- CONFIG_KEY_PATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
- CONFIG_KEY_PATHS - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.DeleteUpgradeOperation
- CONFIG_KEY_PATTERN - Static variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- CONFIG_KEY_PATTERN - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
- CONFIG_KEY_PATTERN - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
- CONFIG_KEY_PERMITTED - Static variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- CONFIG_KEY_PROFILE_XPATH - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- CONFIG_KEY_QUEUE - Static variable in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- CONFIG_KEY_REGEX - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BatchXsltFileUpgradeOperation
- CONFIG_KEY_REPLACEMENT - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
- CONFIG_KEY_REPLACEMENT - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
- CONFIG_KEY_RESOURCE - Static variable in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- CONFIG_KEY_ROLE - Static variable in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- CONFIG_KEY_RULES - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
- CONFIG_KEY_SOURCE_REGEX - Static variable in class org.craftercms.studio.impl.v2.service.policy.validators.PathPolicyValidator
- CONFIG_KEY_SRC - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
- CONFIG_KEY_STATEMENT - Static variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- CONFIG_KEY_STORED_PARENT_ID_PROCEDURE_NAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- CONFIG_KEY_STORED_PROCEDURE_NAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- CONFIG_KEY_STORED_PROCEDURE_NAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- CONFIG_KEY_TARGET - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
- CONFIG_KEY_TARGET_REGEX - Static variable in class org.craftercms.studio.impl.v2.service.policy.validators.PathPolicyValidator
- CONFIG_KEY_TEMPLATE - Static variable in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- CONFIG_KEY_TEMPLATE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractXsltFileUpgradeOperation
- CONFIG_KEY_TRANSLATION_DEFAULT_LOCALE - Static variable in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- CONFIG_KEY_TRANSLATION_LOCALES - Static variable in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- CONFIG_KEY_TYPE_MATCHES - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_TYPES - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- CONFIG_KEY_URL_NAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- CONFIG_KEY_URL_TEMPLATE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- CONFIG_PARAMETER_BIG_FILE_THRESHOLD - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_BIG_FILE_THRESHOLD_DEFAULT - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_COMPRESSION - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_COMPRESSION_DEFAULT - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_FETCH - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_FETCH_DEFAULT - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_FILE_MODE - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_FILE_MODE_DEFAULT - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PARAMETER_URL - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_PATH_ROOT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONFIG_PIPELINE_SUFFIX - Static variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.ConfigurationUpgradePipelineFactoryImpl
- CONFIG_SECTION_CORE - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
-
Configuration
- CONFIG_SECTION_REMOTE - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- CONFIG_SITEENV_VARIABLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONFIG_SITENAME_VARIABLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- ConfigEncryptionUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Implementation of
AbstractContentUpgradeOperation
that upgrades encrypted properties in configuration files. - ConfigEncryptionUpgradeOperation(StudioConfiguration, TextEncryptor) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.ConfigEncryptionUpgradeOperation
- configLocation - Variable in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- configPath - Variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- ConfigRecord - Class in org.craftercms.studio.api.v2.service.marketplace.registry
-
Holds the data about a configuration update during a plugin installation
- ConfigRecord() - Constructor for class org.craftercms.studio.api.v2.service.marketplace.registry.ConfigRecord
- ConfigurableMax - Annotation Interface in org.craftercms.studio.model.validation.annotations
-
Custom constraint annotation to validate that a string does not exceed a maximum size, while allowing to configure the maximum value via Studio configuration.
- ConfigurableMaxValidator - Class in org.craftercms.studio.model.validation.validators
-
Custom validator for the
ConfigurableMax
annotation. - ConfigurableMaxValidator(StudioConfiguration) - Constructor for class org.craftercms.studio.model.validation.validators.ConfigurableMaxValidator
- CONFIGURATION - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- CONFIGURATION_ASSET_PROCESSING_TINIFY_API_KEY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Asset processing
- CONFIGURATION_CORS_ALLOWED_ORIGINS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DASHBOARD_CONTENT_EXPIRED_QUERY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DASHBOARD_CONTENT_EXPIRED_SORT_BY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DASHBOARD_CONTENT_EXPIRING_QUERY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DEFAULT_ADMIN_GROUP - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DEFAULT_DEPENDENCY_RESOLVER_CONFIG_BASE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DEFAULT_DEPENDENCY_RESOLVER_CONFIG_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DEFAULT_GROUPS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DEFAULT_TIME_ZONE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_DEPENDENCY_ITEM_SPECIFIC_PATTERNS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_ENVIRONMENT_ACTIVE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_GLOBAL_CONFIG_BASE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Configuration
- CONFIGURATION_GLOBAL_MENU_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_GLOBAL_PERMISSION_MAPPINGS_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_GLOBAL_ROLE_MAPPINGS_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_GLOBAL_SYSTEM_SITE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_GLOBAL_UI_RESOURCE_OVERRIDE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_MANAGEMENT_AUTHORIZATION_TOKEN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_MANAGEMENT_PREVIEW_AUTHORIZATION_TOKEN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_MANAGEMENT_PREVIEW_PROTECTED_URLS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_MAX_CONFIGURATION_LENGTH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_PATH_PATTERNS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_PROFILE_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CONFIGURATION_PUBLISHING_BLACKLIST_REGEX - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_ASSET_PROCESSING_CONFIGURATION_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_AWS_CONFIGURATION_MODULE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_AWS_CONFIGURATION_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_BOX_CONFIGURATION_MODULE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_BOX_CONFIGURATION_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_CONFIG_BASE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_CONFIG_BASE_PATH_PATTERN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_CONTENT_TYPES_CONFIG_BASE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_CONTENT_TYPES_CONFIG_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_CONTENT_TYPES_CONFIG_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_DATA_SOURCES_CONFIG_LOCATION - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_DEFAULT_AUTHORING_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_DEFAULT_GRAPHQL_SERVER_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_DEFAULT_PREVIEW_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_DEPENDENCY_RESOLVER_CONFIG_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_GENERAL_CONFIG_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_MUTLI_ENVIRONMENT_CONFIG_BASE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_MUTLI_ENVIRONMENT_CONFIG_BASE_PATH_PATTERN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_PERMISSION_MAPPINGS_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_PREVIEW_DESTROY_CONTEXT_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_ROLE_MAPPINGS_FILE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_WEBDAV_CONFIGURATION_MODULE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONFIGURATION_SITE_WEBDAV_CONFIGURATION_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- configurationCache - Variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- configurationCache - Variable in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- ConfigurationController - Class in org.craftercms.studio.controller.rest.v2
- ConfigurationController(ConfigurationService, StudioConfiguration, ContentTypeService) - Constructor for class org.craftercms.studio.controller.rest.v2.ConfigurationController
- ConfigurationController.DeleteContentTypeRequest - Class in org.craftercms.studio.controller.rest.v2
- ConfigurationEvent - Class in org.craftercms.studio.api.v2.event.content
-
Event triggered when a configuration file is changed
- ConfigurationEvent(Authentication, String, String) - Constructor for class org.craftercms.studio.api.v2.event.content.ConfigurationEvent
- ConfigurationException - Exception Class in org.craftercms.studio.api.v2.exception.configuration
-
Exception thrown when there's an error while reading a configuration.
- ConfigurationException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.configuration.ConfigurationException
- ConfigurationException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.configuration.ConfigurationException
- ConfigurationHistory - Class in org.craftercms.studio.model.rest
- ConfigurationHistory() - Constructor for class org.craftercms.studio.model.rest.ConfigurationHistory
- configurationPatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
Configuration path patterns
- configurationProvider - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- configurationService - Variable in class org.craftercms.studio.controller.web.v1.PluginController
-
The configuration service
- configurationService - Variable in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- configurationService - Variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- configurationService - Variable in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- configurationService - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- configurationService - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- configurationService - Variable in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- configurationService - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- configurationService - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- configurationService - Variable in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- configurationService - Variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- ConfigurationService - Interface in org.craftercms.studio.api.v2.service.config
-
Service that helps access different Studio configuration.
- ConfigurationServiceImpl - Class in org.craftercms.studio.impl.v2.service.configuration
- ConfigurationServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- configurationServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- ConfigurationServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.configuration.internal
-
Internal implementation of
ConfigurationService
. - ConfigurationServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- ConfigurationUpgradePipelineFactoryImpl - Class in org.craftercms.studio.impl.v2.upgrade.pipeline
-
Extension of
PrototypeUpgradePipelineFactoryImpl
for configuration files, the name of the pipeline is build based on the configuration file provided in the upgrade context. - ConfigurationUpgradePipelineFactoryImpl(UpgradeConfigurationProvider<HierarchicalConfiguration>, VersionProvider<String>, String) - Constructor for class org.craftercms.studio.impl.v2.upgrade.pipeline.ConfigurationUpgradePipelineFactoryImpl
- configureInbound(MessageSecurityMetadataSourceRegistry) - Method in class org.craftercms.studio.config.WebsocketSecurityConfig
- configureMessageBroker(MessageBrokerRegistry) - Method in class org.craftercms.studio.config.WebsocketConfig
- ConfigUtils - Class in org.craftercms.studio.impl.v1.util
- connection - Variable in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- Constants - Interface in org.craftercms.studio.api.v2.service.marketplace
-
Constant values used by the Marketplace API
- constructNewPathForCutCopy(String, String, String, boolean) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- container - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- contains(String) - Method in class org.craftercms.studio.api.v1.to.GoLiveQueue
- contains(ContentItemTO) - Method in class org.craftercms.studio.api.v1.to.GoLiveQueue
- containsMetadata(String) - Method in class org.craftercms.studio.model.policy.Action
- content - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- content - Variable in class org.craftercms.studio.model.contentType.ContentTypeUsage
- CONTENT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Content controller
- CONTENT_ALREADY_EXISTS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CONTENT_ALREADY_LOCKED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CONTENT_CHAIN_ASSET - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- CONTENT_CHAIN_FORM - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- CONTENT_CHANGE_TYPE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_COPY - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_CREATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_CUT - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_DELETE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_DELETE_CONTROLLER - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_DELETE_TEMPLATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_DUPLICATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_EDIT - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_EDIT_CONTROLLER - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_EDIT_TEMPLATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_ENCODING - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
content encoding
- CONTENT_FILENAME_MAX_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONTENT_FULLPATH_MAX_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONTENT_GET_DEPENDENCIES - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_ITEM_EDITABLE_TYPES - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONTENT_LIFECYCLE_OPERATION - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- CONTENT_MOVE_INVALID_LOCATION - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CONTENT_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- CONTENT_PASTE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_PROCESSOR_CONTENT_LIFE_CYCLE_SCRIPT_LOCATION - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Content Processors
- CONTENT_READ - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_READ_VERSION_HISTORY - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RENAME - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_1 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_10 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_11 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_12 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_13 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_14 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_15 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_16 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_17 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_18 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_19 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_2 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_20 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_21 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_22 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_23 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_24 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_25 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_26 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_27 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_28 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_29 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_3 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_30 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_31 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_32 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_33 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_34 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_35 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_36 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_37 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_38 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_39 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_4 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_5 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_6 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_7 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_8 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_RESERVED_9 - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_REVERT - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- CONTENT_TYPE - Static variable in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- CONTENT_TYPE_ALL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_ASSET - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_CLASS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- CONTENT_TYPE_COMPONENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_CONFIG_FOLDER - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_CONFIG_FORM_PATH_SIMPLE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- CONTENT_TYPE_CONFIG_REGEX - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_CONFIGURATION - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_DOCUMENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_FILE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_FOLDER - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_FORM_DEFINITION - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_GROUP - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_LEVEL_DESCRIPTOR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_PAGE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Content types constants
- CONTENT_TYPE_PATTERN_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- CONTENT_TYPE_REMOTE_REPOSITORY - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_RENDERING_TEMPLATE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_SCRIPT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_SITE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_TAXONOMY - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_TAXONOMY_REGEX - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_UNKNOWN - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPE_USER - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- CONTENT_TYPES_FILTER_COMPONENTS_INCLUDE_PATTERN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONTENT_TYPES_FILTER_DOCUMENTS_INCLUDE_PATTERN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- CONTENT_TYPES_FILTER_PAGES_INCLUDE_PATTERN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Content Types Filter Patterns
- CONTENT_UPLOAD - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- contentAsFolder - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
create content in a folder wrapper?
- contentAsFolder - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- ContentAssetInfoTO - Class in org.craftercms.studio.api.v1.to
-
This class contains content asset information that exists in the repository
- ContentAssetInfoTO() - Constructor for class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- ContentComparatorBase<T> - Class in org.craftercms.studio.impl.v1.util
-
content comparater base class
- ContentComparatorBase(String, boolean) - Constructor for class org.craftercms.studio.impl.v1.util.ContentComparatorBase
-
constructor
- ContentController - Class in org.craftercms.studio.controller.rest.v2
- ContentController(ContentService, DependencyService, ClipboardService, WorkflowService) - Constructor for class org.craftercms.studio.controller.rest.v2.ContentController
- ContentDashboardItem - Class in org.craftercms.studio.model.rest.dashboard
- ContentDashboardItem() - Constructor for class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- ContentEvent - Class in org.craftercms.studio.api.v2.event.content
-
Event triggered when there is a change in one or more content items
- ContentEvent(Authentication, String, String) - Constructor for class org.craftercms.studio.api.v2.event.content.ContentEvent
- ContentEvent(Authentication, String, String, boolean) - Constructor for class org.craftercms.studio.api.v2.event.content.ContentEvent
- ContentExistException - Exception Class in org.craftercms.studio.api.v2.exception.content
- ContentExistException() - Constructor for exception class org.craftercms.studio.api.v2.exception.content.ContentExistException
- ContentExistException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.content.ContentExistException
- ContentExistException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.content.ContentExistException
- ContentExistException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.content.ContentExistException
- contentExists(String, String) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- contentExists(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
Deprecated.
- contentExists(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Determine if content exists in the repository at a given path
- contentExists(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Check if content exists
- contentExists(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Determine if content exists in the repository at a given path
- contentExists(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Check the existent of a content path
- contentExists(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Check the existent of a content path
- contentExists(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- contentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- contentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- contentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- contentExists(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- contentExists(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- ContentFormatUtils - Class in org.craftercms.studio.impl.v1.util
-
util methods for parsing/converting data
- ContentFormatUtils() - Constructor for class org.craftercms.studio.impl.v1.util.ContentFormatUtils
- ContentItemAvailableActionsConstants - Class in org.craftercms.studio.api.v2.security
- contentItemIdGenerator - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- ContentItemIdGenerator - Interface in org.craftercms.studio.api.v1.service.content
- ContentItemIdGeneratorImpl - Class in org.craftercms.studio.impl.v1.service.content
- ContentItemIdGeneratorImpl() - Constructor for class org.craftercms.studio.impl.v1.service.content.ContentItemIdGeneratorImpl
- ContentItemOrderComparator - Class in org.craftercms.studio.impl.v1.util
-
This class compares two DmContentItem based on their order values specified by order name
- ContentItemOrderComparator(String, boolean, boolean, boolean) - Constructor for class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
-
constructor that sets the order name and the sort type
- ContentItemPossibleActionsConstants - Class in org.craftercms.studio.api.v2.security
- ContentItemTO - Class in org.craftercms.studio.api.v1.to
-
This class contains content item metadata used by the UI
- ContentItemTO() - Constructor for class org.craftercms.studio.api.v1.to.ContentItemTO
- ContentItemTO(ContentItemTO) - Constructor for class org.craftercms.studio.api.v1.to.ContentItemTO
- ContentItemTO(ContentItemTO, boolean) - Constructor for class org.craftercms.studio.api.v1.to.ContentItemTO
- ContentItemTO.AcceptAllChildFilter - Class in org.craftercms.studio.api.v1.to
- ContentItemTO.ChildFilter - Interface in org.craftercms.studio.api.v1.to
- contentLength() - Method in class org.craftercms.studio.impl.v2.repository.GitResource
- contentLength() - Method in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
- ContentLifeCycleProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- ContentLifeCycleProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.ContentLifeCycleProcessor
- ContentLockedByAnotherUserException - Exception Class in org.craftercms.studio.api.v2.exception.content
-
Extension of
ServiceLayerException
thrown when a user tries to lock an item that is already locked - ContentLockedByAnotherUserException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.content.ContentLockedByAnotherUserException
- contentMetadata - Variable in class org.craftercms.studio.model.policy.Action
- ContentMoveInvalidLocation - Exception Class in org.craftercms.studio.api.v2.exception.content
-
Exception thrown when a content move to an invalid location is attempted.
- ContentMoveInvalidLocation(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.content.ContentMoveInvalidLocation
- ContentNotAllowedException - Exception Class in org.craftercms.studio.api.v1.exception
-
occurs when the content provided does not meet preconditions
- ContentNotAllowedException() - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotAllowedException
- ContentNotAllowedException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotAllowedException
- ContentNotAllowedException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotAllowedException
- ContentNotAllowedException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotAllowedException
- ContentNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception
- ContentNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- ContentNotFoundException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- ContentNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- ContentNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- ContentNotFoundException(String, String, String) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- ContentPath - Annotation Interface in org.craftercms.studio.api.v2.annotation
-
Annotation to mark the parameter containing the value of the path
- ContentProcessException - Exception Class in org.craftercms.studio.api.v1.exception
-
occurs when failed to process content
- ContentProcessException() - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentProcessException
- ContentProcessException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentProcessException
- ContentProcessException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentProcessException
- ContentProcessException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ContentProcessException
- contentProcessor - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- ContentProcessor - Interface in org.craftercms.studio.api.v1.content.pipeline
-
interface for processing wcm content upon creating or updating the content
- ContentProcessorPipeline - Interface in org.craftercms.studio.api.v1.content.pipeline
- ContentProcessorPipelineImpl - Class in org.craftercms.studio.impl.v1.content.pipeline
-
Implementation of ContentProcessorPipeline that runs the content give through the pipeline
- ContentProcessorPipelineImpl() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.ContentProcessorPipelineImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- contentRepository - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- contentRepository - Variable in class org.craftercms.studio.impl.v1.repository.job.RepositoryCleanupJob
- contentRepository - Variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v2.job.StudioClockTask
- contentRepository - Variable in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- contentRepository - Variable in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
- contentRepository - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- ContentRepository - Interface in org.craftercms.studio.api.v1.repository
-
This interface represents the repository layer of Crafter Studio.
- ContentRepository - Interface in org.craftercms.studio.api.v2.repository
- contentRepositoryV1 - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- contentRepositoryV2 - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- contentRepositoryV2 - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- contentRepositoryV2 - Variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- ContentResource - Class in org.craftercms.studio.impl.v2.utils.spring
-
Implementation of
Resource
that wraps site content - ContentResource(ContentService, String, String) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.ContentResource
- contentService - Variable in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- contentService - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- contentService - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- contentService - Variable in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
Content service
- contentService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- contentService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
- contentService - Variable in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- contentService - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- contentService - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- contentService - Variable in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- contentService - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- contentService - Variable in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
-
The content service
- ContentService - Interface in org.craftercms.studio.api.v1.service.content
-
Content Services that other services may use
- ContentService - Interface in org.craftercms.studio.api.v2.service.content
- ContentServiceImpl - Class in org.craftercms.studio.impl.v1.service.content
-
Content Services that other services may use
- ContentServiceImpl - Class in org.craftercms.studio.impl.v2.service.content
- ContentServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- ContentServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- ContentServiceImpl.PastedPathMap - Class in org.craftercms.studio.impl.v1.service.content
-
Simple Object to hold result of calculating target paths for copy/cut and paste operation.
- contentServiceInternal - Variable in class org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect
- contentServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- ContentServiceInternal - Interface in org.craftercms.studio.api.v2.service.content.internal
- ContentServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.content.internal
- ContentServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- contentServiceV2 - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- contentServiceV2 - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- contentStoreService - Variable in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- contentStoreService - Variable in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- contentType - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- contentType - Variable in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- ContentType - Class in org.craftercms.studio.api.v2.dal
- ContentType() - Constructor for class org.craftercms.studio.api.v2.dal.ContentType
- ContentType.CopyDependency - Class in org.craftercms.studio.api.v2.dal
- ContentType.DeleteDependency - Class in org.craftercms.studio.api.v2.dal
- contentTypeBasePathPattern - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- contentTypeClass - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- contentTypeConfigFilename - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- ContentTypeConfigTO - Class in org.craftercms.studio.api.v1.to
-
DM Content type configuration
- ContentTypeConfigTO() - Constructor for class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- contentTypeDefinitionFilename - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- contentTypePattern - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Regular expression used to detect content-type definition files
- ContentTypePolicyValidator - Class in org.craftercms.studio.impl.v2.service.policy.validators
-
Implementation of
PolicyValidator
for content-type aware actions - ContentTypePolicyValidator() - Constructor for class org.craftercms.studio.impl.v2.service.policy.validators.ContentTypePolicyValidator
- contentTypesConfig - Variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
content types configuration
- contentTypesConfig - Variable in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- ContentTypesConfig - Interface in org.craftercms.studio.api.v1.service.configuration
-
provides content type configuration
- ContentTypesConfigImpl - Class in org.craftercms.studio.impl.v1.service.configuration
- ContentTypesConfigImpl() - Constructor for class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- contentTypeService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- contentTypeService - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- contentTypeService - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- contentTypeService - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- ContentTypeService - Interface in org.craftercms.studio.api.v1.service.content
- ContentTypeService - Interface in org.craftercms.studio.api.v2.service.content
-
Defines all operations related to content-types
- ContentTypeServiceImpl - Class in org.craftercms.studio.impl.v1.service.content
- ContentTypeServiceImpl - Class in org.craftercms.studio.impl.v2.service.content
-
Default implementation for
ContentTypeService
- ContentTypeServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- ContentTypeServiceImpl(ContentTypeServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.content.ContentTypeServiceImpl
- contentTypeServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.content.ContentTypeServiceImpl
- ContentTypeServiceInternal - Interface in org.craftercms.studio.api.v2.service.content.internal
- ContentTypeServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.content.internal
- ContentTypeServiceInternalImpl(ContentTypeService, SecurityService, ConfigurationService, ItemDAO, String, String, String, String, String, String, String, String, String, GitRepositoryHelper) - Constructor for class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- contentTypesRootPath - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- ContentTypeUsage - Class in org.craftercms.studio.model.contentType
-
Holds all data of items related to a content-type
- ContentTypeUsage() - Constructor for class org.craftercms.studio.model.contentType.ContentTypeUsage
- contentTypeXpath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
XPath to query the content-type of item descriptors
- ContentUtils - Class in org.craftercms.studio.impl.v1.util
- ContentUtils() - Constructor for class org.craftercms.studio.impl.v1.util.ContentUtils
- context - Variable in class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- contextManager - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- contextManager - Variable in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- ContextManager - Interface in org.craftercms.studio.api.v2.core
-
Manages all
Context
objects for sites - ContextManagerImpl - Class in org.craftercms.studio.impl.v2.core
-
Default implementation of
ContextManager
- ContextManagerImpl(StudioConfiguration, ContentStoreService) - Constructor for class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- contexts - Variable in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- controllerFormat - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- controllerPattern - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- convertDocumentToStream(Document, String) - Static method in class org.craftercms.studio.impl.v1.util.ContentUtils
-
content the given document to stream
- convertDocumentToString(Document) - Static method in class org.craftercms.studio.impl.v1.util.XmlUtils
-
convert document to string
- convertHistoryItemToDashboardItem(PublishingHistoryItem) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Convert Publishing History Item to Publishing Dashboard Item
- convertHistoryItemToDashboardItem(PublishingHistoryItem) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- convertPathsToContent(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- convertStreamToXml(InputStream) - Static method in class org.craftercms.studio.impl.v1.util.ContentUtils
-
convert InputStream to string
- COPY - Enum constant in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
- COPY - Enum constant in enum class org.craftercms.studio.api.v2.dal.RepoOperation.Action
- COPY - Enum constant in enum class org.craftercms.studio.model.clipboard.Operation
- COPY - Enum constant in enum class org.craftercms.studio.model.policy.Type
- COPY_FILE_MODIFIER_FORMAT - Static variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- COPY_FILE_MODIFIER_PATTERN - Static variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- COPY_FILE_PATTERN - Static variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
file and folder name patterns for copied files and folders
- COPY_FOLDER_PATTERN - Static variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- COPY_PART_SIZE - Static variable in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- copyBlobs(StudioBlobStore, String, List<String>) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStore
-
Copy the blob items from the source store
- copyBlobs(StudioBlobStore, String, List<String>) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- copyContent(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- copyContent(String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
copy content from PathA to pathB
- copyContent(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
copy content fromPath to toPath
- copyContent(String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- copyContent(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- copyContent(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- copyContent(String, String, String, Set<String>) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
internal method copy that handles Get dependencies is already recursive
- copyContentFromBlueprint(String, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- copyDepedencyPattern - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
list of copy association patterns
- copyDepedencyPattern - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- CopyDependency() - Constructor for class org.craftercms.studio.api.v2.dal.ContentType.CopyDependency
- CopyDependencyConfigTO - Class in org.craftercms.studio.api.v1.to
-
holds the configuration for copy dependency
- CopyDependencyConfigTO(String, String) - Constructor for class org.craftercms.studio.api.v1.to.CopyDependencyConfigTO
- copyFile(String, String, String, String, int, Supplier<S3Client>) - Static method in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- copyFolder(String, String, String, String, int, Supplier<S3Client>) - Static method in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- copyPlugin(String, String, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- copyPlugin(String, String, Map<String, String>) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Copy a plugin in a site
- copyPlugin(String, String, Map<String, String>) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Copy a plugin in a site
- copyPlugin(String, String, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- copyPlugin(MarketplaceController.CopyPluginRequest) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController
- copyPluginFiles(Path, String, Plugin, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- CopyPluginRequest() - Constructor for class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- CopyToEnvironmentItem - Class in org.craftercms.studio.api.v1.service.deployment
- CopyToEnvironmentItem() - Constructor for class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- CopyToEnvironmentItem.Action - Enum Class in org.craftercms.studio.api.v1.service.deployment
- CopyToEnvironmentItem.State - Enum Class in org.craftercms.studio.api.v1.service.deployment
- CORRUPTED - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- count - Variable in class org.craftercms.studio.model.search.SearchFacetRange
-
The count of files that match the range
- countAllContentItems() - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Count all content items
- countAllContentItems() - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- countAllContentItems(List<String>) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Count all content items in the system
- counters - Variable in class org.craftercms.studio.impl.v2.job.StudioClockTask
- countItems() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- countPreviousPaths(String, String, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Count non-new items having previous path property set to given path
- countSites() - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- countSites() - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
- countSites() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- countSites() - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- countUsers() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- CRAFTER_SCHEMA_NAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
- CREATE - Enum constant in enum class org.craftercms.studio.api.v2.dal.RepoOperation.Action
- CREATE - Enum constant in enum class org.craftercms.studio.model.policy.Type
- createAccessToken(long, PersistentAccessToken) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- createAccessToken(String, Instant) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Creates a new access token for the current user
- createAccessToken(String, Instant) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Creates a new access token for the current user
- createAccessToken(String, Instant) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- createAccessToken(String, Instant) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- createAccessToken(CreateAccessTokenRequest) - Method in class org.craftercms.studio.controller.rest.v2.SecurityController
- CreateAccessTokenRequest - Class in org.craftercms.studio.model.rest
-
Request to create an access token
- CreateAccessTokenRequest() - Constructor for class org.craftercms.studio.model.rest.CreateAccessTokenRequest
- createActivityItem(String, AuditLog, String) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- createAuditLog(String, long, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- createAuditLog(String, long, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- createAuditLog(Authentication, long, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- createAuditLogEntry() - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Create Audit log entry and populate common properties
- createAuditLogEntry() - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- createBatch(Collection<String>, ZonedDateTime, String, SubmitLifeCycleOperation, String, MultiChannelPublishingContext) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- createBinding(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- CREATED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- createdOn - Variable in class org.craftercms.studio.model.security.PersistentAccessToken
-
The date of creation of the access token
- createDummyDmContentItemForDeletedNode(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- createDummyDmContentItemForDeletedNode(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- createException(int, String) - Method in class org.craftercms.studio.impl.v2.utils.git.cli.NoChangesToCommitExceptionResolver
- createException(int, String) - Method in class org.craftercms.studio.impl.v2.utils.git.cli.PatternFindingGitCliExceptionResolver
- createException(int, String) - Method in class org.craftercms.studio.impl.v2.utils.git.cli.RepositoryLockedExceptionResolver
- createFolder(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- createFolder(String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
create a folder
- createFolder(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
create a folder
- createFolder(String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- createFolder(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- createFolder(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- createGitRepository(Path) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- createGlobalRepo() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- createGroup(long, String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Create group
- createGroup(long, String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- createGroup(long, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- createGroup(long, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- createGroup(long, String, String, int) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Create group
- createGroup(Group) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Create group API
- createInstance() - Method in class org.craftercms.studio.impl.v2.utils.spring.CacheControlFactory
- createInstance() - Method in class org.craftercms.studio.impl.v2.utils.spring.WebContentInterceptorFactory
- createJob(String, String, TranscoderProfile, ElasticTranscoderClient) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- createMediaConverJob(CreateJobResponse, String, String) - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
-
Creates an instance of
MediaConvertJob
with the result of the transcoding job creation. - createMissingFoldersInPath(String, String, boolean) - Method in interface org.craftercms.studio.api.v1.content.pipeline.DmContentProcessor
-
create missing folders in the given path
- createMissingFoldersInPath(String, String, boolean) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- createNewContentItemTO(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- createNewFile(String, ContentItemTO, String, InputStream, String, boolean, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
-
create new file to the given path.
- createOrRenameType() - Method in class org.craftercms.studio.model.policy.Action
-
Check if the action type has a change in name
- createPipeline(String, List<UpgradeOperation<String>>) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.PrototypeUpgradePipelineFactoryImpl
- createPluginConfig(Path, String, Map<String, String>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- createProfile() - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.TranscoderProfileMapper
- createProfile() - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- createPublishedRepository(String, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Create a site published git repository from scratch
- createResult(String, CreateJobResponse, Pipeline) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- createSandboxRepository(String, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Create a site sandbox git repository from scratch
- createScriptEngine(String) - Method in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- createSecurityExpressionRoot(Authentication, Message<T>) - Method in class org.craftercms.studio.impl.v2.utils.spring.security.messaging.StudioSecurityExpressionHandler
- createSite(SiteFeed) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- createSite(CreateSiteRequest) - Method in class org.craftercms.studio.controller.rest.v2.SitesController
- createSite(CreateSiteRequest) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Creates a site using the given blueprint
- createSite(CreateSiteRequest) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Creates a site using the given blueprint
- createSite(CreateSiteRequest) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- createSite(CreateSiteRequest) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- createSiteCloneRemote(String, String, String, String, String, boolean, String, String, String, String, String, Map<String, String>, boolean, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- createSiteCloneRemote(String, String, String, String, String, boolean, String, String, String, String, String, Map<String, String>, boolean, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Create new site as a clone from remote repository
- createSiteCloneRemote(String, String, String, String, String, boolean, String, String, String, String, String, Map<String, String>, boolean, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- createSiteCloneRemote(String, String, String, String, String, boolean, String, String, String, String, String, Map<String, String>, boolean, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- createSiteCloneRemoteGitRepo(String, String, String, String, String, boolean, String, String, String, String, String, boolean, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- createSiteFromBlueprint(String, String, String, String, String, Map<String, String>, boolean) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- createSiteFromBlueprint(String, String, String, String, String, Map<String, String>, boolean) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Create a new site based on an existing blueprint
- createSiteFromBlueprint(String, String, String, Map<String, String>, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- createSiteFromBlueprint(String, String, String, Map<String, String>, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Create a new site based on a blueprint
- createSiteFromBlueprint(String, String, String, Map<String, String>, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- createSiteFromBlueprint(String, String, String, Map<String, String>, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- createSiteFromBlueprintGit(String, String, String, Map<String, String>, String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- CreateSiteRequest - Class in org.craftercms.studio.model.rest.marketplace
-
Holds the information needed to create a site from a Marketplace Blueprint
- CreateSiteRequest() - Constructor for class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- createSiteWithRemoteOption(String, String, String, String, String, String, String, String, boolean, String, String, String, String, String, String, Map<String, String>, boolean) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- createSiteWithRemoteOption(String, String, String, String, String, String, String, String, boolean, String, String, String, String, String, String, Map<String, String>, boolean) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Create a new site with remote option (clone from remote or push to remote repository)
- createSuccessAuthentication(Object, Authentication, UserDetails) - Method in class org.craftercms.studio.impl.v2.security.authentication.db.DbAuthenticationProvider
- createTargets(String) - Method in interface org.craftercms.studio.api.v2.deployment.Deployer
-
Calls a Crafter Deployer to create any necessary targets for the site.
- createTargets(String) - Method in class org.craftercms.studio.impl.v2.deployment.CompositeDeployer
- createTargets(String) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- createTargets(String) - Method in class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
- createTemporaryBranch(String, Git) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- createToken(String, int) - Static method in class org.craftercms.studio.impl.v1.util.SessionTokenUtils
- createToken(Instant, Instant, String, Long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- createTokens(Authentication, HttpServletRequest, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Creates the access & refresh tokens for the given authentication
- createTokens(Authentication, HttpServletRequest, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Creates the access & refresh tokens for the given authentication
- createTokens(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- createTokens(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- createUpgradeContext(String) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- createUrl(String, String) - Method in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
- createUrl(S3Client, String, String) - Method in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
Builds a remote-asset url using the given profile and S3 URI
- createUser(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Create user
- createUser(User) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- createUser(User) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- createUser(User) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- createUser(User) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- createUser(CreateUserRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Create user API
- CreateUserRequest - Class in org.craftercms.studio.model.rest
-
Holds the parameters for a Create User request
- CreateUserRequest() - Constructor for class org.craftercms.studio.model.rest.CreateUserRequest
- createVersion(String, String, boolean) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
create a version
- createVersion(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- createVersion(String, String, boolean) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- createVersion(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- createVersion(String, String, String, boolean) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
create a version
- createVersion(String, String, String, boolean) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- createVersion(String, String, String, boolean) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- createVersion(String, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- CronJobContext - Class in org.craftercms.studio.api.v1.job
- CronJobContext(String) - Constructor for class org.craftercms.studio.api.v1.job.CronJobContext
- CSS_PATTERN - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- ctx - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- currentConfigName - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
The name of the config file being upgraded
- currentConfigPath - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
The path of the config file being upgraded
- CUT - Enum constant in enum class org.craftercms.studio.model.clipboard.Operation
D
- DalUtils - Class in org.craftercms.studio.api.v2.utils
-
Utility class for DAL related operations.
- DalUtils() - Constructor for class org.craftercms.studio.api.v2.utils.DalUtils
- DASHBOARD - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Dashboard Controller
- DashboardController - Class in org.craftercms.studio.controller.rest.v2
- DashboardController(DashboardService) - Constructor for class org.craftercms.studio.controller.rest.v2.DashboardController
- DashboardPublishingPackage - Class in org.craftercms.studio.model.rest.dashboard
- DashboardPublishingPackage() - Constructor for class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- DashboardService - Interface in org.craftercms.studio.api.v2.service.dashboard
-
Service that process requests for Dashboard API
- DashboardServiceImpl - Class in org.craftercms.studio.impl.v2.service.dashboard
- DashboardServiceImpl(ActivityStreamServiceInternal, PublishServiceInternal, ContentServiceInternal, SecurityService, WorkflowServiceInternal, ItemServiceInternal, SearchService, StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- dashExtension - Variable in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
The extension used by DASH ISO files
- dataSource - Variable in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerFactoryImpl
- dataSource - Variable in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- dataSource - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
The database data source.
- dataSource - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- DataSourceInitializer - Interface in org.craftercms.studio.api.v2.dal
- DataSourceInitializerImpl - Class in org.craftercms.studio.impl.v2.dal
- DataSourceInitializerImpl() - Constructor for class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- DataSourceRepository - Class in org.craftercms.studio.api.v2.dal
- DataSourceRepository() - Constructor for class org.craftercms.studio.api.v2.dal.DataSourceRepository
- date - Variable in class org.craftercms.studio.api.v1.to.FacetTO
-
Indicates if the range is a date
- date - Variable in class org.craftercms.studio.impl.v1.service.workflow.operation.PreScheduleDeleteOperation
- date - Variable in class org.craftercms.studio.model.search.SearchFacet
-
Indicates if the facet values are dates
- DATE_FORMAT_DEPLOYED - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DATE_FORMAT_SCHEDULED - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DATE_FROM - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- DATE_PATTERN_MODEL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DATE_PATTERN_TIMEZONE_GMT - Static variable in class org.craftercms.studio.impl.v1.util.ContentFormatUtils
-
model date format constants
- DATE_PATTERN_WORKFLOW - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DATE_PATTERN_WORKFLOW_WITH_TZ - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DATE_TO - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- dateSubmitted - Variable in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- dateTime - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- DateUtils - Class in org.craftercms.studio.impl.v2.utils
-
Utility methods for handling dates
- DateUtils() - Constructor for class org.craftercms.studio.impl.v2.utils.DateUtils
- DAYS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- DB - Enum constant in enum class org.craftercms.studio.model.AuthenticationType
- DB_BASE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_BULK_OPERATIONS_BATCH_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_DATA_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_DRIVER - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Database
- DB_INITIALIZER_CREATE_DB_SCRIPT_LOCATION - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_INITIALIZER_CREATE_SCHEMA_SCRIPT_LOCATION - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_INITIALIZER_ENABLED - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_INITIALIZER_RANDOM_ADMIN_PASSWORD_CHARS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_INITIALIZER_RANDOM_ADMIN_PASSWORD_ENABLED - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_INITIALIZER_RANDOM_ADMIN_PASSWORD_LENGTH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_INITIALIZER_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_MAX_ALLOWED_PACKET - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_MAX_CONNECTIONS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_MAX_RECURSIVE_ITERATIONS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_PASSWORD - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_INITIAL_CONNECTIONS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_MAX_ACTIVE_CONNECTIONS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_MAX_IDLE_CONNECTIONS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_MAX_WAIT_TIME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_MIN_IDLE_CONNECTIONS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_REMOVE_ABANDONED_ON_BORROW - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_REMOVE_ABANDONED_ON_MAINTENANCE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_REMOVE_ABANDONED_TIMEOUT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_POOL_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_PORT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_RETRYING_OPERATION_MAX_ATTEMPTS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_RETRYING_OPERATION_MAX_SLEEP - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_SCHEMA - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_SCRIPT_RUNNER_BUFFER_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_SOCKET - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_TEST_ON_BORROW - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_USER - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_VALIDATION_INTERVAL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DB_VALIDATION_QUERY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- DbAuthenticationProvider - Class in org.craftercms.studio.impl.v2.security.authentication.db
-
Extension of
DaoAuthenticationProvider
that returns an instance ofAuthenticatedUser
- DbAuthenticationProvider() - Constructor for class org.craftercms.studio.impl.v2.security.authentication.db.DbAuthenticationProvider
- DbAuthenticationUserDetailsService<T> - Class in org.craftercms.studio.impl.v2.security.userdetails
-
Implementation of
DbAuthenticationUserDetailsService
that uses Studio'sUserDAO
- DbAuthenticationUserDetailsService(UserDAO, Cache<String, User>) - Constructor for class org.craftercms.studio.impl.v2.security.userdetails.DbAuthenticationUserDetailsService
- DbEncryptionUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.db
-
Implementation of
UpgradeOperation
that upgrades encrypted values in the database. - DbEncryptionUpgradeOperation(StudioConfiguration, TextEncryptor) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.db.DbEncryptionUpgradeOperation
- dbErrorNotifiedSites - Static variable in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- dbPipelineFactory - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- DbScriptUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.db
-
Implementation of
UpgradeOperation
that executes a database script. - DbScriptUpgradeOperation(StudioConfiguration, String, DbIntegrityValidator) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
- DbUserDetailsService - Class in org.craftercms.studio.impl.v2.security.userdetails
-
Implementation of
UserDetailsService
that uses Studio'sUserDAO
- DbUserDetailsService(UserDAO, LoginAttemptManager) - Constructor for class org.craftercms.studio.impl.v2.security.userdetails.DbUserDetailsService
- dbVersionProvider - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- DbVersionProvider - Class in org.craftercms.studio.impl.v2.upgrade.providers
-
Implementation of
VersionProvider
for the database. - DbVersionProvider(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- decryptToken(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- DEFAULT_CHARACTER_ENCODING - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- DEFAULT_CONFIG_URL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DEFAULT_CONTENT_PATH_MODEL_ATTR_NAME - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- DEFAULT_CONTENT_STREAM_MODEL_ATTR_NAME - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- DEFAULT_CONTENT_TYPE - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- DEFAULT_DEPLOYER_RESPONSE_TIMEOUT - Static variable in class org.craftercms.studio.config.DeployerConfig
- DEFAULT_ENCRYPTED_PATTERN - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.ConfigEncryptionUpgradeOperation
- DEFAULT_EX_RESOLVER - Variable in class org.craftercms.studio.impl.v2.utils.git.GitCli
- DEFAULT_MAX - Static variable in class org.craftercms.studio.model.validation.validators.ConfigurableMaxValidator
- DEFAULT_MAX_EXPANSIONS - Static variable in interface org.craftercms.studio.api.v2.service.search.SearchService
-
The default maximum number of terms for fuzzy queries expands to.
- DEFAULT_MAX_ITEMS - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- DEFAULT_MIME_TYPE - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- DEFAULT_ORGANIZATION_ID - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DEFAULT_PATH_RESOURCE_VALUE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- DEFAULT_PERMISSION_VOTER_PATH - Static variable in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
-
The default path to use if there is no path parameter
- DEFAULT_PUBLISHING_LOCK_OWNER_ID - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DEFAULT_SEPARATOR - Static variable in class org.craftercms.studio.impl.v2.utils.cache.SuffixCacheInvalidator
-
The default separator for the suffix
- DefaultCacheInvalidator<K,
V> - Class in org.craftercms.studio.impl.v2.utils.cache -
Implementation of
CacheInvalidator
that invalidates a single item - DefaultCacheInvalidator() - Constructor for class org.craftercms.studio.impl.v2.utils.cache.DefaultCacheInvalidator
- defaultFile - Variable in class org.craftercms.studio.impl.v2.upgrade.providers.SiteVersionProvider
-
Path of the default file.
- defaultLocaleCode - Variable in class org.craftercms.studio.model.config.TranslationConfiguration
-
The code of the default locale for all new content
- defaultPreviewImagePath - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- defaultType - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Default label used for unknown file types
- defaultVersion - Variable in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
-
Version returned if none is found.
- delay - Variable in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- delete - Variable in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- delete(String, List<String>, String, ZonedDateTime, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- delete(String, List<String>, String, ZonedDateTime, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
-
Delete content
- delete(String, List<String>, List<String>, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Delete content items
- delete(String, List<String>, List<String>, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- delete(DeleteRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- DELETE - Enum constant in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
- DELETE - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.Action
- DELETE - Enum constant in enum class org.craftercms.studio.api.v1.service.fsm.TransitionEvent
- DELETE - Enum constant in enum class org.craftercms.studio.api.v2.dal.RepoOperation.Action
- DELETE - Enum constant in enum class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl.Operation
- DELETE - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.Action
- DELETE - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.Action
- DELETE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- DELETE_BATCH_SIZE - Static variable in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- DELETE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- DELETE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- deleteAccessToken(long) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Deletes an access token for the current user
- deleteAccessToken(long) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Deletes an access token for the current user
- deleteAccessToken(long) - Method in class org.craftercms.studio.controller.rest.v2.SecurityController
- deleteAccessToken(long) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- deleteAccessToken(long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- deleteAccessToken(long, long) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- deleteAuditLogForSite(long) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
-
Delete audit log for site
- deleteAuditLogForSite(long) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Delete audit log for site
- deleteAuditLogForSite(long) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- deleteBefore(long, String) - Method in interface org.craftercms.studio.api.v2.dal.ProcessedCommitsDAO
-
Deletes all commits records inserted before the given commitId
- deleteBranches(Git, String...) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- deleteBySiteAndPath(long, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Delete item
- deleteBySiteAndPathForFolder(long, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Delete items for site and folder path
- deleteContent(String, String, boolean, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- deleteContent(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- deleteContent(String, String, boolean, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- deleteContent(String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
delete content
- deleteContent(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
delete content at the path
- deleteContent(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Delete content for given path.
- deleteContent(String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- deleteContent(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- deleteContent(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- deleteContent(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- deleteContent(String, List<String>, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Delete content for given paths.
- deleteContent(String, List<String>, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- DeleteContentEvent - Class in org.craftercms.studio.api.v2.event.content
-
Extension of
ContentEvent
triggered when content is deleted. - DeleteContentEvent(Authentication, String, String) - Constructor for class org.craftercms.studio.api.v2.event.content.DeleteContentEvent
- deleteContentType(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.ContentTypeService
-
Deletes all files related to a given content-type
- deleteContentType(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentTypeServiceInternal
-
Deletes all files related to a given content-type
- deleteContentType(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.ContentTypeServiceImpl
-
Deletes all files related to a given content-type
- deleteContentType(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- deleteContentType(ConfigurationController.DeleteContentTypeRequest) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- DeleteContentTypeRequest() - Constructor for class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- deleted - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- deleted - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- deleted - Variable in class org.craftercms.studio.api.v2.dal.Site
- deleted() - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- DELETED - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- DELETED - Static variable in class org.craftercms.studio.api.v2.dal.Site.State
- DELETED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- deleteDependencies - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
list of delete association patterns that this content type is dependent on for deleting indexes in web project
- deleteDependencies - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- deleteDependencies - Variable in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- deleteDependenciesForSite(Map) - Method in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- DeleteDependency() - Constructor for class org.craftercms.studio.api.v2.dal.ContentType.DeleteDependency
- DeleteDependencyConfigTO - Class in org.craftercms.studio.api.v1.to
-
holds the configuration for delete dependency
- DeleteDependencyConfigTO(String, boolean) - Constructor for class org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
- deleteDependencyRows(String, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- deleteDependencySourcePathRows(String, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- deleteDeploymentDataForSite(String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- deleteDeploymentDataForSite(String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
- deleteDeploymentDataForSite(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- DeletedException - Exception Class in org.craftercms.studio.api.v2.security.authentication
-
Extension of
AccountStatusException
thrown when a deleted user tries to authenticate. - DeletedException(String) - Constructor for exception class org.craftercms.studio.api.v2.security.authentication.DeletedException
- DeletedException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v2.security.authentication.DeletedException
- deletedFiles - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- deletedPaths - Variable in class org.craftercms.studio.api.v2.repository.RepositoryChanges
-
Set of deleted paths
- DeletedUserDetailsChecker - Class in org.craftercms.studio.impl.v2.security.authentication
-
Extension of
AccountStatusUserDetailsChecker
that checks for deleted users too. - DeletedUserDetailsChecker() - Constructor for class org.craftercms.studio.impl.v2.security.authentication.DeletedUserDetailsChecker
- deleteExpiredRefreshTokens() - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Deletes all expired refresh tokens
- deleteExpiredRefreshTokens() - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Deletes all expired refresh tokens
- deleteExpiredRefreshTokens() - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- deleteExpiredRefreshTokens() - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- deleteExpiredTokens(int, List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- deleteGroup(long) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Delete group
- deleteGroup(List<Long>) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Delete group(s)
- deleteGroup(List<Long>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- deleteGroup(List<Long>) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- deleteGroup(List<Long>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- deleteGroups(List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Delete groups
- deleteGroups(List<Long>) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Delete group API
- deleteInTransaction(String, List<String>, String) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- deleteItem(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Delete item
- deleteItem(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- deleteItemDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Delete the dependencies of sourcePath
- deleteItemDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Delete the dependencies of sourcePath
- deleteItemDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Delete the dependencies of sourcePath
- deleteItemDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- deleteItemDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- deleteItemForFolder(long, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Delete items for site and paths
- deleteItemForFolder(long, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- deleteItemRow(Long, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- deleteItemsForSite(long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Delete all items for site
- deleteItemsForSite(long) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Delete all items for site
- deleteItemsForSite(long) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- deletePreviewCookie(HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Deletes the preview cookie
- deletePreviewCookie(HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Deletes the preview cookie
- deletePreviewCookie(HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- deletePreviewCookie(HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- deleteRefreshToken(long) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- deleteRefreshToken(long) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Deletes the refresh token for the given user
- deleteRefreshToken(long) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Deletes the refresh token for the given user
- deleteRefreshToken(long) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- deleteRefreshToken(long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- deleteRefreshTokens(List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- deleteRemoteRepositoriesForSite(Map) - Method in interface org.craftercms.studio.api.v2.dal.RemoteRepositoryDAO
- deleteRemoteRepository(Map) - Method in interface org.craftercms.studio.api.v2.dal.RemoteRepositoryDAO
- deleteRemoteRepositoryForSite(Map) - Method in interface org.craftercms.studio.api.v2.dal.RemoteRepositoryDAO
- DeleteRequestBody - Class in org.craftercms.studio.model.rest.content
- DeleteRequestBody() - Constructor for class org.craftercms.studio.model.rest.content.DeleteRequestBody
- deleteSequencesForSite(String) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- deleteSequencesForSite(String) - Method in interface org.craftercms.studio.api.v1.service.content.DmPageNavigationOrderService
- deleteSequencesForSite(Map) - Method in interface org.craftercms.studio.api.v1.dal.NavigationOrderSequenceMapper
- deleteSite(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- deleteSite(String) - Method in class org.craftercms.studio.controller.rest.v2.SitesController
- deleteSite(String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Deprecated.
- deleteSite(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Deprecated.use
SitesService.deleteSite(String)
instead - deleteSite(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- deleteSite(String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Deletes the underlying git repositories for a site
- deleteSite(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Delete a site from the system
- deleteSite(String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- deleteSite(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- deleteSite(String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- deleteSite(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- deleteSite(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- deleteSite(String, String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
-
Delete site
- deleteSiteDependencies(String) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Delete all dependencies from the database for a given site.
- deleteSiteDependencies(String) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- deleteSiteGitRepo(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- deleteSiteRelatedItems(String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Delete site
- deleteTargets(String) - Method in interface org.craftercms.studio.api.v2.deployment.Deployer
-
Deletes the targets associated with the site.
- deleteTargets(String) - Method in class org.craftercms.studio.impl.v2.deployment.CompositeDeployer
- deleteTargets(String) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- deleteTargets(String) - Method in class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
- deleteTemporaryBranch(Git) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- deleteTokens(LogoutSuccessEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.AccessTokenAuthenticationListener
- DeleteUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.file
-
Implementation of
UpgradeOperation
that deletes files and folders in the repository - DeleteUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.file.DeleteUpgradeOperation
- deleteUserProperties(long, long, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Deletes the given user properties
- deleteUserProperties(String, List<String>) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- deleteUserProperties(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Delete properties for the given site & current user
- deleteUserProperties(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Delete properties for the given site & current user
- deleteUserProperties(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- deleteUserProperties(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- deleteUserPropertiesBySiteId(long) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Deletes all user properties for a given site
- deleteUserPropertiesByUserIds(List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Deletes all user properties for a given user
- deleteUsers(List<Long>, List<String>) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Delete users API
- deleteUsers(List<Long>, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- deleteUsers(List<Long>, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- deleteUsers(List<Long>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- deleteUsers(List<Long>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- deleteUsers(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Delete users
- deleteUsersAccessTokens(List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- deleteUsersTokens(List<Long>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Deletes all the tokens for the given users
- deleteUsersTokens(List<Long>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- deleteWorkflowEntries(String, Collection<String>) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Delete workflow entries for given site and paths
- deleteWorkflowEntries(String, Collection<String>) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- deleteWorkflowEntries(String, Collection<String>, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Delete workflow entries
- deleteWorkflowEntries(String, Collection<String>, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Delete workflow entries for given site and paths matching the workflow state
- deleteWorkflowEntries(String, Collection<String>, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- deleteWorkflowEntriesForSite(long) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Delete workflow entries for site
- deleteWorkflowEntriesForSite(long) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Delete workflow entries for given site
- deleteWorkflowEntriesForSite(long) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- deleteWorkflowEntry(String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Delete workflow entry
- deleteWorkflowEntry(String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Delete workflow entry for given site and path
- deleteWorkflowEntry(String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- deleteWorkflowEntryById(long) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Delete workflow entry
- deleteWorkflowPackages(String, Collection<String>) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
- deleteWorkflowPackages(String, Collection<String>) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Delete workflow packages matching the affected package ids
- deleteWorkflowPackages(String, Collection<String>) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- DELETING - Static variable in class org.craftercms.studio.api.v2.dal.Site.State
- delimiter - Variable in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- delimiter - Variable in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
The delimiter for S3 paths
- delimiter - Variable in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
-
The delimiter for S3 paths
- dependencies - Variable in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- DEPENDENCIES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- DEPENDENCIES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- DEPENDENCIES_DELETE - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- DEPENDENCIES_DELETE_SOURCE - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- DEPENDENCIES_INSERT - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- Dependency - Class in org.craftercms.studio.api.v2.dal
- Dependency() - Constructor for class org.craftercms.studio.api.v2.dal.Dependency
- DEPENDENCY - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Dependency Controller
- DependencyController - Class in org.craftercms.studio.controller.rest.v2
- DependencyController(DependencyService) - Constructor for class org.craftercms.studio.controller.rest.v2.DependencyController
- DependencyDAO - Interface in org.craftercms.studio.api.v2.dal
- dependencyDiffService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- DependencyDiffService - Interface in org.craftercms.studio.api.v1.service.dependency
- DependencyDiffService.DiffRequest - Class in org.craftercms.studio.api.v1.service.dependency
-
DiffRequest used for providing info to the Diff Executor
- DependencyDiffService.DiffResponse - Class in org.craftercms.studio.api.v1.service.dependency
-
DiffResponse is returned by Diff executor with added and removed dependenices
- DependencyDiffServiceImpl - Class in org.craftercms.studio.impl.v1.service.dependency
- DependencyDiffServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.dependency.DependencyDiffServiceImpl
- DependencyEntity - Class in org.craftercms.studio.api.v1.dal
- DependencyEntity() - Constructor for class org.craftercms.studio.api.v1.dal.DependencyEntity
- DependencyExtractionPattern() - Constructor for class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionPattern
- DependencyExtractionTransform() - Constructor for class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- DependencyItem - Class in org.craftercms.studio.model.rest.content
- DependencyItem() - Constructor for class org.craftercms.studio.model.rest.content.DependencyItem
- dependencyMapper - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- DependencyMapper - Interface in org.craftercms.studio.api.v1.dal
- DependencyResolver - Interface in org.craftercms.studio.api.v1.service.dependency
-
Resolves dependencies
- DependencyResolver.ResolvedDependency - Record Class in org.craftercms.studio.api.v1.service.dependency
- DependencyResolverConfigTO - Class in org.craftercms.studio.api.v1.to
- DependencyResolverConfigTO() - Constructor for class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO
- DependencyResolverConfigTO.DependencyExtractionPattern - Class in org.craftercms.studio.api.v1.to
- DependencyResolverConfigTO.DependencyExtractionTransform - Class in org.craftercms.studio.api.v1.to
- DependencyResolverConfigTO.DependencyType - Class in org.craftercms.studio.api.v1.to
- DependencyResolverConfigTO.ItemType - Class in org.craftercms.studio.api.v1.to
- dependencyService - Variable in class org.craftercms.studio.impl.v1.content.pipeline.ExtractDependencyProcessor
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyDiffServiceImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- dependencyService - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- DependencyService - Interface in org.craftercms.studio.api.v1.service.dependency
-
Dependency Service is the sole custodian of the dependency database and provide the interface to add, sync, delete and retrieve dependencies across the system.
- DependencyService - Interface in org.craftercms.studio.api.v2.service.dependency
- DependencyServiceImpl - Class in org.craftercms.studio.impl.v1.service.dependency
- DependencyServiceImpl - Class in org.craftercms.studio.impl.v2.service.dependency
- DependencyServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- DependencyServiceImpl(DependencyServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- dependencyServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- DependencyServiceInternal - Interface in org.craftercms.studio.api.v2.service.dependency.internal
- DependencyServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.dependency.internal
- DependencyServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- dependencyServiceV2 - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- DependencyType() - Constructor for class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyType
- DependencyUtils - Class in org.craftercms.studio.impl.v2.utils
-
Utility class for Dependency related helper methods
- DependencyUtils() - Constructor for class org.craftercms.studio.impl.v2.utils.DependencyUtils
- DEPENDENT_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- deploy(String, String, List<String>, ZonedDateTime, String, String, boolean) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- deploy(String, String, List<String>, ZonedDateTime, String, String, boolean) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
- deployer - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- Deployer - Interface in org.craftercms.studio.api.v2.deployment
-
Helper/client class for doing Crafter Deployer operations.
- DEPLOYER_RESPONSE_TIMEOUT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Deployer HTTP requests
- DeployerConfig - Class in org.craftercms.studio.config
-
Configurations for deployer related beans
- DeployerConfig() - Constructor for class org.craftercms.studio.config.DeployerConfig
- deployerRestTemplate(StudioConfiguration) - Method in class org.craftercms.studio.config.DeployerConfig
- DeployerTargetException - Exception Class in org.craftercms.studio.api.v1.exception
- DeployerTargetException() - Constructor for exception class org.craftercms.studio.api.v1.exception.DeployerTargetException
- DeployerTargetException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.DeployerTargetException
- DeployerTargetException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.DeployerTargetException
- DeployerTargetException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.DeployerTargetException
- DEPLOYMENT - Enum constant in enum class org.craftercms.studio.api.v1.service.fsm.TransitionEvent
- deploymentDate - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- DeploymentException - Exception Class in org.craftercms.studio.api.v1.service.deployment
- DeploymentException() - Constructor for exception class org.craftercms.studio.api.v1.service.deployment.DeploymentException
- DeploymentException(String) - Constructor for exception class org.craftercms.studio.api.v1.service.deployment.DeploymentException
- DeploymentException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.service.deployment.DeploymentException
- deploymentFailureNotifications - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- DeploymentHistoryGroup - Class in org.craftercms.studio.api.v2.dal
- DeploymentHistoryGroup() - Constructor for class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- DeploymentHistoryItem - Class in org.craftercms.studio.api.v2.dal
- DeploymentHistoryItem() - Constructor for class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- DeploymentItemTO - Class in org.craftercms.studio.api.v1.to
- DeploymentItemTO() - Constructor for class org.craftercms.studio.api.v1.to.DeploymentItemTO
- deploymentService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- deploymentService - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- deploymentService - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- deploymentService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- deploymentService - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- DeploymentService - Interface in org.craftercms.studio.api.v1.service.deployment
-
// document
- DeploymentServiceImpl - Class in org.craftercms.studio.impl.v1.service.deployment
- DeploymentServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- DEPRECATED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- deregisterSite(String) - Method in interface org.craftercms.studio.api.v2.sync.RepositoryWatcher
-
De-register a site from being watched.
- deregisterSite(String) - Method in class org.craftercms.studio.impl.v2.sync.RepositoryWatcherImpl
- DESC - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- description - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- description - Variable in class org.craftercms.studio.api.v1.to.SiteBlueprintTO
- description - Variable in class org.craftercms.studio.api.v2.dal.Site
- DESCRIPTOR_ROOT_PATH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Studio Structure Constants
- descriptorPath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- descriptorReader - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- DescriptorV2UpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.plugin
- DescriptorV2UpgradeOperation(StudioConfiguration, PluginDescriptorReader) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.plugin.DescriptorV2UpgradeOperation
- descriptorVersion - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- destDoc - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- destination - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
-
Destination of the transcoding job output.
- DESTINATION - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- DESTINATION_ROOT - Static variable in class org.craftercms.studio.impl.v2.event.EventBroadcaster
- DESTINATION_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- destPath - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- destroy() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- destroy() - Method in class org.craftercms.studio.impl.v1.web.filter.MultiReadHttpServletRequestWrapperFilter
- destroyContext(String) - Method in interface org.craftercms.studio.api.v2.core.ContextManager
-
Destroys the context for the given site
- destroyContext(String) - Method in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- destroySitePreviewContext(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
-
Call the engine API to destroy the site preview context
- destSandbox - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- DETAILED_ITEM_SORT_FIELD_MAP - Static variable in interface org.craftercms.studio.api.v2.dal.ItemDAO
- DetailedItem - Class in org.craftercms.studio.api.v2.dal
- DetailedItem - Class in org.craftercms.studio.model.rest.content
- DetailedItem() - Constructor for class org.craftercms.studio.api.v2.dal.DetailedItem
- DetailedItem() - Constructor for class org.craftercms.studio.model.rest.content.DetailedItem
- DetailedItem.Builder - Class in org.craftercms.studio.api.v2.dal
- DetailedItem.Environment - Class in org.craftercms.studio.model.rest.content
- DetailedItem.Sandbox - Class in org.craftercms.studio.model.rest.content
- diff(DependencyDiffService.DiffRequest) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyDiffService
-
Computes addedDependenices and removedDependenices based on the DiffRequest information provided
- diff(DependencyDiffService.DiffRequest) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyDiffServiceImpl
-
Computes addedDependenices and removedDependenices based on the DiffRequest information provided
- DIFF_CONFLICTED_FILE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- DiffConflictedFile - Class in org.craftercms.studio.api.v2.dal
- DiffConflictedFile() - Constructor for class org.craftercms.studio.api.v2.dal.DiffConflictedFile
- DiffRequest(String, String, String, String, String, boolean) - Constructor for class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- DiffResponse() - Constructor for class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffResponse
- DISABLE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- DISABLE_DEPLOY_CRON_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- disabled - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- DISABLED - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- DISABLED - Static variable in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- DISABLED_CACHING_CACHE_CONTROL_HEADER_VALUE - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- DISABLED_CACHING_EXPIRES_HEADER_VALUE - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- DISABLED_CACHING_PRAGMA_HEADER_VALUE - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- disableUsers(EnableUsers) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Disable users API
- displayPatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
content to display in widgets
- DM_GO_LIVE_CACHE_KEY - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- DM_SCHEDULE_SUBMISSION_FLOW - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- DmConstants - Class in org.craftercms.studio.api.v1.constant
-
General constants for WCM
- DmConstants() - Constructor for class org.craftercms.studio.api.v1.constant.DmConstants
- DmContentItemComparator - Class in org.craftercms.studio.api.v1.util
- DmContentItemComparator(String, boolean, boolean, boolean) - Constructor for class org.craftercms.studio.api.v1.util.DmContentItemComparator
-
constructor that sets the sort key and the sort type
- DmContentItemComparator(String, boolean, boolean, boolean, String, boolean, boolean) - Constructor for class org.craftercms.studio.api.v1.util.DmContentItemComparator
- dmContentLifeCycleService - Variable in class org.craftercms.studio.impl.v1.content.pipeline.ContentLifeCycleProcessor
- dmContentLifeCycleService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- DmContentLifeCycleService - Interface in org.craftercms.studio.api.v1.service.content
- DmContentLifeCycleService.ContentLifeCycleOperation - Enum Class in org.craftercms.studio.api.v1.service.content
-
content operations
- DmContentLifeCycleServiceImpl - Class in org.craftercms.studio.impl.v1.service.content
- DmContentLifeCycleServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- DmContentLifeCycleServiceImpl.XmlContentLoader - Class in org.craftercms.studio.impl.v1.service.content
-
XmlContentLoader that provides XML document from the path provided
- DmContentProcessor - Interface in org.craftercms.studio.api.v1.content.pipeline
- DmDependencyTO - Class in org.craftercms.studio.api.v1.to
-
contains the dependent file names of the content specified by the URI
- DmDependencyTO() - Constructor for class org.craftercms.studio.api.v1.to.DmDependencyTO
- DmError - Class in org.craftercms.studio.api.v1.to
- DmError(String, String, Exception) - Constructor for class org.craftercms.studio.api.v1.to.DmError
- dmFilterWrapper - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- DmFilterWrapper - Interface in org.craftercms.studio.api.v1.util.filter
- DmFilterWrapperImpl - Class in org.craftercms.studio.api.v1.util.filter
- DmFilterWrapperImpl() - Constructor for class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- DmFolderConfigTO - Class in org.craftercms.studio.api.v1.to
-
DmFolderConfig that specifies how each folder in UI maps to the folder structure in DM web project
- DmFolderConfigTO() - Constructor for class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- DmOrderTO - Class in org.craftercms.studio.api.v1.to
-
This class represents the sorting order of DM Content Item
- DmOrderTO() - Constructor for class org.craftercms.studio.api.v1.to.DmOrderTO
-
default constructor
- DmOrderTO(DmOrderTO) - Constructor for class org.craftercms.studio.api.v1.to.DmOrderTO
-
copy constructor
- dmPageNavigationOrderService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- dmPageNavigationOrderService - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- DmPageNavigationOrderService - Interface in org.craftercms.studio.api.v1.service.content
-
Order Service for Navigation Pages
- DmPageNavigationOrderServiceImpl - Class in org.craftercms.studio.impl.v1.service.content
- DmPageNavigationOrderServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- dmPublishService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- dmPublishService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- dmPublishService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- DmPublishService - Interface in org.craftercms.studio.api.v1.service.deployment
- DmPublishServiceImpl - Class in org.craftercms.studio.impl.v1.service.deployment
- DmPublishServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- DmWorkflowProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- DmWorkflowProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.DmWorkflowProcessor
-
default constructor
- DmWorkflowProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.DmWorkflowProcessor
-
constructor that sets the process name
- DmXmlConstants - Class in org.craftercms.studio.api.v1.constant
-
Tag names used by CrafterCMS XML representation of content objects
- doCreateAuthTarget(String) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- doCreatePreviewTarget(String) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- doCreateTarget(String, String, String, boolean, boolean, String, String, HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- document - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- DOCUMENT - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- DOCUMENT_ATTR_NAME - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ATTR_REGEX - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELEMENT_APPROVER_EMAILS - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELEMENT_CANNED_MESSAGES - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELEMENT_COMPLETE_MESSAGES - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELEMENT_DEPLOYMENT_FAILURE_NOTIFICATION - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELEMENT_EMAIL_TEMPLATES - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELEMENT_GENERAL_MESSAGES - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELEMENT_REPOSITORY_MERGE_CONFLICT_NOTIFICATION - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_ALLOWED_PERMISSIONS - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_DISABLED - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_FILE_NAME - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_GROUPS_NODE - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_INTERNAL_TITLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
-
xml document element names for cstudio
- DOCUMENT_ELM_PERMISSION_ROLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_PERMISSION_RULE - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_SITE - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ELM_USER_NODE - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_PERMISSIONS - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
- DOCUMENT_ROLE_MAPPINGS - Static variable in class org.craftercms.studio.api.v1.constant.StudioXmlConstants
-
xml document root and element names for roles-mapping and permissions-mapping xmls
- DocumentFilter - Class in org.craftercms.studio.api.v1.util.filter
- DocumentFilter() - Constructor for class org.craftercms.studio.api.v1.util.filter.DocumentFilter
- documentPatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
document path patterns
- documents - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- doDeleteTarget(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- doDeployment(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- doDuplicate(String, String, String, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- doDuplicateTarget(String, String, String, String, boolean, boolean, String, String, HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
-
Call Deployer API to duplicate a given target
- doExecute(UpgradeContext<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbEncryptionUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.AddFileUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.DeleteUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.TemplateRenameUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.global.BlueprintsUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AddSiteUuidOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.BatchXsltFileUpgradeOperation
- doExecute(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.craftercms.studio.impl.v1.web.filter.MultiReadHttpServletRequestWrapperFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.craftercms.studio.impl.v2.security.LoginPageFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.craftercms.studio.impl.v2.security.authentication.basic.ConditionalBasicAuthenticationFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.craftercms.studio.impl.v2.security.UserActivityFilter
- doGetEntitlementUsage(EntitlementType) - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- doGetTargets() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- doGetVersion(UpgradeContext<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.BlueprintsVersionProvider
- doGetVersion(UpgradeContext<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- doGetVersion(UpgradeContext<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.AddFileUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.DeleteUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.TemplateRenameUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractXsltFileUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.BatchXsltFileUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
- doInit(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
- doInit(HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- doPluginDescriptorUpdates(PluginDescriptor) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.AbstractPluginDescriptorUpgradeOperation
- doPluginDescriptorUpdates(PluginDescriptor) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.plugin.DescriptorV2UpgradeOperation
- doPreviewSync(String, boolean) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- doProcessAsset(Path, Path, Map<String, String>) - Method in class org.craftercms.studio.impl.v1.asset.processing.AbstractAssetProcessor
- doProcessAsset(Path, Path, Map<String, String>) - Method in class org.craftercms.studio.impl.v1.asset.processing.ImageTransformingProcessor
- doRetryingOperation(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.annotation.RetryingDatabaseOperationAnnotationHandler
- doRetryingOperation(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.annotation.RetryingRepositoryOperationAnnotationHandler
- doSetVersion(UpgradeContext<String>, String) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.BlueprintsVersionProvider
- doSetVersion(UpgradeContext<String>, String) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- doSetVersion(UpgradeContext<String>, String) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.SiteVersionProvider
- doSetVersion(UpgradeContext<String>, String) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
- doUpgrade(UpgradeContext<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- downloadUrlRegex - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- duplicate(String, String, String, String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Duplicate a site
- duplicate(String, String, String, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- duplicate(String, String, String, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- duplicate(String, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
-
Duplicate a site in the database.
- DUPLICATE - Enum constant in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
- DUPLICATE_ITEM - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- duplicateBlobs(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobAwareContentRepository
-
Extract every blob from the source site and storeit in the target site in the blob store matching its path
- duplicateBlobs(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- duplicateItem(String, String) - Method in interface org.craftercms.studio.api.v2.service.clipboard.ClipboardService
-
Duplicates the given item
- duplicateItem(String, String) - Method in interface org.craftercms.studio.api.v2.service.clipboard.internal.ClipboardServiceInternal
-
Duplicates the given item
- duplicateItem(String, String) - Method in class org.craftercms.studio.impl.v2.service.clipboard.ClipboardServiceImpl
- duplicateItem(String, String) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- duplicateItem(DuplicateRequest) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- DuplicateRequest - Class in org.craftercms.studio.model.rest.clipboard
-
Holds all the data needed to duplicate an item
- DuplicateRequest() - Constructor for class org.craftercms.studio.model.rest.clipboard.DuplicateRequest
- duplicateSite(String, DuplicateSiteRequest) - Method in class org.craftercms.studio.controller.rest.v2.SitesController
- duplicateSite(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Create copies of the source site's repositories.
- duplicateSite(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- duplicateSite(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- duplicateSite(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- DuplicateSiteRequest - Class in org.craftercms.studio.model.rest.sites
-
Holds the parameters to a duplicate site request
- DuplicateSiteRequest() - Constructor for class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- DuplicateTargetRequest - Class in org.craftercms.studio.model.deployer
-
Request body for Deployer API to duplicate a target.
- DuplicateTargetRequest(String, Map<String, Object>) - Constructor for class org.craftercms.studio.model.deployer.DuplicateTargetRequest
- duplicateTargets(String, String) - Method in interface org.craftercms.studio.api.v2.deployment.Deployer
-
Call Crafter Deployer API to duplicate the site targets
- duplicateTargets(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.CompositeDeployer
- duplicateTargets(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- duplicateTargets(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
E
- EDIT - Enum constant in enum class org.craftercms.studio.model.policy.Type
- EDITED_STATES_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- edition - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
The current CrafterCMS edition, sent with all requests
- ElasticTranscoder - Interface in org.craftercms.studio.api.v1.aws.elastictranscoder
-
Proxy to AWS Elastic Transcoder (and S3) that enables the creation of transcoder jobs based on a
TranscoderProfile
s. - ElasticTranscoderImpl - Class in org.craftercms.studio.impl.v1.aws.elastictranscoder
-
Default implementation of
ElasticTranscoder
. - ElasticTranscoderImpl() - Constructor for class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- ElasticTranscoderService - Interface in org.craftercms.studio.api.v1.service.aws
-
Service that provides access to the AWS Elastic Transcoder to sites for video transcoding.
- ElasticTranscoderServiceImpl - Class in org.craftercms.studio.impl.v1.service.aws
-
Default implementation of
ElasticTranscoderService
. - ElasticTranscoderServiceImpl(SiteAwareConfigProfileLoader<TranscoderProfile>, ElasticTranscoder) - Constructor for class org.craftercms.studio.impl.v1.service.aws.ElasticTranscoderServiceImpl
- ELM_CREATED_DATE - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_CREATED_DATE_DT - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_FILE_NAME - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_FOLDER_NAME - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_GROUP_ID - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_INTERNAL_NAME - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_LAST_MODIFIED_DATE - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_LAST_MODIFIED_DATE_DT - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_ORDER_DEFAULT - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_PAGE_ID - Static variable in class org.craftercms.studio.api.v1.constant.DmXmlConstants
- ELM_PATTERN - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
xml element names
- email - Variable in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- email - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- EMAIL - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- EMAIL_TEMPLATE_KEYWORDS_ADMINEMAIL - Static variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EMAIL_TEMPLATE_KEYWORDS_AUTHORINGURL - Static variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EMAIL_TEMPLATE_KEYWORDS_LIVEURL - Static variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EMAIL_TEMPLATE_KEYWORDS_PREVIEWURL - Static variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EMAIL_TEMPLATE_KEYWORDS_TITLE - Static variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EMAIL_TEMPLATE_KEYWORDS_USERNAME - Static variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EMAIL_TEMPLATE_REJECT_REASON - Static variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EmailForgotPasswordTaskFactory - Class in org.craftercms.studio.impl.v2.security.password
-
ForgotPasswordTaskFactory
implementation that creates a task to send the user a password reset link - EmailForgotPasswordTaskFactory(UserService, UserServiceInternal, StudioConfiguration, ObjectFactory<FreeMarkerConfig>, JavaMailSender, JavaMailSender) - Constructor for class org.craftercms.studio.impl.v2.security.password.EmailForgotPasswordTaskFactory
- EmailMessage - Enum constant in enum class org.craftercms.studio.api.v2.service.notification.NotificationMessageType
-
Notification Email type.
- EmailMessageQueueTo - Class in org.craftercms.studio.api.v1.to
- EmailMessageQueueTo() - Constructor for class org.craftercms.studio.api.v1.to.EmailMessageQueueTo
- emailMessages - Variable in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- emailMessages - Variable in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- EmailMessageSender - Class in org.craftercms.studio.impl.v1.job
- EmailMessageSender() - Constructor for class org.craftercms.studio.impl.v1.job.EmailMessageSender
- EmailMessageTemplateTO - Class in org.craftercms.studio.api.v1.to
- EmailMessageTemplateTO() - Constructor for class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
- EmailMessageTemplateTO(String, String) - Constructor for class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
- EmailMessageTO - Class in org.craftercms.studio.api.v1.to
- EmailMessageTO(String, String, String) - Constructor for class org.craftercms.studio.api.v1.to.EmailMessageTO
- emailService - Variable in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- emailService - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- emailServiceNoAuth - Variable in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- emailServiceNoAuth - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- emailTemplateKeywords - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- EMPTY_FILE - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- ENABLE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- enabled - Variable in class org.craftercms.studio.impl.v2.security.authentication.basic.ConditionalBasicAuthenticationFilter
- enabled - Variable in class org.craftercms.studio.model.rest.UpdateAccessTokenRequest
- enabled - Variable in class org.craftercms.studio.model.security.PersistentAccessToken
-
Indicates if the access token is enabled
- ENABLED - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- enablePublishing(String, boolean) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- enablePublishing(String, boolean) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- enablePublishing(String, boolean) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
-
Enable/Disable publishing for given site
- enablePublishing(String, boolean) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Enable/Disable publishing for given site
- enablePublishing(String, boolean) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Enables/disables publishing for the given site
- enablePublishing(String, boolean) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Enables/disables publishing for the given site
- enablePublishing(String, boolean) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- enablePublishing(String, boolean) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- enablePublishing(Map) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- enableUsers(List<Long>, List<String>, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- enableUsers(List<Long>, List<String>, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- enableUsers(List<Long>, List<String>, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- enableUsers(List<Long>, List<String>, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- enableUsers(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Enable/disable users
- enableUsers(EnableUsers) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Enable users API
- EnableUsers - Class in org.craftercms.studio.model.rest
- EnableUsers() - Constructor for class org.craftercms.studio.model.rest.EnableUsers
- enableVariableRestrictions - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- encode(CharSequence) - Method in class org.craftercms.studio.impl.v2.security.crypto.PasswordEncoder
- encrypt(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.EncryptionServiceInternal
- encrypt(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- encrypt(String, String) - Method in class org.craftercms.studio.impl.v2.service.security.EncryptionServiceImpl
- encrypt(String, String) - Method in interface org.craftercms.studio.api.v2.service.security.EncryptionService
-
Encrypt text
- encryptedPattern - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.ConfigEncryptionUpgradeOperation
- encryptionService - Variable in class org.craftercms.studio.controller.rest.v2.SecurityController
- EncryptionService - Interface in org.craftercms.studio.api.v2.service.security
- EncryptionServiceImpl - Class in org.craftercms.studio.impl.v2.service.security
- EncryptionServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.security.EncryptionServiceImpl
- encryptionServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.security.EncryptionServiceImpl
- EncryptionServiceInternal - Interface in org.craftercms.studio.api.v2.service.security.internal
- EncryptionServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.security.internal
- EncryptionServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- encryptor - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- encryptPassword - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
The password for encrypting the access tokens
- EncryptRequest - Class in org.craftercms.studio.model.rest.security
-
Holds the data for encryption
- EncryptRequest() - Constructor for class org.craftercms.studio.model.rest.security.EncryptRequest
- encryptText(EncryptRequest) - Method in class org.craftercms.studio.controller.rest.v2.SecurityController
- endpoint - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- endpoint - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- entitlementValidator - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- entitlementValidator - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- entity - Variable in class org.craftercms.studio.model.rest.ResultOne
- Entity - Interface in org.craftercms.studio.model
- ENTRIES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ENV_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- environment - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- environment - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- Environment() - Constructor for class org.craftercms.studio.model.rest.content.DetailedItem.Environment
- ENVIRONMENT - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- EnvironmentNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception
- EnvironmentNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.EnvironmentNotFoundException
- EnvironmentNotFoundException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.EnvironmentNotFoundException
- EnvironmentNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.EnvironmentNotFoundException
- EnvironmentNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.EnvironmentNotFoundException
- ENVIRONMENTS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- equals(Object) - Method in class org.craftercms.studio.api.v1.asset.Asset
- equals(Object) - Method in record class org.craftercms.studio.api.v1.service.dependency.DependencyResolver.ResolvedDependency
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- equals(Object) - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- equals(Object) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- equals(Object) - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedGroup
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedRole
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.craftercms.studio.permissions.CompositePermission
- equals(Object) - Method in class org.craftercms.studio.permissions.PermissionOrOwnership
- ERROR - Static variable in class org.craftercms.studio.api.v2.dal.PublishStatus
- errorMessages - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- evaluateAction(HierarchicalConfiguration<?>, String, Action, List<ValidationResult>, boolean) - Method in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- evaluateRecursiveAction(HierarchicalConfiguration<?>, String, Action, List<ValidationResult>, boolean) - Method in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- EventBroadcaster - Class in org.craftercms.studio.impl.v2.event
-
Implementation of
EventListener
that broadcasts events to the message broker - EventBroadcaster() - Constructor for class org.craftercms.studio.impl.v2.event.EventBroadcaster
- eventDate - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- EXACT_MATCH_PATTERN - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- ExceptionHandlers - Class in org.craftercms.studio.controller.rest.v2
-
Controller advice that handles exceptions thrown by API 2 REST controllers.
- ExceptionHandlers() - Constructor for class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- EXCLUDE_SYSTEM_TYPES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- excludeRequestMatcher - Variable in class org.craftercms.studio.impl.v2.security.UserActivityFilter
-
The request matcher user to exclude URLs
- EXCLUDES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- execute() - Method in interface org.craftercms.studio.api.v1.job.Job
-
execute the operation
- execute() - Method in class org.craftercms.studio.impl.v1.service.workflow.operation.PreScheduleDeleteOperation
- execute() - Method in class org.craftercms.studio.impl.v1.service.workflow.operation.PreSubmitDeleteOperation
- execute() - Method in class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- execute() - Method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- execute(String) - Method in interface org.craftercms.studio.api.v2.job.SiteJob
- execute(String) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- execute(String, WorkflowBatch) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- execute(Path) - Method in interface org.craftercms.studio.api.v2.dal.StudioDBScriptRunner
-
Execute the given SQL script file.
- execute(Path, boolean) - Method in interface org.craftercms.studio.api.v2.dal.StudioDBScriptRunner
-
Execute the given SQL script file.
- execute(Path, boolean) - Method in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- execute(UpgradeContext<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- executeEveryNCycles - Variable in class org.craftercms.studio.impl.v2.job.StudioClockTask
- executeGitCommand(String, GitCli.GitCommandLine) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli
- executeGitCommand(String, GitCli.GitCommandLine, GitCliOutputExceptionResolver) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli
- executeInternal(String) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- executeInternal(String) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- executeRestScript(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.scripting.ScriptingServiceImpl
- executeRestScript(String, String, HttpServletRequest, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.scripting.internal.ScriptingServiceInternal
-
Executes a REST script from the site repository
- executeRestScript(String, String, HttpServletRequest, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.scripting.ScriptingService
-
Executes a REST script from the site repository
- executeRestScript(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- executeScriptString(String, Map<String, Object>) - Method in interface org.craftercms.studio.api.v1.script.ScriptExecutor
- executeScriptString(String, Map<String, Object>) - Method in class org.craftercms.studio.impl.v1.script.GroovyScriptExecutor
- executeTemplate(InputStream, Map<String, Object>, URIResolver, InputStream, OutputStream) - Static method in class org.craftercms.studio.impl.v2.utils.XsltUtils
- executeTemplate(StudioUpgradeContext, String, OutputStream) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractXsltFileUpgradeOperation
- exists() - Method in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
- exists(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- exists(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- exists(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Check if site already exists
- exists(String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Checks if a non-deleted site exists with the given site id
- exists(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Check if site already exists
- exists(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- exists(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- EXISTS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- existsById(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- existsById(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- existsById(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Check if site already exists
- existsByName(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- existsByName(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- existsByName(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Check if site already exists
- EXPIRED - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- expiredDateTime - Variable in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
-
The expiry data of the item
- EXPIRES_HEADER_NAME - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- expiresAt - Variable in class org.craftercms.studio.model.rest.CreateAccessTokenRequest
- expiresAt - Variable in class org.craftercms.studio.model.security.AccessToken
-
The date of expiration of the token
- EXPIRING - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ExpiringContentItem - Class in org.craftercms.studio.model.rest.dashboard
-
Holds the data for an item that is close to or has already expired
- ExpiringContentItem(String, String, ZonedDateTime, SandboxItem) - Constructor for class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
- ExpiringContentResult - Class in org.craftercms.studio.model.rest.dashboard
-
Holds a set of expiring or expired content items
- ExpiringContentResult(List<ExpiringContentItem>, long) - Constructor for class org.craftercms.studio.model.rest.dashboard.ExpiringContentResult
- expressionHandler - Variable in class org.craftercms.studio.config.WebsocketSecurityConfig
- EXTERNALLY_MANAGED - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- externallyManaged - Variable in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- externallyManaged - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- ExtractDependencyProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- ExtractDependencyProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.ExtractDependencyProcessor
-
default constructor
- ExtractDependencyProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.ExtractDependencyProcessor
-
constructor that sets the process name
- ExtractParamsProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
-
extracts parameters such as file name from the content being processed
- ExtractParamsProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.ExtractParamsProcessor
-
default constructor
- ExtractParamsProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.ExtractParamsProcessor
-
constructor that sets the process name
F
- FACET_RANGE_MAX - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- FACET_RANGE_MIN - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- FacetRangeTO - Class in org.craftercms.studio.api.v1.to
-
Holds the data for a single facet range
- FacetRangeTO() - Constructor for class org.craftercms.studio.api.v1.to.FacetRangeTO
- facets - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
Configuration for the range facets in search
- facets - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Configurations for facets
- facets - Variable in class org.craftercms.studio.model.search.SearchResult
-
The facets of the matched files
- FacetTO - Class in org.craftercms.studio.api.v1.to
-
Holds the data for a search facet
- FacetTO() - Constructor for class org.craftercms.studio.api.v1.to.FacetTO
- factory - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- failed() - Static method in class org.craftercms.studio.api.v2.service.repository.MergeResult
- failedPaths - Variable in class org.craftercms.studio.api.v2.repository.RepositoryChanges
- field - Variable in class org.craftercms.studio.api.v1.to.FacetTO
-
The name of the field
- fieldNameXpath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
XPath selector to find the name of the field that uses the Box control
- file - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.AddFileUpgradeOperation
-
The file to copy from the classpath.
- FILE_SEPARATOR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
System constants
- FILE_SIZE_KB - Static variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- FILE_SIZE_KB - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
- FILE_SIZE_MB - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
- fileExtension - Variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
-
asset file extension
- fileExtension - Variable in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
-
The extension for the blob files
- fileFolder - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.PastedPathMap
- FileFolderPathProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
-
set the file folder path in params
- FileFolderPathProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.FileFolderPathProcessor
-
default constructor
- FileFolderPathProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.FileFolderPathProcessor
-
constructor that sets the process name
- fileName - Variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
-
asset file name
- fileName - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.PastedPathMap
- fileName - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
-
Filename of the script.
- filenameMaxSize - Variable in class org.craftercms.studio.impl.v2.service.policy.validators.SystemPolicyValidator
- filePath - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.PastedPathMap
- FileRecord - Class in org.craftercms.studio.api.v2.service.marketplace.registry
-
Holds data for a single file installed from a plugin
- FileRecord() - Constructor for class org.craftercms.studio.api.v2.service.marketplace.registry.FileRecord
- files - Variable in class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
- files - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
-
List of paths to update.
- FileSizePolicyValidator - Class in org.craftercms.studio.impl.v2.service.policy.validators
-
Implementation of
PolicyValidator
for file size aware actions - FileSizePolicyValidator() - Constructor for class org.craftercms.studio.impl.v2.service.policy.validators.FileSizePolicyValidator
- fileToFolder(String, String) - Method in interface org.craftercms.studio.api.v1.content.pipeline.DmContentProcessor
-
change file to folder content.
- fileToFolder(String, String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- filter(ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.filter.AllFilter
-
filtering for all items. always returns true.
- filter(ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.filter.ComponentFilter
-
filtering for components. compared with contentType and contentType for pages is /cstudio-com/component/....
- filter(ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.filter.DocumentFilter
-
filtering for documents. compared with contentType and contentType for pages is /cstudio-com/document
- filter(ContentItemTO) - Method in interface org.craftercms.studio.api.v1.util.filter.Filter
- filter(ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.filter.PageFilter
- Filter - Interface in org.craftercms.studio.api.v1.util.filter
- FILTER_ALL_ITEMS - Static variable in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- FILTER_ALL_ITEMS - Static variable in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- filterDependenciesMatchingDeletePattern(String, String, List<String>) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- filterPaths(StudioUpgradeContext, List<Path>) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
-
Filters the given list checking if the files match the update conditions
- filters - Variable in class org.craftercms.studio.model.search.SearchParams
-
The filters to search the files
- FindAndReplaceUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Implementation of
UpgradeOperation
that replaces text in the content repository. - FindAndReplaceUpgradeOperation(StudioConfiguration, DataSource) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
- findCompatiblePaths(BlobStore, Collection<String>) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- findDependencies(String, String, String, boolean, List<String>) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyDiffServiceImpl
- findFields(Path, Document, Document, Node) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
Find all fields in the given descriptor that use the Box control
- findIncludedPaths(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
-
Finds all files in the given site that match any of the given patterns
- FIRST_NAME - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- firstName - Variable in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- firstName - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- firstName - Variable in class org.craftercms.studio.model.rest.Person
- flattenChildren() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- floating - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- folder - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- folder - Variable in class org.craftercms.studio.api.v1.webdav.WebDavItem
-
Indicates if the resource is a folder.
- folder - Variable in class org.craftercms.studio.model.aws.s3.S3Item
-
Indicates if the item is a folder.
- FOLDER - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- FOLDER_CREATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- FOLDER_MAPPING_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- FOLDER_PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- folderId - Variable in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- folderMapping - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Folder mappings to use during plugin installation
- folders - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
top level folders
- forAllSitePaths(String, ThrowingConsumer<String>, ThrowingConsumer<String>) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- forAllSitePaths(String, ThrowingConsumer<String>, ThrowingConsumer<String>) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Execute consumers for all site paths for the given site
- forAllSitePaths(String, ThrowingConsumer<String>, ThrowingConsumer<String>) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- forAllSitePaths(String, ThrowingConsumer<String>, ThrowingConsumer<String>) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- force - Variable in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- FORGOT_PASSWORD - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- forgotPassword(String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- forgotPassword(String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Forgot password feature for given username
- forgotPassword(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- ForgotPasswordTaskFactory - Interface in org.craftercms.studio.impl.v2.security.password
-
Factory to create a task to handle the forgot password request
- form - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- form - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
content type form
- form - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- FORM_DEFINITION - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- formatCurrentTime(String) - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Applies the given pattern to format the current time in UTC
- formatCurrentTime(DateTimeFormatter) - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Applies the given formatter to the current time in UTC
- formatDate(ZonedDateTime, String) - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Formats a date using any pattern
- formatDate(ZonedDateTime, DateTimeFormatter) - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Formats a date using a formatter
- formatDateIso(ZonedDateTime) - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
- formDefinitionTemplate - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
Path template to find the form-definition.xml file for a content-type
- formDefinitionXpath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
XPath to evaluate if a content-type can be handled by this operation (optional)
- FormDmContentProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- FormDmContentProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
-
default constructor
- FormDmContentProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
-
constructor that sets the process name
- FormNavOrderProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- FormNavOrderProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor
-
default constructor
- FormNavOrderProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor
-
constructor that sets the process name
- formPagePath - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- formPath - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
content type form path
- formPath - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- freeMarkerConfig - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- from - Variable in class org.craftercms.studio.api.v1.to.FacetRangeTO
-
The starting limit of the range
- from - Variable in class org.craftercms.studio.model.search.SearchFacetRange
-
The starting limit of the range
- from(Installation) - Static method in class org.craftercms.studio.api.v2.service.marketplace.registry.ConfigRecord
- from(PullResult, Collection<String>) - Static method in class org.craftercms.studio.api.v2.service.repository.MergeResult
- from(Authentication) - Static method in class org.craftercms.studio.model.rest.Person
- FROM_DATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- fullPathMaxSize - Variable in class org.craftercms.studio.impl.v2.service.policy.validators.SystemPolicyValidator
G
- generalLockService - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- generalLockService - Variable in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- generalLockService - Variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- generalLockService - Variable in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- generalLockService - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- generalLockService - Variable in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- generalLockService - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.BlueprintsUpgradeOperation
- generalLockService - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- GeneralLockService - Interface in org.craftercms.studio.api.v1.service
- GeneralLockServiceImpl - Class in org.craftercms.studio.impl.v1.service
- GeneralLockServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- GeneralMessages - Enum constant in enum class org.craftercms.studio.api.v2.service.notification.NotificationMessageType
-
Other General Messages.
- generateDeleteActivity(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- generateWorkflowActivity(String, String, Set<String>, String, String) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- GET_CHILDREN_BY_PATH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- GET_CHILDREN_BY_PATHS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- GET_CONTENT_BY_COMMIT_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- GET_DELETE_PACKAGE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- GET_DESCRIPTOR - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- GET_PLUGIN - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Paths
- getAccessToken(String, String) - Method in interface org.craftercms.studio.api.v1.service.box.BoxService
-
Gets an access token to allow direct access to the Box folder.
- getAccessToken(String, String) - Method in class org.craftercms.studio.impl.v1.service.box.BoxServiceImpl
-
Gets an access token to allow direct access to the Box folder.
- getAccessTokenById(long) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAccessTokenByUserIdAndTokenId(long, long) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAccessTokens() - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Get all existing access tokens for the current user
- getAccessTokens() - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Get all existing access tokens for the current user
- getAccessTokens() - Method in class org.craftercms.studio.controller.rest.v2.SecurityController
- getAccessTokens() - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- getAccessTokens() - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- getAccessTokens(long) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAction() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getAction() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getAction() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getAction() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getActions() - Method in class org.craftercms.studio.model.rest.sites.ValidatePolicyRequest
- getActionTimestamp() - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- getActionType() - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- getActiveEnvironment() - Method in interface org.craftercms.studio.api.v2.service.ui.UiService
-
Returns the active environment.
- getActiveEnvironment() - Method in class org.craftercms.studio.controller.rest.v2.UiController
- getActiveEnvironment() - Method in class org.craftercms.studio.impl.v2.service.ui.UiServiceImpl
- getActivitiesForUsers(long, List<String>, List<String>, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.dal.ActivityStreamDAO
-
Get activities for users
- getActivitiesForUsers(String, List<String>, ZonedDateTime, ZonedDateTime, List<String>, int, int) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getActivitiesForUsers(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.ActivityStreamServiceInternal
-
Get activities for users
- getActivitiesForUsers(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get activities for users
- getActivitiesForUsers(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.ActivityStreamServiceInternalImpl
- getActivitiesForUsers(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getActivitiesForUsersTotal(long, List<String>, List<String>, ZonedDateTime, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.dal.ActivityStreamDAO
-
Get total number activities for users
- getActivitiesForUsersTotal(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.ActivityStreamServiceInternal
-
Get total number activities for users
- getActivitiesForUsersTotal(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get total number of result for activities of given users
- getActivitiesForUsersTotal(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.ActivityStreamServiceInternalImpl
- getActivitiesForUsersTotal(String, List<String>, List<String>, ZonedDateTime, ZonedDateTime) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getActivityFeeds(String, String, int, int, String, boolean, List<ContentItemTO>, int) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- getActorDetails() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getActorId() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getActualAudience() - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- getActualSiteId(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getAddedDependencies() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffResponse
- getAdditionalFields() - Method in class org.craftercms.studio.model.search.SearchParams
- getAdditionalFields() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getAdminEmail() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getAdminEmailAddress() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getAdminEmailAddress(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get configured admin email address for notification emails for given site
- getAdminEmailAddress(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getAll() - Method in class org.craftercms.studio.api.v1.to.EmailMessageQueueTo
- getAll(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreResolver
-
Returns all
StudioBlobStore
configured for the given site - getAll(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- getAllAvailableSites() - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
- getAllAvailableSites() - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getAllContentTypes(String, boolean) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getAllContentTypes(String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getAllContentTypes(String, boolean) - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
- getAllCreatedSites() - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get list of all sites with state = CREATED
- getAllCreatedSites() - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getAllCreatedSites(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getAllGroups(long, String, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Get all groups
- getAllGroups(long, String, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getAllGroups(long, String, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- getAllGroups(long, String, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getAllGroups(String, int, int, String) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Get groups API
- getAllGroupsData(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAllGroupsForOrganization(long, String, int, int, String) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Get all groups for given organization
- getAllGroupsForOrganizationTotal(long, String) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Get all groups for given organization
- getAllGroupsQuery(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAllGroupsTotal(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Get total number of all groups
- getAllGroupsTotal(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getAllGroupsTotal(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- getAllGroupsTotal(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getAllItems() - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
-
Returns all the page paths and dependencies
- getAllModelDefinitions(String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentTypeService
-
Get all content types for the given site.
- getAllModelDefinitions(String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentTypeServiceInternal
-
Get all content types for the given site.
- getAllModelDefinitions(String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentTypeServiceImpl
- getAllModelDefinitions(String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- getAllowedContentTypesForPath(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getAllowedContentTypesForPath(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
- getAllowedRoles() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getAllowedRoles() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getAllPublishedEnvironments(String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- getAllUsers(String, String, int, int, String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get all users API
- getAllUsers(String, int, int, String) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get all users
- getAllUsers(String, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Get paginated list of all users filtered by keyword
- getAllUsers(String, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get paginated list of all users filtered by keyword
- getAllUsers(String, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getAllUsers(String, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getAllUsersData(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAllUsersForSite(long, String, String, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get paginated list of all users for site filtered by keyword
- getAllUsersForSite(long, String, String, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getAllUsersForSite(long, List<NormalizedGroup>, String, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Get paginated list of all users for site filtered by keyword
- getAllUsersForSite(long, List<NormalizedGroup>, String, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getAllUsersForSite(List<String>, String, int, int, String) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get all users for given site
- getAllUsersForSiteTotal(long, String, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Get total number of users for site filtered by keyword
- getAllUsersForSiteTotal(long, String, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get total number of users for site filtered by keyword
- getAllUsersForSiteTotal(long, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getAllUsersForSiteTotal(long, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getAllUsersForSiteTotal(List<String>, String) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get total number of users
- getAllUsersQuery(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAllUsersQueryTotal(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getAllUsersTotal() - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
-
Get all users
- getAllUsersTotal() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getAllUsersTotal(String) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get total number of users
- getAllUsersTotal(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Get total number of users filtered by keyword
- getAllUsersTotal(String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get total number of users filtered by keyword
- getAllUsersTotal(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getAllUsersTotal(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getAnnotations(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect
- getAnnotationValue(ProceedingJoinPoint, Method, Class<?>, Class<T>) - Static method in class org.craftercms.studio.api.v2.annotation.StudioAnnotationUtils
-
Get annotation value from an annotation class instance
- getApprover() - Method in class org.craftercms.studio.api.v1.service.workflow.context.GoLiveContext
- getApproverEmails() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getArn() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- getArray(String, Class<T>) - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- getArray(String, Class<T>) - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getAssetPatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getAssetPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getAssetPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get asset item URI patterns
- getAssets() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getAuditId() - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- getAuditLog(String, int, int, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String, String, String) - Method in class org.craftercms.studio.controller.rest.v2.AuditController
- getAuditLog(String, int, int, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.audit.AuditService
-
Get audit log
- getAuditLog(String, int, int, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Get audit log filtered by parameters
- getAuditLog(String, int, int, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- getAuditLog(String, int, int, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- getAuditLog(Map) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
- getAuditLogEntry(long, String) - Method in class org.craftercms.studio.controller.rest.v2.AuditController
- getAuditLogEntry(String, long) - Method in interface org.craftercms.studio.api.v2.service.audit.AuditService
-
Get audit log entry by id
- getAuditLogEntry(String, long) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Get audit log entry by id
- getAuditLogEntry(String, long) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- getAuditLogEntry(String, long) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- getAuditLogEntry(Map) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
- getAuditLogTotal(String, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.audit.AuditService
-
Get total number of audit log entries for given filters
- getAuditLogTotal(String, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Get the audit log entry count given the provided filter parameters
- getAuditLogTotal(String, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- getAuditLogTotal(String, String, List<String>, boolean, ZonedDateTime, ZonedDateTime, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- getAuditLogTotal(Map) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
- getAuditServiceInternal() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getAuthentication() - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
-
Deprecated.use
SecurityService.getAuthentication()
instead - getAuthentication() - Method in interface org.craftercms.studio.api.v2.service.security.SecurityService
-
Returns the
Authentication
for the current user or null if not user is authenticated. - getAuthentication() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getAuthentication() - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- getAuthenticationType() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getAuthenticationType() - Method in class org.craftercms.studio.model.AuthenticatedUser
- getAuthor() - Method in class org.craftercms.studio.api.v2.dal.CommitAuthor
- getAuthor() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getAuthor() - Method in class org.craftercms.studio.model.history.ItemVersion
- getAuthorIdent(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Return the author identity as a jgit PersonIdent
- getAuthorIdent(User) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Return the author identity as a jgit PersonIdent
- getAuthoringBaseUrl() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getAuthoringUrl() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getAuthoringUrl(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get configured authoring url for given site
- getAuthoringUrl(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getAuthoringUrl(String) - Method in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
-
Returns the full authoring url used for preview
- getAuthorities() - Method in class org.craftercms.studio.api.v2.dal.User
- getAuthority() - Method in class org.craftercms.studio.api.v2.dal.Group
- getAvailableActions() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getAvailableActions() - Method in class org.craftercms.studio.api.v2.dal.Item
- getAvailableActions() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getAvailableActions() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getAvailableActions(String, List<Group>, String) - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- getAvailableBlueprints() - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
get a list of available blueprints
- getAvailableBlueprints() - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get list of available blueprints
- getAvailableBlueprints() - Method in class org.craftercms.studio.controller.rest.v2.SitesController
- getAvailableBlueprints() - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getAvailableBlueprints() - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getAvailableBlueprints() - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getAvailablePublishingTargets(String) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
- getAvailablePublishingTargets(String) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Get available publishing targets for given site
- getAvailablePublishingTargets(String) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- getAvatar() - Method in class org.craftercms.studio.model.rest.Person
- getBaseKey() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
-
Returns the base key of the collection of transcoded files.
- getBaseKey() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- getBasePath() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- getBlobStore(String, String...) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getBlobStore(String, String, HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- getBlobStores() - Method in class org.craftercms.studio.model.site.SiteDetails
- getBlueprintDescriptor(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get the blueprint descriptor from the global repo
- getBlueprintDescriptor(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getBlueprintDescriptor(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getBlueprintId() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getBlueprintLocation(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get blueprint location
- getBlueprintLocation(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getBlueprintLocation(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getBlueprintPath(RepositoryItem) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getBlueprintsFolders() - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getBlueprintVersion() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getBody() - Method in class org.craftercms.studio.api.v1.to.MessageTO
- getBooleanValue(String) - Static method in class org.craftercms.studio.impl.v1.util.ContentFormatUtils
-
get a boolean value given a string
- getBranches() - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- getBranches() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- getBrowserUri() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getBrowserUri(String, String, boolean) - Static method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getBrowserUri(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getBrowserUri(ContentItemTO) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getBrowserUrl() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getBrowserUrl(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get browser url for given repository item
- getBrowserUrl(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getBucket() - Method in class org.craftercms.studio.api.v1.aws.s3.S3Output
- getBucketName() - Method in class org.craftercms.studio.model.aws.s3.S3Item
- getBulkOperationsBatchSize() - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- getById(ConfigurationProvider, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.NoopBlobStoreResolver
- getByPaths(String, String...) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreResolver
-
Returns the first
StudioBlobStore
compatible with all given paths for the given site - getByPaths(String, String...) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- getCacheKey(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Builds the key for a given file
- getCacheKey(String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Builds the key for a given file
- getCacheKey(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getCacheKey(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getCannedMessages() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getCategoryRoot() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getChangedFiles(Git, String, String, String[]) - Static method in class org.craftercms.studio.impl.v2.utils.GitUtils
- getChangedFiles(Git, ObjectId, ObjectId, String[]) - Static method in class org.craftercms.studio.impl.v2.utils.GitUtils
- getChangeSetForSubtree(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get change set for subtree
- getChangeSetForSubtree(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getChangeSetForSubtree(String, String, String, List<String>, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get change set for subtree
- getChildItems(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get child items for given path.
- getChildItems(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getChildItems(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get child items for given paths.
- getChildItems(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getChildren() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getChildren() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getChildren() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- getChildren() - Method in class org.craftercms.studio.model.clipboard.PasteItem
- getChildren() - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- GetChildrenBulkRequest - Class in org.craftercms.studio.model.rest.content
-
Holds the parameters for the getChildrenByPaths request
- GetChildrenBulkRequest() - Constructor for class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest
- GetChildrenBulkRequest.PathParams - Class in org.craftercms.studio.model.rest.content
- getChildrenByPath(Long, String, String, String, String, List<String>, List<String>, List<String>, String, String, int, int) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get children for given path from database
- getChildrenByPath(String, String, String, String, List<String>, List<String>, String, String, int, int) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get list of children for given path
- getChildrenByPath(String, String, String, String, List<String>, List<String>, String, String, int, int) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get list of children for given path
- getChildrenByPath(String, String, String, String, List<String>, List<String>, String, String, int, int) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getChildrenByPath(String, String, String, String, List<String>, List<String>, String, String, int, int) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getChildrenByPath(GetChildrenByPathRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
-
Deprecated.
- GetChildrenByPathRequestBody - Class in org.craftercms.studio.model.rest.content
-
Holds data for the getChildrenByPath request
- GetChildrenByPathRequestBody() - Constructor for class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getChildrenByPaths(String, GetChildrenBulkRequest) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- getChildrenByPaths(String, List<String>, Map<String, GetChildrenBulkRequest.PathParams>) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get children for paths bulk.
- getChildrenByPaths(String, List<String>, Map<String, GetChildrenBulkRequest.PathParams>) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get children for paths bulk.
- getChildrenByPaths(String, List<String>, Map<String, GetChildrenBulkRequest.PathParams>) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getChildrenByPaths(String, List<String>, Map<String, GetChildrenBulkRequest.PathParams>) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- GetChildrenByPathsBulkResult - Class in org.craftercms.studio.model.rest.content
- GetChildrenByPathsBulkResult(Collection<GetChildrenByPathsBulkResult.ChildrenByPathResult>, Collection<String>) - Constructor for class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult
- GetChildrenByPathsBulkResult.ChildrenByPathResult - Class in org.craftercms.studio.model.rest.content
- getChildrenByPathTotal(Long, String, String, String, List<String>, List<String>, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get total number of children for given path
- getChildrenCount() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getChildrenCount() - Method in class org.craftercms.studio.api.v2.dal.Item
- getChildrenCount() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getChildrenCount() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- GetChildrenResult - Class in org.craftercms.studio.model.rest.content
- GetChildrenResult() - Constructor for class org.craftercms.studio.model.rest.content.GetChildrenResult
- getClusterNodeId() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getCode() - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Returns the response code.
- getComment() - Method in class org.craftercms.studio.api.v1.to.VersionTO
- getComment() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- getComment() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getComment() - Method in class org.craftercms.studio.model.history.ItemVersion
- getComment() - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- getComment() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getComment() - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- getComment() - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- getComment() - Method in class org.craftercms.studio.model.rest.workflow.RejectRequestBody
- getComment() - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- getCommitAuthors(long, List<String>, String) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
-
Gets commit authors from a list of commit ids.
- getCommitAuthors(long, List<String>, String) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Get commit authors from a list of commit ids This will look in the audit data and retrieve a CommitAuthor when: There is an audit entry for the given commit id AND the audit entry origin is API AND the audit entry primary_target_value correspond to the given path
- getCommitAuthors(long, List<String>, String) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- getCommitId() - Method in class org.craftercms.studio.api.v1.to.ResultTO
- getCommitId() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getCommitId() - Method in class org.craftercms.studio.api.v2.dal.CommitAuthor
- getCommitId() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getCommitId() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getCommitIdsBetween(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getCommitIdsBetween(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get the commits between two commit ids.
- getCommitIdsBetween(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getCommitIdsBetween(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getCommitMessage() - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- getCommitMessage() - Method in class org.craftercms.studio.model.rest.CommitResolutionRequest
- getCommitMessage(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getCommitsMerged() - Method in class org.craftercms.studio.api.v2.service.repository.MergeResult
- getCommitter() - Method in class org.craftercms.studio.model.history.ItemVersion
- getCompleteMessages() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getComponentPatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getComponentPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getComponentPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get component item URI patterns
- getComponents() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getComponents() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getConfig() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- getConfig() - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getConfigFileName() - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- getConfigFileName() - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getConfigFileName() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getConfigPath() - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
- getConfigPath() - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- getConfigPath() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getConfigPath() - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- getConfiguration(String, String, String, String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- getConfiguration(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- getConfiguration(ConfigurationProvider) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- getConfigurationAsDocument(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get configuration as DOM document for given parameters
- getConfigurationAsDocument(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getConfigurationAsDocument(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getConfigurationAsString(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get configuration as string for given parameters
- getConfigurationAsString(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getConfigurationAsString(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getConfigurationHistory(String, String, String, String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- getConfigurationHistory(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get configuration history for given parameters
- getConfigurationHistory(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getConfigurationHistory(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getConfigurationPath(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getConfigurationPatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getConfigurationPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get configuration item URI patterns
- getConfigurationPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getConfigurationService() - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getConfigurationService() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getConfigurationService() - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getConfiguredToken() - Method in class org.craftercms.studio.controller.rest.v2.ManagementTokenAware
- getConflicting() - Method in class org.craftercms.studio.api.v2.dal.RepositoryStatus
- getConnection() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- getConnection(BoxProfile) - Method in class org.craftercms.studio.impl.v1.service.box.BoxServiceImpl
- getContent() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getContent() - Method in class org.craftercms.studio.controller.rest.v2.PluginController.WriteConfigurationRequest
- getContent() - Method in class org.craftercms.studio.model.contentType.ContentTypeUsage
- getContent() - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- getContent(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContent(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
get document from wcm content
- getContent(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get document from wcm content
- getContent(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl.XmlContentLoader
-
return XML document
- getContent(String, String, boolean) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Get content from the repository
- getContent(String, String, boolean) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- getContent(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getContent(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- getContentAsDocument(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentAsDocument(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get document from wcm content
- getContentAsResource(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentAsResource(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getContentAsResource(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Returns content wrapped as a
Resource
instance - getContentAsResource(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Returns content wrapped as a
Resource
instance - getContentAsString(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentAsString(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentAsString(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get content as string from repository
- getContentAsString(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get content as string from repository
- getContentByCommitId(String, String, String) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- getContentByCommitId(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getContentByCommitId(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
return a specific version of the content
- getContentByCommitId(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get content for commit id
- getContentByCommitId(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get content for commit id
- getContentByCommitId(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getContentByCommitId(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getContentByCommitId(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getContentByCommitId(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getContentChildren(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
get immediate children for path
- getContentChildren(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getContentChildren(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- getContentChildren(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getContentExpired(String, int, int) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getContentExpired(String, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get content that expired
- getContentExpired(String, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getContentExpiring(String, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getContentExpiring(String, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get content that is expiring
- getContentExpiring(String, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getContentIds(Document) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
Return the values for PageID and GroupID provided a Document
- getContentItem() - Method in class org.craftercms.studio.api.v1.to.VersionTO
- getContentItem(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentItem(String, String, int) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentItem(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get the content item (metadata) at a specific path
- getContentItem(String, String, int) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get the content item (metadata) at a specific path
- getContentItemAvailableActions(String, String, String) - Method in interface org.craftercms.studio.api.v2.security.AvailableActionsResolver
-
Get content item available actions for given site and path
- getContentItemAvailableActions(String, String, String) - Method in class org.craftercms.studio.impl.v2.security.AvailableActionsResolverImpl
- getContentItemForDashboard(String, String) - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- getContentItemHistory(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getContentItemHistory(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
- getContentItemHistory(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getContentItemHistory(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getContentItemTree(String, String, int) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentItemTree(String, String, int) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get the tree of content items (metadata) beginning at a root
- getContentItemVersionHistory(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentItemVersionHistory(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get the version history for an item
- getContentMetadata() - Method in class org.craftercms.studio.model.policy.Action
- getContentPendingApproval(String, int, int, List<SortField>, List<String>) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getContentPendingApproval(String, int, int) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get workflow packages pending approval
- getContentPendingApproval(String, int, int) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getContentPendingApproval(String, String, int, int) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get workflow packages pending approval
- getContentPendingApproval(String, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get pending content for approval
- getContentPendingApproval(String, List<String>, List<SortField>, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getContentPendingApprovalDetail(String, UUID, List<SortField>) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getContentPendingApprovalDetail(String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get content pending approval for given workflow package id
- getContentPendingApprovalDetail(String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get items from workflow package pending approval
- getContentPendingApprovalDetail(String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getContentPendingApprovalDetail(String, String, List<SortField>) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get content pending approval package details
- getContentPendingApprovalDetail(String, String, List<SortField>) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getContentPendingApprovalTotal(String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get total number of workflow packages pending approval
- getContentPendingApprovalTotal(String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getContentPendingApprovalTotal(String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get total number of workflow packages pending approval
- getContentPendingApprovalTotal(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get total number of content packages pending approval
- getContentPendingApprovalTotal(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getContentRepository() - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getContentRepository() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getContentRepository() - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- getContentRepository() - Method in class org.craftercms.studio.impl.v1.service.transaction.TransactionServiceImpl
-
getter for content repository
- getContentService() - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- getContentService() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getContentService() - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- getContentService() - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getContentService() - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getContentService() - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- getContentService() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getContentService() - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- getContentSize(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentSize(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get file size
- getContentSize(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
get file size
- getContentSize(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get content size
- getContentSize(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getContentSize(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- getContentSize(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getContentSize(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getContentStream() - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
get this content as input stream
- getContentStream() - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- getContentType() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getContentType() - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- getContentType() - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- getContentType(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getContentType(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
-
get a content type by the given site and type name
- getContentTypeByRelativePath(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getContentTypeByRelativePath(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
- getContentTypeClass() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getContentTypeClass() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getContentTypeClass() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getContentTypeClass() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails.PublishingPackageItem
- getContentTypeClass() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getContentTypeClass(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentTypeClass(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- getContentTypeConfig(String, String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- getContentTypeConfig(String, String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getContentTypeConfig(String, String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ContentTypesConfig
-
get content type configuration for the given site and the content type
- getContentTypeConfig(String, String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get DM content type configuration by the given site and name
- getContentTypeControllerPath(String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentTypeServiceInternal
-
Builds the path of the Groovy controller for a given content type id
- getContentTypeControllerPath(String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- getContentTypeForContent(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getContentTypeForContent(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
-
get a content type by the given site and the content path
- getContentTypeId() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getContentTypeId() - Method in class org.craftercms.studio.api.v2.dal.Item
- getContentTypeId() - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- getContentTypeId() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getContentTypeId() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getContentTypePath(String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- getContentTypePreviewImage(String, String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- getContentTypePreviewImage(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- getContentTypePreviewImage(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentTypeService
-
Finds the preview image for a given content-type
- getContentTypePreviewImage(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentTypeServiceInternal
-
Finds the preview image for a given content-type
- getContentTypePreviewImage(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentTypeServiceImpl
-
Finds the preview image for a given content-type
- getContentTypePreviewImageFilename(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
-
Get preview image filename extract from form-definition.xml
- getContentTypesConfig() - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getContentTypesConfig() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getContentTypeService() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getContentTypeTemplatePath(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentTypeServiceInternal
-
Extracts the path of the Freemarker template for a given content type id
- getContentTypeTemplatePath(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- getContentTypeUsage(String, String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- getContentTypeUsage(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentTypeService
-
Finds all items related to a given content-type
- getContentTypeUsage(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentTypeServiceInternal
-
Finds all items related to a given content-type
- getContentTypeUsage(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentTypeServiceImpl
-
Finds all items related to a given content-type
- getContentTypeUsage(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- getContentTypeUsages(String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Finds all items related to a given content-type
- getContentUnpublished(String, int, int, List<SortField>, List<String>) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getContentUnpublished(String, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get unpublished content items
- getContentUnpublished(String, List<String>, List<SortField>, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getContentUnpublishedTotal(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get total number of unpublished content
- getContentUnpublishedTotal(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getContentVersion(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentVersion(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
return the content for a given version
- getContentVersionAsString(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getContentVersionAsString(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
return the content for a given version
- getContentVersionHistory(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
get the version history for an item
- getContentVersionHistory(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getContentVersionHistory(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get the version history for a given content item.
- getContentVersionHistory(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get the version history for a given content item.
- getContentVersionHistory(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- getContentVersionHistory(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getContentVersionHistory(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getContentVersionHistory(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getContext(String) - Method in interface org.craftercms.studio.api.v2.core.ContextManager
-
Returns the context for the given site, creating it if needed
- getContext(String) - Method in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- getCopyDepedencyPattern() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getCopyDepedencyPattern() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getCopyDependencyPatterns(String, String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getCopyDependencyPatterns(String, String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get the copy dependencies pattern for a content type
- getCount() - Method in class org.craftercms.studio.model.search.SearchFacetRange
- getCreatedBy() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getCreatedBy() - Method in class org.craftercms.studio.api.v2.dal.Item
- getCreatedOn() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getCreatedOn() - Method in class org.craftercms.studio.api.v2.dal.Item
- getCreatedOn() - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- getCreateJobOutput(String, TranscoderOutput) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- getCreateJobRequest(String, String, TranscoderProfile) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- getCreateTargetRequestBody(String, String, String, boolean, boolean, String, String, HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- getCreateTargetUrl() - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- getCreateTargetUrl() - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- getCreateTargetUrl() - Method in class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
- getCreator() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getCreator() - Method in class org.craftercms.studio.api.v2.dal.Item
- getCreator() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- getCreator() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getCurrent() - Static method in class org.craftercms.studio.api.v1.job.CronJobContext
- getCurrent() - Method in class org.craftercms.studio.model.rest.ChangePasswordRequest
- getCurrentConfigName() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- getCurrentConfigPath() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- getCurrentMemory(String) - Method in class org.craftercms.studio.controller.rest.v2.MonitoringController
- getCurrentStatus(String) - Method in class org.craftercms.studio.controller.rest.v2.MonitoringController
- getCurrentSubject() - Method in class org.craftercms.studio.permissions.SubjectResolverImpl
- getCurrentTime() - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Returns the current time in UTC
- getCurrentTimeIso() - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Returns the current time in UTC formatted using the ISO standard
- getCurrentUser() - Method in class org.craftercms.studio.api.v1.job.CronJobContext
- getCurrentUser() - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
-
Deprecated.use
SecurityService.getCurrentUser()
instead - getCurrentUser() - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Returns the current authenticated user
- getCurrentUser() - Method in interface org.craftercms.studio.api.v2.service.security.SecurityService
-
Returns the username of the current user
- getCurrentUser() - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- getCurrentUser() - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get current authenticated user API
- getCurrentUser() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getCurrentUser() - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getCurrentUser() - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- getCurrentUser() - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getCurrentUserGlobalPermissions() - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get global permissions of the current authenticated user
- getCurrentUserGlobalPermissions() - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get the global permissions of the current authenticated user API
- getCurrentUserGlobalPermissions() - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getCurrentUserIdent() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Return the current user identity as a jgit PersonIdent
- getCurrentUserSitePermissions(String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get the permissions in a site of the current authenticated user API
- getCurrentUserSitePermissions(String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get permissions of the current authenticated user for given site
- getCurrentUserSitePermissions(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getCurrentUserSiteRoles(String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get the roles in a site of the current authenticated user API
- getCurrentUserSiteRoles(String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- getCurrentUserSiteRoles(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getCurrentUserSites() - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- getCurrentUserSites() - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getCurrentUserSites(int, int) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get the sites of the current authenticated user API
- getCurrentUserSsoLogoutUrl() - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Deprecated.since 3.2, all logout redirects are now handled by Spring Security
- getCurrentVersion(String) - Method in class org.craftercms.studio.controller.rest.v2.MonitoringController
- getDataSource() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- getDateCreated() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- getDateCreated() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getDateModified() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- getDateModified() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getDatePublished() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Environment
- getDatePublished() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- getDateScheduled() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Environment
- getDateSubmitted() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- getDateSubmitted() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getDateTime() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getDBScriptRunner() - Method in interface org.craftercms.studio.api.v2.dal.StudioDBScriptRunnerFactory
- getDBScriptRunner() - Method in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerFactoryImpl
- getDefaultConfigFileName() - Method in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- getDefaultFilter() - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- getDefaultFromAddress() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- getDefaultFromAddress() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getDefaultGroups() - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getDefaultLocaleCode() - Method in class org.craftercms.studio.model.config.TranslationConfiguration
- getDefaultTimezone(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getDefaultTimezone(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get the default timezone value
- getDelay() - Method in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- getDeleteCandidates(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getDeleteCandidates(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- getDeleted() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getDeleted() - Method in class org.craftercms.studio.api.v2.dal.Site
- getDeletedAsInt() - Method in class org.craftercms.studio.api.v2.dal.User
- getDeleteDependencies() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getDeleteDependencies(String, String) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
- getDeleteDependencies(String, String) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getDeleteDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
- getDeleteDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getDeleteDependencyPattern() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getDeleteDependencyPatterns(String, String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getDeleteDependencyPatterns(String, String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get the delete dependencies related to a content type
- getDeletedItems() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getDeletedPaths() - Method in class org.craftercms.studio.api.v2.repository.RepositoryChanges
- getDeletedSites() - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getDeletedSites() - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get deleted sites
- getDeletedSites() - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getDeletePackage(GetDeletePackageRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- GetDeletePackageRequestBody - Class in org.craftercms.studio.model.rest.content
- GetDeletePackageRequestBody() - Constructor for class org.craftercms.studio.model.rest.content.GetDeletePackageRequestBody
- getDeletePatternConfig(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getDeleteTargetUrl(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- getDeleteTargetUrl(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- getDeleteTargetUrl(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
- getDelimiter() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- getDependantItems(String, String) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController
- getDependencies() - Method in class org.craftercms.studio.api.v1.to.CalculateDependenciesEntityTO
- getDependencies() - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- getDependencies(Map) - Method in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- getDependencies(GetSoftDependenciesRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.DependencyController
- getDependenciesForList(Map) - Method in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- getDependencyService() - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyDiffServiceImpl
- getDependencyService() - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- getDependencyTypes() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- getDependentItems(String, String) - Method in class org.craftercms.studio.controller.rest.v2.DependencyController
- getDependentItems(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Get all items that depend on this item
- getDependentItems(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Get list of paths of content items that are dependent on given path
- getDependentItems(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- getDependentItems(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- getDependentItems(String, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Get items depending on given paths
- getDependentPaths(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Get list of paths of content items that are dependant on given paths
- getDependentPaths(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Get list of paths of content items that are dependent on given paths
- getDependentPaths(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- getDependentPaths(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- getDeploymentDate() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getDeploymentFailureNotifications() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getDeploymentHistory(String, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Deprecated.
- getDeploymentHistory(String, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- getDeploymentHistory(String, List<String>, String, String, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get deployment history
- getDeploymentHistory(String, List<String>, ZonedDateTime, ZonedDateTime, String, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get deployment history from database
- getDeploymentHistory(String, List<String>, ZonedDateTime, ZonedDateTime, String, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getDeployTargetUrl(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- getDesc() - Method in class org.craftercms.studio.model.Site
- getDescription() - Method in class org.craftercms.studio.api.v1.dal.Permission
- getDescription() - Method in class org.craftercms.studio.api.v1.dal.Role
- getDescription() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getDescription() - Method in class org.craftercms.studio.api.v2.dal.Organization
- getDescription() - Method in class org.craftercms.studio.api.v2.dal.Site
- getDescription() - Method in class org.craftercms.studio.impl.v2.repository.GitResource
- getDescription() - Method in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
- getDescription() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getDescription() - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- getDescription() - Method in class org.craftercms.studio.model.rest.sites.UpdateSiteRequest
- getDescriptor(String, String, boolean) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- getDescriptor(String, Version) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getDestDoc() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- getDestination() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- getDestPath() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- getDestSandbox() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- getDetailedItemsByStates(long, long, String, String, List<String>, List<SortField>, String, String, int, int) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get a list of
DetailedItem
for given site and filters (system_types, states) - getDiff() - Method in class org.craftercms.studio.api.v2.dal.DiffConflictedFile
- getDiffEntry(Repository, ObjectId, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Get the diff entry for a given commit and path.
- getDiffForConflictedFile(String, String) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- getDiffForConflictedFile(String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- getDiffForConflictedFile(String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- getDiffForConflictedFile(String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- getDiffForConflictedFile(String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- getDirectDependencies() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
-
Return Component, Documents and Assets direct dependencies unlike the _flattenChildren
- getDisabled() - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- getDisplayInWidgetPathPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getDisplayInWidgetPathPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get a list of paths to display in widgets
- getDisplayPatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getDmContentLifeCycleService() - Method in class org.craftercms.studio.impl.v1.content.pipeline.ContentLifeCycleProcessor
- getDocument() - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
get this content as XML Document
- getDocument() - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- getDocumentationUrl() - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Returns the URL to documentation related to the response.
- getDocumentPatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getDocumentPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getDocumentPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get document item URI patterns
- getDocuments() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getDocuments() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getDownloadUrlRegex() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- getDuplicateTargetRequestBody(String, String, String, String, boolean, boolean, String, String, HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
-
Get the body parameters for the duplicate-target request.
- getDuplicateTargetUrl(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
-
Get the URL of the Deployer API to duplicate a given target
- getElementXpath() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.ConfigRecord
- getEmail() - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- getEmail() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getEmail() - Method in class org.craftercms.studio.api.v2.dal.User
- getEmail() - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- getEmail() - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- getEmailMessageTemplates() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getEmailService() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- getEmailService() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getEmailServiceNoAuth() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- getEmailServiceNoAuth() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getEnabledAsInt() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- getEnabledAsInt() - Method in class org.craftercms.studio.api.v2.dal.User
- getEncoding() - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
get the encoding of this content
- getEncoding() - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- getEndpoint() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getEndpoint() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- getEngineManagementTokenValue() - Method in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
-
Returns the management token for preview
- getEngineProtectedUrls() - Method in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
-
Returns the list of preview URLs that require the management token
- getEntities() - Method in class org.craftercms.studio.model.rest.ResultList
-
Returns the result entities.
- getEntity() - Method in class org.craftercms.studio.model.rest.ResultOne
-
Returns the result entity.
- getEnvironment() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getEnvironment() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getEnvironment() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getEnvironment() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getEnvironment() - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- getEnvironment() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- getEnvironment() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getEnvironment() - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- getEnvironment() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- getEnvironment() - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- getEnvironmentNames(String) - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- getErrorMessagePattern() - Method in class org.craftercms.studio.impl.v2.utils.git.cli.NoChangesToCommitExceptionResolver
- getErrorMessagePattern() - Method in class org.craftercms.studio.impl.v2.utils.git.cli.PatternFindingGitCliExceptionResolver
- getErrorMessagePattern() - Method in class org.craftercms.studio.impl.v2.utils.git.cli.RepositoryLockedExceptionResolver
- getErrorMessages() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getEventDate() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getEventType() - Method in interface org.craftercms.studio.api.v2.event.BroadcastEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.content.ConfigurationEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.content.ContentEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.content.DeleteContentEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.content.MoveContentEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.lock.LockContentEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.publish.PublishEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.repository.RepositoryEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.site.SiteDeletedEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.site.SiteDeletingEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.site.SiteReadyEvent
- getEventType() - Method in class org.craftercms.studio.api.v2.event.workflow.WorkflowEvent
- getException() - Method in class org.craftercms.studio.api.v1.to.DmError
- getExceptions() - Method in exception class org.craftercms.studio.api.v2.exception.CompositeException
- getExcludes() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- getExcludes() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getExcludes() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getExistingEnvironments(String) - Method in interface org.craftercms.studio.api.v2.upgrade.StudioUpgradeManager
-
Returns all existing environments for the given site
- getExistingEnvironments(String) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
-
Returns all existing environments for the given site
- getExistingRenamedChildrenOfMandatoryParentsForPublishing(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get existing renamed children of mandatory parents for publishing
- getExistingRenamedChildrenOfMandatoryParentsForPublishing(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getExistingRenamedChildrenOfMandatoryParentsForPublishing(String, List<String>, long, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
- getExitValue() - Method in exception class org.craftercms.studio.api.v2.exception.git.cli.GitCliOutputException
- getExpiredDateTime() - Method in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
- getExpiresAt() - Method in class org.craftercms.studio.model.rest.CreateAccessTokenRequest
- getExpiresAt() - Method in class org.craftercms.studio.model.security.AccessToken
- getExpressionEngine() - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getExternallyManaged() - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- getExternallyManaged() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getExternallyManagedAsInt() - Method in class org.craftercms.studio.api.v2.dal.Group
- getExternallyManagedAsInt() - Method in class org.craftercms.studio.api.v2.dal.User
- getFacets() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getFacets() - Method in class org.craftercms.studio.model.search.SearchResult
- getFacets(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Returns the search facets configuration for the given site
- getFacets(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
Returns the search facets configuration for the given site
- getFailedPaths() - Method in class org.craftercms.studio.api.v2.repository.RepositoryChanges
- getFetch() - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- getFetch() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- getField() - Method in class org.craftercms.studio.api.v1.to.FacetTO
- getFile(String) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
Returns the file as an absolute path
- getFileExtension() - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- getFilename() - Method in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
- getFileName() - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- getFilePath() - Method in class org.craftercms.studio.api.v1.asset.Asset
-
Sets the file path where the asset is temporarily being stored.
- getFilePath(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
- getFiles() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- getFilesInCommit(Repository, RevCommit) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getFilter(String) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- getFilterMap() - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- getFilterPatterns(String, String) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- getFilters() - Method in class org.craftercms.studio.model.search.SearchParams
- getFindRegex() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionPattern
- getFirstName() - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- getFirstName() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getFirstName() - Method in class org.craftercms.studio.api.v2.dal.User
- getFirstName() - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- getFirstName() - Method in class org.craftercms.studio.model.rest.Person
- getFirstName() - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- getFolderId() - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- getFolders() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getFolders(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getFolders(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get a list of folder configuration.
- getForgotPasswordToken(String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get aforgot password token for given username
- getForgotPasswordToken(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getForm() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getForm() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getForm() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getFormDefinition(StudioUpgradeContext, String) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
Finds the form-definition.xml five for the given content-type
- getFormDefinitionDocument(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
-
Get form-definition.xml as Document of a content type
- getFormPagePath() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getFormPath() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getFormPath() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getFreeMarkerConfig() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getFrom() - Method in class org.craftercms.studio.api.v1.to.FacetRangeTO
- getFrom() - Method in class org.craftercms.studio.model.search.SearchFacetRange
- getFullKey(AbstractBlobStore.Mapping, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- getFullPath(String, String) - Method in class org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect
- getGeneralLockService() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getGeneralLockService() - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- getGeneralLockService() - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getGeneralLockService() - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getGeneralLockService() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getGeneralLockService() - Method in class org.craftercms.studio.impl.v2.upgrade.operations.global.BlueprintsUpgradeOperation
- getGeneralLockService() - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- getGitPath(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getGitPaths(String...) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getGlobalConfigPath() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getGlobalConfigPath() - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- getGlobalConfigurationAsDocument(String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get configuration from global repository as Document
- getGlobalConfigurationAsDocument(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getGlobalConfigurationAsDocument(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getGlobalConfigurationAsString(String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get configuration from global repository as String
- getGlobalConfigurationAsString(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getGlobalConfigurationAsString(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getGlobalMenu() - Method in interface org.craftercms.studio.api.v2.service.ui.UiService
-
Returns the global menu items available to the current user.
- getGlobalMenu() - Method in class org.craftercms.studio.controller.rest.v2.UiController
- getGlobalMenu() - Method in class org.craftercms.studio.impl.v2.service.ui.UiServiceImpl
- getGlobalMenu(Set<String>) - Method in interface org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternal
-
Returns the global menu items available based on the specified permissions
- getGlobalMenu(Set<String>) - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- getGlobalMenuConfig() - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- getGlobalMenuConfigPath() - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- getGlobalMenuFileName() - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- getGlobalPermission(String) - Method in class org.craftercms.studio.permissions.CompositePermissionResolverImpl
- getGlobalPermission(String) - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- getGlobalPermission(String) - Method in class org.craftercms.studio.permissions.PermissionResolverImpl
- getGlobalPermissionsFileName() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getGlobalRepoLastCommitId() - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get last commit id from global repository
- getGlobalRoleMappings() - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get global role mappings configuration
- getGlobalRoleMappings() - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getGlobalRoleMappings() - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getGlobalRoleMappingsFileName() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getGlobalSiteName() - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getGlobalXmlConfiguration(String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Reads a configuration file using Apache Commons Configuration
- getGlobalXmlConfiguration(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getGlobalXmlConfiguration(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getGroup() - Method in class org.craftercms.studio.api.v2.dal.UserGroup
- getGroup(int) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Get group API
- getGroup(long) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Get group by group id
- getGroup(long) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Get group
- getGroup(long) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getGroup(long) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- getGroup(long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getGroup(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getGroupByName(String) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Get group by group name
- getGroupByName(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getGroupByName(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getGroupDao() - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getGroupDescription() - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- getGroupDescription() - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- getGroupDescription() - Method in class org.craftercms.studio.api.v2.dal.Group
- getGroupDescription() - Method in class org.craftercms.studio.model.rest.groups.UpdateGroupRequest
- getGroupMembers(int, int, int, String) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Get group members API
- getGroupMembers(long, int, int, String) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Get group members
- getGroupMembers(long, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Get group members
- getGroupMembers(long, int, int, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getGroupMembers(long, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- getGroupMembers(long, int, int, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getGroupMembersTotal(long) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Get total number of group members.
- getGroupMembersTotal(long) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Get total number of group members
- getGroupMembersTotal(long) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getGroupMembersTotal(long) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- getGroupMembersTotal(long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getGroupName() - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- getGroupName() - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- getGroupName() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getGroupName() - Method in class org.craftercms.studio.api.v2.dal.Group
- getGroupObject(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getGroups() - Method in class org.craftercms.studio.api.v2.dal.User
- getGroups(List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Get groups by group ids
- getGroups(List<Long>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getGroups(List<Long>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getGroupService() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getGroupsPerSiteData(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getGroupsPerSiteQuery(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getGroupsPerSiteQueryTotal(Map<String, Object>) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getHardDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Get a hard dependencies of a item.
- getHardDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Get a hard dependencies of a item.
- getHardDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- getHardDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- getHardDependenciesForList(String, Set<String>, List<String>, long, long) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Get hard dependencies from DB for list of content paths
- getHeight() - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- getHistory(String, String) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- getIcon() - Method in class org.craftercms.studio.model.ui.MenuItem
-
Returns the icon of the item as a Font Awesome id, example: fa-smile.
- getId() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
-
Returns the ID of the job.
- getId() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- getId() - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
get the id of this content
- getId() - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- getId() - Method in class org.craftercms.studio.api.v1.dal.Permission
- getId() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getId() - Method in class org.craftercms.studio.api.v1.dal.Role
- getId() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getId() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getId() - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- getId() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getId() - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- getId() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- getId() - Method in class org.craftercms.studio.api.v2.dal.Dependency
- getId() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getId() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getId() - Method in class org.craftercms.studio.api.v2.dal.Group
- getId() - Method in class org.craftercms.studio.api.v2.dal.Item
- getId() - Method in class org.craftercms.studio.api.v2.dal.Organization
- getId() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getId() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- getId() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getId() - Method in class org.craftercms.studio.api.v2.dal.Site
- getId() - Method in class org.craftercms.studio.api.v2.dal.User
- getId() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getId() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getId() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- getId() - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- getId() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- getId() - Method in class org.craftercms.studio.model.rest.content.DependencyItem
- getId() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getId() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getId() - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- getId() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- getId() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Package
- getId() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getId() - Method in class org.craftercms.studio.model.rest.groups.UpdateGroupRequest
- getId() - Method in class org.craftercms.studio.model.rest.Person
- getId() - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- getId() - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- getId() - Method in class org.craftercms.studio.model.ui.MenuItem
-
Returns the ID of the item.
- getIdentifier() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
Returns the identifier for this particular Studio instance
- getIds() - Method in interface org.craftercms.studio.api.v1.service.content.ContentItemIdGenerator
-
Return unique ids required by content
- getIds() - Method in class org.craftercms.studio.impl.v1.service.content.ContentItemIdGeneratorImpl
- getIds() - Method in class org.craftercms.studio.model.rest.AddGroupMembers
- getIds() - Method in class org.craftercms.studio.model.rest.EnableUsers
- getIgnoredAsInt() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getIgnoredAsInt() - Method in class org.craftercms.studio.api.v2.dal.Item
- getImageThumbnail() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getImageThumbnail() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getIncludePattern() - Method in class org.craftercms.studio.api.v1.util.filter.AbstractFilter
- getIncludePattern() - Method in class org.craftercms.studio.api.v1.util.filter.AllFilter
- getIncludePattern() - Method in class org.craftercms.studio.api.v1.util.filter.ComponentFilter
- getIncludePattern() - Method in class org.craftercms.studio.api.v1.util.filter.DocumentFilter
- getIncludePattern() - Method in class org.craftercms.studio.api.v1.util.filter.PageFilter
- getIncludes() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyType
- getIncludes() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- getInProgressItems(String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get in progress items for given site
- getInProgressItems(String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getInProgressItems(String, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get in progress items from DB
- getInputPath() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- getInputPathPattern() - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorPipelineConfiguration
-
Returns the input path pattern.
- getInputStream() - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- getInputStream() - Method in class org.craftercms.studio.impl.v2.repository.GitResource
- getInputStream() - Method in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
- getInstallationDate() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- getInstalledPlugins(String) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController
- getInstalledPlugins(String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Returns a list of the plugins currently installed in the given site
- getInstalledPlugins(String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Returns a list of the plugins currently installed in the given site
- getInstalledPlugins(String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getInstalledPlugins(String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- getInstance() - Static method in class org.craftercms.studio.impl.v2.validation.StudioEsapiSecurityConfiguration
- getInstance(DetailedItem) - Static method in class org.craftercms.studio.api.v2.dal.Item
- getInstance(DetailedItem) - Static method in class org.craftercms.studio.model.rest.content.DetailedItem
- getInstance(Item) - Static method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getInstance(Item) - Static method in class org.craftercms.studio.model.rest.content.DependencyItem
- getInstance(Item) - Static method in class org.craftercms.studio.model.rest.content.DetailedItem
- getInstance(Item) - Static method in class org.craftercms.studio.model.rest.content.SandboxItem
- getInstanceId() - Method in interface org.craftercms.studio.api.v2.dal.MetaDAO
- getInstanceId() - Method in interface org.craftercms.studio.api.v2.service.system.InstanceService
-
Get Studio instance ID
- getInstanceId() - Method in class org.craftercms.studio.impl.v2.service.system.InstanceServiceImpl
- getInternalName() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getInternalName() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- getIntroducedCommits(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getIntroducedCommits(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get the new commits introduced by
commitId
intobaseCommit
.
This method assumes that baseCommit is an ancestor of commitId's first parent. - getIntroducedCommits(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getIntroducedCommits(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getIntValue(String) - Static method in class org.craftercms.studio.impl.v1.util.ContentFormatUtils
-
get integer value
- getItem() - Method in class org.craftercms.studio.api.v1.to.CalculateDependenciesEntityTO
- getItem() - Method in class org.craftercms.studio.api.v1.to.ResultTO
- getItem() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getItem() - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- getItem() - Method in class org.craftercms.studio.model.rest.ConfigurationHistory
- getItem() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult.ChildrenByPathResult
- getItem() - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- getItem(String, long) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get item by given id
- getItem(String, long) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getItem(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get item fir given site and path
- getItem(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getItem(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getItem(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
- getItem(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
- getItem(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
- getItem(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get item fir given site and path
- getItem(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getItem(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getItem(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getItem(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getItem(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getItemById(long, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get item by id
- getItemByPath(String, String, boolean) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- getItemByPath(Long, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get item for given path from database
- getItemByPath(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get detailed item for given path
- getItemByPath(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get detailed for given path
- getItemByPath(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getItemByPath(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getItemByPathPreferContent(Long, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get item with prefer content option for given path from database
- getItemBySiteIdAndPath(long, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get item for given site and path
- getItemBySiteIdAndPathPreferContent(long, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get item with prefer content option for given site and path
- getItemContentType(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Retrieves the content type for a given path
- getItemContentType(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getItemDependencies(String, String, int) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Get all item dependencies of an item.
- getItemDependencies(String, String, int) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getItemDescriptor(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
- getItemDescriptor(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getItemEnvironmentProperties(String, GitRepositories, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getItemEnvironmentProperties(String, GitRepositories, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get environment properties for item
- getItemEnvironmentProperties(String, GitRepositories, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getItemEnvironmentProperties(String, GitRepositories, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getItemId() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getItemName() - Method in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
- getItemOrders(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getItemOrders(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- getItemOrders(List<Node>) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
get WCM content item order metadata
- getItemPath() - Method in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
- getItemPaths(String, GitRepositories, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get the site content item list for the given site
- getItems() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails
- getItems() - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- getItems() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult
- getItems() - Method in class org.craftercms.studio.model.rest.dashboard.ExpiringContentResult
- getItems() - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- getItems() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesPostRequestBody
- getItems() - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- getItems() - Method in class org.craftercms.studio.model.rest.workflow.RejectRequestBody
- getItems() - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- getItems() - Method in class org.craftercms.studio.model.search.SearchResult
- getItems(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get items for given site and paths
- getItems(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getItems(String, List<String>, boolean) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get items for given site and paths
- getItems(String, List<String>, boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getItemsByStates(String, long, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get a list of items by state and system types.
- getItemsByStates(String, long, List<String>, List<SortField>, int, int) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getItemsDependingOn(String, String, int) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Deprecated.
- getItemsDependingOn(String, String, int) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getItemsDependingOn(Map) - Method in interface org.craftercms.studio.api.v1.dal.DependencyMapper
-
Deprecated.
- getItemServiceInternal() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- getItemServiceInternal() - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- getItemServiceInternal() - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- getItemServiceInternal() - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- getItemSnippets(Map<String, List<String>>) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Maps the OpenSearch highlighting to simple text snippets
- getItemSpecificDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Get item specific dependencies for given path
- getItemSpecificDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- getItemSpecificDependencies(String, String, int) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Get item-specific dependencies of an item.
- getItemSpecificDependencies(String, String, int) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getItemSpecificDependencies(String, String, Document, Map<String, String>) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getItemSpecificDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Get item specific dependencies for given path
- getItemSpecificDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- getItemSpecificDependencies(String, List<String>, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Get item specific dependencies for given paths
- getItemSpecificDependenciesForList(Map) - Method in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- getItemSpecificDependenciesPatterns() - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getItemSpecificDependenciesPatterns() - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- getItemsReadyForDeployment(String, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- getItemsReadyForDeployment(String, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- getItemsReadyForDeployment(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- getItemStates(String, String, Long, int, int) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- getItemStates(String, String, Long, int, int) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Get item states for given filters by path regex and states mask
- getItemStates(String, String, Long, int, int) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- getItemStates(String, String, Long, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get item states for given filters by path regex and states mask
- getItemStates(String, String, Long, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get item states for given filters by path regex and states mask
- getItemStates(String, String, Long, List<String>, List<SortField>, int, int) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getItemStatesTotal(String, String, Long) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Get total number of item states records for given filters by path regex and states mask
- getItemStatesTotal(String, String, Long) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- getItemStatesTotal(String, String, Long, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get total number of item states records for given filters by path regex and states mask
- getItemStatesTotal(String, String, Long, List<String>) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get total number of item states records for given filters by path regex and states mask
- getItemStatesTotal(String, String, Long, List<String>) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getItemType(Map<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Maps the item type for the given source based on the configuration
- getItemTypes() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO
- getJobArn() - Method in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
- getJobDestination(JobTemplate) - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
-
Extracts the output destination from the transcoding job template settings.
- getJobId() - Method in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
- getKey() - Method in class org.craftercms.studio.api.v1.aws.s3.S3Output
- getKey() - Method in class org.craftercms.studio.api.v1.to.MessageTO
- getKey() - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- getKey() - Method in class org.craftercms.studio.api.v2.dal.UserProperty
- getKeyword() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getKeyword() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getKeywords() - Method in class org.craftercms.studio.model.search.SearchParams
- getLabel() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getLabel() - Method in class org.craftercms.studio.api.v1.to.FacetRangeTO
- getLabel() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getLabel() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLabel() - Method in class org.craftercms.studio.api.v2.dal.Item
- getLabel() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getLabel() - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- getLabel() - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- getLabel() - Method in class org.craftercms.studio.model.rest.content.DependencyItem
- getLabel() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getLabel() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getLabel() - Method in class org.craftercms.studio.model.rest.CreateAccessTokenRequest
- getLabel() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- getLabel() - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- getLabel() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getLabel() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- getLabel() - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- getLabel() - Method in class org.craftercms.studio.model.ui.MenuItem
-
Returns the label of the item.
- getLastCommitId() - Method in class org.craftercms.studio.api.v2.dal.Site
- getLastCommitId(String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Get the last commit id for the given site
- getLastCommitId(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get the last commit id for the given site
- getLastCommitId(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getLastCommitId(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getLastEditCommitId(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getLastEditCommitId(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
- getLastEditCommitId(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getLastEditCommitId(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getLastEditDate() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getLastModified() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getLastModifiedBy() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLastModifiedBy() - Method in class org.craftercms.studio.api.v2.dal.Item
- getLastModifiedDate() - Method in class org.craftercms.studio.api.v1.to.VersionTO
- getLastModifiedOn() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLastModifiedOn() - Method in class org.craftercms.studio.api.v2.dal.Item
- getLastModifier() - Method in class org.craftercms.studio.api.v1.to.VersionTO
- getLastModifier() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getLastName() - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- getLastName() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getLastName() - Method in class org.craftercms.studio.api.v2.dal.User
- getLastName() - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- getLastName() - Method in class org.craftercms.studio.model.rest.Person
- getLastName() - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- getLastPublishedOn() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLastPublishedOn() - Method in class org.craftercms.studio.api.v2.dal.Item
- getLastUpdated() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getLastUpdated() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getLastUpdated() - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- getLastUpdated() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getLastUpdated() - Method in interface org.craftercms.studio.api.v1.to.TimeStamped
-
get the last updated date
- getLastUpdated() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getLaunchDate() - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- getLevel() - Method in class org.craftercms.studio.model.rest.logging.LoggerConfig
- getLevelDescriptor() - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- getLevelDescriptorName() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getLevelDescriptorName(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getLevelDescriptorName(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get the name of level descriptor
- getLevelDescriptorPatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getLevelDescriptorPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getLevelDescriptorPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get level descriptor item URI patterns
- getLevelDescriptors() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getLevelDescriptors() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getLimit() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getLimit() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getLimit() - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- getLimit() - Method in class org.craftercms.studio.model.rest.PaginatedResultList
-
Returns the number of items in the result list.
- getLimit() - Method in class org.craftercms.studio.model.search.SearchParams
- getList(String, Class<T>) - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- getList(String, Class<T>) - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getLive() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getLive() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- getLiveBaseUrl() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getLiveDependencyItems() - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- getLiveEnvironment() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getLiveEnvironment(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
- getLiveEnvironment(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getLivePublishedOn() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLiveScheduledDate() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLiveUrl() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getLiveUrl() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getLiveUrl() - Method in class org.craftercms.studio.api.v2.dal.Site
- getLiveUrl(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get configured live url for given site
- getLiveUrl(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getLiveUsername() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLocale() - Method in class org.craftercms.studio.api.v2.dal.User
- getLocaleCode() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLocaleCode() - Method in class org.craftercms.studio.api.v2.dal.Item
- getLocaleCode() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getLocaleCode() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getLocaleCode() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getLocaleCode() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getLocaleCodes() - Method in class org.craftercms.studio.model.config.TranslationConfiguration
- getLockedBy() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLockedBy() - Method in class org.craftercms.studio.api.v2.dal.Item
- getLockedTimeSeconds() - Method in exception class org.craftercms.studio.api.v2.security.authentication.LockedException
- getLockOwner() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getLockOwner() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getLockOwner() - Method in class org.craftercms.studio.api.v2.dal.Item
- getLockOwner() - Method in exception class org.craftercms.studio.api.v2.exception.content.ContentLockedByAnotherUserException
- getLockOwner() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getLockOwner() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getLogEvents(long, String) - Method in class org.craftercms.studio.controller.rest.v2.MonitoringController
- getLogEvents(String, long) - Method in interface org.craftercms.studio.api.v2.service.monitor.MonitorService
-
Retrieves a list of global events logged since the timestamp indicated by
since
parameter - getLogEvents(String, long) - Method in class org.craftercms.studio.impl.v2.service.monitor.internal.MonitorServiceInternalImpl
- getLogEvents(String, long) - Method in class org.craftercms.studio.impl.v2.service.monitor.MonitorServiceImpl
- getLoggerConfig(String, boolean) - Method in class org.craftercms.studio.impl.v2.service.log.LoggerServiceImpl
- getLoggerConfig(String) - Method in interface org.craftercms.studio.api.v2.service.log.LoggerService
-
Get the logger with the given name.
- getLoggerConfig(String, boolean) - Method in interface org.craftercms.studio.api.v2.service.log.LoggerService
-
Get the logger with the given name and its configured priority level
- getLoggerConfig(String, boolean) - Method in class org.craftercms.studio.impl.v2.service.log.internal.Log4jLoggerServiceImpl
- getLoggerConfigs() - Method in interface org.craftercms.studio.api.v2.service.log.LoggerService
-
Get all loggers and their configured priority levels
- getLoggerConfigs() - Method in class org.craftercms.studio.impl.v2.service.log.internal.Log4jLoggerServiceImpl
- getLoggerConfigs() - Method in class org.craftercms.studio.impl.v2.service.log.LoggerServiceImpl
- getLoggers() - Method in class org.craftercms.studio.controller.rest.v2.LoggerController
- getMandatoryParent() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getMandatoryParentsForPublishing(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get mandatory parents for publishing for given site and list of paths
- getMandatoryParentsForPublishing(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getMandatoryParentsForPublishing(String, List<String>, long, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get mandatory parents for publishing
- getMapping() - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- getMappings() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- getMatch() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- getMatchedPaths() - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
- getMaxCount() - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- getMaxLength() - Method in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- getMaxRetries() - Method in class org.craftercms.studio.api.v2.annotation.RetryingRepositoryOperationAnnotationHandler
- getMaxSleep() - Method in class org.craftercms.studio.api.v2.annotation.RetryingRepositoryOperationAnnotationHandler
- getMediaConvertClient(MediaConvertProfile) - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
-
Creates an instance of
MediaConvertClient
to start the transcoding jobs. - getMediaConvertClient(MediaConvertProfile) - Method in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
Creates an instance of
MediaConvertClient
to start the transcoding jobs. - getMergeCommitId() - Method in class org.craftercms.studio.api.v2.service.repository.MergeResult
- getMergeStrategy() - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- getMessage() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
- getMessage() - Method in class org.craftercms.studio.api.v1.to.ResultTO
- getMessage() - Method in class org.craftercms.studio.model.policy.ValidationResult
- getMessage() - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Returns the detailed message of the response.
- getMessages() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getMetadata(String) - Method in class org.craftercms.studio.model.policy.Action
- getMetaDescription() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getMimeType() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getMimeType() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getMimeType() - Method in class org.craftercms.studio.api.v2.dal.Item
- getMimeType() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails.PublishingPackageItem
- getMimeType() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getMimeType() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getMimeType() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getMimeType(String) - Static method in class org.craftercms.studio.api.v2.utils.StudioUtils
- getMimeType(Map<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Finds the mime type for the given item
- getMissingItems() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult
- getMissingItems() - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathResult
- getModelDefinitions(String) - Method in class org.craftercms.studio.controller.rest.v2.ModelController
- getModelInstancePath() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getModified() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- getModifiedDate() - Method in class org.craftercms.studio.model.history.ItemVersion
- getModifiedDate() - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- getModifiedValue() - Method in exception class org.craftercms.studio.api.v2.exception.validation.ValidationException
- getModifiedValue() - Method in class org.craftercms.studio.model.policy.ValidationResult
- getModifier() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getModifier() - Method in class org.craftercms.studio.api.v2.dal.Item
- getModifier() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- getModifier() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getModifier() - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- getModule() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- getModule() - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- getMoveToPath() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getMultiChannelPublishingContext() - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- getMyActivities(String, ZonedDateTime, ZonedDateTime, List<String>, int, int) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getMyActivities(String, List<String>, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get my activities
- getMyActivities(String, List<String>, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getMyActivitiesTotal(String, List<String>, ZonedDateTime, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get total number of result for my activities
- getMyActivitiesTotal(String, List<String>, ZonedDateTime, ZonedDateTime) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getName() - Method in interface org.craftercms.studio.api.v1.content.pipeline.ContentProcessor
-
get the name of this processor
- getName() - Method in class org.craftercms.studio.api.v1.dal.Permission
- getName() - Method in class org.craftercms.studio.api.v1.dal.Role
- getName() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getName() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getName() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getName() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyType
- getName() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- getName() - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- getName() - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- getName() - Method in class org.craftercms.studio.api.v1.to.FacetTO
- getName() - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- getName() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getName() - Method in class org.craftercms.studio.api.v1.webdav.WebDavItem
- getName() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getName() - Method in class org.craftercms.studio.api.v2.dal.Organization
- getName() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- getName() - Method in class org.craftercms.studio.api.v2.dal.Site
- getName() - Method in class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
- getName() - Method in class org.craftercms.studio.model.aws.s3.S3Item
- getName() - Method in class org.craftercms.studio.model.publish.PublishingTarget
- getName() - Method in class org.craftercms.studio.model.rest.content.RenameRequestBody
- getName() - Method in class org.craftercms.studio.model.rest.logging.LoggerConfig
- getName() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getName() - Method in class org.craftercms.studio.model.rest.sites.UpdateSiteRequest
- getName() - Method in class org.craftercms.studio.model.search.SearchFacet
- getName() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getName() - Method in class org.craftercms.studio.model.Site
- getName(DavResource) - Method in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- getName(DavResource) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- getNavigationOrderSequenceMapper() - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getNew() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- getNewNavOrder(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getNewNavOrder(String, String, double) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getNewNavOrder(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.DmPageNavigationOrderService
-
Return new navigation order
- getNewNavOrder(String, String, double) - Method in interface org.craftercms.studio.api.v1.service.content.DmPageNavigationOrderService
- getNewPassword() - Method in class org.craftercms.studio.model.rest.ChangePasswordRequest
- getNewPassword() - Method in class org.craftercms.studio.model.rest.ResetPasswordRequest
- getNewPassword() - Method in class org.craftercms.studio.model.rest.SetPasswordRequest
- getNewPath() - Method in class org.craftercms.studio.model.policy.Action
- getNewPath(String, String) - Method in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
-
Get the new path by CREATE or RENAME action If all the path exists, return the file name
- getNext() - Method in class org.craftercms.studio.api.v1.to.EmailMessageQueueTo
- getNextAvailableName(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getNextAvailableName(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
get the next available of the given content name at the given path (used for paste/duplicate)
- getNodeRef() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getNodeRef() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getNotificationConfig(String) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- getNotificationMessage(String, NotificationMessageType, String, Pair<String, Object>...) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- getNotificationMessage(String, NotificationMessageType, String, Pair<String, Object>...) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Gets and process notification message
- getNotifySubmitter() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getNotifySubmitter() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getNumberOfEditedAndPublishedItems() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingStats
- getNumberOfFilesBeingPublished() - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- getNumberOfFilesCompleted() - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- getNumberOfItems() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- getNumberOfNewAndPublishedItems() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingStats
- getNumberOfPublishedItemsByState(String, int, String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get number of published items for site in given number of days filtered by their previous state
- getNumberOfPublishedItemsByState(String, int, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get number of published items for site in given number of days filtered by their previous state
- getNumberOfPublishedItemsByState(String, int, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getNumberOfPublishes() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingStats
- getNumberOfPublishes(String, int) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get number of publishes for site in given number of days
- getNumberOfPublishes(String, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get number of publishes for site in given number of days
- getNumberOfPublishes(String, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getNumOfChildren() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getNumOfChildren() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- getObjectType() - Method in class org.craftercms.studio.impl.v2.utils.spring.CacheControlFactory
- getObjectType() - Method in class org.craftercms.studio.impl.v2.utils.spring.WebContentInterceptorFactory
- getOffset() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getOffset() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getOffset() - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- getOffset() - Method in class org.craftercms.studio.model.rest.PaginatedResultList
-
Returns the offset in the total of results this result list starts.
- getOffset() - Method in class org.craftercms.studio.model.search.SearchParams
- getOldPath() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getOldPath() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getOldPath() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- getOldPath() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getOldPath() - Method in class org.craftercms.studio.model.history.ItemVersion
- getOperation() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getOperation() - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- getOperation(String) - Static method in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
-
get the enum type of the operation given
- getOperationsFromDelta(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getOperationsFromDelta(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get a list of operations since the commit ID provided (compare that commit to HEAD)
- getOperationsFromDelta(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getOperationsFromDelta(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getOperationTimestamp() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getOptionalDependencies() - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- getOptionalDependencies() - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- getOptionalDependencies() - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- getOptionalDependencies() - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- getOrder() - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- getOrder() - Method in class org.craftercms.studio.model.publish.PublishingTarget
- getOrder() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getOrder() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getOrder(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getOrders() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getOrganization() - Method in class org.craftercms.studio.api.v2.dal.Group
- getOrganizationId() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getOrigin() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getOriginalPath(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getOutputBucket() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
-
Returns the name of the S3 output bucket where the transcoder will put the result files.
- getOutputKeySuffix() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderOutput
-
Returns the key suffix for files generated for this output (e.g.
- getOutputPathFormat() - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorConfiguration
-
Returns the output path format.
- getOutputRepoPath(ProcessorConfiguration, Matcher) - Method in class org.craftercms.studio.impl.v1.asset.processing.AbstractAssetProcessor
- getOutputs() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderProfile
-
Returns the transcoder outputs that should be generated.
- getPackageId() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getPackageId() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getPackageId() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- getPackageId() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- getPackageId() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getPackageId() - Method in exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- getPackageId() - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- getPackageId() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getPackageIds() - Method in class org.craftercms.studio.model.rest.CancelPublishingPackagesRequest
- getPackagePaths(String, Collection<String>) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get a list of the paths contained in the given packages
- getPackagePaths(String, Collection<String>) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get a list of content paths that are in the given packages
- getPackagePaths(String, Collection<String>) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPackagesForPath(String, String) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get the READY_FOR_LIVE packages containing the given path
- getPackagesForPath(String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get the paths packages containing the given path and matching the state
- getPageName(String) - Static method in class org.craftercms.studio.impl.v1.util.ContentUtils
-
Returns the page name part (e.g.index.xml) of a given URL
- getPageNavigationOrderForSiteAndPath(Map) - Method in interface org.craftercms.studio.api.v1.dal.NavigationOrderSequenceMapper
- getPageNavigationOrderIncrement() - Method in interface org.craftercms.studio.api.v1.service.content.DmPageNavigationOrderService
- getPageNavigationOrderIncrement() - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getPageNavOrderService() - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor
- getPagePatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getPagePatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getPagePatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get page item URI patterns
- getPages() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getPages() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getParameter() - Method in exception class org.craftercms.studio.api.v2.exception.MissingPluginParameterException
- getParameter(String) - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- getParameterMap() - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- getParameters() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getParameters() - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- getParameters() - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- getParameterValues(String) - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- getParams() - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorConfiguration
-
Returns the processor parameters.
- getParams() - Method in class org.craftercms.studio.impl.v1.content.pipeline.ExtractParamsProcessor
- getParentId() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getParentId() - Method in class org.craftercms.studio.api.v2.dal.Item
- getParentId() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getParentId() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getParentPath() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getParentUrl(String) - Static method in class org.craftercms.studio.impl.v1.util.ContentUtils
- getParentUrl(String) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
-
Get the parent url: for folders & components it's just parent, for pages it's the parent of the parent.
- getPassword() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- getPassword() - Method in class org.craftercms.studio.api.v2.dal.User
- getPassword() - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- getPath() - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- getPath() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getPath() - Method in exception class org.craftercms.studio.api.v1.exception.BlobNotFoundException
- getPath() - Method in exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- getPath() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getPath() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getPath() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- getPath() - Method in class org.craftercms.studio.api.v1.to.DmError
- getPath() - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- getPath() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getPath() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getPath() - Method in class org.craftercms.studio.api.v2.dal.Item
- getPath() - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- getPath() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails.PublishingPackageItem
- getPath() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getPath() - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- getPath() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getPath() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.FileRecord
- getPath() - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- getPath() - Method in class org.craftercms.studio.model.clipboard.PasteItem
- getPath() - Method in class org.craftercms.studio.model.history.ItemVersion
- getPath() - Method in class org.craftercms.studio.model.rest.clipboard.DuplicateRequest
- getPath() - Method in class org.craftercms.studio.model.rest.content.DependencyItem
- getPath() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getPath() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getPath() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getPath() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult.ChildrenByPathResult
- getPath() - Method in class org.craftercms.studio.model.rest.content.LockItemByPathRequest
- getPath() - Method in class org.craftercms.studio.model.rest.content.RenameRequestBody
- getPath() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getPath() - Method in class org.craftercms.studio.model.rest.content.UnlockItemByPathRequest
- getPath() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- getPath() - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- getPath() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- getPath() - Method in class org.craftercms.studio.model.rest.ResolveConflictRequest
- getPath() - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody.Query
- getPath() - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- getPath() - Method in class org.craftercms.studio.model.search.SearchParams
- getPath() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getPathExcludes() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getPathExcludes() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getPathFromPointerPath(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getPathIncludes() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getPathIncludes() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getPaths() - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- getPaths() - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- getPaths() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest
- getPaths() - Method in class org.craftercms.studio.model.rest.content.GetDeletePackageRequestBody
- getPaths() - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathRequestBody
- getPaths() - Method in class org.craftercms.studio.model.rest.dependency.GetSoftDependenciesRequestBody
- getPathsInWorkflow(String, Collection<String>) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
From the given list of paths, return the ones in workflow
- getPathsInWorkflow(String, Collection<String>, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
From the given list of paths, return the ones in workflow matching the given state
- getPattern() - Method in class org.craftercms.studio.api.v1.to.CopyDependencyConfigTO
- getPattern() - Method in class org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
- getPattern() - Method in class org.craftercms.studio.api.v2.dal.ContentType.CopyDependency
- getPattern() - Method in class org.craftercms.studio.api.v2.dal.ContentType.DeleteDependency
- getPattern() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- getPermission(String, Map<String, Object>) - Method in class org.craftercms.studio.permissions.CompositePermissionResolverImpl
- getPermission(String, Map<String, Object>) - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- getPermission(String, Map<String, Object>) - Method in class org.craftercms.studio.permissions.PermissionResolverImpl
- getPermissionIds() - Method in class org.craftercms.studio.api.v1.dal.Role
- getPermissions() - Method in class org.craftercms.studio.api.v1.dal.Role
- getPermissions() - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- getPermissions() - Method in class org.craftercms.studio.model.users.HasPermissionsRequest
- getPermissions() - Method in class org.craftercms.studio.permissions.CompositePermission
- getPermissionsFileName() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getPermissionsKey(String, String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getPerson() - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- getPersonalFromName() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getPipeline(String, ElasticTranscoderClient) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- getPipeline(UpgradeContext<String>) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.ConfigurationUpgradePipelineFactoryImpl
- getPipeline(ProcessorPipelineConfiguration) - Method in interface org.craftercms.studio.api.v1.asset.processing.AssetProcessorPipelineResolver
-
Returns an
AssetProcessorPipeline
that's compatible with the specified configuration - getPipeline(ProcessorPipelineConfiguration) - Method in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessorPipelineResolverImpl
- getPipelineFactory(String) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- getPipelineId() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderProfile
-
Returns the pipeline ID of the Elastic Transcoder.
- getPlaceInNav() - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- getPlugin() - Method in exception class org.craftercms.studio.api.v2.exception.MissingPluginParameterException
- getPluginConfiguration(String, String) - Method in class org.craftercms.studio.controller.rest.v2.PluginController
- getPluginConfiguration(String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Load the configuration for a given plugin as an object
- getPluginConfiguration(String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Load the configuration for a given plugin as an object
- getPluginConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getPluginConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- getPluginConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- getPluginConfigurationAsString(String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Load the configuration for a given plugin as a string
- getPluginConfigurationAsString(String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Load the configuration for a given plugin as a string
- getPluginConfigurationAsString(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getPluginConfigurationAsString(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- getPluginConfigurationPath(StudioConfiguration, String) - Static method in class org.craftercms.studio.impl.v2.utils.PluginUtils
- getPluginFile(String, String, String, String, String) - Method in class org.craftercms.studio.controller.web.v1.PluginController
-
Returns a single file for a given plugin
- getPluginFile(String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get a file from a plugin
- getPluginFile(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getPluginFile(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getPluginFolderPattern() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getPluginFolderPattern(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getPluginFolderPattern(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get the pattern for the plugin folder in the given site
- getPluginId() - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- getPluginId() - Method in class org.craftercms.studio.controller.rest.v2.PluginController.WriteConfigurationRequest
- getPluginId() - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- getPluginId(String, String) - Method in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- getPluginPath(String) - Static method in class org.craftercms.studio.impl.v2.utils.PluginUtils
- getPluginRecord(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getPluginRegistry(String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getPlugins() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRegistry
- getPluginUrl() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- getPluginUsage(String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
List dependant items for a plugin
- getPluginUsage(String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
List dependant items for a plugin
- getPluginUsage(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getPluginUsage(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- getPluginVersion() - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- getPointerPath(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getPossibleActionsForItemState(long, boolean) - Static method in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- getPossibleActionsForObject(String) - Static method in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- getPostBodyAsString(String) - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- getPreAuthenticatedCredentials(HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.security.authentication.token.AccessTokenAuthenticationFilter
- getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.security.authentication.token.AccessTokenAuthenticationFilter
- getPrefix() - Method in class org.craftercms.studio.model.aws.s3.S3Item
- getPrefix() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails.Mapping
- getPresetId() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderOutput
-
Returns the ID of the preset with the transcoding configuration.
- getPreSubmitOperations() - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- getPreviewableMimetypesPaterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getPreviewableMimetypesPaterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getPreviewableMimetypesPaterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
- getPreviewBaseUrl() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getPreviewUrl() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getPreviewUrl() - Method in class org.craftercms.studio.api.v2.dal.Item
- getPreviewUrl() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getPreviewUrl() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getPreviewUrl() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- getPreviewUrl() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getPreviousCommitId(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getPreviousCommitId(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get the previous commit id from repository for given a site id and a commit id
- getPreviousCommitId(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getPreviousCommitId(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getPreviousPath() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getPreviousPath() - Method in class org.craftercms.studio.api.v2.dal.Item
- getPreviousPath() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getPrimaryTargetId() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getPrimaryTargetSubtype() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getPrimaryTargetType() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getPrimaryTargetValue() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getProcessor(ProcessorConfiguration) - Method in interface org.craftercms.studio.api.v1.asset.processing.AssetProcessorResolver
-
Returns an
AssetProcessor
that's compatible with the specified configuration - getProcessor(ProcessorConfiguration) - Method in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessorResolverImpl
- getProcessorChains() - Method in class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- getProcessorsConfig() - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorPipelineConfiguration
-
Returns the list of configurations for the processors of this pipeline.
- getProfile(String, String) - Method in class org.craftercms.studio.api.v1.service.aws.AbstractAwsService
- getProfile(String, String) - Method in class org.craftercms.studio.impl.v1.service.box.BoxServiceImpl
- getProfile(String, String) - Method in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- getProfile(String, String) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- getProperties() - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
get properties of this content
- getProperties() - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- getProperties() - Method in class org.craftercms.studio.model.users.UpdateUserPropertiesRequest
- getProperty(String) - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
get a property value given the key
- getProperty(String) - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- getProperty(String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- getProperty(String) - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getProperty(String, Class<T>) - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- getProperty(String, Class<T>) - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getProperty(String, Class<T>, T) - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- getProperty(String, Class<T>, T) - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getProtectedFolderPatterns() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getProtectedFolderPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get configured protected folder patterns for site
- getProtectedFolderPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getPublishedDate() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getPublishedDate() - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- getPublishedOn() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getPublishedOn() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getPublishedRepoCreated() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getPublishedRepoCreated() - Method in class org.craftercms.studio.api.v2.dal.Site
- getPublishedRepoCreated(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getPublishedRepoLockKey(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Returns the key to use when locking Git operations for a site's published repo
- getPublisher() - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- getPublisher() - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- getPublisher() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Environment
- getPublisher() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- getPublishingChannelGroup() - Method in class org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
- getPublishingDependencies(String, String) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Get a all publishing dependencies of a list of items.
- getPublishingDependencies(String, String) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getPublishingDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyService
-
Get a all publishing dependencies of a list of items.
- getPublishingDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getPublishingEnabled() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getPublishingEnabled() - Method in class org.craftercms.studio.api.v2.dal.Site
- getPublishingHistory(String, int, int, String) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
-
Deprecated.
- getPublishingHistory(String, String, String, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, int) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, int) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get publishing history
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, int) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, int) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long, String, String, int, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get deployment history items for given search parameters
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long, String, String, int, int) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Get deployment history items for given search parameters
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long, String, String, int, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long, String, String, int, int) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- getPublishingHistory(String, String, String, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get publishing history
- getPublishingHistory(String, String, String, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingHistoryDetail(String, UUID, int, int) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getPublishingHistoryDetail(String, String, int, int) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get publishing package details
- getPublishingHistoryDetail(String, String, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get publishing package details
- getPublishingHistoryDetail(String, String, int, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get publishing history package detail items
- getPublishingHistoryDetail(String, String, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingHistoryDetail(String, String, int, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingHistoryDetailTotalItems(String, String) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get total number of items for a publishing package
- getPublishingHistoryDetailTotalItems(String, String) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get publishing package detail total items
- getPublishingHistoryDetailTotalItems(String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get publishing history package detail total items
- getPublishingHistoryDetailTotalItems(String, String) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingHistoryDetailTotalItems(String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingHistoryTotal(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get total number of publishing history items for given search parameters
- getPublishingHistoryTotal(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Get total number of publishing history items for given search parameters
- getPublishingHistoryTotal(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingHistoryTotal(String, String, String, String, ZonedDateTime, ZonedDateTime, String, long) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- getPublishingHistoryTotal(String, String, String, ZonedDateTime, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get total number of result for publishing history with given filters
- getPublishingHistoryTotal(String, String, String, ZonedDateTime, ZonedDateTime) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingItemsScheduled(String, String, String, String, ZonedDateTime, ZonedDateTime, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get scheduled publishing items
- getPublishingItemsScheduled(String, String, String, ZonedDateTime, ZonedDateTime, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get scheduled publishing items
- getPublishingItemsScheduled(String, String, String, ZonedDateTime, ZonedDateTime, List<String>, List<SortField>, int, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingItemsScheduledTotal(String, String, String, String, ZonedDateTime, ZonedDateTime, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get number of scheduled publishing items results for given filters
- getPublishingItemsScheduledTotal(String, String, String, ZonedDateTime, ZonedDateTime, List<String>) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get total number of scheduled publishing items for given filters
- getPublishingItemsScheduledTotal(String, String, String, ZonedDateTime, ZonedDateTime, List<String>) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingPackageDetails(String, UUID) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
- getPublishingPackageDetails(String, String) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get publishing package details
- getPublishingPackageDetails(String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get publishing package details
- getPublishingPackageDetails(String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Get publishing package details
- getPublishingPackageDetails(String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingPackageDetails(String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- getPublishingPackageId() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getPublishingPackageId() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getPublishingPackages(String, String, String, List<String>, int, int) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
- getPublishingPackages(String, String, String, List<String>, int, int) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get publishing packages for given search filters
- getPublishingPackages(String, String, String, List<String>, int, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get publishing packages for given search parameters
- getPublishingPackages(String, String, String, List<String>, int, int) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Get publishing packages for given search parameters
- getPublishingPackages(String, String, String, List<String>, int, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingPackages(String, String, String, List<String>, int, int) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- getPublishingPackagesHistory(String, String, String, String, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get deployment history
- getPublishingPackagesHistory(String, String, String, ZonedDateTime, ZonedDateTime, int, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get publishing packages history
- getPublishingPackagesHistory(String, String, String, ZonedDateTime, ZonedDateTime, int, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingPackagesHistoryTotal(String, String, String, String, ZonedDateTime, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get number of publishing packages history results for given filters
- getPublishingPackagesHistoryTotal(String, String, String, ZonedDateTime, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get total number of publishing packages for given filters
- getPublishingPackagesHistoryTotal(String, String, String, ZonedDateTime, ZonedDateTime) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingPackagesTotal(String, String, String, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get total number of publishing package for given search filters
- getPublishingPackagesTotal(String, String, String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get total number of publishing packages for given search parameters
- getPublishingPackagesTotal(String, String, String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Get total number of publishing packages for given search parameters
- getPublishingPackagesTotal(String, String, String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getPublishingPackagesTotal(String, String, String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- getPublishingProgress(String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Get publishing progress for given site
- getPublishingProgress(String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- getPublishingScheduled(String, String, String, ZonedDateTime, ZonedDateTime, int, int, List<SortField>, List<String>) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getPublishingScheduled(String, String, String, ZonedDateTime, ZonedDateTime, List<String>, List<SortField>, int, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get publishing scheduled
- getPublishingScheduled(String, String, String, ZonedDateTime, ZonedDateTime, List<String>, List<SortField>, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingScheduledDetail(String, UUID) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getPublishingScheduledDetail(String, String) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get publishing package details
- getPublishingScheduledDetail(String, String) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingScheduledTotal(String, String, String, ZonedDateTime, ZonedDateTime, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get total number of result for publishing scheduled with given filters
- getPublishingScheduledTotal(String, String, String, ZonedDateTime, ZonedDateTime, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingStats(String, int) - Method in class org.craftercms.studio.controller.rest.v2.DashboardController
- getPublishingStats(String, int) - Method in interface org.craftercms.studio.api.v2.service.dashboard.DashboardService
-
Get publishing stats for site for given time period
- getPublishingStats(String, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- getPublishingStatus() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getPublishingStatus() - Method in class org.craftercms.studio.api.v2.dal.Site
- getPublishingStatus(String) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- getPublishingStatus(String) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
- getPublishingStatus(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
-
Get publishing status for site
- getPublishingStatus(String) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- getPublishingStatus(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get publishing status for site
- getPublishingStatus(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getPublishingStatus(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getPublishingTarget() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- getPublishingTarget() - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- getPublishingTarget() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails.Mapping
- getPublishingTarget() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getPublishingTarget() - Method in class org.craftercms.studio.model.rest.PublishAllRequest
- getPublishingTarget() - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- getPublishingTarget() - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- getPublishingTarget() - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- getPublishingTargets() - Method in class org.craftercms.studio.model.rest.publish.AvailablePublishingTargets
- getPublishPackage() - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- getPush_url() - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- getPushUrl() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- getQuery() - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody
- getQuery() - Method in class org.craftercms.studio.model.search.SearchParams
- getQueue() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- getQueue() - Method in class org.craftercms.studio.api.v1.to.GoLiveQueue
- getQuickCreatableContentTypes(String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get list of content types marked as quick creatable for given site
- getQuickCreatableContentTypes(String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentTypeServiceInternal
-
Get list of content types marked as quick creatable for given site
- getQuickCreatableContentTypes(String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getQuickCreatableContentTypes(String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- getQuickCreatePath() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getRanges() - Method in class org.craftercms.studio.api.v1.to.FacetTO
- getReader() - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- getRecordedLabel() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- getRecordedPath() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- getRecordLastUpdated() - Method in class org.craftercms.studio.api.v2.dal.Group
- getRecordLastUpdated() - Method in class org.craftercms.studio.api.v2.dal.Organization
- getRecordLastUpdated() - Method in class org.craftercms.studio.api.v2.dal.User
- getRecordLastUpdated() - Method in class org.craftercms.studio.api.v2.dal.UserGroup
- getRef() - Method in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- getReference(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStore
-
Return a reference to a file in the store
- getReference(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- getRejectReason() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getRelativePath(Path) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
Returns the relative path of the file based on the site repository
- getRelativeUrl(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getRemedialAction() - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Returns what the user can do in order to address the issue indicated by the response.
- getRemoteAssetUrl(String, String) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- getRemoteAssetUrl(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- getRemoteBranch() - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- getRemoteBranch() - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- getRemoteName() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getRemoteName() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getRemoteName() - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- getRemoteName() - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- getRemoteName() - Method in class org.craftercms.studio.model.rest.RemoveRemoteRequest
- getRemotePassword() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getRemotePrivateKey() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getRemoteRepository(Map) - Method in interface org.craftercms.studio.api.v2.dal.RemoteRepositoryDAO
- getRemoteToken() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getRemoteUrl() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getRemoteUsername() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getRemoteVersion() - Method in class org.craftercms.studio.api.v2.dal.DiffConflictedFile
- getRemovedDependencies() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffResponse
- getRemovedDependencies(DependencyDiffService.DiffRequest, boolean) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- getRenderingTemplatePatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getRenderingTemplatePatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getRenderingTemplatePatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get rendering template item URI patterns
- getRenderingTemplates() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getReplace() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- getReplyTo() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getRepoCacheKey(String, GitRepositories) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getRepoDirectory(String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- getRepoFirstCommitId(String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Get first id from repository for given site
- getRepoFirstCommitId(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getRepoFirstCommitId(String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get first id from repository for given site
- getRepoFirstCommitId(String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- getRepoFirstCommitId(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getRepoFirstCommitId(String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getRepoLastCommitId(String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Get last commit id from repository for given site.
- getRepoLastCommitId(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getRepoLastCommitId(String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Get last commit id from repository for given site.
- getRepoLastCommitId(String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- getRepoLastCommitId(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getRepoLastCommitId(String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getRepoPath() - Method in class org.craftercms.studio.api.v1.asset.Asset
-
Returns the repo path for the asset.
- getRepoPath(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
-
Gets an asset path and translate it to the actual file path in git repo.
- getRepository(String, GitRepositories) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getRepository(String, GitRepositories, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getRepositoryConfig() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getRepositoryMergeConflictNotifications() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getRepositoryPath() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
Returns the absolute path of the repository being upgraded.
- getRepositoryStatus(String) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- getRepositoryStatus(String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- getRepositoryStatus(String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- getRepositoryStatus(String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- getRepositoryStatus(String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- getRepositoryType() - Method in class org.craftercms.studio.model.rest.RepairRepositoryRequest
- getRepositoryType() - Method in class org.craftercms.studio.model.rest.UnlockRepositoryRequest
- getRepoUrl(String, String) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- getRequestUpdates(SearchRequest, Map<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.search.PermissionAwareSearchService
- getRequiredStringProperty(Configuration, String) - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- getResetStatesMask(boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getResolution() - Method in class org.craftercms.studio.model.rest.ResolveConflictRequest
- getResourceConnection(String) - Method in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl.StudioResourceConnector
- getResponse() - Method in class org.craftercms.studio.model.rest.Result
-
Returns the API response.
- getResult() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult.ChildrenByPathResult
- getResult() - Method in class org.craftercms.studio.model.rest.content.UnwrappedResult
- getResult() - Method in class org.craftercms.studio.model.rest.ResponseBody
-
Returns the API result.
- getRetryingDatabaseOperationFacade() - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getRetryingDatabaseOperationFacade() - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getRetryingRepositoryOperationFacade() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getRetryingRepositoryOperationFacade() - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- getReviewerComment() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getReviewerComment() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getReviewerId() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getReviewerId() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getRole() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- getRole() - Method in class org.craftercms.studio.api.v2.dal.security.RolePermissionMappings
- getRoleMappings(String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get role mappings configuration for given site
- getRoleMappings(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getRoleMappings(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getRoleMappingsFileName() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getRolePermissions() - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- getRoles() - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- getRoles(List<Node>, Map<NormalizedGroup, List<NormalizedRole>>) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getRolesForGroup(String) - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- getRootPrefix() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getRootPrefix(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getRootPrefix(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get the root prefix of site. the root prefix represents the folder name pattern of the corporate and the geo site file locations e.g. if corporate files are under /site and the geo site files are under /site_geo then the root prefix should be "/site"
- getRuleContentItemPermissions() - Method in class org.craftercms.studio.api.v2.dal.security.RolePermissionMappings
- getS3Client(S3Profile) - Method in class org.craftercms.studio.impl.v1.service.aws.S3ServiceImpl
-
Deprecated.
- getS3Client(S3Profile) - Method in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
- getS3Client(TranscoderProfile) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- getS3Client(MediaConvertProfile) - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
-
Creates an instance of
S3Client
to upload the files. - getS3Client(MediaConvertProfile) - Method in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
Creates an instance of
S3Client
to upload the files. - getS3Url(String, String) - Static method in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- getSamePackagePaths(String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get the paths sharing publishing package with the given path
- getSamePackagePaths(String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get the paths sharing publishing package with the given path matching the state
- getSandbox() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getSandboxBranch() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getSandboxBranch() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getSandboxBranch() - Method in class org.craftercms.studio.api.v2.dal.Site
- getSandboxBranch() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getSandboxBranch() - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- getSandboxBranchName(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getSandboxBranchName(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get sandbox branch name for given site
- getSandboxItem() - Method in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
- getSandboxItemsById(String, List<Long>, List<SortField>, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get sandbox items for given list of paths
- getSandboxItemsById(String, List<Long>, List<SortField>, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getSandboxItemsById(List<Long>, String, List<SortField>) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get sandbox items for given ids
- getSandboxItemsByIdPreferContent(List<Long>, String, List<SortField>) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get sandbox items for given ids with prefer content option
- getSandboxItemsByPath(Long, Collection<String>, String, boolean) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get sandbox items for given paths
- getSandboxItemsByPath(String, Collection<String>, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get sandbox items for given list of paths
- getSandboxItemsByPath(String, Collection<String>, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getSandboxItemsByPath(String, List<String>, boolean) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Get sandbox items for given list of paths
- getSandboxItemsByPath(String, List<String>, boolean) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- getSandboxItemsByPath(GetSandboxItemsByPathRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- GetSandboxItemsByPathRequestBody - Class in org.craftercms.studio.model.rest.content
-
Holds data for the getSandboxItemsByPath request
- GetSandboxItemsByPathRequestBody() - Constructor for class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathRequestBody
- GetSandboxItemsByPathResult - Class in org.craftercms.studio.model.rest.content
-
Holds the data returned by the getSandboxItemsByPath operation
- GetSandboxItemsByPathResult() - Constructor for class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathResult
- getSandboxRepoLockKey(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Returns the key to use when locking Git operations for a site's sandbox repo
- getSandboxRepoLockKey(String) - Static method in class org.craftercms.studio.api.v2.utils.StudioUtils
-
Get the key for sandbox repo operations lock
- getSandboxRepoLockKey(String, boolean) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Returns the key to use when locking Git operations for a site's sandbox or global repo
- getSchedule() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getSchedule() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getSchedule() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getSchedule() - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- getSchedule() - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- getSchedule() - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- getScheduledDate() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getScheduledDate() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getScheduledDate() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getScheduledDate() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getScheduledDate() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- getScheduledDate() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getScheduledDateForEnvironment(String, String, String, String, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
-
Get scheduled date for environment item
- getScriptEngine(String) - Method in interface org.craftercms.studio.api.v2.scripting.ScriptEngineManager
-
Returns the
GroovyScriptEngine
for the given site, if it doesn't exist then a new one is created - getScriptEngine(String) - Method in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- getScriptExecutor() - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- getScriptLocation() - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- getScriptObjects() - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- getScriptPath(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
-
get the content metadata extraction script
- getScripts() - Method in class org.craftercms.studio.model.contentType.ContentTypeUsage
- getScriptsClassPath() - Method in class org.craftercms.studio.impl.v1.script.GroovyScriptExecutor
- getScriptsPatterns() - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- getScriptsPatterns(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getScriptsPatterns(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get scripts item URI patterns
- getSearchFields() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getSearchFields(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Returns the search field configuration for the given site
- getSearchFields(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getSecondLevelSortBy() - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- getSecurityService() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getSecurityService() - Method in class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- getSecurityService() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getSecurityService() - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- getSecurityService() - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- getSecurityService() - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- getSecurityService() - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- getSendNoticeMapping() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getService(Class<T>) - Method in class org.craftercms.studio.api.v1.service.AbstractRegistrableService
- getService(Class<T>) - Method in class org.craftercms.studio.api.v1.service.ServicesManager
- getServicesConfig() - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- getServicesConfig() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getServicesConfig() - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- getServicesManager() - Method in class org.craftercms.studio.api.v1.service.AbstractRegistrableService
- getServicesMap() - Method in class org.craftercms.studio.api.v1.service.ServicesManager
- getSessionTimeout() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getSetStatesMask(Boolean, Boolean, Boolean, Boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getSha512() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.FileRecord
- getSite() - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- getSite() - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- getSite() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getSite() - Method in exception class org.craftercms.studio.api.v1.exception.BlobNotFoundException
- getSite() - Method in exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- getSite() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- getSite() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getSite() - Method in class org.craftercms.studio.api.v1.service.workflow.context.GoLiveContext
- getSite() - Method in class org.craftercms.studio.api.v1.service.workflow.context.RequestContext
- getSite() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- getSite() - Method in class org.craftercms.studio.api.v1.to.DmError
- getSite() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getSite() - Method in class org.craftercms.studio.api.v2.dal.Dependency
- getSite() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getSite() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getSite() - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter.ApiParams
- getSite(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getSite(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get site feed for given site
- getSite(String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Gets the site with the given site id
- getSite(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get a site object from DB
- getSite(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getSite(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getSite(Map) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getSiteBlueprintDescriptor(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get the blueprint descriptor from a site repo
- getSiteBlueprintDescriptor(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getSiteBlueprintDescriptor(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getSiteConfig(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getSiteDetails(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get site details.
- getSiteDetails(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getSiteFeed() - Method in class org.craftercms.studio.model.site.SiteDetails
- getSiteGroups(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- getSiteGroups(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getSiteId() - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- getSiteId() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getSiteId() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.Item
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- getSiteId() - Method in class org.craftercms.studio.api.v2.dal.Site
- getSiteId() - Method in class org.craftercms.studio.api.v2.event.site.SiteLifecycleEvent
- getSiteId() - Method in class org.craftercms.studio.api.v2.event.SiteAwareEvent
- getSiteId() - Method in interface org.craftercms.studio.api.v2.event.SiteBroadcastEvent
- getSiteId() - Method in exception class org.craftercms.studio.api.v2.exception.InvalidSiteStateException
- getSiteId() - Method in exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- getSiteId() - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- getSiteId() - Static method in class org.craftercms.studio.api.v2.utils.StudioUtils
-
Obtains the siteId from the current request, always fails if called out of a request context
- getSiteId() - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- getSiteId() - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- getSiteId() - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- getSiteId() - Method in class org.craftercms.studio.controller.rest.v2.PluginController.WriteConfigurationRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.CancelFailedPullRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.CancelPublishingPackagesRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.clipboard.DuplicateRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.CommitResolutionRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.content.GetDeletePackageRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.content.LockItemByPathRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.content.RenameRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.content.UnlockItemByPathRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- getSiteId() - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- getSiteId() - Method in class org.craftercms.studio.model.rest.dependency.GetSoftDependenciesRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.PublishAllRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.RemoveRemoteRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.RepairRepositoryRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.ResolveConflictRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.security.EncryptRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.UnlockRepositoryRequest
- getSiteId() - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesPostRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.workflow.RejectRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- getSiteId() - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody.Query
- getSiteId() - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- getSiteId() - Method in class org.craftercms.studio.model.Site
- getSiteId() - Method in class org.craftercms.studio.model.users.UpdateUserPropertiesRequest
- getSiteLogEvents(String, String, HttpServletRequest) - Method in class org.craftercms.studio.controller.rest.v2.ProxyController
-
This handler exists to allow securing the preview log monitor URL
- getSiteLogEvents(String, String, HttpServletRequest) - Method in interface org.craftercms.studio.api.v2.service.proxy.ProxyService
-
Proxies a request to Crafter Engine log monitor service, after checking current user has permission to access log data for siteId.
- getSiteLogEvents(String, String, HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
- getSiteLogEvents(String, String, HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.service.proxy.ProxyServiceImpl
- getSiteName() - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- getSiteName() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getSiteName() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getSiteName() - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- getSiteName() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getSiteName() - Method in class org.craftercms.studio.api.v2.dal.Item
- getSiteName() - Method in class org.craftercms.studio.model.deployer.DuplicateTargetRequest
- getSiteName() - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- getSiteParams() - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- getSites() - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getSitesByState(String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Get the sites matching the given state
- getSitesByState(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Get the sites matching a given state
- getSitesByState(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- getSitesByState(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- getSiteService() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- getSiteService() - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- getSiteService() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getSitesPerUser(int, int) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get sites that user is allowed access to for current user
- getSitesPerUser(int, int) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getSitesPerUser(String, int, int) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getSitesPerUser(String, int, int) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get sites that user is allowed access to for given username
- getSitesPerUserData(Map) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getSitesPerUserQuery(Map) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getSitesPerUserQueryTotal(Map) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getSitesPerUserTotal() - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get total number of sites that user is allowed access to for current user
- getSitesPerUserTotal() - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getSitesPerUserTotal(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getSitesPerUserTotal(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Get total number of sites that user is allowed access to for given username
- getSiteState(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- getSiteState(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
- getSiteState(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- getSiteUuid() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getSiteUuid() - Method in class org.craftercms.studio.api.v2.dal.Site
- getSiteUuid() - Method in class org.craftercms.studio.api.v2.event.site.SiteLifecycleEvent
- getSize() - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- getSize() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getSize() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getSize() - Method in class org.craftercms.studio.api.v2.dal.Item
- getSize() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getSize() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getSizeInBytes() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- getSizeInBytes() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getSizeUnit() - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- getSizeUnit() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getSnippets() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getSoftDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Get a soft dependencies of a list of items.
- getSoftDependencies(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Get a soft dependencies of a list of items.
- getSoftDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- getSoftDependencies(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- getSoftDependenciesForList(String, Set<String>, List<String>, long, long) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Get soft dependencies from DB for list of content paths
- GetSoftDependenciesRequestBody - Class in org.craftercms.studio.model.rest.dependency
- GetSoftDependenciesRequestBody() - Constructor for class org.craftercms.studio.model.rest.dependency.GetSoftDependenciesRequestBody
- getSortBy() - Method in class org.craftercms.studio.model.search.SearchParams
- getSortFieldName(String) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Maps the field name from the configured facets, if it's not found returns the same value.
- getSortOrder() - Method in class org.craftercms.studio.model.search.SearchParams
- getSortStrategy() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getSortStrategy() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getSource() - Method in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- getSource() - Method in class org.craftercms.studio.model.policy.Action
- getSourceDoc() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- getSourcePath() - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- getSourcePath() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- getSourcePath() - Method in class org.craftercms.studio.api.v2.dal.Dependency
- getSourcePath() - Method in class org.craftercms.studio.api.v2.event.content.MoveContentEvent
- getSourceSandbox() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- getSourceTemplateParams(String) - Method in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
-
Get a source site parameters Map to pass to the target template.
- getSourceTemplateParams(String) - Method in class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
- getStaged() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- getStaging() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getStagingEnvironment() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getStagingEnvironment(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
- getStagingEnvironment(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getStagingPublishedOn() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getStagingScheduledDate() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getStagingUrl() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getStagingUrl(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Get configure staging url for given site
- getStagingUrl(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getStagingUsername() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getState() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getState() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- getState() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getState() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getState() - Method in class org.craftercms.studio.api.v2.dal.Item
- getState() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- getState() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getState() - Method in class org.craftercms.studio.api.v2.dal.Site
- getState() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getState() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getState() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getState() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getState() - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- getState() - Method in class org.craftercms.studio.model.Site
- getStates() - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody.Query
- getStatus() - Method in class org.craftercms.studio.api.v1.to.ResultTO
- getStatus() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- getStatusMessage() - Method in class org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
- getStoreTarget() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails.Mapping
- getStringList(List<Node>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
get a list of string values
- getStudioConfiguration() - Method in class org.craftercms.studio.api.v1.util.filter.AbstractFilter
- getStudioConfiguration() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v2.service.ui.UiServiceImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- getStudioConfiguration() - Method in class org.craftercms.studio.permissions.CompositePermissionResolverImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- getStudioConfiguration() - Method in class org.craftercms.studio.permissions.PermissionResolverImpl
- getStudioTemporaryFilesRoot() - Static method in class org.craftercms.studio.api.v2.utils.StudioUtils
- getStudioVersion() - Method in class org.craftercms.studio.api.v2.dal.DiffConflictedFile
- getSubConfig(String) - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- getSubConfig(String) - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getSubConfig(HierarchicalConfiguration<?>, String) - Method in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- getSubConfigs(String) - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- getSubConfigs(String) - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- getSubject() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
- getSubject() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getSubmissionComment() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getSubmissionComment() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getSubmissionComment() - Method in class org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
- getSubmissionComment() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getSubmissionComment() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getSubmissionComment() - Method in class org.craftercms.studio.model.rest.PublishAllRequest
- getSubmissionId() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- getSubmitNotificationsMapping() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- getSubmittedBy() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getSubmittedItems(String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get submitted items for site
- getSubmittedItems(String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getSubmittedItems(String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get submitted items
- getSubmittedOn() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getSubmittedOn() - Method in class org.craftercms.studio.api.v2.dal.Item
- getSubmittedOn() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getSubmittedOn() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getSubmittedToEnvironment() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getSubmitter() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getSubmitter() - Method in class org.craftercms.studio.api.v2.dal.Item
- getSubmitter() - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- getSubmitter() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getSubmitter() - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- getSubmitterComment() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getSubmitterComment() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getSubmitterId() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getSubmitterId() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getSubtreeForDelete(String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Get subtree for delete
- getSubtreeForDelete(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Get subtree for delete
- getSubtreeForDelete(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- getSubtreeItems(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
List sandbox subtree items for give site and path
- getSubtreeItems(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get subtree items for given path.
- getSubtreeItems(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getSubtreeItems(String, String, GitRepositories, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- getSubtreeItems(String, String, GitRepositories, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
List subtree items for give site and path
- getSubtreeItems(String, String, GitRepositories, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- getSubtreeItems(String, String, GitRepositories, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- getSubtreeItems(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Get subtree items for given paths.
- getSubtreeItems(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- getSupportedEntitlements() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- getSyncFromRepoLockKey(String) - Static method in class org.craftercms.studio.api.v2.utils.StudioUtils
-
Get the key for sync-from-repo task lock
- getSystemSite() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getSystemType() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getSystemType() - Method in class org.craftercms.studio.api.v2.dal.Item
- getSystemType() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getSystemType() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getSystemType() - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- getSystemTypes() - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- getSystemTypes() - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- getTarget() - Method in class org.craftercms.studio.api.v1.to.CopyDependencyConfigTO
- getTarget() - Method in class org.craftercms.studio.api.v2.dal.ContentType.CopyDependency
- getTarget() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getTarget() - Method in class org.craftercms.studio.model.policy.Action
- getTarget() - Method in class org.craftercms.studio.model.policy.ValidationResult
- getTargetEnvironment() - Method in class org.craftercms.studio.api.v2.dal.Workflow
- getTargetEnvironment() - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- getTargetId() - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- getTargetPath() - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- getTargetPath() - Method in class org.craftercms.studio.api.v2.dal.Dependency
- getTargetPath() - Method in class org.craftercms.studio.api.v2.event.content.ContentEvent
- getTargetPath() - Method in class org.craftercms.studio.api.v2.event.lock.LockContentEvent
- getTargetPath() - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- getTargetType() - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- getTargetValue() - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- getTemplate() - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- getTemplateParams() - Method in class org.craftercms.studio.model.deployer.DuplicateTargetRequest
- getTemplates() - Method in class org.craftercms.studio.model.contentType.ContentTypeUsage
- getTemplateTimezone() - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- getText() - Method in class org.craftercms.studio.model.rest.security.EncryptRequest
- getThumbnailSuffixFormat() - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderOutput
-
Returns the thumbnail suffix format for this output.
- getTimestamp() - Method in class org.craftercms.studio.api.v2.event.StudioEvent
- getTimezone() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getTimezone() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getTimezone() - Method in class org.craftercms.studio.api.v2.dal.User
- getTitle() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getTitle() - Method in class org.craftercms.studio.api.v1.to.MessageTO
- getTo() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getTo() - Method in class org.craftercms.studio.api.v1.to.FacetRangeTO
- getTo() - Method in class org.craftercms.studio.model.search.SearchFacetRange
- getToken() - Method in class org.craftercms.studio.model.rest.SetPasswordRequest
- getToken() - Method in class org.craftercms.studio.model.security.AccessToken
- getTopLevelFolder(String) - Static method in class org.craftercms.studio.api.v2.utils.StudioUtils
-
Gets the top level folder where
path
is contained. - getTotal() - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- getTotal() - Method in class org.craftercms.studio.model.rest.dashboard.ExpiringContentResult
- getTotal() - Method in class org.craftercms.studio.model.rest.PaginatedResultList
-
Returns the total of results.
- getTotal() - Method in class org.craftercms.studio.model.search.SearchResult
- getTotalItems() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- getTransaction() - Method in interface org.craftercms.studio.api.v1.service.transaction.TransactionService
-
get a standard user transaction
- getTransaction() - Method in class org.craftercms.studio.impl.v1.service.transaction.TransactionServiceImpl
-
get a standard user transaction
- getTranscoderClient(TranscoderProfile) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- getTransforms() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionPattern
- getTranslationConfiguration(String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- getTranslationConfiguration(String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Get the translation configuration for a given site
- getTranslationConfiguration(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getTranslationConfiguration(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getTranslationSourceId() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- getTranslationSourceId() - Method in class org.craftercms.studio.api.v2.dal.Item
- getTranslationSourceId() - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- getTranslationSourceId() - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- getTreeForCommit(Repository, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getTreeForCommit(Repository, ObjectId) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getTreeForLastCommit(Repository) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getType() - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorConfiguration
-
Returns the processor type.
- getType() - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- getType() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- getType() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- getType() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- getType() - Method in class org.craftercms.studio.api.v2.dal.Dependency
- getType() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.ConfigRecord
- getType() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- getType() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- getType() - Method in class org.craftercms.studio.model.policy.Action
- getType() - Method in class org.craftercms.studio.model.policy.ValidationResult
- getType() - Method in class org.craftercms.studio.model.search.SearchResultItem
- getTypes() - Method in class org.craftercms.studio.model.contentType.ModelDefinitions
- getUncommittedChanges() - Method in class org.craftercms.studio.api.v2.dal.RepositoryStatus
- getUnreachableReason() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- getUpdate() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesPostRequestBody
- getUpdate() - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody
- getUpdatedPaths() - Method in class org.craftercms.studio.api.v2.repository.RepositoryChanges
- getUri() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getUri() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getURIResolver(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractXsltFileUpgradeOperation
- getUrl() - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- getUrl() - Method in class org.craftercms.studio.api.v1.webdav.WebDavItem
- getUrl() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- getUrl() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- getUrl() - Method in exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceUnreachableException
- getUrl() - Method in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- getUrl() - Method in class org.craftercms.studio.model.aws.s3.S3Item
- getUrl(DavResource, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- getUrl(DavResource, String, WebDavProfile) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- getUrl(String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.box.BoxService
-
Builds a local URL for the given asset
- getUrl(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.box.BoxServiceImpl
-
Builds a local URL for the given asset
- getUrls() - Method in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
- getUser() - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- getUser() - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- getUser() - Method in class org.craftercms.studio.api.v1.service.workflow.context.RequestContext
- getUser() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getUser() - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- getUser() - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- getUser() - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- getUser() - Method in class org.craftercms.studio.api.v2.event.site.SiteLifecycleEvent
- getUser() - Method in class org.craftercms.studio.api.v2.event.StudioEvent
- getUser(String) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUser(String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get user API
- getUser(String) - Method in class org.craftercms.studio.impl.v2.security.userdetails.AbstractCachedUserDetailsService
- getUserActivities(String, int, String, boolean, boolean, String) - Method in interface org.craftercms.studio.api.v2.service.audit.AuditService
-
Get user activities
- getUserActivities(String, int, String, boolean, boolean, String) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- getUserByGitName(String) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get user by git name
- getUserByGitName(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Get user by git name.
- getUserByGitName(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getUserByIdOrUsername(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- getUserByIdOrUsername(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- getUserByIdOrUsername(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getUserByIdOrUsername(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getUserByIdOrUsername(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get user by id or username
- getUserDetails(String) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUserFirstName() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getUserGlobalRoles(long, String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserGlobalRoles(long, String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
- getUserGroups(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- getUserGroups(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getUserGroups(String) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUserGroups(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get user groups
- getUserGroupsPerSite(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUserId() - Method in class org.craftercms.studio.api.v2.event.user.UserUpdatedEvent
- getUserId(Authentication) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- getUserIdsForUsernames(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Get ids for users
- getUserLastName() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- getUserLockTimeLeftSeconds(String) - Method in interface org.craftercms.studio.api.v2.security.LoginAttemptManager
-
Get the number of seconds left for the user to be unlocked, or 0 if the user is not locked.
- getUserLockTimeLeftSeconds(String) - Method in class org.craftercms.studio.impl.v2.security.LoginAttemptManagerImpl
- getUsername() - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- getUsername() - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- getUsername() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- getUsername() - Method in class org.craftercms.studio.api.v2.dal.User
- getUsername() - Method in exception class org.craftercms.studio.api.v2.security.authentication.LockedException
- getUsername() - Method in class org.craftercms.studio.model.rest.ChangePasswordRequest
- getUsername() - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- getUsername() - Method in class org.craftercms.studio.model.rest.Person
- getUsername() - Method in class org.craftercms.studio.model.rest.ResetPasswordRequest
- getUsername(String) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Returns the username for the given access token
- getUsername(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Returns the username for the given access token
- getUsername(String) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- getUsername(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- getUserNameFromToken(String) - Static method in class org.craftercms.studio.impl.v1.util.SessionTokenUtils
- getUsernames() - Method in class org.craftercms.studio.model.rest.AddGroupMembers
- getUsernames() - Method in class org.craftercms.studio.model.rest.EnableUsers
- getUserPermission(String, String, List<NormalizedRole>) - Method in interface org.craftercms.studio.api.v2.service.security.SecurityService
-
Get user permissions for given site
- getUserPermission(String, String, List<NormalizedRole>) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- getUserPermissions(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserPermissions(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
- getUserProfile(String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserProfile(String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
- getUserProfileByGitName(String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserProfileByGitName(String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
-
Get user by git name.
- getUserProperties(long, long) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Returns the current user properties
- getUserProperties(String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- getUserProperties(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Get the properties for the given site & the current user
- getUserProperties(String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Get the properties for the given site & the current user
- getUserProperties(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getUserProperties(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getUserProperties(User, long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getUserRoles(String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserRoles(String, String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserRoles(String, String, boolean) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserRoles(String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
- getUserRoles(String, String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
- getUserRoles(String, String, boolean) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
- getUsersByIdOrUsername(List<Long>, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- getUsersByIdOrUsername(List<Long>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- getUserServiceInternal() - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- getUserServiceInternal() - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- getUserServiceInternal() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- getUserServiceInternal() - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- getUserSiteRoles(long, String, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- getUserSiteRoles(long, String, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getUserSiteRoles(String, String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get user roles for a site API
- getUserSites(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- getUserSites(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- getUserSites(String, int, int) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Get user sites API
- getUsersPerGroup(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUsersPerGroupTotal(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUsersPerSiteData(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUsersPerSiteQuery(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUsersPerSiteQueryTotal(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- getUuid() - Method in class org.craftercms.studio.model.Site
- getValidationPattern(String) - Method in class org.craftercms.studio.impl.v2.validation.StudioEsapiSecurityConfiguration
-
Returns a single pattern based upon key.
- getValue() - Method in class org.craftercms.studio.api.v2.dal.UserProperty
- getValue(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- getValues() - Method in class org.craftercms.studio.model.search.SearchFacet
- getVersion() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- getVersion() - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRegistry
- getVersionFromFile(String, String) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
-
Get the version from the XML file.
- getVersionFromFile(String, String) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.XmlStreamVersionProvider
- getVersionNumber() - Method in class org.craftercms.studio.api.v1.to.VersionTO
- getVersionNumber() - Method in class org.craftercms.studio.model.history.ItemVersion
- getVersions() - Method in class org.craftercms.studio.model.rest.ConfigurationHistory
- getWemProject() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- getWemProject(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- getWemProject(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
get the name of the web project for the given site
- getWidth() - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- getWorkflowAffectedPackages(String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Get workflow affected packages if content is edited
- getWorkflowAffectedPackages(String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- getWorkflowAffectedPaths(String, String) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- getWorkflowAffectedPaths(String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get workflow affected paths if content is edited
- getWorkflowAffectedPaths(String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Get workflow affected paths if content is edited
- getWorkflowAffectedPaths(String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getWorkflowAffectedPaths(String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- getWorkflowEntry(String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get workflow entry
- getWorkflowEntry(String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getWorkflowEntry(String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get workflow entry
- getWorkflowEntry(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get workflow entry
- getWorkflowEntry(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getWorkflowEntryForApproval(Long) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get workflow entry for approval
- getWorkflowEntryForApproval(Long) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getWorkflowEntryForApproval(Long, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get workflow entry for approval
- getWorkflowEntryOpened(String, String, String) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Get workflow entry
- getWorkflowHardDeps(String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Get the path hard dependencies that are currently in workflow
- getWorkflowHardDeps(String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getWorkflowItem(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
- getWorkflowItem(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- getWorkflowTasks() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- getXmlConfiguration(String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Reads a configuration file using Apache Commons Configuration
- getXmlConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getXmlConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- getXmlConfiguration(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Reads a configuration for the current environment, or fallback to the default environment if the file is missing
- getXmlConfiguration(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- getXmlConfiguration(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- GIT_COMMIT_ALL_ITEMS - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- GIT_NAME - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- GIT_REPO_USER_USERNAME - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- GIT_ROOT - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- gitAdd(Git, String, Set<String>) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
-
Git operation to add all modified files
- GitCli - Class in org.craftercms.studio.impl.v2.utils.git
-
Allows doing Git operations throw the CLI.
- GitCli() - Constructor for class org.craftercms.studio.impl.v2.utils.git.GitCli
- GitCli(String, int, int) - Constructor for class org.craftercms.studio.impl.v2.utils.git.GitCli
- GitCli.GitCommandLine - Class in org.craftercms.studio.impl.v2.utils.git
- GitCliException - Exception Class in org.craftercms.studio.api.v2.exception.git.cli
-
Root exception for the Git CLI.
- GitCliException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.cli.GitCliException
- GitCliException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.cli.GitCliException
- GitCliOutputException - Exception Class in org.craftercms.studio.api.v2.exception.git.cli
-
Thrown when the Git CLI exits with a non-zero value.
- GitCliOutputException(int, String) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.cli.GitCliOutputException
- GitCliOutputExceptionResolver - Interface in org.craftercms.studio.api.v2.utils.git.cli
-
Parses the output of the CLI to determine the
GitCliOutputException
that should be thrown - GitCommandLine(String) - Constructor for class org.craftercms.studio.impl.v2.utils.git.GitCli.GitCommandLine
- GitCommandLine(String, String...) - Constructor for class org.craftercms.studio.impl.v2.utils.git.GitCli.GitCommandLine
- gitCommit(Git, String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
-
Git operation to commit all pending changes
- GitContentRepository - Class in org.craftercms.studio.impl.v1.repository.git
- GitContentRepository - Class in org.craftercms.studio.impl.v2.repository
- GitContentRepository() - Constructor for class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- GitContentRepository() - Constructor for class org.craftercms.studio.impl.v2.repository.GitContentRepository
- GitContentRepositoryConstants - Class in org.craftercms.studio.impl.v1.repository.git
-
Created by Sumer Jabri
- gitRemove(Git, String, Set<String>) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
-
Git operation to remove all missing files
- GitRepositories - Enum Class in org.craftercms.studio.api.v1.constant
-
Created by Sumer Jabri on 12/6/16.
- gitRepositoryHelper - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- gitRepositoryHelper - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.BlueprintsUpgradeOperation
- gitRepositoryHelper - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- GitRepositoryHelper - Class in org.craftercms.studio.api.v2.utils
- GitRepositoryHelper() - Constructor for class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- GitRepositoryLockedException - Exception Class in org.craftercms.studio.api.v2.exception.git.cli
-
Exception thrown when a Git repository has been locked (a .git/index.lock file was found)
- GitRepositoryLockedException(int, String) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.cli.GitRepositoryLockedException
- GitResource - Class in org.craftercms.studio.impl.v2.repository
-
Implementation of
AbstractResource
that wraps anObjectLoader
from JGit - GitResource(ObjectLoader) - Constructor for class org.craftercms.studio.impl.v2.repository.GitResource
- GitUtils - Class in org.craftercms.studio.impl.v2.utils
-
Common operations related to git
- GitUtils() - Constructor for class org.craftercms.studio.impl.v2.utils.GitUtils
- GLOBAL - Enum constant in enum class org.craftercms.studio.api.v1.constant.GitRepositories
- GLOBAL - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- GLOBAL_REPO_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- GLOBAL_REPOSITORY_GIT_LOCK - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- GlobalBroadcastEvent - Interface in org.craftercms.studio.api.v2.event
-
Marker interface for events that should be broadcast to the global WS topic.
- GlobalRepoUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.global
-
Implementation of
UpgradeOperation
that updates files on the global repository. - GlobalRepoUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
- GO_LIVE - Enum constant in enum class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl.Operation
- GoLiveContext - Class in org.craftercms.studio.api.v1.service.workflow.context
- GoLiveContext(String, String) - Constructor for class org.craftercms.studio.api.v1.service.workflow.context.GoLiveContext
- GoLiveDeleteCandidates - Class in org.craftercms.studio.api.v1.to
-
Contains all items that are deleted.
- GoLiveDeleteCandidates(String, ContentService, ItemServiceInternal) - Constructor for class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- GoLiveQueue - Class in org.craftercms.studio.api.v1.to
- GoLiveQueue() - Constructor for class org.craftercms.studio.api.v1.to.GoLiveQueue
- GoLiveQueueChildFilter - Class in org.craftercms.studio.api.v1.to
- GoLiveQueueChildFilter(GoLiveQueue) - Constructor for class org.craftercms.studio.api.v1.to.GoLiveQueueChildFilter
- GoLiveQueueOrganizer - Class in org.craftercms.studio.impl.v1.util
- GoLiveQueueOrganizer(ContentService, ContentItemTO.ChildFilter) - Constructor for class org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
- GroovyScriptExecutor - Class in org.craftercms.studio.impl.v1.script
- GroovyScriptExecutor() - Constructor for class org.craftercms.studio.impl.v1.script.GroovyScriptExecutor
- Group - Class in org.craftercms.studio.api.v2.dal
- Group() - Constructor for class org.craftercms.studio.api.v2.dal.Group
- GROUP - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- GROUP_ALREADY_EXISTS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- GROUP_DESCRIPTION - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- GROUP_EXTERNALLY_MANAGED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- GROUP_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- GROUP_IDS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- GROUP_NAME - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- GROUP_NAMES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- GROUP_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- GROUP_SORT_COLUMNS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- GroupAlreadyExistsException - Exception Class in org.craftercms.studio.api.v1.exception.security
- GroupAlreadyExistsException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupAlreadyExistsException
- GroupAlreadyExistsException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupAlreadyExistsException
- GroupAlreadyExistsException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupAlreadyExistsException
- GroupAlreadyExistsException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupAlreadyExistsException
- GroupAlreadyExistsException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupAlreadyExistsException
- GroupDAO - Interface in org.craftercms.studio.api.v2.dal
- groupDescription - Variable in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- groupExists(long, String) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Check if group exists
- groupExists(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- groupExists(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- groupExists(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- GroupExternallyManagedException - Exception Class in org.craftercms.studio.api.v1.exception.security
- GroupExternallyManagedException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupExternallyManagedException
- GroupExternallyManagedException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupExternallyManagedException
- GroupExternallyManagedException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupExternallyManagedException
- GroupExternallyManagedException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupExternallyManagedException
- GroupExternallyManagedException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupExternallyManagedException
- groupName - Variable in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- groupName - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- GroupNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception.security
- GroupNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupNotFoundException
- GroupNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupNotFoundException
- GroupNotFoundException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupNotFoundException
- GroupNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupNotFoundException
- GroupNotFoundException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.GroupNotFoundException
- GroupPerSiteResult - Class in org.craftercms.studio.api.v1.dal
- GroupPerSiteResult() - Constructor for class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- GroupResult - Class in org.craftercms.studio.api.v1.dal
- GroupResult() - Constructor for class org.craftercms.studio.api.v1.dal.GroupResult
- groups() - Element in annotation interface org.craftercms.studio.model.validation.annotations.ConfigurableMax
- GROUPS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Groups controller
- GroupsController - Class in org.craftercms.studio.controller.rest.v2
- GroupsController(GroupService) - Constructor for class org.craftercms.studio.controller.rest.v2.GroupsController
- groupService - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- GroupService - Interface in org.craftercms.studio.api.v2.service.security
- GroupServiceImpl - Class in org.craftercms.studio.impl.v2.service.security
- GroupServiceImpl(GroupServiceInternal, OrganizationServiceInternal, UserServiceInternal, GeneralLockService, StudioConfiguration, AuditServiceInternal, SiteService) - Constructor for class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- groupServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- groupServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- GroupServiceInternal - Interface in org.craftercms.studio.api.v2.service.security.internal
- GroupServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.security.internal
- GroupServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
H
- handle(HttpServletRequest, HttpServletResponse, Supplier<CsrfToken>) - Method in class org.craftercms.studio.api.v2.security.StudioCsrfTokenRequestHandler
- handleActionDeniedException(HttpServletRequest, ActionDeniedException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleActionsDeniedException(HttpServletRequest, ActionsDeniedException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleAuthenticationException(HttpServletRequest, AuthenticationException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleBeanPropertyBindingResult(HttpServletRequest, BindException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleBlobNotFoundException(HttpServletRequest, BlobNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleCompositeException(HttpServletRequest, CompositeException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleConfigurationProfileNotFoundException(HttpServletRequest, ConfigurationProfileNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleConstraintValidationException(HttpServletRequest, ConstraintViolationException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleContentNotFoundException(HttpServletRequest, ContentNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleException(HttpServletRequest, Exception) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleException(HttpServletRequest, PathNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleException(HttpServletRequest, ContentExistException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleException(HttpServletRequest, ContentLockedByAnotherUserException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleException(HttpServletRequest, ContentMoveInvalidLocation) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleExceptionInternal(HttpServletRequest, Exception, ApiResponse) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleExceptionInternal(HttpServletRequest, Exception, ApiResponse, Level) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleFailedAttempt(AuthenticationFailureBadCredentialsEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.LoginAttemptListener
- handleGroupAlreadyExistsException(HttpServletRequest, GroupAlreadyExistsException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleGroupExternallyManagedException(HttpServletRequest, GroupExternallyManagedException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleGroupNotFoundException(HttpServletRequest, GroupNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleHttpMessageNotReadableException(HttpServletRequest, HttpMessageNotReadableException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleInvalidConfigurationException(HttpServletRequest, InvalidConfigurationException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleInvalidManagementTokenException(HttpServletRequest, InvalidManagementTokenException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleInvalidParametersException(HttpServletRequest, InvalidParametersException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleInvalidRemoteRepositoryCredentialsException(HttpServletRequest, InvalidRemoteRepositoryCredentialsException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleInvalidRemoteUrlException(HttpServletRequest, InvalidRemoteUrlException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleInvalidSiteStateException(HttpServletRequest, InvalidSiteStateException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleJsonProcessingException(HttpServletRequest, JsonProcessingException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleLoggerNotFoundException(HttpServletRequest, LoggerNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleMarketplaceNotInitializedException(HttpServletRequest, MarketplaceNotInitializedException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleMarketplaceUnreachableException(HttpServletRequest, MarketplaceUnreachableException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleMethodArgumentNotValidException(HttpServletRequest, MethodArgumentNotValidException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleMethodArgumentTypeMismatchException(HttpServletRequest, MethodArgumentTypeMismatchException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleMismatchInputException(HttpServletRequest, MismatchedInputException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleMissingPluginParameterException(HttpServletRequest, MissingPluginParameterException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleMissingServletRequestParameterException(HttpServletRequest, MissingServletRequestParameterException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleNoSuchElementException(HttpServletRequest, NoSuchElementException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleOrganizationNotFoundException(HttpServletRequest, OrganizationNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handlePasswordDoesNotMatchException(HttpServletRequest, PasswordDoesNotMatchException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handlePasswordRequirementsFailedException(HttpServletRequest, PasswordRequirementsFailedException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handlePluginAlreadyInstalledException(HttpServletRequest, PluginAlreadyInstalledException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handlePluginInstallationException(HttpServletRequest, PluginInstallationException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handlePublishedRepositoryNotFoundException(HttpServletRequest, PublishedRepositoryNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handlePublishingPackageNotFoundException(HttpServletRequest, PublishingPackageNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handlePullFromRemoteConflictException(HttpServletRequest, PullFromRemoteConflictException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleRemoteAlreadyExistsException(HttpServletRequest, RemoteAlreadyExistsException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleRemoteNotRemovableException(HttpServletRequest, RemoteNotRemovableException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleRemoteRepositoryNotFoundException(HttpServletRequest, RemoteRepositoryNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleRequestRejectedException(HttpServletRequest, RequestRejectedException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleServiceException(HttpServletRequest, ServiceLayerException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleSiteAlreadyExistsException(HttpServletRequest, SiteAlreadyExistsException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleSiteNotFoundException(HttpServletRequest, SiteNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleSitePolicyValidationException(HttpServletRequest, ValidationException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleSuccessfulAttempt(AuthenticationSuccessEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.LoginAttemptListener
- handleUnrecognizedPropertyException(HttpServletRequest, UnrecognizedPropertyException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleUserAlreadyExistsException(HttpServletRequest, UserAlreadyExistsException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleUserExternallyManagedException(HttpServletRequest, UserExternallyManagedException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleUserNotFoundException(HttpServletRequest, UserNotFoundException) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- handleValidationRuntimeException(HttpServletRequest, ValidationResultAware) - Method in class org.craftercms.studio.controller.rest.v2.ExceptionHandlers
- HAS_INITIAL_PUBLISH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- HAS_PERMISSIONS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- HasAllPermissions - Annotation Interface in org.craftercms.studio.api.v2.security
-
Annotations that applications can use to indicate that a certain method or all methods of a class require all permissions from the list.
- HasAllPermissionsAnnotationHandler - Class in org.craftercms.studio.api.v2.security
-
Aspect that handles
HasAllPermissions
annotations, by doing appropriate permission checking. - HasAllPermissionsAnnotationHandler(Map<Class<?>, PermissionEvaluator<?, ?>>, SecurityService) - Constructor for class org.craftercms.studio.api.v2.security.HasAllPermissionsAnnotationHandler
- hasAnnotation(Annotation[], Class<? extends Annotation>) - Method in class org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect
- hasAnyPermission(String, String, String, Set<String>) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- HasAnyPermissions - Annotation Interface in org.craftercms.studio.api.v2.security
-
Annotations that applications can use to indicate that a certain method or all methods of a class require any permissions from the list.
- HasAnyPermissionsAnnotationHandler - Class in org.craftercms.studio.api.v2.security
-
Aspect that handles
HasAnyPermissions
annotations, by doing appropriate permission checking. - HasAnyPermissionsAnnotationHandler(Map<Class<?>, PermissionEvaluator<?, ?>>, SecurityService) - Constructor for class org.craftercms.studio.api.v2.security.HasAnyPermissionsAnnotationHandler
- hasCurrentUserGlobalPermissions(List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Check if the current authenticated user has given global permissions
- hasCurrentUserGlobalPermissions(List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- hasCurrentUserSitePermissions(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Check if the current authenticated user has given permissions for given site
- hasCurrentUserSitePermissions(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- hashCode() - Method in class org.craftercms.studio.api.v1.asset.Asset
- hashCode() - Method in record class org.craftercms.studio.api.v1.service.dependency.DependencyResolver.ResolvedDependency
-
Returns a hash code value for this object.
- hashCode() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- hashCode() - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedGroup
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedRole
-
Returns a hash code value for this object.
- hashCode() - Method in class org.craftercms.studio.permissions.CompositePermission
- hashCode() - Method in class org.craftercms.studio.permissions.PermissionOrOwnership
- hashCodeOf(ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- hasInitialPublish(String) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
- hasPermission(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- HasPermissionsRequest - Class in org.craftercms.studio.model.users
- HasPermissionsRequest() - Constructor for class org.craftercms.studio.model.users.HasPermissionsRequest
- hasValidRefreshToken(Authentication, HttpServletRequest, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Checks if the given request contains a valid refresh token
- hasValidRefreshToken(Authentication, HttpServletRequest, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Checks if the given request contains a valid refresh token
- hasValidRefreshToken(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- hasValidRefreshToken(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- HEADER_JAVA_VERSION - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
- HEADER_OS_ARCH - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
- HEADER_OS_NAME - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
- HEADER_OS_VERSION - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
- HEADER_STUDIO_BUILD - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
- HEADER_STUDIO_ID - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
- HEADER_STUDIO_VERSION - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
- height - Variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
-
the image height if the asset is an image
- helper - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- helper - Variable in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- hideInAuthoring - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- highlightFields - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
List of fields to include during highlighting
- HISTORY - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- hlsExtension - Variable in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
The extension used by Apple HLS files
- HTTP_SESSION_ATTRIBUTE_AUTHENTICATION - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Session attributes
- HTTP_STATUS_IMAGE_SIZE_ERROR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Error Codes
- HTTP_STATUS_INTERNAL_SERVER_ERROR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- httpHeaders - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
The custom HTTP headers to sent with all requests
I
- id - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
-
Id of the transcoding job.
- id - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- id - Variable in class org.craftercms.studio.api.v1.to.SiteBlueprintTO
- id - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- id - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- id - Variable in class org.craftercms.studio.api.v2.dal.Site
- id - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- id - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Package
- id - Variable in class org.craftercms.studio.model.rest.Person
- id - Variable in class org.craftercms.studio.model.security.PersistentAccessToken
-
The id of the access token
- ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- IGNORE_FILE - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- IGNORE_FILES - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- ImageMagickTransformer - Class in org.craftercms.studio.impl.v1.image.transformation
-
Transformer that calls ImageMagick from the command line with the options specified in the parameters.
- ImageMagickTransformer() - Constructor for class org.craftercms.studio.impl.v1.image.transformation.ImageMagickTransformer
- imageThumbnail - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- imageThumbnail - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- ImageTransformationException - Exception Class in org.craftercms.studio.api.v1.exception
-
Exception thrown by image transformation classes.
- ImageTransformationException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ImageTransformationException
- ImageTransformer - Interface in org.craftercms.studio.api.v1.image.transformation
-
Perform image transformation from the source path to the target path.
- ImageTransformingProcessor - Class in org.craftercms.studio.impl.v1.asset.processing
-
AssetProcessor
that uses andImageTransformer
to transform an the input image. - ImageTransformingProcessor(ImageTransformer) - Constructor for class org.craftercms.studio.impl.v1.asset.processing.ImageTransformingProcessor
- IMPORT_ASSET_CHAIN_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- IMPORT_ASSIGNEE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Import Service
- IMPORT_XML_CHAIN_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- IN_PROGRESS_BRANCH_NAME_SUFFIX - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- IN_PROGRESS_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- IN_PROGRESS_MASK - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- IN_WORKFLOW - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- IN_WORKFLOW_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- inactivityTimeout - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
Time in minutes after which inactive users will be required to login again
- INCLUDE_PARAMETERS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- includedContentTypes - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
List of content-types that can be handled by this operation (optional)
- includedPaths - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
-
List of patterns to check for files in the repository
- includedPaths - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
-
List of patterns to check the files
- IncompatiblePluginException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when trying to install an incompatible plugin
- IncompatiblePluginException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.IncompatiblePluginException
- IncompatiblePluginException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.IncompatiblePluginException
- INDEX_FILE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- INDEX_FILE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- indexSuffix - Variable in class org.craftercms.studio.impl.v2.service.search.PermissionAwareSearchService
-
The suffix to append to the site name
- inFlight - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- inflightItems - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- init() - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- init() - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Loads facets and type mapping from the global configuration
- init() - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- init(FilterConfig) - Method in class org.craftercms.studio.impl.v1.web.filter.MultiReadHttpServletRequestWrapperFilter
- init(String, String, HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- initDataSource() - Method in interface org.craftercms.studio.api.v2.dal.DataSourceInitializer
- initDataSource() - Method in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- initialize(ConfigurableMax) - Method in class org.craftercms.studio.model.validation.validators.ConfigurableMaxValidator
- INITIALIZING - Static variable in class org.craftercms.studio.api.v2.dal.Site.State
- initialPublish - Variable in class org.craftercms.studio.api.v2.repository.RepositoryChanges
-
Indicates if an initial publish should be executed
- initialPublish(String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Execute initial publish for given site
- initialPublish(String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Execute initial publish for given site.
- initialPublish(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- initialPublish(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- initialPublish(String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- initialPublish(String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- initialPublish(String, String, String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Initial publish to specified environment.
- initialPublish(String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- initialPublish(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- initialPublish(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- initThread() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- inProgress - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- INPUT_PATH_PATTERN_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- INPUT_PROFILE_PARAM - Static variable in class org.craftercms.studio.controller.rest.v2.aws.AwsMediaConvertController
- inputPath - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
-
S3 URL to upload the files.
- insert(NavigationOrderSequence) - Method in interface org.craftercms.studio.api.v1.dal.NavigationOrderSequenceMapper
- insertActivity(long, long, String, ZonedDateTime, Item, String) - Method in interface org.craftercms.studio.api.v2.dal.ActivityStreamDAO
-
Insert record into activity stream
- insertActivity(long, long, String, ZonedDateTime, Item, String) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.ActivityStreamServiceInternal
-
Insert record into activity stream
- insertActivity(long, long, String, ZonedDateTime, Item, String) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.ActivityStreamServiceInternalImpl
- insertAuditLog(AuditLog) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
- insertAuditLog(AuditLog) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Insert log audit entry
- insertAuditLog(AuditLog) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- insertAuditLogParams(Map) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
- insertCommit(long, String) - Method in interface org.craftercms.studio.api.v2.dal.ProcessedCommitsDAO
-
Inserts a new processed_commits record
- insertDependencyRow(String, String, String, String, boolean) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- insertItemDependencies(List<Dependency>) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Insert a list of dependency records
- insertItemForDeployment(PublishRequest) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- insertItemRow(long, String, String, long, Long, Long, ZonedDateTime, Long, ZonedDateTime, ZonedDateTime, String, String, String, String, String, Long, Long, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- insertRemoteRepository(Map) - Method in interface org.craftercms.studio.api.v2.dal.RemoteRepositoryDAO
- insertWorkflow(Workflow) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
insert new workflow entry
- insertWorkflow(Workflow) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- insertWorkflowEntries(List<Workflow>) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Insert workflow entries
- insertWorkflowEntries(List<Workflow>) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
insert new workflow entries
- insertWorkflowEntries(List<Workflow>) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- insertWorkflowEntry(Workflow) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Insert workflow entry
- INSTALLABLE_TYPES_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- installableTypes - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
List of plugin types that can be installed
- installPlugin(String, String, Version, Map<String, String>) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Install a plugin in a site
- installPlugin(String, String, Version, Map<String, String>) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Install a plugin in a site
- installPlugin(String, String, Version, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- installPlugin(String, String, Version, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- installPlugin(InstallPluginRequest) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController
- InstallPluginRequest - Class in org.craftercms.studio.model.rest.marketplace
-
Holds the information needed to install a plugin from the Marketplace
- InstallPluginRequest() - Constructor for class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- INSTANCE - Static variable in class org.craftercms.studio.impl.v2.utils.git.cli.NoChangesToCommitExceptionResolver
- INSTANCE - Static variable in class org.craftercms.studio.impl.v2.utils.git.cli.RepositoryLockedExceptionResolver
- instanceService - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- instanceService - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- instanceService - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
The instance service
- instanceService - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- InstanceService - Interface in org.craftercms.studio.api.v2.service.system
-
Instance Service
- InstanceServiceImpl - Class in org.craftercms.studio.impl.v2.service.system
- InstanceServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.system.InstanceServiceImpl
- instantiateItem(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
- instantiateItem(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- integrityValidator - Variable in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- integrityValidator - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
-
The database integrity validator.
- integrityValidator - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- interceptedPaths - Variable in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
-
The patterns of urls that should be handled by blob stores
- INTERNAL_NAME - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- INTERNAL_NAME - Static variable in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- INTERNAL_NAME_MODIFIER_FORMAT - Static variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- INTERNAL_NAME_MODIFIER_PATTERN - Static variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- INTERNAL_SYSTEM_FAILURE - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- internalName - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- internalName - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
-
the name of task specified by the creator
- internalNameFieldName - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Name of the field for internal name
- INVALID_DEPENDENCY_PATH_PATTERN - Static variable in class org.craftercms.studio.impl.v2.utils.DependencyUtils
- INVALID_DEPENDENCY_PATH_REGEX - Static variable in class org.craftercms.studio.impl.v2.utils.DependencyUtils
- INVALID_PARAMS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- INVALID_SITE_STATE - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- invalidate(Cache<K, V>, K) - Method in interface org.craftercms.studio.api.v2.utils.cache.CacheInvalidator
-
Performs the cache invalidation based on the given key
- invalidate(Cache<K, V>, K) - Method in class org.craftercms.studio.impl.v2.utils.cache.ConditionalCacheInvalidator
- invalidate(Cache<K, V>, K) - Method in class org.craftercms.studio.impl.v2.utils.cache.DefaultCacheInvalidator
- invalidate(Cache<K, V>, K) - Method in class org.craftercms.studio.impl.v2.utils.cache.PatternCacheInvalidator
- invalidate(Cache<K, V>, K) - Method in class org.craftercms.studio.impl.v2.utils.cache.SuffixCacheInvalidator
- invalidateCache(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- invalidateCache(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- invalidateCache(Collection<User>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- invalidateCache(List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- InvalidateCacheProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
-
Invalidate cache of the content being processed TODO: currently this is only being used for assets. should refactor the code to use for form contents as well
- InvalidateCacheProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.InvalidateCacheProcessor
-
default constructor
- InvalidateCacheProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.InvalidateCacheProcessor
-
constructor that sets the process name
- invalidateConfiguration(String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Invalidates all objects for a given site
- invalidateConfiguration(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- invalidateConfiguration(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- invalidateConfiguration(String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Invalidates the cache for the given file
- invalidateConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- invalidateConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- invalidateConfiguration(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Invalidates the cache for the given file
- invalidateConfiguration(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- invalidateConfiguration(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- invalidateConfigurationCacheIfRequired(String, String) - Method in class org.craftercms.studio.impl.v2.sync.SyncFromRepositoryTask
- invalidateDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Mark as invalid the dependency records with the given target path
- invalidateDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Mark as invalid the dependency records with the given target path
- invalidateDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Mark as invalid the dependency records with the given target path
- invalidateDependencies(String, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
-
Generate the necessary sql statements to invalidate dependencies for a given target path
- invalidateDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- invalidateDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- InvalidConfigurationException - Exception Class in org.craftercms.studio.api.v2.exception.configuration
-
Exception thrown when an invalid configuration is detected
- InvalidConfigurationException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.configuration.InvalidConfigurationException
- InvalidConfigurationException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.configuration.InvalidConfigurationException
- InvalidParametersException - Exception Class in org.craftercms.studio.api.v2.exception
-
Exception thrown when there is an error with the parameters received by a controller.
- InvalidParametersException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.InvalidParametersException
- InvalidRemoteRepositoryCredentialsException - Exception Class in org.craftercms.studio.api.v1.exception.repository
- InvalidRemoteRepositoryCredentialsException() - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryCredentialsException
- InvalidRemoteRepositoryCredentialsException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryCredentialsException
- InvalidRemoteRepositoryCredentialsException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryCredentialsException
- InvalidRemoteRepositoryCredentialsException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryCredentialsException
- InvalidRemoteRepositoryCredentialsException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryCredentialsException
- InvalidRemoteRepositoryException - Exception Class in org.craftercms.studio.api.v1.exception.repository
- InvalidRemoteRepositoryException() - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryException
- InvalidRemoteRepositoryException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryException
- InvalidRemoteRepositoryException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryException
- InvalidRemoteRepositoryException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryException
- InvalidRemoteRepositoryException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryException
- InvalidRemoteUrlException - Exception Class in org.craftercms.studio.api.v1.exception.repository
- InvalidRemoteUrlException() - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteUrlException
- InvalidRemoteUrlException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteUrlException
- InvalidRemoteUrlException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteUrlException
- InvalidRemoteUrlException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteUrlException
- InvalidRemoteUrlException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.InvalidRemoteUrlException
- InvalidSiteStateException - Exception Class in org.craftercms.studio.api.v2.exception
-
Exception to be thrown when an operation is attempted on a site with an unsupported state
- InvalidSiteStateException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.InvalidSiteStateException
- InvalidSiteStateException(String, String) - Constructor for exception class org.craftercms.studio.api.v2.exception.InvalidSiteStateException
- isAccountNonExpired() - Method in class org.craftercms.studio.api.v2.dal.User
- isAccountNonLocked() - Method in class org.craftercms.studio.api.v2.dal.User
- IsActionAllowed - Annotation Interface in org.craftercms.studio.api.v2.annotation
- IsActionAllowedParameter - Annotation Interface in org.craftercms.studio.api.v2.annotation
- isAllowed() - Method in class org.craftercms.studio.model.policy.ValidationResult
- isAllowed(String) - Method in class org.craftercms.studio.permissions.CompositePermission
- isAllowed(String) - Method in class org.craftercms.studio.permissions.PermissionOrOwnership
- isAsset - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isAsset() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isAttachRootPrefix() - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- isAudited(long, String) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
-
Checks if a commit has been audited.
- isAudited(long, String) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
-
Check if a commit has been audited.
- isAudited(long, String) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- isAuthenticatedSMTP() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- isAuthenticatedSMTP() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- isBlob(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreResolver
-
Indicates if a given path belongs to a blob store
- isBlob(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- isClean() - Method in class org.craftercms.studio.api.v2.dal.RepositoryStatus
- isClearSystemProcessing() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- isClearUserLocked() - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- isComponent - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isComponent() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isConfigPresent() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
Indicates if the upgrade is for a specific configuration file.
- isContainer - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isContainer() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isContentAsFolder() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- isContentAsFolder() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- isCorrupted(String, GitRepositories) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
-
Checks if a given Git repository is corrupted
- isCorrupted(String, GitRepositories) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
-
Checks if a given Git repository is corrupted
- isCorrupted(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- isCorrupted(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- isCreateIfAbsent() - Method in class org.craftercms.studio.model.rest.logging.LoggerConfigRequest
- isCredentialsNonExpired() - Method in class org.craftercms.studio.api.v2.dal.User
- isDate() - Method in class org.craftercms.studio.api.v1.to.FacetTO
- isDate() - Method in class org.craftercms.studio.model.search.SearchFacet
- isDelete() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- isDeleted - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isDeleted() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isDeleted() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- isDeleted() - Method in class org.craftercms.studio.api.v2.dal.User
- isDeleted(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isDeleteDependencies() - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- isDeleteEmptyParentFolder() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- isDisabled - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isDisabled() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isDocument - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isDocument() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isEditable(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Check if item is editable
- isEditable(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- isEmpty() - Method in class org.craftercms.studio.api.v2.repository.RepositoryChanges
- isEnabled() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- isEnabled() - Method in class org.craftercms.studio.api.v2.dal.User
- isEnabled() - Method in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- isEnabled() - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- isEnabled() - Method in class org.craftercms.studio.model.rest.UpdateAccessTokenRequest
- isEnabled() - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- isEnabled() - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- isExternallyManaged() - Method in class org.craftercms.studio.api.v2.dal.Group
- isExternallyManaged() - Method in class org.craftercms.studio.api.v2.dal.User
- isExternallyManaged() - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- isFinished() - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper.CachedServletInputStream
- isFloating - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isFloating() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isFolder - Variable in class org.craftercms.studio.api.v1.repository.RepositoryItem
- isFolder() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isFolder() - Method in class org.craftercms.studio.api.v1.webdav.WebDavItem
- isFolder() - Method in class org.craftercms.studio.model.aws.s3.S3Item
- isFolder(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- isFolder(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Check if content at given path is folder
- isFolder(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- isFolder(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- isFolder(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- isForce() - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- isForce() - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- isHideInAuthoring() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isIgnored() - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- isIgnored() - Method in class org.craftercms.studio.api.v2.dal.Item
- isInFlight - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isInFlight() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isInFlight(String) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- isInitialPublish() - Method in class org.craftercms.studio.api.v2.repository.RepositoryChanges
- isInProgress - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isInProgress() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isInProgress() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- isInvalidateCache() - Method in class org.craftercms.studio.api.v1.to.ResultTO
- isInWorkflow(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isInWorkflowOrScheduled(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isKeepOriginal() - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorPipelineConfiguration
-
Returns true if the original asset (without being processed) should be saved.
- isLevelDescriptor - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isLevelDescriptor() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isListFloatingPagesLast() - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- isListFloatingPagesLast() - Method in class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
- isListLevelDescriptorsFirst() - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- isListLevelDescriptorsFirst() - Method in class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
- isLive - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isLive() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isLive(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isLocked() - Method in class org.craftercms.studio.api.v2.event.lock.LockContentEvent
- isModified(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isMove() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- isMultiple() - Method in class org.craftercms.studio.api.v1.to.FacetTO
- isMultiple() - Method in class org.craftercms.studio.model.search.SearchFacet
- isNameUsed(String, String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
-
Checks if there is a site, different than the siteId, using the given name
- isNavigation - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isNavigation() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isNew - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isNew() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isNew(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isNew(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Check if item is new
- isNew(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- isNewFile - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isNewFile() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isNewNotificationSystemEnable - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- isNewNotificationSystemEnable() - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- isNoThumbnail() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- isNoThumbnail() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- isNow() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- ISO_FORMATTER - Static variable in class org.craftercms.studio.impl.v2.utils.DateUtils
- isOrOperator() - Method in class org.craftercms.studio.model.search.SearchParams
- isOwner() - Method in class org.craftercms.studio.permissions.PermissionOrOwnership
- isPage - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isPage() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isPluginAlreadyInstalled(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- isPreferContent() - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathRequestBody
- isPreviewable - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isPreviewable - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
is this content type previewable?
- isPreviewable - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- isPreviewable() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isPreviewable() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- isPreviewable() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- isProcessable(PipelineContent) - Method in interface org.craftercms.studio.api.v1.content.pipeline.ContentProcessor
-
determines if the content is processable by the given parameters
- isProcessable(PipelineContent) - Method in class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
- isProcessable(PipelineContent) - Method in class org.craftercms.studio.impl.v1.content.pipeline.DmWorkflowProcessor
- isProcessable(PipelineContent) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
- isProcessed(long, String) - Method in interface org.craftercms.studio.api.v2.dal.ProcessedCommitsDAO
-
Check if the given commitId has been processed
- isPublished - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isPublished() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isPublished() - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- isPublished() - Method in class org.craftercms.studio.model.rest.publish.AvailablePublishingTargets
- isPublishedRepoCreated(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
- isPublishedRepoCreated(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- isPublishing(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isPublishingBlocked(String) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- isPublishingBlocked(String) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- isPublishingBlocked(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- isPublishingEnabled(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- isPublishingEnabled(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Check if publishing is enabled for given site
- isPublishingQueueEmpty(String) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- isPublishingQueueEmpty(String) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- isPublishingQueueEmpty(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- isQuickCreate() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- isRange() - Method in class org.craftercms.studio.api.v1.to.FacetTO
- isRange() - Method in class org.craftercms.studio.model.search.SearchFacet
- isReachable() - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- isReadDirectChildren() - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- isReadOnly() - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStore
-
Indicate if the store is read only
- isReadOnly() - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- isReadOnly() - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- isReadOnlyBlobStores() - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- isReady() - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper.CachedServletInputStream
- isRecursive() - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- isRecursive() - Method in class org.craftercms.studio.model.policy.Action
- isReference - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isReference() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isReference() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- isRemoteValid(Git, String, String, String, String, String, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- isRemoveEmptyFolder() - Method in class org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
- isRemoveEmptyFolder() - Method in class org.craftercms.studio.api.v2.dal.ContentType.DeleteDependency
- isRepoClean(String) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli
- isRepositoryCorrupted(String, GitRepositories) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- isRepositoryCorrupted(Repository) - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- isRepositoryLocked(Throwable) - Method in class org.craftercms.studio.api.v2.annotation.RetryingRepositoryOperationAnnotationHandler
- isRequirePeerReview() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- isRequirePeerReview(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
-
Check if it is configured to require peer review
- isRequirePeerReview(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- isRevertible() - Method in class org.craftercms.studio.model.history.ItemVersion
- isRunning() - Static method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- isSavedAsDraft - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isScheduled - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isScheduled() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isScheduled(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isSecondLevelAscending() - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- isSecondLevelCompareRequired() - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- isSendEmail() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- isSendEmailNotifications() - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- isSendEmailNotifications() - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- isSendEmailNotifications() - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- isServerlessDeliveryEnabled() - Method in class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
- isSiteAdmin(String, String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- isSiteAdmin(String, String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
-
Check if given user is site admin
- isSiteAdmin(String, User) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- isSiteDeleted() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- isSiteDeleted() - Method in class org.craftercms.studio.api.v2.dal.Site
- isSiteMember(String) - Method in class org.craftercms.studio.impl.v2.utils.spring.security.messaging.StudioMessageSecurityExpressionRoot
-
Checks if the current user belongs to any group in the given site
- isSiteMember(String, String) - Method in interface org.craftercms.studio.api.v2.service.security.SecurityService
-
Check if a user is a member of a site User is a member of a site if they are member of any site group.
- isSiteMember(String, String) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- isSiteMember(String, User) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- isSitePublished(String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Check if site has ever been published.
- isSitePublished(String) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Check if site has ever been published.
- isSitePublished(String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- isSitePublished(String) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- isSitePublishedRepoCreated() - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- isSitePublishedRepoCreated() - Method in class org.craftercms.studio.api.v2.dal.Site
- isSplit() - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- isStaged - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isStaged() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isStaged(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isStagingEnvironmentEnabled() - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- isStagingEnvironmentEnabled(String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ServicesConfig
- isStagingEnvironmentEnabled(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- isSubmitted - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isSubmitted() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isSubmitted() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- isSubmittedForDeletion - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- isSubmittedForDeletion() - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- isSubmittedForDeletion() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- isSuccess() - Method in class org.craftercms.studio.api.v1.to.ResultTO
- isSuccessful() - Method in class org.craftercms.studio.api.v2.service.repository.MergeResult
- issuer - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
The issuer for generation access tokens
- isSystemAdmin() - Method in class org.craftercms.studio.impl.v2.utils.spring.security.messaging.StudioMessageSecurityExpressionRoot
-
Checks if the current user has the
system_admin
role - isSystemAdmin(String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- isSystemAdmin(String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
-
Check if given user has system_admin role
- isSystemAdmin(String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Check if given user has system_admin role
- isSystemAdmin(String) - Method in interface org.craftercms.studio.api.v2.service.security.SecurityService
-
Check if given user has system_admin role
- isSystemAdmin(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- isSystemAdmin(String) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- isSystemProcessing(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isSystemProcessing(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Check if item is in system processing
- isSystemProcessing(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- isSystemReady() - Method in interface org.craftercms.studio.api.v2.utils.spring.context.SystemStatusProvider
-
Indicates if the bootstrap process is completed and the system can be used.
- isSystemReady() - Method in class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- isSystemUser(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- isTranslationInProgress(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isTranslationPending(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isTranslationUpToDate(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isUpdatedOrNew(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Check if item is update or new
- isUpdatedOrNew(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- isUserAllowed(Set<NormalizedRole>, ContentTypeConfigTO) - Method in interface org.craftercms.studio.api.v1.service.content.ContentTypeService
-
check if the user is allowed to access the content type with the given user roles
- isUserAllowed(Set<NormalizedRole>, ContentTypeConfigTO) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- isUserLocked(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- isUserLocked(String) - Method in interface org.craftercms.studio.api.v2.security.LoginAttemptManager
-
Indicates if a user is currently locked.
- isUserLocked(String) - Method in class org.craftercms.studio.impl.v2.security.LoginAttemptManagerImpl
- isUserMemberOfGroup(String, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- isUserMemberOfGroup(String, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- isUserMemberOfGroup(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Check if user is member of given group
- isUseRoundedFolder() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- isUseRoundedFolder() - Method in class org.craftercms.studio.api.v2.dal.ContentType
- isUseSsl() - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- isValid() - Method in class org.craftercms.studio.api.v2.dal.Dependency
- isValid(String, ConstraintValidatorContext) - Method in class org.craftercms.studio.model.validation.validators.ConfigurableMaxValidator
- isValidDependencyPath(String) - Static method in class org.craftercms.studio.impl.v2.utils.DependencyUtils
-
A dependency path is valid if the length is less than 4000 characters and does not contain line feeds
- isValidDependencySource(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Indicate if the given path is a valid dependency source. e.g.: templates, pages, components Some files cannot have dependencies, like images or txt files
- isValidDependencySource(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- isWaitForCompletion() - Method in class org.craftercms.studio.api.v2.event.content.ContentEvent
- item - Variable in class org.craftercms.studio.model.rest.clipboard.PasteRequest
-
The item to be copied/moved
- item - Variable in class org.craftercms.studio.model.rest.dashboard.Activity
- Item - Class in org.craftercms.studio.api.v2.dal
- Item() - Constructor for class org.craftercms.studio.api.v2.dal.Item
- Item() - Constructor for class org.craftercms.studio.model.rest.dashboard.Activity.Item
- ITEM - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ITEM_BY_PATH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ITEM_DELETE - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- ITEM_FILTER - Static variable in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
- ITEM_HISTORY - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ITEM_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ITEM_IDS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ITEM_INSERT - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- ITEM_LOCK_BY_PATH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ITEM_MOVE - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- ITEM_SORT_FIELDS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- ITEM_STATE_DELETED - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_IN_WORKFLOW - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_LIVE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_MODIFIED - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_NEW - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_PUBLISHING - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_SCHEDULED - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_STAGED - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_SYSTEM_PROCESSING - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_TRANSLATION_IN_PROGRESS - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_TRANSLATION_PENDING - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_TRANSLATION_UP_TO_DATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATE_USER_LOCKED - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- ITEM_STATES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ITEM_TYPE_VALUES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- ITEM_UNLOCK - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- ITEM_UNLOCK_BY_PATH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ITEM_UPDATE - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- Item.Builder - Class in org.craftercms.studio.api.v2.dal
- itemDao - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- itemDao - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- ItemDAO - Interface in org.craftercms.studio.api.v2.dal
- itemIdXpath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
XPath selector to find the Box file id
- itemLockByPath(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Lock item by path for given site
- itemLockByPath(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- itemLockByPath(LockItemByPathRequest) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- itemName - Variable in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
-
The name of the item
- itemNameXpath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
XPath selector to find the Box file name
- itemPath - Variable in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
-
The path of the item
- items - Variable in class org.craftercms.studio.model.rest.dashboard.ExpiringContentResult
- items - Variable in class org.craftercms.studio.model.search.SearchResult
-
The list of files
- itemServiceInternal - Variable in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- itemServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- ItemServiceInternal - Interface in org.craftercms.studio.api.v2.service.item.internal
- ItemServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.item.internal
- ItemServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- ItemState - Enum Class in org.craftercms.studio.api.v2.dal
- ItemStatesPostRequestBody - Class in org.craftercms.studio.model.rest.workflow
- ItemStatesPostRequestBody() - Constructor for class org.craftercms.studio.model.rest.workflow.ItemStatesPostRequestBody
- ItemStatesUpdate - Class in org.craftercms.studio.model.rest.workflow
- ItemStatesUpdate() - Constructor for class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- ItemType() - Constructor for class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- itemUnlock(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- itemUnlock(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
unlock an item
- itemUnlock(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- itemUnlock(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- itemUnlockByPath(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
Unlock item by path for given site
- itemUnlockByPath(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- itemUnlockByPath(UnlockItemByPathRequest) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- ItemVersion - Class in org.craftercms.studio.model.history
-
Represents a version of a content item.
- ItemVersion() - Constructor for class org.craftercms.studio.model.history.ItemVersion
- itemXpath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
XPath selector to find the value of the field that uses the Box control
J
- Job - Interface in org.craftercms.studio.api.v1.job
-
Simple interface for performing a task (scheduled or unscheduled)
- jobArn - Variable in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
-
The full ARN of the triggered job
- jobId - Variable in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
-
The id of the triggered job
- JS_PATTERN - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- JSON_KEY_ORDER_DEFAULT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- JSON_PROPERTY_DEPENDENCIES - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- JSON_PROPERTY_ITEM - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- jwtEncryptKey - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- jwtSignKey - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
K
- KEEP_ORIGINAL_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- key - Variable in class org.craftercms.studio.api.v1.to.MessageTO
- key - Variable in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
-
site-filename key
- key - Variable in class org.craftercms.studio.api.v2.dal.UserProperty
-
The key of the property
- KEY_ACTIVITY_TYPE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_ALLOW_LESS_SIZE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_ALLOWED_HEIGHT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_ALLOWED_WIDTH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_APP_CONTEXT - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_APPLICATION_CONTEXT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_CONTENT_LOADER - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- KEY_CONTENT_TYPE - Static variable in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
- KEY_COPIED_CONTENT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_CREATE_FOLDERS - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_EDIT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_EMAIL - Static variable in interface org.craftercms.studio.api.v1.constant.SecurityConstants
- KEY_EXTERNALLY_MANAGED - Static variable in interface org.craftercms.studio.api.v1.constant.SecurityConstants
- KEY_FILE_NAME - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_FILE_NAME - Static variable in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
- KEY_FIRSTNAME - Static variable in interface org.craftercms.studio.api.v1.constant.SecurityConstants
- KEY_FOLDER_PATH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_FULL_PATH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_HEIGHT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_IS_IMAGE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_IS_PREVIEW - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_LASTNAME - Static variable in interface org.craftercms.studio.api.v1.constant.SecurityConstants
- KEY_LOGGER - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_NODE_REF - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_OVERWRITE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_PAGE_GROUP_ID - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_PAGE_ID - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_PARAMS - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_PATH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_PATH - Static variable in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
- KEY_PLUGIN_CONFIG - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_PLUGIN_ID - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_REQUEST - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_RESPONSE - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_SCRIPT_DOCUMENT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_SITE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_SITE - Static variable in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
- KEY_SITE_ID - Static variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- KEY_SKIP_AUDIT_LOG_INSERT - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_SKIP_CLEAN_PREVIEW - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_SOURCE_PATH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
-
rename keys
- KEY_SUB - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_SYSTEM_ASSET - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_TARGET_PATH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_UNLOCK - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_USER - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEY_USERNAME - Static variable in interface org.craftercms.studio.api.v1.constant.SecurityConstants
- KEY_WIDTH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- KEYS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- keyValueMap - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- KEYWORD - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- keywords - Variable in class org.craftercms.studio.model.search.SearchParams
-
Keywords to search in the files.
L
- label - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
content type display name
- label - Variable in class org.craftercms.studio.api.v1.to.FacetRangeTO
-
The label of the range
- label - Variable in class org.craftercms.studio.api.v1.to.SiteBlueprintTO
- label - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- label - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- label - Variable in class org.craftercms.studio.model.rest.CreateAccessTokenRequest
- label - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- label - Variable in class org.craftercms.studio.model.security.PersistentAccessToken
-
The label of the access token
- LABEL - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- LAST_NAME - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- LAST_PUBLISHED_ON - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- lastCommitId - Variable in class org.craftercms.studio.api.v2.dal.Site
- lastEditDate - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- lastEditFieldName - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Name of the field for last edit date
- lastEditorFieldName - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Name of the field for last edit user
- lastModified - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The last date that the file was modified
- lastModified() - Method in class org.craftercms.studio.impl.v2.repository.GitResource
- lastModified() - Method in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
- lastModifiedDate - Variable in class org.craftercms.studio.api.v1.to.VersionTO
- lastModifier - Variable in class org.craftercms.studio.api.v1.to.VersionTO
- lastModifier - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The last user that modified the file
- lastName - Variable in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- lastName - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- lastName - Variable in class org.craftercms.studio.model.rest.Person
- lastUpdated - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- lastUpdated - Variable in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
-
configuration time stamp
- lastUpdated - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
the last updated date of site configuration
- lastUpdated - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- launchDate - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- legacyGetConfiguration(String, String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
This method holds logic for API 1, can be deleted when API 1 get configuration is removed
- legacyGetConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- legacyGetConfiguration(String, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- LEVEL_DESCRIPTOR - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- levelDescriptorName - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
level descriptor name
- levelDescriptorPatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
level descriptors path patterns
- levelDescriptors - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- LIKE_PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- limit - Variable in class org.craftercms.studio.model.rest.content.GetChildrenResult
- limit - Variable in class org.craftercms.studio.model.rest.PaginatedResultList
- limit - Variable in class org.craftercms.studio.model.search.SearchParams
-
The limit to paginate the results
- LIMIT - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- list() - Method in class org.craftercms.studio.controller.rest.v2.CmisController
- list(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.Lists resources in the specified path.
- list(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
-
Lists resources in the specified path.
- list(String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.webdav.WebDavService
-
Deprecated.Lists resources in the specified path.
- list(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.webdav.WebDavService
-
Lists resources in the specified path.
- LIST_QUICK_CREATE_CONTENT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- LIST_REMOTES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ListFileVisitor(Path, List<String>) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
- listItems(String, String, String, String) - Method in class org.craftercms.studio.controller.rest.v2.WebdavController
-
List items in a WebDAV server
- listItems(String, String, String, String) - Method in class org.craftercms.studio.controller.rest.v2.aws.AwsS3Controller
-
List items in an S3 bucket.
- listItems(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
-
Lists items in an S3 bucket.
- listItems(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.aws.s3.AwsS3Service
-
Lists items in an S3 bucket.
- listQuickCreateContent(String) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- listRemote(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
List remote repositories for given site
- listRemote(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- listRemote(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
List remote repositories for given site
- listRemote(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- listRemote(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- listRemote(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- listRemoteRepositories(Map) - Method in interface org.craftercms.studio.api.v2.dal.RemoteRepositoryDAO
- listRemotes(String) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- listRemotes(String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- listRemotes(String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- listRemotes(String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- listRemotes(String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- ListUtils - Class in org.craftercms.studio.api.v1.util
- ListUtils() - Constructor for class org.craftercms.studio.api.v1.util.ListUtils
- live - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- LIVE - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- LIVE_ENVIRONMENT - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- LIVE_ENVIRONMENT - Static variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- liveBaseUrl - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- liveDependencyItems - Variable in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- liveEnvironment - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
live environment
- liveUrl - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- liveUrl - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
Live url
- liveUrl - Variable in class org.craftercms.studio.api.v2.dal.Site
- loadCannedMessages(Element, Map<String, List<MessageTO>>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- loadConfig() - Method in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- loadConfig() - Method in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- loadConfig(String) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- loadConfiguration(String, String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- loadConfiguration(String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
load services configuration
- loadConfiguration(String, String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ContentTypesConfig
-
load configuration from the noderRef given
- loadConfiguration(String, String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- loadContentItem(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- loadContentTypeProperties(String, ContentItemTO, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- loadCopyDependencyPatterns(ContentTypeConfigTO, List<Node>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- loadDeleteDependencies(ContentTypeConfigTO, List<Node>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
-
load delete dependencies mapping
- loadDescriptor(InputStream) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- loadDescriptor(RepositoryItem) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- loadDocument(Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
Parses the given XML file
- loadEmailTemplates(Element, Map<String, EmailMessageTemplateTO>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- loadFacetConfiguration(Node, SiteConfigTO) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
Loads the search facets configurations
- loadFacetsFromGlobalConfiguration() - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Loads the facets from the global configuration
- loadFieldsFromGlobalConfiguration() - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- loadFolderConfiguration(SiteConfigTO, RepositoryConfigTO, List<Node>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
load top level folder configuration
- loadGenericMessage(Element, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- loadGlobalPermissionsConfiguration() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- loadGlobalRolesConfiguration() - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- loadGroovySource(String) - Method in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl.StudioResourceLoader
- loadPatterns(SiteConfigTO, RepositoryConfigTO, List<Node>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
load page/component/assets patterns configuration
- loadPermissions(String, Element, PermissionsConfigTO) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- loadProfile(String, String) - Method in class org.craftercms.studio.impl.v1.util.config.profiles.SiteAwareConfigProfileLoader
- loadResource(String) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- loadRoles(ContentTypeConfigTO, List<Node>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
-
load a list of allowed roles
- loadRoles(Element, PermissionsConfigTO) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- loadSearchFields(Node, SiteConfigTO) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- loadSiteRepositoryConfiguration(SiteConfigTO, Node) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
load the web-project configuration
- loadSiteUrlsConfiguration(SiteConfigTO, Node) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- loadTypesFromGlobalConfiguration() - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Loads the type mapping from the global configuration
- loadUserByUsername(String) - Method in class org.craftercms.studio.impl.v2.security.userdetails.DbUserDetailsService
- loadUserDetails(T) - Method in class org.craftercms.studio.impl.v2.security.userdetails.DbAuthenticationUserDetailsService
- LOCAL_REPO_PATH_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- LOCALE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- LOCALE_CODE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- LOCALE_CODE - Static variable in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- localeCodes - Variable in class org.craftercms.studio.model.config.TranslationConfiguration
-
The list of codes for the supported locales
- localRepositoryV1 - Variable in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- localRepositoryV2 - Variable in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- lock - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- lock(String) - Method in class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- lock(String) - Method in interface org.craftercms.studio.api.v1.service.GeneralLockService
- LOCK_FILE - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- LOCK_OWNER_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- lockContent(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- lockContent(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- lockContent(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Lock item by path for given site
- lockContent(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- LockContentEvent - Class in org.craftercms.studio.api.v2.event.lock
-
Event triggered when content is locked or unlocked
- LockContentEvent(Authentication, String, String, boolean) - Constructor for class org.craftercms.studio.api.v2.event.lock.LockContentEvent
- lockContentItem(String, String) - Method in interface org.craftercms.studio.api.v1.service.GeneralLockService
-
Lock content item for synchronized access.
- lockContentItem(String, String) - Method in class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- locked - Variable in class org.craftercms.studio.api.v2.event.lock.LockContentEvent
- LOCKED - Static variable in class org.craftercms.studio.api.v2.dal.Site.State
- LOCKED_BIT_OFF - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- LOCKED_BIT_ON - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- LockedException - Exception Class in org.craftercms.studio.api.v2.security.authentication
-
Exception thrown when an authentication attempt is rejected because the account is locked.
- LockedException(String, String, long) - Constructor for exception class org.craftercms.studio.api.v2.security.authentication.LockedException
- LOCKING_CACHE_CREATE_SCOPE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- lockItem(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- lockItem(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
lock an item NOTE: site will be removed from this interface
- lockItem(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- lockItem(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- lockItemByPath(String, String, long, long, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Lock item
- lockItemByPath(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Lock item for given lock owner
- lockItemByPath(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- LockItemByPathRequest - Class in org.craftercms.studio.model.rest.content
- LockItemByPathRequest() - Constructor for class org.craftercms.studio.model.rest.content.LockItemByPathRequest
- lockItemForPublishing(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
lock an item NOTE: site will be removed from this interface
- lockItemForPublishing(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- lockItemForPublishing(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- lockItemForPublishing(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- lockOwner - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- lockOwner - Variable in exception class org.craftercms.studio.api.v2.exception.content.ContentLockedByAnotherUserException
-
The username of the user that owns the lock of the item
- LOG_MONITOR_ENGINE_PROXY - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- Log4jLoggerServiceImpl - Class in org.craftercms.studio.impl.v2.service.log.internal
-
Log4j implementation for
LoggerService
. - Log4jLoggerServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.log.internal.Log4jLoggerServiceImpl
- logExecutionTime(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.annotation.LogExecutionTimeAnnotationHandler
- logExecutionTime(ThrowingRunnable, Logger, String) - Static method in class org.craftercms.studio.impl.v2.utils.TimeUtils
-
High order function to inject execution time if the logger is enabled trace.
- logExecutionTime(ThrowingRunnable, Logger, String, Level) - Static method in class org.craftercms.studio.impl.v2.utils.TimeUtils
-
High order function to inject execution time if the given logger level is enabled.
- logExecutionTime(ThrowingSupplier<T>, Logger, String) - Static method in class org.craftercms.studio.impl.v2.utils.TimeUtils
-
High order function to inject execution time if the logger is enabled trace.
- logExecutionTime(ThrowingSupplier<T>, Logger, String, Level) - Static method in class org.craftercms.studio.impl.v2.utils.TimeUtils
-
High order function to inject execution time if the given logger level is enabled.
- LogExecutionTime - Annotation Interface in org.craftercms.studio.api.v2.annotation
-
Annotation to trace execution time of methods.
- LogExecutionTimeAnnotationHandler - Class in org.craftercms.studio.api.v2.annotation
-
Handles the
LogExecutionTime
annotation. - LogExecutionTimeAnnotationHandler() - Constructor for class org.craftercms.studio.api.v2.annotation.LogExecutionTimeAnnotationHandler
- logExecutionTimeThrowing(ThrowingRunnable, Logger, String) - Static method in class org.craftercms.studio.impl.v2.utils.TimeUtils
-
High order function to inject execution time if the logger is enabled trace.
- logExecutionTimeThrowing(ThrowingRunnable, Logger, String, Level) - Static method in class org.craftercms.studio.impl.v2.utils.TimeUtils
-
High order function to inject execution time if the given logger level is enabled.
- logExecutionTimeThrowing(ThrowingSupplier<T>, Logger, String, Level) - Static method in class org.craftercms.studio.impl.v2.utils.TimeUtils
-
High order function to inject execution time if the given logger level is enabled.
- logger - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- logger - Static variable in class org.craftercms.studio.impl.v1.repository.job.RepositoryCleanupJob
- logger - Static variable in class org.craftercms.studio.impl.v1.service.content.ContentItemIdGeneratorImpl
- logger - Static variable in class org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
- logger - Variable in class org.craftercms.studio.impl.v2.security.listener.AbstractAuditListener
- logger - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- logger - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- LOGGER_LEVEL - Static variable in class org.craftercms.studio.controller.rest.v2.LoggerController
- LOGGER_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- LoggerConfig - Class in org.craftercms.studio.model.rest.logging
-
Holds a Logger name and its configured priority level.
- LoggerConfig() - Constructor for class org.craftercms.studio.model.rest.logging.LoggerConfig
- LoggerConfig(String, String) - Constructor for class org.craftercms.studio.model.rest.logging.LoggerConfig
- LoggerConfigRequest - Class in org.craftercms.studio.model.rest.logging
-
Simple extension to
LoggerConfig
to allow extra parameters. e.g.: createIfAbsent. - LoggerConfigRequest() - Constructor for class org.craftercms.studio.model.rest.logging.LoggerConfigRequest
- LoggerController - Class in org.craftercms.studio.controller.rest.v2
-
REST controller that provides access to Logger related operations.
- LoggerController(LoggerService) - Constructor for class org.craftercms.studio.controller.rest.v2.LoggerController
- LoggerNotFoundException - Exception Class in org.craftercms.studio.api.v2.exception.logger
-
Exception thrown then trying to retrieve or perform an operation on a Logger that does not exist.
- LoggerNotFoundException() - Constructor for exception class org.craftercms.studio.api.v2.exception.logger.LoggerNotFoundException
- LoggerNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.logger.LoggerNotFoundException
- LoggerNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.logger.LoggerNotFoundException
- LoggerService - Interface in org.craftercms.studio.api.v2.service.log
-
Provides access to loggers configuration.
- LoggerServiceImpl - Class in org.craftercms.studio.impl.v2.service.log
-
Default implementation for
LoggerService
. - LoggerServiceImpl(LoggerService) - Constructor for class org.craftercms.studio.impl.v2.service.log.LoggerServiceImpl
- loggerServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.log.LoggerServiceImpl
- LoginAttemptListener - Class in org.craftercms.studio.impl.v2.security.listener
-
Listener that handles login attempts and adds a delay to the response.
This listener will add a random delay to all login attempts, successful or not.
It will notify theLoginAttemptManager
of the login attempt result. - LoginAttemptListener(LoginAttemptManager) - Constructor for class org.craftercms.studio.impl.v2.security.listener.LoginAttemptListener
- LoginAttemptManager - Interface in org.craftercms.studio.api.v2.security
-
Keeps track of login success and failures per user.
- LoginAttemptManagerImpl - Class in org.craftercms.studio.impl.v2.security
-
LoginAttemptManager
implementation that keeps track of login failures in memory. - LoginAttemptManagerImpl(int, int, long, boolean) - Constructor for class org.craftercms.studio.impl.v2.security.LoginAttemptManagerImpl
-
Creates a new instance of
LoginAttemptManagerImpl
. - loginFailed(String) - Method in interface org.craftercms.studio.api.v2.security.LoginAttemptManager
-
Notify this manager that a login attempt has failed for the given user.
- loginFailed(String) - Method in class org.craftercms.studio.impl.v2.security.LoginAttemptManagerImpl
- LoginPageFilter - Class in org.craftercms.studio.impl.v2.security
-
Filter in login page before form login
- LoginPageFilter() - Constructor for class org.craftercms.studio.impl.v2.security.LoginPageFilter
- loginSucceeded(String) - Method in interface org.craftercms.studio.api.v2.security.LoginAttemptManager
-
Notify this manager that a login attempt has succeeded for the given user.
- loginSucceeded(String) - Method in class org.craftercms.studio.impl.v2.security.LoginAttemptManagerImpl
- LOGOUT_SSO_URL - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- LOV_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
M
- MAIL_DEBUG - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- MAIL_FROM_DEFAULT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Email Service
- MAIL_HOST - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- MAIL_PASSWORD - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- MAIL_PORT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- MAIL_SMTP_AUTH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- MAIL_SMTP_EHLO - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- MAIL_SMTP_START_TLS_ENABLE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- MAIL_USERNAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- makeBlobStoresReadOnly(String) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Update blob stores configuration to make all blobStores read-only
- makeBlobStoresReadOnly(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- makeBlobStoresReadOnly(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- ManagementTokenAware - Class in org.craftercms.studio.controller.rest.v2
-
Base class for all controllers that use the management token to protect public urls
- ManagementTokenAware(StudioConfiguration, SecurityService) - Constructor for class org.craftercms.studio.controller.rest.v2.ManagementTokenAware
- mandatoryParent - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- map - Variable in class org.craftercms.studio.api.v1.to.GoLiveQueue
- mapDeploymentItem(DeploymentItemTO) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- mapper - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- mapPermissionsToContentItemAvailableActions(List<String>) - Static method in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- mapPermissionToContentItemAvailableActions(String) - Static method in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- mapping - Variable in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
-
mappings Document object containing either permissions or role mapping details
- Mapping(String, String, String) - Constructor for class org.craftercms.studio.model.blobstore.BlobStoreDetails.Mapping
- mapProfile(HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.TranscoderProfileMapper
- mapProfile(HierarchicalConfiguration<ImmutableNode>) - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- mapSortFields(List<SortField>, Map<String, String>) - Static method in class org.craftercms.studio.api.v2.utils.DalUtils
-
Map the field names from a SortFields list base on provided name mapping.
- MARKETPLACE_NOT_INITIALIZED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- MARKETPLACE_UNREACHABLE - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- MarketplaceController - Class in org.craftercms.studio.controller.rest.v2
-
REST controller that provides access to Marketplace operations
- MarketplaceController(MarketplaceService) - Constructor for class org.craftercms.studio.controller.rest.v2.MarketplaceController
- MarketplaceController.CopyPluginRequest - Class in org.craftercms.studio.controller.rest.v2
- MarketplaceController.RemovePluginRequest - Class in org.craftercms.studio.controller.rest.v2
- MarketplaceException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Base for all Marketplace related exceptions
- MarketplaceException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceException
- MarketplaceException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceException
- MarketplaceNotInitializedException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when the
MarketplaceService
is not initialized - MarketplaceNotInitializedException() - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceNotInitializedException
- MarketplacePlugin - Class in org.craftercms.studio.api.v2.service.marketplace
-
Extension of
Plugin
that adds properties related to installable plugins - MarketplacePlugin() - Constructor for class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- MarketplaceRegistryException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when there is an issue reading or updating the plugin registry for a site
- MarketplaceRegistryException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceRegistryException
- MarketplaceRegistryException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceRegistryException
- marketplaceService - Variable in class org.craftercms.studio.controller.rest.v2.MarketplaceController
- marketplaceService - Variable in class org.craftercms.studio.controller.rest.v2.PluginController
- marketplaceService - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- MarketplaceService - Interface in org.craftercms.studio.api.v2.service.marketplace
-
Provides access to all available Marketplace operations
- MarketplaceServiceImpl - Class in org.craftercms.studio.impl.v2.service.marketplace
-
Default implementation of
MarketplaceService
that proxies all request to the configured Marketplace - MarketplaceServiceImpl(MarketplaceServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- marketplaceServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- MarketplaceServiceInternal - Interface in org.craftercms.studio.api.v2.service.marketplace.internal
-
Provides access to all available Marketplace operations
- MarketplaceServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.marketplace.internal
-
Default implementation of
MarketplaceServiceInternal
that proxies all request to the configured Marketplace - MarketplaceServiceInternalImpl(InstanceService, SiteService, SitesService, ContentService, StudioConfiguration, PluginDescriptorReader, GitRepositoryHelper, String, String, String, RetryingRepositoryOperationFacade, DeploymentService, DependencyService, ContentTypeService, ConfigurationService) - Constructor for class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- MarketplaceUnreachableException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when the connection with the Marketplace fails
- MarketplaceUnreachableException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceUnreachableException
- markItemCompleted(PublishRequest) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- markItemsCompleted(String, String, List<PublishRequest>) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- markItemsCompleted(String, String, List<PublishRequest>) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- markItemsProcessing(String, String, List<PublishRequest>) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- markItemsProcessing(String, String, List<PublishRequest>) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- markItemsReady(String, String, List<PublishRequest>) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- markItemsReady(String, String, List<PublishRequest>) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- match(String) - Method in class org.craftercms.studio.api.v1.util.filter.AbstractFilter
- matchedPaths - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
-
List of files that match any of the patterns
- matches(HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.utils.spring.security.OrRegexRequestMatcher
- matches(CharSequence, String) - Method in class org.craftercms.studio.impl.v2.security.crypto.PasswordEncoder
- matchesPatterns(String, List<String>) - Static method in class org.craftercms.studio.api.v2.utils.StudioUtils
- matchesPatterns(String, List<String>) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- matchesPatterns(String, List<String>) - Static method in class org.craftercms.studio.impl.v1.util.ContentUtils
- MAX_COPY_FILE_SIZE - Static variable in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- MAX_DEPENDENCY_PATH_LENGTH - Static variable in class org.craftercms.studio.impl.v2.utils.DependencyUtils
- MAX_RESULT_WINDOW - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Corresponds to 'index.max_result_window' default value
- maxCount - Variable in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- maxLength - Variable in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- mcpContext - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- ME - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- mediaConvert - Variable in class org.craftercms.studio.impl.v1.service.aws.MediaConvertServiceImpl
-
Deprecated.Instance of
MediaConvert
. - MediaConvert - Interface in org.craftercms.studio.api.v1.aws.mediaconvert
-
Defines the operations available for AWS MediaConvert.
- MediaConvertImpl - Class in org.craftercms.studio.impl.v1.aws.mediaconvert
-
Default implementation of
MediaConvert
. - MediaConvertImpl() - Constructor for class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
- MediaConvertJob - Class in org.craftercms.studio.api.v1.aws.mediaconvert
-
Holds the information about a transcoding job from AWS MediaConvert.
- MediaConvertJob() - Constructor for class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- MediaConvertProfile - Class in org.craftercms.studio.api.v1.aws.mediaconvert
-
Holds the necessary information to request a transcoding job for AWS MediaConvert.
- MediaConvertProfile() - Constructor for class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- MediaConvertProfileMapper - Class in org.craftercms.studio.impl.v1.aws.mediaconvert
-
MediaConvert implementation of
ConfigurationMapper
. - MediaConvertProfileMapper(ConfigurationResolver) - Constructor for class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertProfileMapper
- MediaConvertResult - Class in org.craftercms.studio.model.aws.mediaconvert
-
Holds the data for a triggered MediaConvert job
- MediaConvertResult() - Constructor for class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
- mediaConvertService - Variable in class org.craftercms.studio.controller.rest.v2.aws.AwsMediaConvertController
- MediaConvertService - Interface in org.craftercms.studio.api.v1.service.aws
-
Deprecated.This service has been replaced with
AwsMediaConvertService
- MediaConvertServiceImpl - Class in org.craftercms.studio.impl.v1.service.aws
-
Deprecated.This service has been replaced with
AwsMediaConvertServiceImpl
- MediaConvertServiceImpl(SiteAwareConfigProfileLoader<MediaConvertProfile>, MediaConvert) - Constructor for class org.craftercms.studio.impl.v1.service.aws.MediaConvertServiceImpl
-
Deprecated.
- MEMBERS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- MenuItem - Class in org.craftercms.studio.model.ui
-
Represents an item that is displayed in a UI menu.
- MenuItem() - Constructor for class org.craftercms.studio.model.ui.MenuItem
- mergeCommitId - Variable in class org.craftercms.studio.api.v2.service.repository.MergeResult
-
The merge commit id
- MergeResult - Class in org.craftercms.studio.api.v2.service.repository
-
Holds the result of a merge from a remote repository
- MergeResult(boolean, long, String) - Constructor for class org.craftercms.studio.api.v2.service.repository.MergeResult
- mergeTemporaryBranch(Repository, Git) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- message - Variable in class org.craftercms.studio.model.policy.ValidationResult
-
Validation detail message
- message() - Element in annotation interface org.craftercms.studio.model.validation.annotations.ConfigurableMax
- messages - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
-
general messages
- MessageTO - Class in org.craftercms.studio.api.v1.to
- MessageTO() - Constructor for class org.craftercms.studio.api.v1.to.MessageTO
- MessageTO(String, String, String) - Constructor for class org.craftercms.studio.api.v1.to.MessageTO
- messagingTemplate - Variable in class org.craftercms.studio.impl.v2.event.EventBroadcaster
- metaDAO - Variable in class org.craftercms.studio.impl.v2.service.system.InstanceServiceImpl
- MetaDAO - Interface in org.craftercms.studio.api.v2.dal
- METADATA_CONTENT_TYPE - Static variable in class org.craftercms.studio.model.policy.Action
- METADATA_FILE_SIZE - Static variable in class org.craftercms.studio.model.policy.Action
- metaDescription - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- MigrateWorkflowUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.db
- MigrateWorkflowUpgradeOperation(StudioConfiguration, String, DbIntegrityValidator) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- mimeType - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- mimeType - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The mime type of the file
- mimeTypeName - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Name of the field for mimeType
- MimeTypePolicyValidator - Class in org.craftercms.studio.impl.v2.service.policy.validators
-
Implementation of
PolicyValidator
for MIME type aware actions - MimeTypePolicyValidator() - Constructor for class org.craftercms.studio.impl.v2.service.policy.validators.MimeTypePolicyValidator
- MIN_PART_SIZE - Static variable in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- missingItems - Variable in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathResult
-
Collection of paths for which no item was found
- MissingPluginParameterException - Exception Class in org.craftercms.studio.api.v2.exception
-
Exception thrown when a required parameter is not provided for a plugin
- MissingPluginParameterException(Plugin, Parameter) - Constructor for exception class org.craftercms.studio.api.v2.exception.MissingPluginParameterException
- ModelController - Class in org.craftercms.studio.controller.rest.v2
- ModelController(ContentTypeService) - Constructor for class org.craftercms.studio.controller.rest.v2.ModelController
- ModelDefinitions - Class in org.craftercms.studio.model.contentType
-
Contains a collection of
String
representing the model definitions. - ModelDefinitions(Collection<String>) - Constructor for class org.craftercms.studio.model.contentType.ModelDefinitions
- modelInstancePath - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
path to the model instance file (WCM)
- MODIFIED - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- MODIFIED_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- MODIFIED_MASK - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- modifiedValue - Variable in exception class org.craftercms.studio.api.v2.exception.validation.ValidationException
- modifiedValue - Variable in class org.craftercms.studio.model.policy.ValidationResult
-
Indicates the modified target if there is one
- modifier - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.PastedPathMap
- MODIFIER - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- MODULE_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- MODULE_ENGINE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- MODULE_STUDIO - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- MonitoringController - Class in org.craftercms.studio.controller.rest.v2
-
Rest controller to provide monitoring information
- MonitoringController(StudioConfiguration, SecurityService, MonitorService) - Constructor for class org.craftercms.studio.controller.rest.v2.MonitoringController
- monitorService - Variable in class org.craftercms.studio.controller.rest.v2.MonitoringController
- MonitorService - Interface in org.craftercms.studio.api.v2.service.monitor
-
Provides access to log monitoring
- MonitorServiceImpl - Class in org.craftercms.studio.impl.v2.service.monitor
-
Default implementation for
MonitorService
. - MonitorServiceImpl(MonitorService) - Constructor for class org.craftercms.studio.impl.v2.service.monitor.MonitorServiceImpl
- monitorServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.monitor.MonitorServiceImpl
- MonitorServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.monitor.internal
-
Default internal implementation for
MonitorService
. - MonitorServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.monitor.internal.MonitorServiceInternalImpl
- move - Variable in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- MOVE - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.Action
- MOVE - Enum constant in enum class org.craftercms.studio.api.v2.dal.RepoOperation.Action
- MOVE - Enum constant in enum class org.craftercms.studio.model.policy.Type
- MOVE - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.Action
- MOVE - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.Action
- moveContent(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- moveContent(String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
move content from PathA to pathB
- moveContent(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
move content fromPath to toPath
- moveContent(String, String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
move content from PathA to pathB
- moveContent(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- moveContent(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- moveContent(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- MoveContentEvent - Class in org.craftercms.studio.api.v2.event.content
-
Event triggered when there is a content move change
- MoveContentEvent(Authentication, String, String, String) - Constructor for class org.craftercms.studio.api.v2.event.content.MoveContentEvent
- MoveContentEvent(Authentication, String, String, String, boolean) - Constructor for class org.craftercms.studio.api.v2.event.content.MoveContentEvent
- moveItem(String, String, String, Long, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Move item
- moveItem(String, String, String, Long, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- moveItem(String, String, String, Long, String, String, String, long, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Move item
- moveItemRow(String, String, String, long, long) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- moveToPath - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- MultiChannelPublishingContext - Class in org.craftercms.studio.api.v1.service.workflow.context
- MultiChannelPublishingContext(String, String, String) - Constructor for class org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
- MultiFindAndReplaceUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Implementation of
UpgradeOperation
that replaces text in the content repository according to multiple 'pattern/replacement' rules. - MultiFindAndReplaceUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
- multiple - Variable in class org.craftercms.studio.api.v1.to.FacetTO
-
Indicates if the facet supports multiple values, defaults to
false
- multiple - Variable in class org.craftercms.studio.model.search.SearchFacet
-
Indicates if the facet supports multiple values
- MultiReadHttpServletRequestWrapper - Class in org.craftercms.studio.impl.v1.web.http
- MultiReadHttpServletRequestWrapper(HttpServletRequest) - Constructor for class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- MultiReadHttpServletRequestWrapper.CachedServletInputStream - Class in org.craftercms.studio.impl.v1.web.http
- MultiReadHttpServletRequestWrapperFilter - Class in org.craftercms.studio.impl.v1.web.filter
- MultiReadHttpServletRequestWrapperFilter() - Constructor for class org.craftercms.studio.impl.v1.web.filter.MultiReadHttpServletRequestWrapperFilter
- MY_BATIS_QUERY_BATCH_SIZE - Static variable in class org.craftercms.studio.api.v2.utils.DalUtils
-
Batch size to split params list for MyBatis queries.
N
- name - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- name - Variable in class org.craftercms.studio.api.v1.repository.RepositoryItem
- name - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- name - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
site content name
- name - Variable in class org.craftercms.studio.api.v1.to.FacetTO
-
The name of the facet
- name - Variable in class org.craftercms.studio.api.v1.to.RenderingTemplateTO
- name - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
site display name
- name - Variable in class org.craftercms.studio.api.v1.webdav.WebDavItem
-
Display name of the resource.
- name - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- name - Variable in class org.craftercms.studio.api.v2.dal.Site
- name - Variable in class org.craftercms.studio.model.aws.s3.S3Item
-
Name of the item.
- name - Variable in class org.craftercms.studio.model.search.SearchFacet
-
The label of the facet
- name - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The name of the item
- name() - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedGroup
-
Returns the value of the
name
record component. - name() - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedRole
-
Returns the value of the
name
record component. - NAME - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.CheckImageSizeProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.CleanPreviewContentProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.CleanWorkContentProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.DmWorkflowProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.ExtractDependencyProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.ExtractParamsProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.FileFolderPathProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.InvalidateCacheProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
- NAME - Static variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- NAME_PLACEHOLDER - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- navigation - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- NavigationOrderSequence - Class in org.craftercms.studio.api.v1.dal
- NavigationOrderSequence() - Constructor for class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- navigationOrderSequenceMapper - Variable in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- NavigationOrderSequenceMapper - Interface in org.craftercms.studio.api.v1.dal
- needsTransaction - Variable in class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- needsTransaction() - Method in class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- NEW - Enum constant in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
- NEW - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.Action
- NEW - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- NEW - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.Action
- NEW - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.Action
- NEW_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- NEW_MASK - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- NEW_PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- NEW_PATH_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- NEW_PREVIEW_URL - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- NEW_STATES_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- newPath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- newPath - Variable in class org.craftercms.studio.model.policy.Action
-
Part of the target path to be created
- NoChangesForPathException - Exception Class in org.craftercms.studio.api.v2.exception.git
-
Exception thrown when there are no changes found in a commit for a given path.
- NoChangesForPathException() - Constructor for exception class org.craftercms.studio.api.v2.exception.git.NoChangesForPathException
- NoChangesForPathException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.NoChangesForPathException
- NoChangesForPathException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.NoChangesForPathException
- NoChangesForPathException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.NoChangesForPathException
- NoChangesToCommitException - Exception Class in org.craftercms.studio.api.v2.exception.git.cli
-
Exception thrown when a Git commit is attempted but there's nothing to commit.
- NoChangesToCommitException(int, String) - Constructor for exception class org.craftercms.studio.api.v2.exception.git.cli.NoChangesToCommitException
- NoChangesToCommitExceptionResolver - Class in org.craftercms.studio.impl.v2.utils.git.cli
-
GitCliOutputExceptionResolver
that tries to find a pattern in the Git output to see if it corresponds to aNoChangesToCommitException
. - NoChangesToCommitExceptionResolver() - Constructor for class org.craftercms.studio.impl.v2.utils.git.cli.NoChangesToCommitExceptionResolver
- nodeLocks - Variable in class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- nodeRef - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- nodeRef - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
the configuration noderef this content type is associated with
- NON_CONTENT_ITEM_TYPES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- none - Enum constant in enum class org.craftercms.studio.model.rest.PullFromRemoteRequest.MergeStrategy
- NoopBlobStoreResolver - Class in org.craftercms.studio.impl.v2.repository.blob
-
Implementation of
BlobStoreResolver
that does nothing - NoopBlobStoreResolver() - Constructor for class org.craftercms.studio.impl.v2.repository.blob.NoopBlobStoreResolver
- normalize(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- NormalizedGroup - Record Class in org.craftercms.studio.api.v2.dal.security
-
Normalized group to deal with case-insensitive while working with roles/permissions mappings
- NormalizedGroup(String) - Constructor for record class org.craftercms.studio.api.v2.dal.security.NormalizedGroup
-
Creates an instance of a
NormalizedGroup
record class. - NormalizedRole - Record Class in org.craftercms.studio.api.v2.dal.security
-
Normalized role to deal with case-insensitive while working with roles/permissions mappings
- NormalizedRole(String) - Constructor for record class org.craftercms.studio.api.v2.dal.security.NormalizedRole
-
Creates an instance of a
NormalizedRole
record class. - normalizePrefix(String) - Method in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
- notAllowed(Action) - Static method in class org.craftercms.studio.model.policy.ValidationResult
- noThumbnail - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- noThumbnail - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- NOTIFICATION_CONFIGURATION_FILE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Notification Service
- NOTIFICATION_TIMEZONE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- NotificationConfigTO - Class in org.craftercms.studio.api.v1.to
-
site notification configuration
- NotificationConfigTO() - Constructor for class org.craftercms.studio.api.v1.to.NotificationConfigTO
- NotificationConfigTO(String) - Constructor for class org.craftercms.studio.api.v1.to.NotificationConfigTO
- NotificationMessageType - Enum Class in org.craftercms.studio.api.v2.service.notification
-
Describe the types of notifications available.
- notificationService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- notificationService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- NotificationService - Interface in org.craftercms.studio.api.v2.service.notification
-
New Interface for Workflow Notification Service.
- NotificationServiceImpl - Class in org.craftercms.studio.impl.v2.service.notification
- NotificationServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notify(String, List<String>, String, Pair<String, Object>...) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notify(String, List<String>, String, Map<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notify(String, List<String>, String, Pair<String, Object>...) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Process and Sends a generic email.
- notifyApprovesContentSubmission(String, List<String>, List<String>, String, ZonedDateTime, boolean, String) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notifyApprovesContentSubmission(String, List<String>, List<String>, String, ZonedDateTime, boolean, String) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Send to all given users a notification of content that need to be review.
- notifyContentApproval(String, String, List<String>, String, ZonedDateTime) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notifyContentApproval(String, String, List<String>, String, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Sends Notification when content was approve.
- notifyContentEvent(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
Notify when there is a content update
- notifyContentEvent(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Notify when there is a content update
- notifyContentRejection(String, List<String>, List<String>, String, String) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notifyContentRejection(String, List<String>, List<String>, String, String) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Notifies to the submitter that the content has been rejected.
- notifyDeploymentError(String, Throwable) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notifyDeploymentError(String, Throwable, List<PublishRequest>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- notifyDeploymentError(String, Throwable) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Sends a email to configure emails when a deployment had fail
- notifyDeploymentError(String, Throwable, List<PublishRequest>) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Sends a email to configure emails when a deployment had fail
- notifyRepositoryMergeConflict(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.notification.NotificationService
-
Send email to admin that repository has merged conflict
- notifyRepositoryMergeConflict(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- NOW - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- numberOfSnippets - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Number of snippets to generate for each file
- numOfChildren - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- numOfChildren - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
-
the number of deployment items in the task
O
- OBJECT_STATE_BULK_OPERATIONS_BATCH_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Object State Service
- objectLoader - Variable in class org.craftercms.studio.impl.v2.repository.GitResource
- objectMapper - Variable in class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter
- objectMapper - Variable in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- objectMapper - Variable in class org.craftercms.studio.impl.v2.security.web.ApiAuthenticationEntryPoint
- of(T) - Static method in class org.craftercms.studio.model.rest.content.UnwrappedResult
- OFF_STATES_BIT_MAP - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- offset - Variable in class org.craftercms.studio.impl.v2.job.StudioClockTask
- offset - Variable in class org.craftercms.studio.model.rest.content.GetChildrenResult
- offset - Variable in class org.craftercms.studio.model.rest.PaginatedResultList
- offset - Variable in class org.craftercms.studio.model.search.SearchParams
-
The offset to paginate the results
- OFFSET - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- OK - Static variable in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- OK - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- OLD_PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- OLD_PATH_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- OLD_PREVIEW_URL - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- oldPath - Variable in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- oldPath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- ON_STATES_BIT_MAP - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- onBootstrapFinished() - Method in class org.craftercms.studio.impl.v2.sync.SandboxRepositoryListener
- onBootstrapFinished() - Method in class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- onCleanUpRepositories() - Method in class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- onCleanupTemporaryFiles() - Method in class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- onContentChange(ContentEvent) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- onContextRefresh() - Method in class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- onExpiredSessionDetected(SessionInformationExpiredEvent) - Method in class org.craftercms.studio.impl.v2.security.web.session.StatusCodeSessionInformationExpiredStrategy
- onRepositorySyncComplete(RepositoryEvent) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- onSiteCreateComplete(SiteReadyEvent) - Method in class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- onSiteDeleting(SiteDeletingEvent) - Method in class org.craftercms.studio.impl.v2.sync.SandboxRepositoryListener
- onSiteReady(SiteReadyEvent) - Method in class org.craftercms.studio.impl.v2.sync.SandboxRepositoryListener
- onStartClusterSetup() - Method in class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- onStartUpgrade() - Method in class org.craftercms.studio.impl.v2.utils.spring.context.BootstrapManager
- onUserUpdated(UserUpdatedEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.AccessTokenAuthenticationListener
- openConnection() - Method in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- openConnection(URL) - Method in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl.StudioUrlStreamHandler
- openRepository(Path) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Opens a git repository
- operation - Variable in class org.craftercms.studio.model.rest.clipboard.PasteRequest
-
The operation to perform
- Operation - Enum Class in org.craftercms.studio.model.clipboard
-
All supported clipboard operations
- OPERATION_ADD_MEMBERS - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_ADD_REMOTE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_APPROVE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_APPROVE_SCHEDULED - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_CANCEL_PUBLISHING_PACKAGE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_CREATE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
-
Operation
- OPERATION_DELETE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_DISABLE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_DUPLICATE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_ENABLE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_GIT_CHANGES - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_INITIAL_PUBLISH - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_LOGIN - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_LOGIN_FAILED - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_LOGOUT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_MOVE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_PRE_AUTH - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_PUBLISH - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_PUBLISH_ALL - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_PUBLISHED - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_PULL_FROM_REMOTE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_PUSH_TO_REMOTE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_REJECT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_REMOVE_MEMBERS - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_REMOVE_REMOTE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_REQUEST_PUBLISH - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_REVERT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_SESSION_TIMEOUT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_START_DELETE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_START_PUBLISHER - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_STOP_PUBLISHER - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_UNKNOWN - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATION_UPDATE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- OPERATIONS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ORDER - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- orders - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- ORG_ALREADY_EXISTS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- ORG_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ORG_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- org.craftercms.studio.api.v1.asset - package org.craftercms.studio.api.v1.asset
- org.craftercms.studio.api.v1.asset.processing - package org.craftercms.studio.api.v1.asset.processing
- org.craftercms.studio.api.v1.aws.elastictranscoder - package org.craftercms.studio.api.v1.aws.elastictranscoder
- org.craftercms.studio.api.v1.aws.mediaconvert - package org.craftercms.studio.api.v1.aws.mediaconvert
- org.craftercms.studio.api.v1.aws.s3 - package org.craftercms.studio.api.v1.aws.s3
- org.craftercms.studio.api.v1.constant - package org.craftercms.studio.api.v1.constant
- org.craftercms.studio.api.v1.content.pipeline - package org.craftercms.studio.api.v1.content.pipeline
- org.craftercms.studio.api.v1.dal - package org.craftercms.studio.api.v1.dal
- org.craftercms.studio.api.v1.exception - package org.craftercms.studio.api.v1.exception
- org.craftercms.studio.api.v1.exception.repository - package org.craftercms.studio.api.v1.exception.repository
- org.craftercms.studio.api.v1.exception.security - package org.craftercms.studio.api.v1.exception.security
- org.craftercms.studio.api.v1.executor - package org.craftercms.studio.api.v1.executor
- org.craftercms.studio.api.v1.image.transformation - package org.craftercms.studio.api.v1.image.transformation
- org.craftercms.studio.api.v1.job - package org.craftercms.studio.api.v1.job
- org.craftercms.studio.api.v1.repository - package org.craftercms.studio.api.v1.repository
- org.craftercms.studio.api.v1.script - package org.craftercms.studio.api.v1.script
- org.craftercms.studio.api.v1.service - package org.craftercms.studio.api.v1.service
- org.craftercms.studio.api.v1.service.asset.processing - package org.craftercms.studio.api.v1.service.asset.processing
- org.craftercms.studio.api.v1.service.aws - package org.craftercms.studio.api.v1.service.aws
- org.craftercms.studio.api.v1.service.box - package org.craftercms.studio.api.v1.service.box
- org.craftercms.studio.api.v1.service.configuration - package org.craftercms.studio.api.v1.service.configuration
- org.craftercms.studio.api.v1.service.content - package org.craftercms.studio.api.v1.service.content
- org.craftercms.studio.api.v1.service.dependency - package org.craftercms.studio.api.v1.service.dependency
- org.craftercms.studio.api.v1.service.deployment - package org.craftercms.studio.api.v1.service.deployment
- org.craftercms.studio.api.v1.service.fsm - package org.craftercms.studio.api.v1.service.fsm
- org.craftercms.studio.api.v1.service.security - package org.craftercms.studio.api.v1.service.security
- org.craftercms.studio.api.v1.service.site - package org.craftercms.studio.api.v1.service.site
- org.craftercms.studio.api.v1.service.transaction - package org.craftercms.studio.api.v1.service.transaction
- org.craftercms.studio.api.v1.service.webdav - package org.craftercms.studio.api.v1.service.webdav
- org.craftercms.studio.api.v1.service.workflow - package org.craftercms.studio.api.v1.service.workflow
- org.craftercms.studio.api.v1.service.workflow.context - package org.craftercms.studio.api.v1.service.workflow.context
- org.craftercms.studio.api.v1.to - package org.craftercms.studio.api.v1.to
- org.craftercms.studio.api.v1.util - package org.craftercms.studio.api.v1.util
- org.craftercms.studio.api.v1.util.filter - package org.craftercms.studio.api.v1.util.filter
- org.craftercms.studio.api.v1.webdav - package org.craftercms.studio.api.v1.webdav
- org.craftercms.studio.api.v2.annotation - package org.craftercms.studio.api.v2.annotation
- org.craftercms.studio.api.v2.annotation.policy - package org.craftercms.studio.api.v2.annotation.policy
- org.craftercms.studio.api.v2.core - package org.craftercms.studio.api.v2.core
- org.craftercms.studio.api.v2.dal - package org.craftercms.studio.api.v2.dal
- org.craftercms.studio.api.v2.dal.security - package org.craftercms.studio.api.v2.dal.security
- org.craftercms.studio.api.v2.deployment - package org.craftercms.studio.api.v2.deployment
- org.craftercms.studio.api.v2.event - package org.craftercms.studio.api.v2.event
- org.craftercms.studio.api.v2.event.content - package org.craftercms.studio.api.v2.event.content
- org.craftercms.studio.api.v2.event.lock - package org.craftercms.studio.api.v2.event.lock
- org.craftercms.studio.api.v2.event.publish - package org.craftercms.studio.api.v2.event.publish
- org.craftercms.studio.api.v2.event.repository - package org.craftercms.studio.api.v2.event.repository
- org.craftercms.studio.api.v2.event.site - package org.craftercms.studio.api.v2.event.site
- org.craftercms.studio.api.v2.event.user - package org.craftercms.studio.api.v2.event.user
- org.craftercms.studio.api.v2.event.workflow - package org.craftercms.studio.api.v2.event.workflow
- org.craftercms.studio.api.v2.exception - package org.craftercms.studio.api.v2.exception
- org.craftercms.studio.api.v2.exception.blob - package org.craftercms.studio.api.v2.exception.blob
- org.craftercms.studio.api.v2.exception.configuration - package org.craftercms.studio.api.v2.exception.configuration
- org.craftercms.studio.api.v2.exception.content - package org.craftercms.studio.api.v2.exception.content
- org.craftercms.studio.api.v2.exception.git - package org.craftercms.studio.api.v2.exception.git
- org.craftercms.studio.api.v2.exception.git.cli - package org.craftercms.studio.api.v2.exception.git.cli
- org.craftercms.studio.api.v2.exception.logger - package org.craftercms.studio.api.v2.exception.logger
- org.craftercms.studio.api.v2.exception.marketplace - package org.craftercms.studio.api.v2.exception.marketplace
- org.craftercms.studio.api.v2.exception.security - package org.craftercms.studio.api.v2.exception.security
- org.craftercms.studio.api.v2.exception.validation - package org.craftercms.studio.api.v2.exception.validation
- org.craftercms.studio.api.v2.job - package org.craftercms.studio.api.v2.job
- org.craftercms.studio.api.v2.repository - package org.craftercms.studio.api.v2.repository
- org.craftercms.studio.api.v2.repository.blob - package org.craftercms.studio.api.v2.repository.blob
- org.craftercms.studio.api.v2.scripting - package org.craftercms.studio.api.v2.scripting
- org.craftercms.studio.api.v2.security - package org.craftercms.studio.api.v2.security
- org.craftercms.studio.api.v2.security.authentication - package org.craftercms.studio.api.v2.security.authentication
- org.craftercms.studio.api.v2.service.audit - package org.craftercms.studio.api.v2.service.audit
- org.craftercms.studio.api.v2.service.audit.internal - package org.craftercms.studio.api.v2.service.audit.internal
- org.craftercms.studio.api.v2.service.aws.mediaconvert - package org.craftercms.studio.api.v2.service.aws.mediaconvert
- org.craftercms.studio.api.v2.service.aws.s3 - package org.craftercms.studio.api.v2.service.aws.s3
- org.craftercms.studio.api.v2.service.clipboard - package org.craftercms.studio.api.v2.service.clipboard
- org.craftercms.studio.api.v2.service.clipboard.internal - package org.craftercms.studio.api.v2.service.clipboard.internal
- org.craftercms.studio.api.v2.service.config - package org.craftercms.studio.api.v2.service.config
- org.craftercms.studio.api.v2.service.content - package org.craftercms.studio.api.v2.service.content
- org.craftercms.studio.api.v2.service.content.internal - package org.craftercms.studio.api.v2.service.content.internal
- org.craftercms.studio.api.v2.service.dashboard - package org.craftercms.studio.api.v2.service.dashboard
- org.craftercms.studio.api.v2.service.dependency - package org.craftercms.studio.api.v2.service.dependency
- org.craftercms.studio.api.v2.service.dependency.internal - package org.craftercms.studio.api.v2.service.dependency.internal
- org.craftercms.studio.api.v2.service.item.internal - package org.craftercms.studio.api.v2.service.item.internal
- org.craftercms.studio.api.v2.service.log - package org.craftercms.studio.api.v2.service.log
- org.craftercms.studio.api.v2.service.marketplace - package org.craftercms.studio.api.v2.service.marketplace
- org.craftercms.studio.api.v2.service.marketplace.internal - package org.craftercms.studio.api.v2.service.marketplace.internal
- org.craftercms.studio.api.v2.service.marketplace.registry - package org.craftercms.studio.api.v2.service.marketplace.registry
- org.craftercms.studio.api.v2.service.monitor - package org.craftercms.studio.api.v2.service.monitor
- org.craftercms.studio.api.v2.service.notification - package org.craftercms.studio.api.v2.service.notification
- org.craftercms.studio.api.v2.service.policy - package org.craftercms.studio.api.v2.service.policy
- org.craftercms.studio.api.v2.service.policy.internal - package org.craftercms.studio.api.v2.service.policy.internal
- org.craftercms.studio.api.v2.service.proxy - package org.craftercms.studio.api.v2.service.proxy
- org.craftercms.studio.api.v2.service.publish - package org.craftercms.studio.api.v2.service.publish
- org.craftercms.studio.api.v2.service.publish.internal - package org.craftercms.studio.api.v2.service.publish.internal
- org.craftercms.studio.api.v2.service.repository - package org.craftercms.studio.api.v2.service.repository
- org.craftercms.studio.api.v2.service.repository.internal - package org.craftercms.studio.api.v2.service.repository.internal
- org.craftercms.studio.api.v2.service.scripting - package org.craftercms.studio.api.v2.service.scripting
- org.craftercms.studio.api.v2.service.scripting.internal - package org.craftercms.studio.api.v2.service.scripting.internal
- org.craftercms.studio.api.v2.service.search - package org.craftercms.studio.api.v2.service.search
- org.craftercms.studio.api.v2.service.security - package org.craftercms.studio.api.v2.service.security
- org.craftercms.studio.api.v2.service.security.internal - package org.craftercms.studio.api.v2.service.security.internal
- org.craftercms.studio.api.v2.service.site - package org.craftercms.studio.api.v2.service.site
- org.craftercms.studio.api.v2.service.system - package org.craftercms.studio.api.v2.service.system
- org.craftercms.studio.api.v2.service.ui - package org.craftercms.studio.api.v2.service.ui
- org.craftercms.studio.api.v2.service.webdav - package org.craftercms.studio.api.v2.service.webdav
- org.craftercms.studio.api.v2.service.workflow - package org.craftercms.studio.api.v2.service.workflow
- org.craftercms.studio.api.v2.service.workflow.internal - package org.craftercms.studio.api.v2.service.workflow.internal
- org.craftercms.studio.api.v2.sync - package org.craftercms.studio.api.v2.sync
- org.craftercms.studio.api.v2.upgrade - package org.craftercms.studio.api.v2.upgrade
- org.craftercms.studio.api.v2.utils - package org.craftercms.studio.api.v2.utils
- org.craftercms.studio.api.v2.utils.cache - package org.craftercms.studio.api.v2.utils.cache
- org.craftercms.studio.api.v2.utils.function - package org.craftercms.studio.api.v2.utils.function
- org.craftercms.studio.api.v2.utils.git.cli - package org.craftercms.studio.api.v2.utils.git.cli
- org.craftercms.studio.api.v2.utils.spring.context - package org.craftercms.studio.api.v2.utils.spring.context
- org.craftercms.studio.config - package org.craftercms.studio.config
- org.craftercms.studio.controller.rest - package org.craftercms.studio.controller.rest
- org.craftercms.studio.controller.rest.v2 - package org.craftercms.studio.controller.rest.v2
- org.craftercms.studio.controller.rest.v2.aws - package org.craftercms.studio.controller.rest.v2.aws
- org.craftercms.studio.controller.web - package org.craftercms.studio.controller.web
- org.craftercms.studio.controller.web.v1 - package org.craftercms.studio.controller.web.v1
- org.craftercms.studio.impl.v1.asset.processing - package org.craftercms.studio.impl.v1.asset.processing
- org.craftercms.studio.impl.v1.aws.elastictranscoder - package org.craftercms.studio.impl.v1.aws.elastictranscoder
- org.craftercms.studio.impl.v1.aws.mediaconvert - package org.craftercms.studio.impl.v1.aws.mediaconvert
- org.craftercms.studio.impl.v1.content.pipeline - package org.craftercms.studio.impl.v1.content.pipeline
- org.craftercms.studio.impl.v1.entitlement - package org.craftercms.studio.impl.v1.entitlement
- org.craftercms.studio.impl.v1.executor - package org.craftercms.studio.impl.v1.executor
- org.craftercms.studio.impl.v1.image.transformation - package org.craftercms.studio.impl.v1.image.transformation
- org.craftercms.studio.impl.v1.job - package org.craftercms.studio.impl.v1.job
- org.craftercms.studio.impl.v1.repository - package org.craftercms.studio.impl.v1.repository
- org.craftercms.studio.impl.v1.repository.git - package org.craftercms.studio.impl.v1.repository.git
- org.craftercms.studio.impl.v1.repository.job - package org.craftercms.studio.impl.v1.repository.job
- org.craftercms.studio.impl.v1.script - package org.craftercms.studio.impl.v1.script
- org.craftercms.studio.impl.v1.service - package org.craftercms.studio.impl.v1.service
- org.craftercms.studio.impl.v1.service.asset.processing - package org.craftercms.studio.impl.v1.service.asset.processing
- org.craftercms.studio.impl.v1.service.aws - package org.craftercms.studio.impl.v1.service.aws
- org.craftercms.studio.impl.v1.service.box - package org.craftercms.studio.impl.v1.service.box
- org.craftercms.studio.impl.v1.service.configuration - package org.craftercms.studio.impl.v1.service.configuration
- org.craftercms.studio.impl.v1.service.content - package org.craftercms.studio.impl.v1.service.content
- org.craftercms.studio.impl.v1.service.dependency - package org.craftercms.studio.impl.v1.service.dependency
- org.craftercms.studio.impl.v1.service.deployment - package org.craftercms.studio.impl.v1.service.deployment
- org.craftercms.studio.impl.v1.service.security - package org.craftercms.studio.impl.v1.service.security
- org.craftercms.studio.impl.v1.service.site - package org.craftercms.studio.impl.v1.service.site
- org.craftercms.studio.impl.v1.service.transaction - package org.craftercms.studio.impl.v1.service.transaction
- org.craftercms.studio.impl.v1.service.webdav - package org.craftercms.studio.impl.v1.service.webdav
- org.craftercms.studio.impl.v1.service.workflow - package org.craftercms.studio.impl.v1.service.workflow
- org.craftercms.studio.impl.v1.service.workflow.operation - package org.craftercms.studio.impl.v1.service.workflow.operation
- org.craftercms.studio.impl.v1.util - package org.craftercms.studio.impl.v1.util
- org.craftercms.studio.impl.v1.util.config.profiles - package org.craftercms.studio.impl.v1.util.config.profiles
- org.craftercms.studio.impl.v1.util.spring.mvc - package org.craftercms.studio.impl.v1.util.spring.mvc
- org.craftercms.studio.impl.v1.web.filter - package org.craftercms.studio.impl.v1.web.filter
- org.craftercms.studio.impl.v1.web.http - package org.craftercms.studio.impl.v1.web.http
- org.craftercms.studio.impl.v1.web.security.access - package org.craftercms.studio.impl.v1.web.security.access
- org.craftercms.studio.impl.v2.core - package org.craftercms.studio.impl.v2.core
- org.craftercms.studio.impl.v2.dal - package org.craftercms.studio.impl.v2.dal
- org.craftercms.studio.impl.v2.deployment - package org.craftercms.studio.impl.v2.deployment
- org.craftercms.studio.impl.v2.event - package org.craftercms.studio.impl.v2.event
- org.craftercms.studio.impl.v2.job - package org.craftercms.studio.impl.v2.job
- org.craftercms.studio.impl.v2.repository - package org.craftercms.studio.impl.v2.repository
- org.craftercms.studio.impl.v2.repository.blob - package org.craftercms.studio.impl.v2.repository.blob
- org.craftercms.studio.impl.v2.repository.blob.s3 - package org.craftercms.studio.impl.v2.repository.blob.s3
- org.craftercms.studio.impl.v2.scripting - package org.craftercms.studio.impl.v2.scripting
- org.craftercms.studio.impl.v2.security - package org.craftercms.studio.impl.v2.security
- org.craftercms.studio.impl.v2.security.authentication - package org.craftercms.studio.impl.v2.security.authentication
- org.craftercms.studio.impl.v2.security.authentication.basic - package org.craftercms.studio.impl.v2.security.authentication.basic
- org.craftercms.studio.impl.v2.security.authentication.db - package org.craftercms.studio.impl.v2.security.authentication.db
- org.craftercms.studio.impl.v2.security.authentication.token - package org.craftercms.studio.impl.v2.security.authentication.token
- org.craftercms.studio.impl.v2.security.crypto - package org.craftercms.studio.impl.v2.security.crypto
- org.craftercms.studio.impl.v2.security.listener - package org.craftercms.studio.impl.v2.security.listener
- org.craftercms.studio.impl.v2.security.password - package org.craftercms.studio.impl.v2.security.password
- org.craftercms.studio.impl.v2.security.userdetails - package org.craftercms.studio.impl.v2.security.userdetails
- org.craftercms.studio.impl.v2.security.web - package org.craftercms.studio.impl.v2.security.web
- org.craftercms.studio.impl.v2.security.web.session - package org.craftercms.studio.impl.v2.security.web.session
- org.craftercms.studio.impl.v2.service.audit - package org.craftercms.studio.impl.v2.service.audit
- org.craftercms.studio.impl.v2.service.audit.internal - package org.craftercms.studio.impl.v2.service.audit.internal
- org.craftercms.studio.impl.v2.service.aws.mediaconvert - package org.craftercms.studio.impl.v2.service.aws.mediaconvert
- org.craftercms.studio.impl.v2.service.aws.s3 - package org.craftercms.studio.impl.v2.service.aws.s3
- org.craftercms.studio.impl.v2.service.clipboard - package org.craftercms.studio.impl.v2.service.clipboard
- org.craftercms.studio.impl.v2.service.clipboard.internal - package org.craftercms.studio.impl.v2.service.clipboard.internal
- org.craftercms.studio.impl.v2.service.configuration - package org.craftercms.studio.impl.v2.service.configuration
- org.craftercms.studio.impl.v2.service.configuration.internal - package org.craftercms.studio.impl.v2.service.configuration.internal
- org.craftercms.studio.impl.v2.service.content - package org.craftercms.studio.impl.v2.service.content
- org.craftercms.studio.impl.v2.service.content.internal - package org.craftercms.studio.impl.v2.service.content.internal
- org.craftercms.studio.impl.v2.service.dashboard - package org.craftercms.studio.impl.v2.service.dashboard
- org.craftercms.studio.impl.v2.service.dependency - package org.craftercms.studio.impl.v2.service.dependency
- org.craftercms.studio.impl.v2.service.dependency.internal - package org.craftercms.studio.impl.v2.service.dependency.internal
- org.craftercms.studio.impl.v2.service.item.internal - package org.craftercms.studio.impl.v2.service.item.internal
- org.craftercms.studio.impl.v2.service.log - package org.craftercms.studio.impl.v2.service.log
- org.craftercms.studio.impl.v2.service.log.internal - package org.craftercms.studio.impl.v2.service.log.internal
- org.craftercms.studio.impl.v2.service.marketplace - package org.craftercms.studio.impl.v2.service.marketplace
- org.craftercms.studio.impl.v2.service.marketplace.internal - package org.craftercms.studio.impl.v2.service.marketplace.internal
- org.craftercms.studio.impl.v2.service.monitor - package org.craftercms.studio.impl.v2.service.monitor
- org.craftercms.studio.impl.v2.service.monitor.internal - package org.craftercms.studio.impl.v2.service.monitor.internal
- org.craftercms.studio.impl.v2.service.notification - package org.craftercms.studio.impl.v2.service.notification
- org.craftercms.studio.impl.v2.service.policy - package org.craftercms.studio.impl.v2.service.policy
- org.craftercms.studio.impl.v2.service.policy.internal - package org.craftercms.studio.impl.v2.service.policy.internal
- org.craftercms.studio.impl.v2.service.policy.validators - package org.craftercms.studio.impl.v2.service.policy.validators
- org.craftercms.studio.impl.v2.service.proxy - package org.craftercms.studio.impl.v2.service.proxy
- org.craftercms.studio.impl.v2.service.proxy.internal - package org.craftercms.studio.impl.v2.service.proxy.internal
- org.craftercms.studio.impl.v2.service.publish - package org.craftercms.studio.impl.v2.service.publish
- org.craftercms.studio.impl.v2.service.publish.internal - package org.craftercms.studio.impl.v2.service.publish.internal
- org.craftercms.studio.impl.v2.service.repository - package org.craftercms.studio.impl.v2.service.repository
- org.craftercms.studio.impl.v2.service.repository.internal - package org.craftercms.studio.impl.v2.service.repository.internal
- org.craftercms.studio.impl.v2.service.scripting - package org.craftercms.studio.impl.v2.service.scripting
- org.craftercms.studio.impl.v2.service.scripting.internal - package org.craftercms.studio.impl.v2.service.scripting.internal
- org.craftercms.studio.impl.v2.service.search - package org.craftercms.studio.impl.v2.service.search
- org.craftercms.studio.impl.v2.service.search.internal - package org.craftercms.studio.impl.v2.service.search.internal
- org.craftercms.studio.impl.v2.service.security - package org.craftercms.studio.impl.v2.service.security
- org.craftercms.studio.impl.v2.service.security.internal - package org.craftercms.studio.impl.v2.service.security.internal
- org.craftercms.studio.impl.v2.service.site - package org.craftercms.studio.impl.v2.service.site
- org.craftercms.studio.impl.v2.service.site.internal - package org.craftercms.studio.impl.v2.service.site.internal
- org.craftercms.studio.impl.v2.service.system - package org.craftercms.studio.impl.v2.service.system
- org.craftercms.studio.impl.v2.service.ui - package org.craftercms.studio.impl.v2.service.ui
- org.craftercms.studio.impl.v2.service.ui.internal - package org.craftercms.studio.impl.v2.service.ui.internal
- org.craftercms.studio.impl.v2.service.webdav - package org.craftercms.studio.impl.v2.service.webdav
- org.craftercms.studio.impl.v2.service.workflow - package org.craftercms.studio.impl.v2.service.workflow
- org.craftercms.studio.impl.v2.service.workflow.internal - package org.craftercms.studio.impl.v2.service.workflow.internal
- org.craftercms.studio.impl.v2.sync - package org.craftercms.studio.impl.v2.sync
- org.craftercms.studio.impl.v2.upgrade - package org.craftercms.studio.impl.v2.upgrade
- org.craftercms.studio.impl.v2.upgrade.operations - package org.craftercms.studio.impl.v2.upgrade.operations
- org.craftercms.studio.impl.v2.upgrade.operations.db - package org.craftercms.studio.impl.v2.upgrade.operations.db
- org.craftercms.studio.impl.v2.upgrade.operations.file - package org.craftercms.studio.impl.v2.upgrade.operations.file
- org.craftercms.studio.impl.v2.upgrade.operations.global - package org.craftercms.studio.impl.v2.upgrade.operations.global
- org.craftercms.studio.impl.v2.upgrade.operations.plugin - package org.craftercms.studio.impl.v2.upgrade.operations.plugin
- org.craftercms.studio.impl.v2.upgrade.operations.site - package org.craftercms.studio.impl.v2.upgrade.operations.site
- org.craftercms.studio.impl.v2.upgrade.pipeline - package org.craftercms.studio.impl.v2.upgrade.pipeline
- org.craftercms.studio.impl.v2.upgrade.providers - package org.craftercms.studio.impl.v2.upgrade.providers
- org.craftercms.studio.impl.v2.utils - package org.craftercms.studio.impl.v2.utils
- org.craftercms.studio.impl.v2.utils.cache - package org.craftercms.studio.impl.v2.utils.cache
- org.craftercms.studio.impl.v2.utils.git - package org.craftercms.studio.impl.v2.utils.git
- org.craftercms.studio.impl.v2.utils.git.cli - package org.craftercms.studio.impl.v2.utils.git.cli
- org.craftercms.studio.impl.v2.utils.spring - package org.craftercms.studio.impl.v2.utils.spring
- org.craftercms.studio.impl.v2.utils.spring.context - package org.craftercms.studio.impl.v2.utils.spring.context
- org.craftercms.studio.impl.v2.utils.spring.event - package org.craftercms.studio.impl.v2.utils.spring.event
- org.craftercms.studio.impl.v2.utils.spring.security - package org.craftercms.studio.impl.v2.utils.spring.security
- org.craftercms.studio.impl.v2.utils.spring.security.messaging - package org.craftercms.studio.impl.v2.utils.spring.security.messaging
- org.craftercms.studio.impl.v2.validation - package org.craftercms.studio.impl.v2.validation
- org.craftercms.studio.model - package org.craftercms.studio.model
- org.craftercms.studio.model.aws.mediaconvert - package org.craftercms.studio.model.aws.mediaconvert
- org.craftercms.studio.model.aws.s3 - package org.craftercms.studio.model.aws.s3
- org.craftercms.studio.model.blobstore - package org.craftercms.studio.model.blobstore
- org.craftercms.studio.model.clipboard - package org.craftercms.studio.model.clipboard
- org.craftercms.studio.model.config - package org.craftercms.studio.model.config
- org.craftercms.studio.model.contentType - package org.craftercms.studio.model.contentType
- org.craftercms.studio.model.deployer - package org.craftercms.studio.model.deployer
- org.craftercms.studio.model.history - package org.craftercms.studio.model.history
- org.craftercms.studio.model.policy - package org.craftercms.studio.model.policy
- org.craftercms.studio.model.publish - package org.craftercms.studio.model.publish
- org.craftercms.studio.model.rest - package org.craftercms.studio.model.rest
- org.craftercms.studio.model.rest.clipboard - package org.craftercms.studio.model.rest.clipboard
- org.craftercms.studio.model.rest.content - package org.craftercms.studio.model.rest.content
- org.craftercms.studio.model.rest.dashboard - package org.craftercms.studio.model.rest.dashboard
- org.craftercms.studio.model.rest.dependency - package org.craftercms.studio.model.rest.dependency
- org.craftercms.studio.model.rest.groups - package org.craftercms.studio.model.rest.groups
- org.craftercms.studio.model.rest.logging - package org.craftercms.studio.model.rest.logging
- org.craftercms.studio.model.rest.marketplace - package org.craftercms.studio.model.rest.marketplace
- org.craftercms.studio.model.rest.publish - package org.craftercms.studio.model.rest.publish
- org.craftercms.studio.model.rest.security - package org.craftercms.studio.model.rest.security
- org.craftercms.studio.model.rest.sites - package org.craftercms.studio.model.rest.sites
- org.craftercms.studio.model.rest.workflow - package org.craftercms.studio.model.rest.workflow
- org.craftercms.studio.model.search - package org.craftercms.studio.model.search
- org.craftercms.studio.model.security - package org.craftercms.studio.model.security
- org.craftercms.studio.model.site - package org.craftercms.studio.model.site
- org.craftercms.studio.model.ui - package org.craftercms.studio.model.ui
- org.craftercms.studio.model.users - package org.craftercms.studio.model.users
- org.craftercms.studio.model.validation.annotations - package org.craftercms.studio.model.validation.annotations
- org.craftercms.studio.model.validation.validators - package org.craftercms.studio.model.validation.validators
- org.craftercms.studio.permissions - package org.craftercms.studio.permissions
- Organization - Class in org.craftercms.studio.api.v2.dal
- Organization() - Constructor for class org.craftercms.studio.api.v2.dal.Organization
- organizationExists(long) - Method in interface org.craftercms.studio.api.v2.service.security.internal.OrganizationServiceInternal
- organizationExists(long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.OrganizationServiceInternalImpl
- OrganizationNotFoundException - Exception Class in org.craftercms.studio.api.v2.exception
- OrganizationNotFoundException() - Constructor for exception class org.craftercms.studio.api.v2.exception.OrganizationNotFoundException
- OrganizationNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.OrganizationNotFoundException
- OrganizationNotFoundException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.OrganizationNotFoundException
- OrganizationNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v2.exception.OrganizationNotFoundException
- OrganizationNotFoundException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.OrganizationNotFoundException
- OrganizationServiceInternal - Interface in org.craftercms.studio.api.v2.service.security.internal
- OrganizationServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.security.internal
- OrganizationServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.security.internal.OrganizationServiceInternalImpl
- ORIGIN - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- ORIGIN_API - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
-
Origin
- ORIGIN_GIT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- orOperator - Variable in class org.craftercms.studio.model.search.SearchParams
-
Indicates if OR should be used instead of AND
- OrRegexRequestMatcher - Class in org.craftercms.studio.impl.v2.utils.spring.security
-
Utility class that wraps multiple
RegexRequestMatcher
s with anOrRequestMatcher
- OrRegexRequestMatcher(String...) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.security.OrRegexRequestMatcher
- ours - Enum constant in enum class org.craftercms.studio.model.rest.PullFromRemoteRequest.MergeStrategy
- OUTPUT_PROFILE_PARAM - Static variable in class org.craftercms.studio.controller.rest.v2.aws.AwsMediaConvertController
- overwrite - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- overwrite - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.GlobalRepoUpgradeOperation
-
Indicates if existing files should be overwritten
- owner - Variable in class org.craftercms.studio.permissions.PermissionOrOwnership
P
- Package() - Constructor for class org.craftercms.studio.model.rest.dashboard.Activity.Package
- PACKAGE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PACKAGE_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PACKAGE_IDS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- packageId - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- packageId - Variable in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- packageId - Variable in exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- PACKAGES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- page - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- PAGE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- PAGE_GROUPID - Static variable in class org.craftercms.studio.impl.v1.util.PathMacrosTransaltor
- PAGE_NAVIGATION_ORDER_INCREMENT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Page Navigation Order Service
- PageFilter - Class in org.craftercms.studio.api.v1.util.filter
- PageFilter() - Constructor for class org.craftercms.studio.api.v1.util.filter.PageFilter
- PAGEID - Static variable in class org.craftercms.studio.impl.v1.util.PathMacrosTransaltor
- pageNavOrderService - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor
- pagePatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
page path patterns
- pages - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- paginate(List<T>, int, int, String) - Static method in class org.craftercms.studio.impl.v2.utils.PaginationUtils
-
Performs pagination on the
list
, returning from the specifiedoffset
to the specifiedlimit
. - PaginatedResultList<T> - Class in org.craftercms.studio.model.rest
-
A paginated
ResultList
. - PaginatedResultList() - Constructor for class org.craftercms.studio.model.rest.PaginatedResultList
- PaginationUtils - Class in org.craftercms.studio.impl.v2.utils
-
Utility class with methods for pagination.
- PARAM_EDITION - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- PARAM_KEY_SITE - Static variable in interface org.craftercms.studio.api.v2.upgrade.UpgradeConstants
- PARAM_KEY_VERSION - Static variable in interface org.craftercms.studio.api.v2.upgrade.UpgradeConstants
- PARAM_KEYWORDS - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- PARAM_LIMIT - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- PARAM_NEW_XML - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PARAM_OFFSET - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- PARAM_PARENT_XPATH - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PARAM_PLUGIN_ID - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PARAM_PLUGIN_PATH - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PARAM_SHOW_INCOMPATIBLE - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- PARAM_SHOW_PENDING - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- PARAM_TYPE - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- PARAM_VERSION - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- parameter - Variable in exception class org.craftercms.studio.api.v2.exception.MissingPluginParameterException
- parameters - Variable in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- params - Variable in class org.craftercms.studio.impl.v1.content.pipeline.ExtractParamsProcessor
- PARENT_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- parentPath - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- PARENTS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- parseDate(String, DateTimeFormatter) - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Parses a date using a formatter
- parseDate(SimpleDateFormat, String, String) - Static method in class org.craftercms.studio.impl.v1.util.ContentFormatUtils
-
parse the given date using the model date format and the timezone
- parseDateIso(String) - Static method in class org.craftercms.studio.impl.v2.utils.DateUtils
-
Parses a date using the UTC formatter
- partition(List<T>, int) - Static method in class org.craftercms.studio.api.v1.util.ListUtils
- partSize - Variable in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- partSize - Variable in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
- partSize - Variable in class org.craftercms.studio.impl.v1.service.aws.S3ServiceImpl
-
Deprecated.
- partSize - Variable in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
The part size used for S3 uploads
- partSize - Variable in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
-
The part size used for S3 uploads
- password - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- PASSWORD - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PasswordDoesNotMatchException - Exception Class in org.craftercms.studio.api.v1.exception.security
- PasswordDoesNotMatchException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.PasswordDoesNotMatchException
- PasswordDoesNotMatchException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.PasswordDoesNotMatchException
- PasswordDoesNotMatchException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.PasswordDoesNotMatchException
- PasswordDoesNotMatchException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.PasswordDoesNotMatchException
- PasswordDoesNotMatchException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.PasswordDoesNotMatchException
- PasswordEncoder - Class in org.craftercms.studio.impl.v2.security.crypto
-
Implementation of
PasswordEncoder
using Studio's hashing - PasswordEncoder() - Constructor for class org.craftercms.studio.impl.v2.security.crypto.PasswordEncoder
- PasswordRequirementsFailedException - Exception Class in org.craftercms.studio.api.v2.exception
- PasswordRequirementsFailedException() - Constructor for exception class org.craftercms.studio.api.v2.exception.PasswordRequirementsFailedException
- PasswordRequirementsFailedException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.PasswordRequirementsFailedException
- PasswordRequirementsFailedException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.PasswordRequirementsFailedException
- PasswordRequirementsFailedException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.PasswordRequirementsFailedException
- PASTE_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PastedPathMap() - Constructor for class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.PastedPathMap
- PasteItem - Class in org.craftercms.studio.model.clipboard
-
Holds the data for a single item to be copied/moved
- PasteItem() - Constructor for class org.craftercms.studio.model.clipboard.PasteItem
- pasteItems(String, Operation, String, PasteItem) - Method in interface org.craftercms.studio.api.v2.service.clipboard.ClipboardService
-
Performs the given clipboard operation
- pasteItems(String, Operation, String, PasteItem) - Method in interface org.craftercms.studio.api.v2.service.clipboard.internal.ClipboardServiceInternal
-
Performs the given clipboard operation
- pasteItems(String, Operation, String, PasteItem) - Method in class org.craftercms.studio.impl.v2.service.clipboard.ClipboardServiceImpl
- pasteItems(String, Operation, String, PasteItem) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- pasteItems(PasteRequest) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- pasteItemsInternal(String, Operation, String, List<PasteItem>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- PasteRequest - Class in org.craftercms.studio.model.rest.clipboard
-
Holds all data needed for a clipboard operation
- PasteRequest() - Constructor for class org.craftercms.studio.model.rest.clipboard.PasteRequest
- path - Variable in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- path - Variable in exception class org.craftercms.studio.api.v1.exception.BlobNotFoundException
- path - Variable in exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- path - Variable in class org.craftercms.studio.api.v1.repository.RepositoryItem
- path - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- path - Variable in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- path - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- path - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- path - Variable in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- path - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.AddFileUpgradeOperation
-
The path to write the file.
- path - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
-
Path of the file to use as input
- path - Variable in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
-
Path of the file containing the version.
- path - Variable in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
-
The relative path of the content
- path - Variable in class org.craftercms.studio.model.clipboard.PasteItem
-
The path of the item
- path - Variable in class org.craftercms.studio.model.rest.clipboard.DuplicateRequest
-
The path of the item
- path - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- path - Variable in class org.craftercms.studio.model.search.SearchParams
-
Regular expression to filter the paths
- path - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The path of the file
- path() - Method in record class org.craftercms.studio.api.v1.service.dependency.DependencyResolver.ResolvedDependency
-
Returns the value of the
path
record component. - PATH - Static variable in annotation interface org.craftercms.studio.api.v2.annotation.IsActionAllowedParameter
- PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PATH_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PATH_LIST_RESOURCE_ID - Static variable in class org.craftercms.studio.permissions.CompositePermissionResolverImpl
- PATH_MATCH_PATTERN - Static variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- PATH_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- PATH_PARAM_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PATH_PARAM_SITE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PATH_RESOURCE_ID - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- pathExcludes - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
the list of excluded paths
- pathExcludes - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- pathFieldName - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Name of the field for paths
- pathFieldName - Variable in class org.craftercms.studio.impl.v2.service.search.PermissionAwareSearchService
-
The name of the field to filter paths
- pathIncludes - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
the list of included paths
- pathIncludes - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- PathMacrosTransaltor - Class in org.craftercms.studio.impl.v1.util
- PathMacrosTransaltor() - Constructor for class org.craftercms.studio.impl.v1.util.PathMacrosTransaltor
- PathMatchProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- PathMatchProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
-
default constructor
- PathMatchProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
-
constructor that sets the process name
- PathParams() - Constructor for class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- PathPolicyValidator - Class in org.craftercms.studio.impl.v2.service.policy.validators
-
Implementation of
PolicyValidator
for path aware actions - PathPolicyValidator() - Constructor for class org.craftercms.studio.impl.v2.service.policy.validators.PathPolicyValidator
- paths - Variable in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- paths - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- paths - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.file.DeleteUpgradeOperation
- Paths - Interface in org.craftercms.studio.api.v2.service.marketplace
-
API paths used by the Marketplace
- PATHS - Static variable in annotation interface org.craftercms.studio.api.v2.annotation.IsActionAllowedParameter
- PATHS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PATHS_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- pattern - Variable in class org.craftercms.studio.api.v1.to.CopyDependencyConfigTO
- pattern - Variable in class org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
- pattern - Variable in class org.craftercms.studio.api.v2.dal.ContentType.CopyDependency
- pattern - Variable in class org.craftercms.studio.api.v2.dal.ContentType.DeleteDependency
- pattern - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- pattern - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
-
The pattern to search in the files
- pattern - Variable in class org.craftercms.studio.impl.v2.utils.cache.PatternCacheInvalidator
-
The pattern to match keys
- PATTERN_ASSET - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_BASE_URL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_COMPONENT - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_CONFIGURATION - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_CONTENT_TYPE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
variable names in configuration properties
- PATTERN_DOCUMENT - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_ENVIRONMENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_FROM_PATH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_ID - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_KEY - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_LEVEL_DESCRIPTOR - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_MODULE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_PAGE - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
-
pattern keys
- PATTERN_PATH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_PREVIEWABLE_MIMETYPES - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_RENDERING_TEMPLATE - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_SANDBOX - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_SCRIPTS - Static variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- PATTERN_SITE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_TO_PATH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PATTERN_WEB_PROJECT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PatternCacheInvalidator<K,
V> - Class in org.craftercms.studio.impl.v2.utils.cache -
Implementation of
CacheInvalidator
that invalidates all keys matching a pattern - PatternCacheInvalidator(String) - Constructor for class org.craftercms.studio.impl.v2.utils.cache.PatternCacheInvalidator
- PatternFindingGitCliExceptionResolver - Class in org.craftercms.studio.impl.v2.utils.git.cli
-
Base class for
GitCliOutputExceptionResolver
s that want to determine the error produced by a Git command by finding a special regex pattern in the output. - PatternFindingGitCliExceptionResolver() - Constructor for class org.craftercms.studio.impl.v2.utils.git.cli.PatternFindingGitCliExceptionResolver
- patterns - Variable in class org.craftercms.studio.impl.v2.utils.cache.ConditionalCacheInvalidator
-
The list of patterns to match the key
- payload() - Element in annotation interface org.craftercms.studio.model.validation.annotations.ConfigurableMax
- PENDING_APPROVAL - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- pendingEmailMessages - Variable in class org.craftercms.studio.api.v1.to.EmailMessageQueueTo
- performConfigurationWiring(Plugin, String, List<String>, List<ConfigRecord>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- performInitialCommit(String, String, String, String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
-
Perform an initial commit after large changes to a site.
- performTemplateWiring(Plugin, String, List<FileRecord>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- Permission - Class in org.craftercms.studio.api.v1.dal
- Permission() - Constructor for class org.craftercms.studio.api.v1.dal.Permission
- PERMISSION_ADD_REMOTE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_AUDIT_LOG - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CANCEL_FAILED_PULL - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CANCEL_PUBLISH - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CHANGE_CONTENT_TYPE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_COMMIT_RESOLUTION - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CONFIGURE_LOG_LEVELS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CONTENT_COPY - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CONTENT_CREATE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CONTENT_DELETE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CONTENT_READ - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CONTENT_SEARCH - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CONTENT_WRITE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CREATE_CLUSTER - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CREATE_GROUPS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CREATE_SITE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_CREATE_USERS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_DELETE_CLUSTER - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_DELETE_GROUPS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_DELETE_SITE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_DELETE_USERS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_DUPLICATE_SITE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_EDIT_SITE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_ENCRYPTION_TOOL - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_FOLDER_CREATE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_GET_CHILDREN - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_GET_PUBLISHING_QUEUE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_INSTALL_PLUGINS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_ITEM_UNLOCK - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_LIST_PLUGINS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_LIST_REMOTES - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_MANAGE_ACCESS_TOKEN - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_PUBLISH - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_PUBLISH_BY_COMMITS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_PUBLISH_CLEAR_LOCK - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_PUBLISH_STATUS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_PULL_FROM_REMOTE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_PUSH_TO_REMOTE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_READ_CLUSTER - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_READ_CONFIGURATION - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_READ_GROUPS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_READ_LOGS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_READ_USERS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_REBUILD_DATABASE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_REMOVE_PLUGINS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_REMOVE_REMOTE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_REPAIR_REPOSITORY - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_RESOLVE_CONFLICT - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_S3_READ - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_S3_WRITE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_SEARCH_PLUGINS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_SET_ITEM_STATES - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_SITE_DIFF_CONFLICTED_FILE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_SITE_STATUS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_START_STOP_PUBLISHER - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_UNLOCK_REPO - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_UPDATE_CLUSTER - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_UPDATE_GROUPS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_UPDATE_USERS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_VALUE_NOT_ALLOWED - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PERMISSION_VALUE_PUBLISH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PERMISSION_VALUE_READ - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PERMISSION_VIEW_LOG_LEVELS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_VIEW_LOGS - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_WEBDAV_READ - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_WEBDAV_WRITE - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_WRITE_CONFIGURATION - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PERMISSION_WRITE_GLOBAL_CONFIGURATION - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- PermissionAwareSearchService - Class in org.craftercms.studio.impl.v2.service.search
-
Implementation of
OpenSearchWrapper
specific for authoring indexes - PermissionAwareSearchService(OpenSearchClient, String, String) - Constructor for class org.craftercms.studio.impl.v2.service.search.PermissionAwareSearchService
- PermissionOrOwnership - Class in org.craftercms.studio.permissions
- PermissionOrOwnership() - Constructor for class org.craftercms.studio.permissions.PermissionOrOwnership
- PermissionOrOwnershipResolverImpl - Class in org.craftercms.studio.permissions
-
Implementation of
PermissionResolver
that resolves user permissions based on Studio'sSecurityService
and content ownership. - PermissionOrOwnershipResolverImpl() - Constructor for class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- PermissionResolverImpl - Class in org.craftercms.studio.permissions
-
Implementation of
PermissionResolver
that resolves user permissions based on Studio'sSecurityService
. - PermissionResolverImpl(SecurityService, StudioConfiguration) - Constructor for class org.craftercms.studio.permissions.PermissionResolverImpl
- permissions - Variable in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- permissions - Variable in class org.craftercms.studio.model.users.HasPermissionsRequest
- permissions - Variable in class org.craftercms.studio.permissions.CompositePermission
- PERMISSIONS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PermissionsConfigTO - Class in org.craftercms.studio.api.v1.to
-
Transfer object for containing the Document object for the file in question.
- PermissionsConfigTO() - Constructor for class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- PersistentAccessToken - Class in org.craftercms.studio.model.security
-
Extension of
AccessToken
that holds additional metadata - PersistentAccessToken() - Constructor for class org.craftercms.studio.model.security.PersistentAccessToken
- persistItemAfterCreate(String, String, String, String, boolean, Long) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Persist item metadata after create
- persistItemAfterCreate(String, String, String, String, boolean, Long) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- persistItemAfterCreateFolder(String, String, String, String, String, Long) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Persist item metadata after create folder
- persistItemAfterCreateFolder(String, String, String, String, String, Long) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- persistItemAfterRenameContent(String, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Persist item metadata after rename folder
- persistItemAfterRenameContent(String, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- persistItemAfterWrite(String, String, String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Persist item metadata after write
- persistItemAfterWrite(String, String, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- Person - Class in org.craftercms.studio.model.rest
-
Simplified version of
User
- Person() - Constructor for class org.craftercms.studio.model.rest.Person
- personalFromName - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- PipelineContent - Interface in org.craftercms.studio.api.v1.content.pipeline
-
wrapper to content that is being processed through the content processor pipeline
- PipelineContentImpl - Class in org.craftercms.studio.impl.v1.content.pipeline
- PipelineContentImpl() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
constructor
- PipelineContentImpl(String, InputStream, boolean, Document, String, Map<String, String>) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
constructor
- pipelinePrototype - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.PrototypeUpgradePipelineFactoryImpl
-
Name of the pipeline to instantiate.
- PIPELINES_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- PLACEHOLDER_EXTENSION - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- PLACEHOLDER_ID - Static variable in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- PLACEHOLDER_ID - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- PLACEHOLDER_NAME - Static variable in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- PLACEHOLDER_PROFILE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- PLACEHOLDER_TYPE - Static variable in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- plugin - Variable in exception class org.craftercms.studio.api.v2.exception.MissingPluginParameterException
- PLUGIN_ALREADY_INSTALLED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- PLUGIN_BASE_PATTERN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- PLUGIN_CONFIG_FILENAME_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PLUGIN_CONFIG_MODULE_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PLUGIN_INSTALLATION_ERROR - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- PLUGIN_PATTERN_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PLUGIN_SEARCH - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Paths
- PluginAlreadyInstalledException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when installing a plugin that already exists in a site
- PluginAlreadyInstalledException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.PluginAlreadyInstalledException
- PluginAlreadyInstalledException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.PluginAlreadyInstalledException
- pluginConfigFilename - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- pluginConfigModule - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- PluginController - Class in org.craftercms.studio.controller.rest.v2
-
Controller that executes Rest scripts from plugins
- PluginController - Class in org.craftercms.studio.controller.web.v1
-
Controller that provides the UI with plugin related files
- PluginController(ConfigurationService) - Constructor for class org.craftercms.studio.controller.web.v1.PluginController
- PluginController(StudioConfiguration, SecurityService, ScriptingService, MarketplaceService) - Constructor for class org.craftercms.studio.controller.rest.v2.PluginController
- PluginController.WriteConfigurationRequest - Class in org.craftercms.studio.controller.rest.v2
- pluginDescriptorFilename - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- pluginDescriptorReader - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- pluginFolderPattern - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
Pattern for the plugins folder
- pluginId - Variable in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- PluginInstallationException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when there is an issue installing a plugin in a site
- PluginInstallationException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.PluginInstallationException
- PluginInstallationException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.PluginInstallationException
- PluginNotFoundException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when a plugin descriptor is not found
- PluginNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.PluginNotFoundException
- PluginNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.PluginNotFoundException
- PluginRecord - Class in org.craftercms.studio.api.v2.service.marketplace.registry
-
Holds the data for an installed plugin
- PluginRecord() - Constructor for class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- PluginRegistry - Class in org.craftercms.studio.api.v2.service.marketplace.registry
-
Holds the data of all installed plugins
- PluginRegistry() - Constructor for class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRegistry
- pluginRegistryPath - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
The path of the plugin registry in the site
- pluginsFolder - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Name of the folder to copy all plugin files
- PluginTreeCopier - Class in org.craftercms.studio.api.v2.service.marketplace
-
Extension of
TreeCopier
that collects information about the files to be used for the plugin registry - PluginTreeCopier(Path, Path, StudioConfiguration, String, Map<String, String>, List<FileRecord>, boolean) - Constructor for class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
- PluginUtils - Class in org.craftercms.studio.impl.v2.utils
- PluginUtils() - Constructor for class org.craftercms.studio.impl.v2.utils.PluginUtils
- pointersExist(String, String...) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- policyService - Variable in class org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect
- PolicyService - Interface in org.craftercms.studio.api.v2.service.policy
-
Validates changes on content
- PolicyServiceImpl - Class in org.craftercms.studio.impl.v2.service.policy
-
Default implementation of
PolicyService
- PolicyServiceImpl(PolicyServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.policy.PolicyServiceImpl
- policyServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.policy.PolicyServiceImpl
- PolicyServiceInternal - Interface in org.craftercms.studio.api.v2.service.policy.internal
-
Validates changes on content
- PolicyServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.policy.internal
-
Default implementation of
PolicyServiceInternal
- PolicyServiceInternalImpl(ContentRepository, ContentRepository, ConfigurationService, PolicyValidator, List<PolicyValidator>, String) - Constructor for class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- PolicyValidator - Interface in org.craftercms.studio.impl.v2.service.policy
-
Validates actions against the given configuration
- policyValidators - Variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- populateContentDrivenProperties(String, ContentItemTO) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- populateItemChildren(ContentItemTO, int) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- PopulateItemTableUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.db
- PopulateItemTableUpgradeOperation(StudioConfiguration, String, DbIntegrityValidator, ItemServiceInternal, ContentService, GitRepositoryHelper, String, long, int) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- populateMetadata(String, ContentItemTO) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- populateUserGlobalPermissions(String, Set<NormalizedRole>, PermissionsConfigTO) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- populateUserPermissions(String, String, Set<NormalizedRole>, PermissionsConfigTO) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
-
populate user permissions
- populateWorkflowProperties(String, ContentItemTO) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- POSSIBLE_PARENTS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PostActivityProcessor - Class in org.craftercms.studio.impl.v1.content.pipeline
- PostActivityProcessor() - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
-
default constructor
- PostActivityProcessor(String) - Constructor for class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
-
constructor that sets the process name
- postVisitDirectory(Path, IOException) - Method in class org.craftercms.studio.impl.v1.repository.git.TreeCopier
- postVisitDirectory(Path, IOException) - Method in class org.craftercms.studio.impl.v1.repository.StrSubstitutorVisitor
- postVisitDirectory(Path, IOException) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
- PRAGMA_HEADER_NAME - Static variable in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- preDelete(Set<String>, GoLiveContext, Set<String>) - Method in interface org.craftercms.studio.api.v1.service.workflow.WorkflowService
- preDelete(Set<String>, GoLiveContext, Set<String>) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- PREFER_CONTENT - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- prefix - Variable in class org.craftercms.studio.model.aws.s3.S3Item
-
The prefix of the S3 bucket (if any).
- PREFIX - Static variable in class org.craftercms.studio.impl.v1.repository.StrSubstitutorVisitor
- preparePublishAll(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Prepares the repository to publish all changes for the given site & target
- preparePublishAll(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- preparePublishAll(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- preparePublishAll(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- prepareSearchParams(SearchParams, String, String, int, int) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- prepareTask(String) - Method in class org.craftercms.studio.impl.v2.security.password.EmailForgotPasswordTaskFactory
- prepareTask(String) - Method in interface org.craftercms.studio.impl.v2.security.password.ForgotPasswordTaskFactory
-
Creates a task to be executed to handle the forgot password request
- preprocessEmail() - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- preScheduleDelete(Set<String>, ZonedDateTime, GoLiveContext) - Method in interface org.craftercms.studio.api.v1.service.workflow.WorkflowService
- preScheduleDelete(Set<String>, ZonedDateTime, GoLiveContext) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- PreScheduleDeleteOperation - Class in org.craftercms.studio.impl.v1.service.workflow.operation
- PreScheduleDeleteOperation(WorkflowService, Set<String>, ZonedDateTime, GoLiveContext, Set<String>) - Constructor for class org.craftercms.studio.impl.v1.service.workflow.operation.PreScheduleDeleteOperation
- PreSubmitDeleteOperation - Class in org.craftercms.studio.impl.v1.service.workflow.operation
- PreSubmitDeleteOperation(WorkflowService, Set<String>, GoLiveContext, Set<String>) - Constructor for class org.craftercms.studio.impl.v1.service.workflow.operation.PreSubmitDeleteOperation
- preSubmitOperations - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- PREVIEW_DEFAULT_CREATE_TARGET_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- PREVIEW_DEFAULT_DELETE_TARGET_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- PREVIEW_DEFAULT_PREVIEW_DEPLOYER_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Preview Deployer
- PREVIEW_DISABLE_DEPLOY_CRON - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- PREVIEW_DUPLICATE_TARGET_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- PREVIEW_REPLACE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- PREVIEW_REPO_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- PREVIEW_TEMPLATE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- previewable - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- previewBaseUrl - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- PreviewDeployer - Class in org.craftercms.studio.impl.v2.deployment
-
Implementation of
Deployer
that interacts with the Preview Deployer in Authoring. - PreviewDeployer(StudioConfiguration, RestTemplate) - Constructor for class org.craftercms.studio.impl.v2.deployment.PreviewDeployer
- previewImageXPath - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- previewTokenEncryptor - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- previewUrl - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- previewUrl - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The preview URL of the file
- PREVIOUS_COMMIT_SUFFIX - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- PREVIOUS_PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- previousPathExists(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Check if path exists as previous path
- previousPathExists(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.craftercms.studio.impl.v1.repository.git.TreeCopier
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.craftercms.studio.impl.v1.repository.StrSubstitutorVisitor
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
- process(String, String, String, String, DmContentLifeCycleService.ContentLifeCycleOperation, Map<String, String>) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- process(String, String, String, String, DmContentLifeCycleService.ContentLifeCycleOperation, Map<String, String>) - Method in interface org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService
-
process contnet lifecycle
- process(PipelineContent, ResultTO) - Method in interface org.craftercms.studio.api.v1.content.pipeline.ContentProcessor
-
process the content at the given path.
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.CheckImageSizeProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.CleanPreviewContentProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.CleanWorkContentProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ContentLifeCycleProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.DmWorkflowProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ExtractDependencyProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ExtractParamsProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FileFolderPathProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.InvalidateCacheProcessor
- process(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- processAsset(String, String, String, InputStream, String, String, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.asset.processing.AssetProcessingService
- processAsset(String, String, String, InputStream, String, String, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.asset.processing.AssetProcessingServiceImpl
- processAsset(ProcessorConfiguration, Matcher, Asset) - Method in interface org.craftercms.studio.api.v1.asset.processing.AssetProcessor
-
Processes the given asset.
- processAsset(ProcessorConfiguration, Matcher, Asset) - Method in class org.craftercms.studio.impl.v1.asset.processing.AbstractAssetProcessor
- processAsset(ProcessorPipelineConfiguration, Asset) - Method in interface org.craftercms.studio.api.v1.asset.processing.AssetProcessorPipeline
-
Processes the asset, only if there's a match with
ProcessorPipelineConfiguration.getInputPathPattern()
. - processAsset(ProcessorPipelineConfiguration, Asset) - Method in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessorPipelineImpl
- processContent(String, InputStream, boolean, Map<String, String>, String) - Method in interface org.craftercms.studio.api.v1.executor.ProcessContentExecutor
- processContent(String, InputStream, boolean, Map<String, String>, String) - Method in class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- processContent(String, String, InputStream, boolean, Map<String, String>, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- processContent(PipelineContent, ResultTO) - Method in interface org.craftercms.studio.api.v1.content.pipeline.ContentProcessorPipeline
-
process the given content through the executors chain
- processContent(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ContentProcessorPipelineImpl
- ProcessContentExecutor - Interface in org.craftercms.studio.api.v1.executor
- ProcessContentExecutorImpl - Class in org.craftercms.studio.impl.v1.executor
- ProcessContentExecutorImpl() - Constructor for class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- processedCommitsDao - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- ProcessedCommitsDAO - Interface in org.craftercms.studio.api.v2.dal
-
Provides operations to processed_commits table
- PROCESSING - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.State
- PROCESSING - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.State
- PROCESSING - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.State
- PROCESSING - Static variable in class org.craftercms.studio.api.v2.dal.PublishStatus
- PROCESSING_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- processItem(PublishRequest) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
- processItem(PublishRequest) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- processMessage(String, String, Map<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- PROCESSOR_OUTPUT_PATH_FORMAT_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- PROCESSOR_PARAMS_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- PROCESSOR_TYPE_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- processorChains - Variable in class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- ProcessorConfiguration - Class in org.craftercms.studio.api.v1.asset.processing
-
Represents the configuration of a processor.
- ProcessorConfiguration() - Constructor for class org.craftercms.studio.api.v1.asset.processing.ProcessorConfiguration
- ProcessorPipelineConfiguration - Class in org.craftercms.studio.api.v1.asset.processing
-
Represents the configuration of an asset processor pipeline.
- ProcessorPipelineConfiguration() - Constructor for class org.craftercms.studio.api.v1.asset.processing.ProcessorPipelineConfiguration
- PROCESSORS_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- processResults(String, SearchResult) - Method in class org.craftercms.studio.impl.v2.service.dashboard.DashboardServiceImpl
- processResults(SearchResponse<Map>, Map<String, FacetTO>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Maps the OpenSearch
SearchResponse
to aSearchResult
object - processSearchHit(Map<String, Object>, Map<String, List<String>>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Maps the information from OpenSearch for a single
SearchResultItem
- profileIdXpath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
XPath selector to find the profile id configured for the Box control
- profileLoader - Variable in class org.craftercms.studio.api.v1.service.aws.AbstractAwsService
-
Instance of
SiteAwareConfigProfileLoader
used to load the configuration file. - profileLoader - Variable in class org.craftercms.studio.impl.v1.service.box.BoxServiceImpl
- profileLoader - Variable in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.Instance of
SiteAwareConfigProfileLoader
used to load the configuration file. - profileLoader - Variable in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
-
Instance of
SiteAwareConfigProfileLoader
used to load the configuration file. - properties - Variable in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.Properties to request to the server when listing resources.
- properties - Variable in class org.craftercms.studio.model.users.UpdateUserPropertiesRequest
-
The properties to update or add
- PROPERTIES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PROPERTIES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PROPERTY_CONTENT_TYPE - Static variable in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- PROPERTY_DISPLAY_NAME - Static variable in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- PROPERTY_DOCUMENTS - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PROPERTY_RESOURCE_TYPE - Static variable in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- PROPERTY_SORT_ASCENDING - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PROPERTY_SORTED_BY - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- PROPERTY_TOTAL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
document property names in return results
- protectedFolderPatterns - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
- PrototypeUpgradePipelineFactoryImpl - Class in org.craftercms.studio.impl.v2.upgrade.pipeline
-
Extension of
DefaultUpgradePipelineFactoryImpl
that creates instances of pipelines using Spring beans. - PrototypeUpgradePipelineFactoryImpl(String, UpgradeConfigurationProvider<HierarchicalConfiguration>, VersionProvider<String>, String) - Constructor for class org.craftercms.studio.impl.v2.upgrade.pipeline.PrototypeUpgradePipelineFactoryImpl
- PROXY_ENGINE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Proxy Controller
- ProxyController - Class in org.craftercms.studio.controller.rest.v2
-
Controller to proxy request to preview & add the management token if needed
- ProxyController(ProxyService) - Constructor for class org.craftercms.studio.controller.rest.v2.ProxyController
- proxyEngine(String, String, HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.service.proxy.ProxyServiceImpl
- proxyEngine(String, String, HttpServletRequest) - Method in class org.craftercms.studio.controller.rest.v2.ProxyController
- proxyEngine(String, String, HttpServletRequest) - Method in interface org.craftercms.studio.api.v2.service.proxy.ProxyService
-
Proxies a request to Crafter Engine.
- proxyEngine(String, String, HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
- proxyService - Variable in class org.craftercms.studio.controller.rest.v2.ProxyController
- ProxyService - Interface in org.craftercms.studio.api.v2.service.proxy
-
Provides functionality to proxy request to Crafter Engine
- ProxyServiceImpl - Class in org.craftercms.studio.impl.v2.service.proxy
-
Default implementation for
ProxyService
. - ProxyServiceImpl(ProxyService) - Constructor for class org.craftercms.studio.impl.v2.service.proxy.ProxyServiceImpl
- proxyServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.proxy.ProxyServiceImpl
- ProxyServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.proxy.internal
-
Default internal implementation for
ProxyService
. - ProxyServiceInternalImpl(StudioConfiguration, ServicesConfig) - Constructor for class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
- publish(String, List<String>, ZonedDateTime, MultiChannelPublishingContext) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- publish(String, String, List<DeploymentItemTO>, String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Publish content to specified environment.
- publish(String, String, List<DeploymentItemTO>, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- publish(String, String, List<DeploymentItemTO>, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- publish(String, String, List<DeploymentItemTO>, String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- publish(String, List<String>, ZonedDateTime, MultiChannelPublishingContext) - Method in interface org.craftercms.studio.api.v1.service.deployment.DmPublishService
- publish(String, List<String>, List<String>, String, ZonedDateTime, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Direct publish content
- publish(String, List<String>, List<String>, String, ZonedDateTime, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- publish(PublishRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- PUBLISH - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- PUBLISH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Publish Controller
- PUBLISH_ACTION - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PUBLISH_APPROVE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- PUBLISH_REJECT - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- PUBLISH_REQUEST - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- PUBLISH_REQUEST_SORT_FIELDS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- PUBLISH_SCHEDULE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemAvailableActionsConstants
- PUBLISH_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PUBLISH_TO_LIVE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- PUBLISH_TO_LIVE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- PUBLISH_TO_STAGE_AND_LIVE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- PUBLISH_TO_STAGE_AND_LIVE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- PUBLISH_TO_STAGE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- PUBLISH_TO_STAGE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- publishAll(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Publishes all changes for the given site & target
- publishAll(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishServiceInternal
-
Publishes all changes for the given site & target
- publishAll(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.PublishService
-
Publishes all changes for the given site & target
- publishAll(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- publishAll(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- publishAll(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- publishAll(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- publishAll(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- publishAll(PublishAllRequest) - Method in class org.craftercms.studio.controller.rest.v2.PublishController
- PublishAllRequest - Class in org.craftercms.studio.model.rest
-
Request to publish all content in a site
- PublishAllRequest() - Constructor for class org.craftercms.studio.model.rest.PublishAllRequest
- publishCommits(String, String, List<String>, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- publishCommits(String, String, List<String>, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
-
Publish given commit IDs on given environment for given site
- PublishController - Class in org.craftercms.studio.controller.rest.v2
- PublishController(PublishService, SitesService) - Constructor for class org.craftercms.studio.controller.rest.v2.PublishController
- published - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- PUBLISHED - Enum constant in enum class org.craftercms.studio.api.v1.constant.GitRepositories
- PUBLISHED_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- publishedDate - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- publishedRepoCreated - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- publishedRepoCreated - Variable in class org.craftercms.studio.api.v2.dal.Site
- publishedRepositoryExists(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- publishedRepositoryExists(String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Check if published repository exists for given site.
- publishedRepositoryExists(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- publishedRepositoryExists(String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- PublishedRepositoryNotFoundException - Exception Class in org.craftercms.studio.api.v2.exception
-
Extension of
ServiceLayerException
thrown when a site doesn't have a published repository - PublishedRepositoryNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.PublishedRepositoryNotFoundException
- PublishedRepositoryNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.PublishedRepositoryNotFoundException
- publishedToLive(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- publishedToStaged(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- publishedToStagedAndLive(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- publisher - Variable in class org.craftercms.studio.api.v2.dal.RepoOperation
- PublishEvent - Class in org.craftercms.studio.api.v2.event.publish
-
Event triggered when items are published
- PublishEvent(String) - Constructor for class org.craftercms.studio.api.v2.event.publish.PublishEvent
- PublishEvent(Authentication, String) - Constructor for class org.craftercms.studio.api.v2.event.publish.PublishEvent
- publishGlobalEvent(GlobalBroadcastEvent) - Method in class org.craftercms.studio.impl.v2.event.EventBroadcaster
- PUBLISHING - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- PUBLISHING - Static variable in class org.craftercms.studio.api.v2.dal.PublishStatus
- PUBLISHING - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PUBLISHING_DISABLED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- PUBLISHING_LOCK_KEY - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- PUBLISHING_MANAGER_INDEX_FILE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Publishing Manager
- PUBLISHING_PACKAGE_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
-
Workflow
- PUBLISHING_STATUS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PUBLISHING_TARGET - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- PublishingDashboardItem - Class in org.craftercms.studio.model.rest.dashboard
- PublishingDashboardItem() - Constructor for class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- publishingEnabled - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- publishingEnabled - Variable in class org.craftercms.studio.api.v2.dal.Site
- PublishingHistoryItem - Class in org.craftercms.studio.api.v2.dal
- PublishingHistoryItem() - Constructor for class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- publishingManager - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- PublishingManager - Interface in org.craftercms.studio.api.v1.service.deployment
-
document
- PublishingManagerImpl - Class in org.craftercms.studio.impl.v1.service.deployment
- PublishingManagerImpl() - Constructor for class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- PublishingPackage - Class in org.craftercms.studio.api.v2.dal
- PublishingPackage() - Constructor for class org.craftercms.studio.api.v2.dal.PublishingPackage
- PublishingPackageDetails - Class in org.craftercms.studio.api.v2.dal
- PublishingPackageDetails() - Constructor for class org.craftercms.studio.api.v2.dal.PublishingPackageDetails
- PublishingPackageDetails.PublishingPackageItem - Class in org.craftercms.studio.api.v2.dal
- PublishingPackageItem() - Constructor for class org.craftercms.studio.api.v2.dal.PublishingPackageDetails.PublishingPackageItem
- PublishingPackageNotFoundException - Exception Class in org.craftercms.studio.api.v2.exception
- PublishingPackageNotFoundException(String, String) - Constructor for exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- PublishingProgressObserver - Class in org.craftercms.studio.api.v2.service.publish.internal
- PublishingProgressObserver(String, String, String, int) - Constructor for class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- PublishingProgressServiceInternal - Interface in org.craftercms.studio.api.v2.service.publish.internal
- PublishingProgressServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.publish.internal
- PublishingProgressServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- PublishingStats - Class in org.craftercms.studio.model.rest.dashboard
- PublishingStats() - Constructor for class org.craftercms.studio.model.rest.dashboard.PublishingStats
- publishingStatus - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- publishingStatus - Variable in class org.craftercms.studio.api.v2.dal.Site
- publishingTarget - Variable in class org.craftercms.studio.model.rest.PublishAllRequest
- PublishingTarget - Class in org.craftercms.studio.model.publish
- PublishingTarget() - Constructor for class org.craftercms.studio.model.publish.PublishingTarget
- publishPackage - Variable in class org.craftercms.studio.model.rest.dashboard.Activity
- PublishRequest - Class in org.craftercms.studio.api.v1.dal
- PublishRequest - Class in org.craftercms.studio.api.v2.dal
- PublishRequest() - Constructor for class org.craftercms.studio.api.v1.dal.PublishRequest
- PublishRequest() - Constructor for class org.craftercms.studio.api.v2.dal.PublishRequest
- PublishRequest.Action - Class in org.craftercms.studio.api.v1.dal
- PublishRequest.Action - Class in org.craftercms.studio.api.v2.dal
- PublishRequest.State - Class in org.craftercms.studio.api.v1.dal
- PublishRequest.State - Class in org.craftercms.studio.api.v2.dal
- PublishRequestBody - Class in org.craftercms.studio.model.rest.workflow
- PublishRequestBody() - Constructor for class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- publishRequestDAO - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- PublishRequestDAO - Interface in org.craftercms.studio.api.v2.dal
- publishRequestMapper - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- publishRequestMapper - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- PublishRequestMapper - Interface in org.craftercms.studio.api.v1.dal
- PublishService - Interface in org.craftercms.studio.api.v2.service.publish
- PublishServiceImpl - Class in org.craftercms.studio.impl.v2.service.publish
- PublishServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- publishServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- PublishServiceInternal - Interface in org.craftercms.studio.api.v2.service.publish.internal
- PublishServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.publish.internal
- PublishServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- publishSiteEvent(SiteBroadcastEvent) - Method in class org.craftercms.studio.impl.v2.event.EventBroadcaster
- PublishStatus - Class in org.craftercms.studio.api.v2.dal
- PublishStatus() - Constructor for class org.craftercms.studio.api.v2.dal.PublishStatus
- PULL_FROM_REMOTE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PULL_FROM_REMOTE_REPOSITORY_CONFLICT - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- pullFromRemote(String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Pull from remote repository
- pullFromRemote(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Pull from remote repository
- pullFromRemote(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- pullFromRemote(String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- pullFromRemote(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- pullFromRemote(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- pullFromRemote(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- pullFromRemote(String, String, String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- pullFromRemote(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- pullFromRemote(String, String, String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- pullFromRemote(PullFromRemoteRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- PullFromRemoteConflictException - Exception Class in org.craftercms.studio.api.v2.exception
- PullFromRemoteConflictException() - Constructor for exception class org.craftercms.studio.api.v2.exception.PullFromRemoteConflictException
- PullFromRemoteConflictException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.PullFromRemoteConflictException
- PullFromRemoteConflictException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.PullFromRemoteConflictException
- PullFromRemoteConflictException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.PullFromRemoteConflictException
- PullFromRemoteRequest - Class in org.craftercms.studio.model.rest
- PullFromRemoteRequest() - Constructor for class org.craftercms.studio.model.rest.PullFromRemoteRequest
- PullFromRemoteRequest.MergeStrategy - Enum Class in org.craftercms.studio.model.rest
- PUSH_TO_REMOTE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- PUSH_TO_REMOTE_FAILED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- pushToRemote(HttpServletResponse, PushToRemoteRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- pushToRemote(String, String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Push content to remote repository
- pushToRemote(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Push content to remote repository
- pushToRemote(String, String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- pushToRemote(String, String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- pushToRemote(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- pushToRemote(String, String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- pushToRemote(String, String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- pushToRemote(String, String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- pushToRemote(String, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- pushToRemote(String, String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- PushToRemoteRequest - Class in org.craftercms.studio.model.rest
- PushToRemoteRequest() - Constructor for class org.craftercms.studio.model.rest.PushToRemoteRequest
Q
- query - Variable in class org.craftercms.studio.model.search.SearchParams
-
Lucene query to execute.
- Query() - Constructor for class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody.Query
- QUERY_CALL_STORED_PROCEDURE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- QUERY_CALL_STORED_PROCEDURE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- QUERY_CHECK_DATA_EXISTS - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- QUERY_GET_ALL_SITES - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- QUERY_GET_ALL_SITES - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- QUERY_PARAM_SITE_ID - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- QueryParameterNames - Class in org.craftercms.studio.api.v2.dal
- queue - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
-
ARN of the Queue used to create the trancoding jobs.
- queue - Variable in class org.craftercms.studio.api.v1.to.GoLiveQueueChildFilter
- QUEUED - Static variable in class org.craftercms.studio.api.v2.dal.PublishStatus
- quickCreate - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- QuickCreateItem - Class in org.craftercms.studio.api.v2.dal
- QuickCreateItem() - Constructor for class org.craftercms.studio.api.v2.dal.QuickCreateItem
- quickCreatePath - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
R
- range - Variable in class org.craftercms.studio.model.search.SearchFacet
-
Indicates if the facet values are ranges
- ranges - Variable in class org.craftercms.studio.api.v1.to.FacetTO
-
The ranges of the facet
- read() - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper.CachedServletInputStream
- read() - Method in class org.craftercms.studio.impl.v2.utils.RingBuffer
- readConfig(InputStream) - Method in interface org.craftercms.studio.api.v1.asset.processing.AssetProcessingConfigReader
-
Reads the configuration from the input stream and maps it to
ProcessorPipelineConfiguration
objects. - readConfig(InputStream) - Method in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- readConfig(HierarchicalConfiguration) - Method in interface org.craftercms.studio.api.v1.asset.processing.AssetProcessingConfigReader
-
Reads the configuration from the Apache Commons Configuration and maps it to
ProcessorPipelineConfiguration
objects. - readConfig(HierarchicalConfiguration) - Method in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessingConfigReaderImpl
- readCursor - Variable in class org.craftercms.studio.impl.v2.utils.RingBuffer
- readFile(Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
-
Performs a read operation from the file system
- readLock - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- readOnly - Variable in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- readXmlConfiguration(InputStream) - Static method in class org.craftercms.studio.impl.v1.util.ConfigUtils
- READY - Static variable in class org.craftercms.studio.api.v2.dal.PublishStatus
- READY - Static variable in class org.craftercms.studio.api.v2.dal.Site.State
- READY_FOR_LIVE - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.State
- READY_FOR_LIVE - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.State
- READY_FOR_LIVE - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.State
- READY_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- READY_WITH_ERRORS - Static variable in class org.craftercms.studio.api.v2.dal.PublishStatus
- recalculateItemStates(String, List<String>) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Recalculate the item states for the given paths based on the publish_request and workflow tables
- recalculateItemStates(String, List<String>) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Recalculate the item states for the given paths based on the publish_request and workflow tables
- recalculateItemStates(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- recalculateItemStates(String, List<String>, long, long, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Recalculate the item states for the given paths based on the publish_request and workflow tables
- recordAuthenticationEvent(String, AbstractAuthenticationEvent, String) - Method in class org.craftercms.studio.impl.v2.security.listener.AbstractAuditListener
- recordAuthenticationFailure(AbstractAuthenticationFailureEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.AuditLoginListener
- recordAuthenticationSuccess(AuthenticationSuccessEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.AuditLoginListener
- recordedLabel - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- recordedPath - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- recordLogout(LogoutSuccessEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.AuditLogoutListener
- recordSessionTimeout(HttpSessionDestroyedEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.AuditSessionTimeoutListener
- recordSessionTimeoutEvent(String, SecurityContext, String) - Method in class org.craftercms.studio.impl.v2.security.listener.AbstractAuditListener
-
Perform audit log for session timeout event
- recursive - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- recursive - Variable in class org.craftercms.studio.model.policy.Action
-
Indicates if the action is recursive
- recursive() - Element in annotation interface org.craftercms.studio.api.v2.annotation.policy.ValidateAction
-
Indicates if the action is recursive
- RECURSIVE_ITERATIONS_HARD_LIMIT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- ref - Variable in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- refreshAuthCookies(AuthenticationSuccessEvent) - Method in class org.craftercms.studio.impl.v2.security.listener.AccessTokenAuthenticationListener
- refreshPreviewCookie(Authentication, HttpServletRequest, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Refresh the preview site cookie.
- refreshPreviewCookie(Authentication, HttpServletRequest, HttpServletResponse, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Refresh the preview site cookie.
- refreshPreviewCookie(Authentication, HttpServletRequest, HttpServletResponse, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Refresh the preview site cookie.
- refreshPreviewCookie(Authentication, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- refreshPreviewCookie(Authentication, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- refreshToken(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.controller.web.AccessTokenController
- regex - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BatchXsltFileUpgradeOperation
- REGEX - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- REGEX_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- RegexDependencyResolver - Class in org.craftercms.studio.impl.v1.service.dependency
- RegexDependencyResolver() - Constructor for class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- register() - Method in class org.craftercms.studio.api.v1.service.AbstractRegistrableService
- register() - Method in class org.craftercms.studio.impl.v1.service.content.ContentItemIdGeneratorImpl
- register() - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- register() - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- register() - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- registerService(Class, Object) - Method in class org.craftercms.studio.api.v1.service.ServicesManager
- registerSite(String, Path) - Method in interface org.craftercms.studio.api.v2.sync.RepositoryWatcher
-
Register a site to be watched.
- registerSite(String, Path) - Method in class org.craftercms.studio.impl.v2.sync.RepositoryWatcherImpl
- registerStompEndpoints(StompEndpointRegistry) - Method in class org.craftercms.studio.config.WebsocketConfig
- reject(String, List<String>, String) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Reject request for publish
- reject(String, List<String>, String) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- reject(String, List<DmDependencyTO>, String, String) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- reject(RejectRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- REJECT - Enum constant in enum class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl.Operation
- REJECT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- REJECT_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- REJECT_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- rejectReason - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- RejectRequestBody - Class in org.craftercms.studio.model.rest.workflow
- RejectRequestBody() - Constructor for class org.craftercms.studio.model.rest.workflow.RejectRequestBody
- release(Closeable) - Static method in class org.craftercms.studio.impl.v1.util.ContentUtils
-
Release a resource
- reload(String) - Method in interface org.craftercms.studio.api.v2.service.scripting.internal.ScriptingServiceInternal
-
Reloads the classpath for the given site
- reload(String) - Method in interface org.craftercms.studio.api.v2.service.scripting.ScriptingService
-
Reloads the classpath for the given site
- reload(String) - Method in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- reload(String) - Method in class org.craftercms.studio.impl.v2.service.scripting.ScriptingServiceImpl
- reloadClasses(String, String) - Method in class org.craftercms.studio.controller.rest.v2.PluginController
-
Reloads the groovy classes for the given site
- reloadConfiguration(String, String) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- reloadConfiguration(String, String) - Method in interface org.craftercms.studio.api.v1.service.configuration.ContentTypesConfig
- reloadContentTypeConfigForChildren(String, RepositoryItem, List<ContentTypeConfigTO>) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- reloadScriptEngine(String) - Method in interface org.craftercms.studio.api.v2.scripting.ScriptEngineManager
-
Creates a new
GroovyScriptEngine
for the given site - reloadScriptEngine(String) - Method in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- REMOTE_REPOSITORIES_QUERY - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbEncryptionUpgradeOperation
- REMOTE_REPOSITORIES_UPDATE - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbEncryptionUpgradeOperation
- REMOTE_REPOSITORY - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- REMOTE_REPOSITORY_ALREADY_EXISTS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- REMOTE_REPOSITORY_AUTHENTICATION_FAILED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- REMOTE_REPOSITORY_CREATE_OPTION_CLONE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Remote repository create option
- REMOTE_REPOSITORY_CREATE_OPTION_PUSH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- REMOTE_REPOSITORY_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- REMOTE_REPOSITORY_NOT_REMOVABLE - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- RemoteAlreadyExistsException - Exception Class in org.craftercms.studio.api.v1.exception.repository
- RemoteAlreadyExistsException() - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteAlreadyExistsException
- RemoteAlreadyExistsException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteAlreadyExistsException
- RemoteAlreadyExistsException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteAlreadyExistsException
- RemoteAlreadyExistsException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteAlreadyExistsException
- RemoteNotRemovableException - Exception Class in org.craftercms.studio.api.v1.exception.repository
- RemoteNotRemovableException() - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteNotRemovableException
- RemoteNotRemovableException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteNotRemovableException
- RemoteNotRemovableException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteNotRemovableException
- RemoteNotRemovableException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteNotRemovableException
- RemoteNotRemovableException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteNotRemovableException
- RemoteRepository - Class in org.craftercms.studio.api.v2.dal
- RemoteRepository() - Constructor for class org.craftercms.studio.api.v2.dal.RemoteRepository
- remoteRepositoryDAO - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- RemoteRepositoryDAO - Interface in org.craftercms.studio.api.v2.dal
- RemoteRepositoryInfo - Class in org.craftercms.studio.api.v2.dal
- RemoteRepositoryInfo() - Constructor for class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- RemoteRepositoryInfoTO - Class in org.craftercms.studio.api.v1.to
- RemoteRepositoryInfoTO() - Constructor for class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- RemoteRepositoryNotBareException - Exception Class in org.craftercms.studio.api.v1.exception.repository
- RemoteRepositoryNotBareException() - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotBareException
- RemoteRepositoryNotBareException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotBareException
- RemoteRepositoryNotBareException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotBareException
- RemoteRepositoryNotBareException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotBareException
- RemoteRepositoryNotBareException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotBareException
- RemoteRepositoryNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception.repository
- RemoteRepositoryNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotFoundException
- RemoteRepositoryNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotFoundException
- RemoteRepositoryNotFoundException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotFoundException
- RemoteRepositoryNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotFoundException
- RemoteRepositoryNotFoundException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotFoundException
- remove(String) - Method in class org.craftercms.studio.api.v1.to.GoLiveQueue
- REMOVE_REMOTE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- REMOVE_REMOTE_FAILED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- REMOVE_SYSTEM_ADMIN_MEMBER_LOCK - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- removeConfigurationWiring(String, String, List<String>, List<ConfigRecord>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- removedDependencies - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffResponse
- removeEmptyFolder - Variable in class org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
- removeEmptyFolder - Variable in class org.craftercms.studio.api.v2.dal.ContentType.DeleteDependency
- removeFromWorkflow(String, String, boolean) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- removeFromWorkflow(String, String, boolean) - Method in interface org.craftercms.studio.api.v1.service.workflow.WorkflowService
-
cancel the workflow pending on the given item.
- removeFromWorkflow(String, String, Set<String>, boolean) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- removeGroupMembers(int, List<Long>, List<String>) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Remove group members API
- removeGroupMembers(long, List<Long>) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Remove users from the group
- removeGroupMembers(long, List<Long>, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Remove users from the group
- removeGroupMembers(long, List<Long>, List<String>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- removeGroupMembers(long, List<Long>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- removeGroupMembers(long, List<Long>, List<String>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- removeIndexIfCorrupted(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- removeObserver(String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Remove publishing progress observer
- removeObserver(String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- removeObserver(PublishingProgressObserver) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Remove publishing progress observer
- removeObserver(PublishingProgressObserver) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- removePlugin(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Removes a plugin from a site
- removePlugin(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Removes a plugin from a site
- removePlugin(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- removePlugin(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- removePlugin(MarketplaceController.RemovePluginRequest) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController
- removePluginConfig(Path, String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- RemovePluginException - Exception Class in org.craftercms.studio.api.v2.exception.marketplace
-
Exception thrown when there is an issue removing a plugin from a site
- RemovePluginException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.RemovePluginException
- RemovePluginException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.marketplace.RemovePluginException
- removePluginFromRegistry(String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- RemovePluginRequest() - Constructor for class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- removeRemote(HttpServletResponse, RemoveRemoteRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- removeRemote(String, String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Remove remote with given name for site
- removeRemote(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- removeRemote(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Remove remote with given name for site
- removeRemote(String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- removeRemote(String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- removeRemote(String, String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- removeRemote(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- removeRemote(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- removeRemote(String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- removeRemote(String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- removeRemoteRepositoriesForSite(String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Remove all remotes for given site
- removeRemoteRepositoriesForSite(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- removeRemoteRepositoriesForSite(String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- removeRemoteRepositoriesForSite(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- RemoveRemoteRequest - Class in org.craftercms.studio.model.rest
- RemoveRemoteRequest() - Constructor for class org.craftercms.studio.model.rest.RemoveRemoteRequest
- removeTemplateWiring(String, String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- rename(RenameRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.ContentController
- RENAME - Enum constant in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
- RENAME - Enum constant in enum class org.craftercms.studio.model.policy.Type
- RENAME - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- RENAME_WORKFLOW_PREFIX - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- renameContent(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- renameContent(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
rename a content item
- renameContent(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Rename content for given path
- renameContent(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- renamePath(Path, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- RenameRequestBody - Class in org.craftercms.studio.model.rest.content
- RenameRequestBody() - Constructor for class org.craftercms.studio.model.rest.content.RenameRequestBody
- RenameUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.file
-
Implementation of
UpgradeOperation
that renames/moves files and folders in the repository. - RenameUpgradeOperation(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.file.RenameUpgradeOperation
- RENDERING_TEMPLATE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- renderingTemplatePatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
rendering template path patterns
- renderingTemplates - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- RenderingTemplateTO - Class in org.craftercms.studio.api.v1.to
-
rendering template
- RenderingTemplateTO() - Constructor for class org.craftercms.studio.api.v1.to.RenderingTemplateTO
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
- reorderItems(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- reorderItems(String, String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- REPAIR - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- repairCorrupted(String, GitRepositories) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
-
Repairs a corrupted Git repository
- repairCorrupted(String, GitRepositories) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
-
Repairs a corrupted Git repository
- repairCorrupted(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- repairCorrupted(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- repairCorruptedRepository(RepairRepositoryRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- RepairRepositoryRequest - Class in org.craftercms.studio.model.rest
-
Repository Repair Request
- RepairRepositoryRequest() - Constructor for class org.craftercms.studio.model.rest.RepairRepositoryRequest
- REPLACE_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- replaceCopyDependency(Document, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- replaceFileContentGit(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- replaceKeywordsByValue(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- replacement - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
-
The expression to replace in the files
- replaceParameters(String, Map<String, String>) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- replaceSiteNameVariable(String, Path) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- replyTo - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- REPO_BASE_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Content Repository
- REPO_BLUEPRINTS_DESCRIPTOR_FILENAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_BLUEPRINTS_UPDATED_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_CLEANUP_CRON - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_COMMIT_MESSAGE_PATH_VAR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- REPO_COMMIT_MESSAGE_POSTSCRIPT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_COMMIT_MESSAGE_PROLOGUE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_COMMIT_MESSAGE_USERNAME_VAR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Repository commit messages variables
- REPO_COPY_CONTENT_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_CREATE_AS_ORPHAN_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_CREATE_FOLDER_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_CREATE_REPOSITORY_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_CREATE_SANDBOX_BRANCH_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_DEFAULT_REMOTE_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_DELETE_CONTENT_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_IGNORE_FILES - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_INITIAL_COMMIT_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_INITIAL_PUBLISH_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_MOVE_CONTENT_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_PUBLISH_ALL_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_PUBLISHED_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_PUBLISHED_LIVE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_PUBLISHED_STAGING - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_PULL_FROM_REMOTE_CONFLICT_NOTIFICATION_ENABLED - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_RETRYING_OPERATION_MAX_ATTEMPTS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_RETRYING_OPERATION_MAX_SLEEP - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_SANDBOX_BRANCH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_SANDBOX_WRITE_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_SYNC_DB_COMMIT_MESSAGE_NO_PROCESSING - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_SYNC_EVENT_DELAY_MILLIS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_SYNC_EVENT_MAX_RESET_COUNT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- REPO_URL_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- repoDir - Variable in class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
- RepoOperation - Class in org.craftercms.studio.api.v2.dal
- RepoOperation(RepoOperation.Action, String, ZonedDateTime, String, String) - Constructor for class org.craftercms.studio.api.v2.dal.RepoOperation
- RepoOperation.Action - Enum Class in org.craftercms.studio.api.v2.dal
- REPOSITORY - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Repository Management controller
- RepositoryChanges - Class in org.craftercms.studio.api.v2.repository
-
Holds the set of changed files during a publishing operation
- RepositoryChanges(boolean) - Constructor for class org.craftercms.studio.api.v2.repository.RepositoryChanges
- RepositoryChanges(boolean, Collection<String>, Collection<String>) - Constructor for class org.craftercms.studio.api.v2.repository.RepositoryChanges
- RepositoryChanges(boolean, Collection<String>, Collection<String>, Collection<String>) - Constructor for class org.craftercms.studio.api.v2.repository.RepositoryChanges
- RepositoryChanges(Collection<String>, Collection<String>) - Constructor for class org.craftercms.studio.api.v2.repository.RepositoryChanges
- RepositoryCleanupJob - Class in org.craftercms.studio.impl.v1.repository.job
-
Triggers a cleanup for all repositories on all existing sites.
- RepositoryCleanupJob(SiteService, ContentRepository) - Constructor for class org.craftercms.studio.impl.v1.repository.job.RepositoryCleanupJob
- repositoryConfig - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
web project configuration if the site is dm-based
- RepositoryConfigTO - Class in org.craftercms.studio.api.v1.to
- RepositoryConfigTO() - Constructor for class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- RepositoryEvent - Class in org.craftercms.studio.api.v2.event.repository
-
Event triggered when there is a change in the repository of a site
- RepositoryEvent(String) - Constructor for class org.craftercms.studio.api.v2.event.repository.RepositoryEvent
- repositoryExists(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- repositoryExists(String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
Check if repository exists for given site
- repositoryExists(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- repositoryExists(String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- RepositoryItem - Class in org.craftercms.studio.api.v1.repository
- RepositoryItem() - Constructor for class org.craftercms.studio.api.v1.repository.RepositoryItem
- RepositoryLockedException - Exception Class in org.craftercms.studio.api.v2.exception
- RepositoryLockedException() - Constructor for exception class org.craftercms.studio.api.v2.exception.RepositoryLockedException
- RepositoryLockedException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.RepositoryLockedException
- RepositoryLockedException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.RepositoryLockedException
- RepositoryLockedException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v2.exception.RepositoryLockedException
- RepositoryLockedException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.RepositoryLockedException
- RepositoryLockedExceptionResolver - Class in org.craftercms.studio.impl.v2.utils.git.cli
-
GitCliOutputExceptionResolver
that tries to find a pattern in the Git output to see if it corresponds to aRepositoryLockedExceptionResolver
. - RepositoryLockedExceptionResolver() - Constructor for class org.craftercms.studio.impl.v2.utils.git.cli.RepositoryLockedExceptionResolver
- RepositoryManagementController - Class in org.craftercms.studio.controller.rest.v2
- RepositoryManagementController(RepositoryManagementService) - Constructor for class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- RepositoryManagementService - Interface in org.craftercms.studio.api.v2.service.repository
- RepositoryManagementServiceImpl - Class in org.craftercms.studio.impl.v2.service.repository
- RepositoryManagementServiceImpl(RepositoryManagementServiceInternal, SiteService, AuditServiceInternal, SecurityService) - Constructor for class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- RepositoryManagementServiceInternal - Interface in org.craftercms.studio.api.v2.service.repository.internal
- RepositoryManagementServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.repository.internal
- RepositoryManagementServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- repositoryMergeConflictNotifications - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- RepositoryStartupCleanup - Class in org.craftercms.studio.impl.v2.repository
-
Clean up git repositories on startup
- RepositoryStartupCleanup() - Constructor for class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- RepositoryStatus - Class in org.craftercms.studio.api.v2.dal
- RepositoryStatus() - Constructor for class org.craftercms.studio.api.v2.dal.RepositoryStatus
- repositoryType - Variable in class org.craftercms.studio.model.rest.RepairRepositoryRequest
- RepositoryWatcher - Interface in org.craftercms.studio.api.v2.sync
-
The RepositoryWatcher is responsible for watching the file system for changes to registered sites' repositories.
- RepositoryWatcherImpl - Class in org.craftercms.studio.impl.v2.sync
-
RepositoryWatcher
default implementation. - RepositoryWatcherImpl(SitesService, StudioConfiguration, TaskExecutor) - Constructor for class org.craftercms.studio.impl.v2.sync.RepositoryWatcherImpl
- REQUEST_PARAM_APPROVER - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_CLUSTER_NODE_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_COMMIT_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_DATE_FROM - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_DATE_TO - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_DAYS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_ENVIRONMENT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_FILTER_TYPE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_INCLUDE_PARAMETERS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_ITEM_TYPE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_KEYWORD - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_LIMIT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_NAME - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_NUM - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_OFFSET - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_OPERATIONS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_ORDER - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_ORIGIN - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_PACKAGE_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_PATH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_PREFER_CONTENT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_PROFILE_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_PUBLISHING_TARGET - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_SITE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_SITE_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_SITE_NAME - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_SITEID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_SORT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_STATES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_TARGET - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_TOKEN - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_TYPE - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_USER - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_USER_ID - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_USERNAME - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PARAM_USERNAMES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- REQUEST_PUBLISH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- RequestConstants - Class in org.craftercms.studio.controller.rest.v2
- RequestContext - Class in org.craftercms.studio.api.v1.service.workflow.context
- RequestContext(String, String) - Constructor for class org.craftercms.studio.api.v1.service.workflow.context.RequestContext
- RequestContextBuilder - Class in org.craftercms.studio.api.v1.service.workflow.context
- RequestContextBuilder() - Constructor for class org.craftercms.studio.api.v1.service.workflow.context.RequestContextBuilder
- RequestMappingConstants - Class in org.craftercms.studio.controller.rest.v2
- requestMatcher - Variable in class org.craftercms.studio.impl.v2.utils.spring.security.OrRegexRequestMatcher
- requestPublish(String, List<String>, List<String>, String, ZonedDateTime, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Request approval for content to be published
- requestPublish(String, List<String>, List<String>, String, ZonedDateTime, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- requestPublish(RequestPublishRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- RequestPublishRequestBody - Class in org.craftercms.studio.model.rest.workflow
- RequestPublishRequestBody() - Constructor for class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- requireContentExists(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.annotation.RequireContentExistsAnnotationHandler
- RequireContentExists - Annotation Interface in org.craftercms.studio.api.v2.annotation
- RequireContentExistsAnnotationHandler - Class in org.craftercms.studio.api.v2.annotation
-
Handles the
RequireContentExists
annotation. - RequireContentExistsAnnotationHandler(ContentRepository) - Constructor for class org.craftercms.studio.api.v2.annotation.RequireContentExistsAnnotationHandler
- requirePeerReview - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
- requireSiteExists(ProceedingJoinPoint) - Method in class org.craftercms.studio.api.v2.annotation.RequireSiteExistsAnnotationHandler
- RequireSiteExists - Annotation Interface in org.craftercms.studio.api.v2.annotation
- RequireSiteExistsAnnotationHandler - Class in org.craftercms.studio.api.v2.annotation
-
Handles the
RequireSiteExists
annotation. - RequireSiteReady - Annotation Interface in org.craftercms.studio.api.v2.annotation
-
RequireSiteState
specialization that requires the site state to be 'READY'. - RequireSiteState - Annotation Interface in org.craftercms.studio.api.v2.annotation
-
Indicates that the annotated method requires the site state to match the state specified in the annotation value.
- RequireSiteStateAnnotationHandler - Class in org.craftercms.studio.api.v2.annotation
-
Handles the
RequireSiteState
annotation. - RequireSiteStateAnnotationHandler(SitesService) - Constructor for class org.craftercms.studio.api.v2.annotation.RequireSiteStateAnnotationHandler
- rescheduledUris - Variable in class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- RESERVED_1 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_10 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_11 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_12 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_2 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_3 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_4 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_5 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_6 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_7 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_8 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESERVED_9 - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- RESET_PASSWORD - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- resetChanges(String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- resetIfNeeded(Repository, Git) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- resetPassword(String, ResetPasswordRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- resetPassword(String, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Admin resets the user password
- resetPassword(String, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- ResetPasswordRequest - Class in org.craftercms.studio.model.rest
- ResetPasswordRequest() - Constructor for class org.craftercms.studio.model.rest.ResetPasswordRequest
- resetProcessingQueue(String, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- resetProcessingQueue(String, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
-
Reset items being in processing state (skip publishing cycle or recover from error)
- resetProcessingQueue(Map) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
-
Reset publishing requests in processing state
- resetStagingEnvironment(String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DeploymentService
-
Reset staging environment to live for given site
- resetStagingEnvironment(String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- resetStagingRepository(String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
Reset staging repository to live for given site
- resetStagingRepository(String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- resetStagingRepository(String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- resetStagingRepository(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- resetStatesBySiteAndPathBulk(long, List<String>, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Reset items state
- resolve(String, String) - Method in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
-
Resolves dependent files for given content of given path
- resolve(String, String) - Method in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- RESOLVE_CONFLICT - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- resolveConflict(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
- resolveConflict(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
- resolveConflict(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- resolveConflict(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- resolveConflict(ResolveConflictRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- ResolveConflictRequest - Class in org.craftercms.studio.model.rest
- ResolveConflictRequest() - Constructor for class org.craftercms.studio.model.rest.ResolveConflictRequest
- resolveCsrfTokenValue(HttpServletRequest, CsrfToken) - Method in class org.craftercms.studio.api.v2.security.StudioCsrfTokenRequestHandler
- ResolvedDependency(String, boolean) - Constructor for record class org.craftercms.studio.api.v1.service.dependency.DependencyResolver.ResolvedDependency
-
Creates an instance of a
ResolvedDependency
record class. - resolveDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Resolves dependent files for given content of given path
- resolveDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- resolveException(int, String) - Method in interface org.craftercms.studio.api.v2.utils.git.cli.GitCliOutputExceptionResolver
- resolveException(int, String) - Method in class org.craftercms.studio.impl.v2.utils.git.cli.CompositeGitCliExceptionResolver
- resolveException(int, String) - Method in class org.craftercms.studio.impl.v2.utils.git.cli.PatternFindingGitCliExceptionResolver
- resolvePath(String, Map<String, String>) - Static method in class org.craftercms.studio.impl.v1.util.PathMacrosTransaltor
-
Match the URL with the know patterns and translate them to actual value
- response - Variable in class org.craftercms.studio.model.rest.Result
- ResponseBody - Class in org.craftercms.studio.model.rest
-
Contains the response body of an API operation.
- ResponseBody() - Constructor for class org.craftercms.studio.model.rest.ResponseBody
- restBasePath - Variable in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- restore(String, String...) - Method in class org.craftercms.studio.impl.v2.utils.git.GitCli
-
Remove the given paths from the index and discard changes
- restTemplate - Variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- restTemplate - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- restTemplate - Variable in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
- result - Variable in class org.craftercms.studio.model.rest.ResponseBody
- Result - Class in org.craftercms.studio.model.rest
-
The result of an API operation.
- Result() - Constructor for class org.craftercms.studio.model.rest.Result
- RESULT_ITEMS - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- RESULT_KEY_ACTIVITIES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
-
Dashboard Controller
- RESULT_KEY_AUDIT_LOG - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_BLUEPRINTS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_CHILD_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_CONFIG - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_CONTENT - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_CORRUPTED - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_CURRENT_USER - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_DEPENDENT_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_DIFF - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_ENVIRONMENT - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_EVENTS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_EXISTS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_GROUP - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_GROUPS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_HARD_DEPENDENCIES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_HAS_INITIAL_PUBLISH - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_HISTORY - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_ITEM - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_MEMORY - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_MENU_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_MESSAGE - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PACKAGE - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PACKAGES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
-
Publish controller
- RESULT_KEY_PERMISSIONS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PERSON - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
-
Exception Handler
- RESULT_KEY_PLUGINS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PUBLISH_HISTORY - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PUBLISH_STATUS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PUBLISHING_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PUBLISHING_PACKAGE_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PUBLISHING_PACKAGES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_PUBLISHING_STATS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_REMOTES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_REPOSITORY_STATUS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_RESULT - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_RESULTS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_ROLES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_SITES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_SOFT_DEPENDENCIES - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_STATUS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_TOKEN - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_TOKENS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_UNPUBLISHED_ITEMS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_USAGE - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_USER - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_USERS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_VALIDATION_ERRORS - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_VERSION - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_KEY_XML - Static variable in class org.craftercms.studio.controller.rest.v2.ResultConstants
- RESULT_TOTAL - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- ResultConstants - Class in org.craftercms.studio.controller.rest.v2
-
Keys used for the results in the Rest API.
- ResultList<T> - Class in org.craftercms.studio.model.rest
-
A
Result
where the actual result is a list of entities. - ResultList() - Constructor for class org.craftercms.studio.model.rest.ResultList
- ResultOne<T> - Class in org.craftercms.studio.model.rest
-
A
Result
where the actual result is a single entity. - ResultOne() - Constructor for class org.craftercms.studio.model.rest.ResultOne
- ResultTO - Class in org.craftercms.studio.api.v1.to
-
Service call result object to be used in javascript API
- ResultTO() - Constructor for class org.craftercms.studio.api.v1.to.ResultTO
- retry(Runnable) - Method in interface org.craftercms.studio.api.v2.dal.RetryingDatabaseOperationFacade
-
Retries the database operation
op
up to the configured maximum retries. - retry(Runnable) - Method in class org.craftercms.studio.impl.v2.dal.RetryingDatabaseOperationFacadeImpl
- retry(Supplier<T>) - Method in interface org.craftercms.studio.api.v2.dal.RetryingDatabaseOperationFacade
-
Retries the database operation
op
up to the configured maximum retries. - retry(Supplier<T>) - Method in class org.craftercms.studio.impl.v2.dal.RetryingDatabaseOperationFacadeImpl
- retryCounter - Static variable in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- RetryingDatabaseOperation - Annotation Interface in org.craftercms.studio.api.v2.annotation
- RetryingDatabaseOperationAnnotationHandler - Class in org.craftercms.studio.api.v2.annotation
- RetryingDatabaseOperationAnnotationHandler() - Constructor for class org.craftercms.studio.api.v2.annotation.RetryingDatabaseOperationAnnotationHandler
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- retryingDatabaseOperationFacade - Variable in class org.craftercms.studio.impl.v2.sync.SyncFromRepositoryTask
- RetryingDatabaseOperationFacade - Interface in org.craftercms.studio.api.v2.dal
- RetryingDatabaseOperationFacadeImpl - Class in org.craftercms.studio.impl.v2.dal
- RetryingDatabaseOperationFacadeImpl() - Constructor for class org.craftercms.studio.impl.v2.dal.RetryingDatabaseOperationFacadeImpl
- RetryingOperationErrorException - Exception Class in org.craftercms.studio.api.v2.exception
- RetryingOperationErrorException() - Constructor for exception class org.craftercms.studio.api.v2.exception.RetryingOperationErrorException
- RetryingOperationErrorException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.RetryingOperationErrorException
- RetryingOperationErrorException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.RetryingOperationErrorException
- RetryingOperationErrorException(Throwable) - Constructor for exception class org.craftercms.studio.api.v2.exception.RetryingOperationErrorException
- RetryingRepositoryOperation - Annotation Interface in org.craftercms.studio.api.v2.annotation
- RetryingRepositoryOperationAnnotationHandler - Class in org.craftercms.studio.api.v2.annotation
- RetryingRepositoryOperationAnnotationHandler() - Constructor for class org.craftercms.studio.api.v2.annotation.RetryingRepositoryOperationAnnotationHandler
- retryingRepositoryOperationFacade - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- retryingRepositoryOperationFacade - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- retryingRepositoryOperationFacade - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.global.BlueprintsUpgradeOperation
- retryingRepositoryOperationFacade - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- retryingRepositoryOperationFacade - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- retryingRepositoryOperationFacade - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- RetryingRepositoryOperationFacade - Interface in org.craftercms.studio.api.v2.repository
- RetryingRepositoryOperationFacadeImpl - Class in org.craftercms.studio.impl.v2.repository
- RetryingRepositoryOperationFacadeImpl() - Constructor for class org.craftercms.studio.impl.v2.repository.RetryingRepositoryOperationFacadeImpl
- REVERT - Enum constant in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
- revertContent(String, String, String, boolean, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
revert a version (create a new version based on an old version)
- revertContent(String, String, String, boolean, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- revertContent(String, String, String, boolean, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- revertContent(String, String, String, boolean, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- revertContentItem(String, String, String, boolean, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- revertContentItem(String, String, String, boolean, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
revert a version (create a new version based on an old version)
- ringBuffer - Variable in class org.craftercms.studio.impl.v2.utils.RingBuffer
- RingBuffer<T> - Class in org.craftercms.studio.impl.v2.utils
-
A special ring buffer implementation that allows unlimited writes keeping only a preset size of buffer, followed by reading of what was written in the order it was written ignoring what was overwritten when writing beyond the preset size.
- RingBuffer(int) - Constructor for class org.craftercms.studio.impl.v2.utils.RingBuffer
- role - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
-
ARN of the AWS Role used to create the transcoding jobs.
- Role - Class in org.craftercms.studio.api.v1.dal
- Role() - Constructor for class org.craftercms.studio.api.v1.dal.Role
- RolePermissionMappings - Class in org.craftercms.studio.api.v2.dal.security
- RolePermissionMappings() - Constructor for class org.craftercms.studio.api.v2.dal.security.RolePermissionMappings
- roles - Variable in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- ROLES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- ROOT_PATTERN_ASSETS - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- ROOT_PATTERN_COMPONENTS - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- ROOT_PATTERN_DOCUMENTS - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- ROOT_PATTERN_PAGES - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- ROOT_PATTERN_SYSTEM_COMPONENTS - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- ROOT_URL - Static variable in class org.craftercms.studio.controller.rest.v2.LoggerController
- rootPath - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
-
Starting path that should be ignored for checking the patterns
- rootPrefix - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
root prefix
- rules - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
-
The list of find-replace rules
- run() - Method in interface org.craftercms.studio.api.v2.utils.function.ThrowingRunnable
- run() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- runScript(String, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.controller.rest.v2.PluginController
-
Executes a rest script for the given site
S
- S3Item - Class in org.craftercms.studio.model.aws.s3
-
Holds the data for an S3 item.
- S3Item(String, String, boolean, String, String) - Constructor for class org.craftercms.studio.model.aws.s3.S3Item
- S3Output - Class in org.craftercms.studio.api.v1.aws.s3
-
Represents metadata of an AWS S3 Upload.
- S3Output() - Constructor for class org.craftercms.studio.api.v1.aws.s3.S3Output
- s3Service - Variable in class org.craftercms.studio.controller.rest.v2.aws.AwsS3Controller
- S3Service - Interface in org.craftercms.studio.api.v1.service.aws
-
Deprecated.This service has been replaced with
AwsS3Service
- S3ServiceImpl - Class in org.craftercms.studio.impl.v1.service.aws
-
Deprecated.This service has been replaced with
AwsS3ServiceImpl
- S3ServiceImpl(SiteAwareConfigProfileLoader<S3Profile>) - Constructor for class org.craftercms.studio.impl.v1.service.aws.S3ServiceImpl
-
Deprecated.
- Sandbox() - Constructor for class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- SANDBOX - Enum constant in enum class org.craftercms.studio.api.v1.constant.GitRepositories
- SANDBOX_BRANCH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SANDBOX_ITEMS_BY_PATH - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- SANDBOX_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- sandboxBranch - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- sandboxBranch - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
sandbox branch
- sandboxBranch - Variable in class org.craftercms.studio.api.v2.dal.Site
- sandboxEnabled - Variable in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- sandboxInterceptor - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- sandboxItem - Variable in class org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
-
The sandbox item
- SandboxItem - Class in org.craftercms.studio.model.rest.content
- SandboxItem() - Constructor for class org.craftercms.studio.model.rest.content.SandboxItem
- SandboxRepositoryListener - Class in org.craftercms.studio.impl.v2.sync
-
Register and de-register sites for repository events.
- SandboxRepositoryListener(SitesService, GitRepositoryHelper, RepositoryWatcher) - Constructor for class org.craftercms.studio.impl.v2.sync.SandboxRepositoryListener
- SAVE_AND_CLOSE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SAVE_AND_CLOSE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SAVE_AND_NOT_CLOSE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SAVE_AND_NOT_CLOSE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- savedAndClosed(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- savedAndNotClosed(long) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
- savedAsDraft - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- SAXON_CLASS - Static variable in class org.craftercms.studio.impl.v2.utils.XsltUtils
- SCHEDULE_RENAME_WORKFLOW_PREFIX - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- scheduled - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- SCHEDULED - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- SCHEDULED - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- SCHEDULED_DEPLOYMENT - Enum constant in enum class org.craftercms.studio.api.v1.service.fsm.TransitionEvent
- SCHEDULED_ITEM_SORT_FIELDS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- SCHEDULED_STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- scheduledDate - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- SCHEMA - Static variable in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- screenshots - Variable in class org.craftercms.studio.api.v1.to.SiteBlueprintTO
- SCRIPT - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- SCRIPT_PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SCRIPT_RUNNER_DB_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- scriptEngineManager - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- ScriptEngineManager - Interface in org.craftercms.studio.api.v2.scripting
-
Holds the
GroovyScriptEngine
instances for all sites - ScriptEngineManagerImpl - Class in org.craftercms.studio.impl.v2.scripting
-
Default implementation of
ScriptEngineManager
- ScriptEngineManagerImpl(ContextManager, ContentStoreService, boolean, String, String, String) - Constructor for class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- ScriptEngineManagerImpl.StudioResourceConnector - Class in org.craftercms.studio.impl.v2.scripting
- ScriptEngineManagerImpl.StudioResourceLoader - Class in org.craftercms.studio.impl.v2.scripting
- ScriptEngineManagerImpl.StudioUrlStreamHandler - Class in org.craftercms.studio.impl.v2.scripting
- scriptEngines - Variable in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- scriptExecutor - Variable in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- ScriptExecutor - Interface in org.craftercms.studio.api.v1.script
- scriptExtension - Variable in class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl
- scriptExtension - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- scriptFolder - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
-
Path of the folder to search the script file.
- scriptingService - Variable in class org.craftercms.studio.controller.rest.v2.PluginController
- ScriptingService - Interface in org.craftercms.studio.api.v2.service.scripting
-
Defines all operations related to scripts
- ScriptingServiceImpl - Class in org.craftercms.studio.impl.v2.service.scripting
-
Default implementation of
ScriptingService
- ScriptingServiceImpl(ScriptingServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.scripting.ScriptingServiceImpl
- scriptingServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.scripting.ScriptingServiceImpl
- ScriptingServiceInternal - Interface in org.craftercms.studio.api.v2.service.scripting.internal
-
Defines all operations related to scripts
- ScriptingServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.scripting.internal
-
Default implementation of
ScriptingServiceInternal
- ScriptingServiceInternalImpl(ScriptEngineManager, SandboxInterceptor, String, String, boolean, String[], MarketplaceService, ContentService, StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- scriptLinesBufferSize - Variable in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerFactoryImpl
- scriptLinesBufferSize - Variable in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- scriptPathFormat - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- scriptRunnerFactory - Variable in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- scripts - Variable in class org.craftercms.studio.model.contentType.ContentTypeUsage
- scriptsClassPath - Variable in class org.craftercms.studio.impl.v1.script.GroovyScriptExecutor
- scriptsPatterns - Variable in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
-
scripts path patterns
- search() - Method in class org.craftercms.studio.controller.rest.v2.CmisController
- search(String, SearchParams) - Method in class org.craftercms.studio.controller.rest.v2.SearchController
- search(String, SearchParams) - Method in interface org.craftercms.studio.api.v2.service.search.SearchService
-
Performs a search operation for a given site
- search(String, SearchParams, int) - Method in interface org.craftercms.studio.api.v2.service.search.SearchService
-
Performs a search operation for a given site
- search(String, SearchParams, int) - Method in class org.craftercms.studio.impl.v2.service.search.internal.ClausesLimitAwareSearchService
- search(String, SearchParams, int) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Performs a search operation for a given site
- search(String, SearchParams, int) - Method in class org.craftercms.studio.impl.v2.service.search.SearchServiceImpl
-
Performs a search operation for a given site
- search(String, SearchRequest, Class<T>) - Method in class org.craftercms.studio.impl.v2.service.search.PermissionAwareSearchService
-
Perform a search operation for the given site
- search(SearchRequest, Class<T>, Map<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.search.PermissionAwareSearchService
- SEARCH_DEFAULT_TYPE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_HIGHLIGHT_FIELDS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_INTERNAL_NAME_FIELD_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_KEYWORD_SPLIT_REGEX - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_LAST_EDIT_FIELD_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_LAST_EDITOR_FIELD_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_MIME_TYPE_FIELD_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_NUMBER_OF_SNIPPETS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_PATH_FIELD_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_SIZE_FIELD_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_SNIPPETS_SIZE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SEARCH_UNREACHABLE - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- SearchController - Class in org.craftercms.studio.controller.rest.v2
-
Controller to access the search service
- SearchController(SearchService) - Constructor for class org.craftercms.studio.controller.rest.v2.SearchController
- SearchFacet - Class in org.craftercms.studio.model.search
-
Holds the data for a single facet
- SearchFacet() - Constructor for class org.craftercms.studio.model.search.SearchFacet
- SearchFacetRange - Class in org.craftercms.studio.model.search
-
Holds the data for a single range in a facet
- SearchFacetRange() - Constructor for class org.craftercms.studio.model.search.SearchFacetRange
- searchFields - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
Map of fields & boosting to use in search
- searchFields - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
List of fields to include during searching
- SearchParams - Class in org.craftercms.studio.model.search
-
Holds the data needed to perform a search operation
- SearchParams() - Constructor for class org.craftercms.studio.model.search.SearchParams
- searchPlugins(String, String, boolean, long, long) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
- searchPlugins(String, String, boolean, long, long) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController
- searchPlugins(String, String, boolean, long, long) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Performs a search for all available plugins that match the given filters
- searchPlugins(String, String, boolean, long, long) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Performs a search for all available plugins that match the given filters
- searchPlugins(String, String, boolean, long, long) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- SearchResult - Class in org.craftercms.studio.model.search
-
Holds all the data for a search operation
- SearchResult() - Constructor for class org.craftercms.studio.model.search.SearchResult
- SearchResultItem - Class in org.craftercms.studio.model.search
-
Holds the data of a single search result
- SearchResultItem() - Constructor for class org.craftercms.studio.model.search.SearchResultItem
- searchService - Variable in class org.craftercms.studio.controller.rest.v2.SearchController
-
The search service
- searchService - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
The Search service
- searchService - Variable in class org.craftercms.studio.impl.v2.service.search.SearchServiceImpl
-
The internal search service
- SearchService - Interface in org.craftercms.studio.api.v2.service.search
-
Provides access to OpenSearch for authoring indexes
- SearchServiceImpl - Class in org.craftercms.studio.impl.v2.service.search
-
Default implementation for
SearchService
- SearchServiceImpl(SecurityService, SearchService, SiteService) - Constructor for class org.craftercms.studio.impl.v2.service.search.SearchServiceImpl
- SearchServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.search.internal
-
Internal implementation of
SearchService
- SearchServiceInternalImpl(PermissionAwareSearchService, StudioConfiguration, ServicesConfig) - Constructor for class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
- secondLevelCompare(ContentItemTO, ContentItemTO) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- SECURITY_CIPHER_ALGORITHM - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_CIPHER_KEY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_CIPHER_SALT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_CIPHER_TYPE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_FORGOT_PASSWORD_EMAIL_TEMPLATE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_FORGOT_PASSWORD_MESSAGE_SUBJECT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_FORGOT_PASSWORD_TOKEN_TIMEOUT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_PASSWORD_REQUIREMENTS_MINIMUM_COMPLEXITY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_PUBLIC_URLS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_RESET_PASSWORD_SERVICE_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SECURITY_SESSION_TIMEOUT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Security Service
- SECURITY_SET_PASSWORD_DELAY - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SecurityConstants - Interface in org.craftercms.studio.api.v1.constant
-
General constants for accessing user properties.
- SecurityController - Class in org.craftercms.studio.controller.rest.v2
-
Rest controller that provides access to security operations
- SecurityController(EncryptionService, AccessTokenService) - Constructor for class org.craftercms.studio.controller.rest.v2.SecurityController
- securityDao - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- SecurityDAO - Interface in org.craftercms.studio.api.v2.dal
- securityService - Variable in class org.craftercms.studio.api.v2.security.HasAllPermissionsAnnotationHandler
- securityService - Variable in class org.craftercms.studio.api.v2.security.HasAnyPermissionsAnnotationHandler
- securityService - Variable in class org.craftercms.studio.controller.rest.v2.ManagementTokenAware
- securityService - Variable in class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- securityService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- securityService - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- securityService - Variable in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- securityService - Variable in class org.craftercms.studio.impl.v2.service.search.SearchServiceImpl
-
The security service
- securityService - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- securityService - Variable in class org.craftercms.studio.impl.v2.utils.spring.security.messaging.StudioMessageSecurityExpressionRoot
- securityService - Variable in class org.craftercms.studio.impl.v2.utils.spring.security.messaging.StudioSecurityExpressionHandler
- SecurityService - Interface in org.craftercms.studio.api.v1.service.security
- SecurityService - Interface in org.craftercms.studio.api.v2.service.security
- SecurityServiceImpl - Class in org.craftercms.studio.impl.v1.service.security
- SecurityServiceImpl - Class in org.craftercms.studio.impl.v2.service.security
- SecurityServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- SecurityServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- select(Object, String, QName) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
Evaluates a XPath selector on the given object
- selectUserFeedEntries(String, String, int, int, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.audit.internal.AuditServiceInternal
- selectUserFeedEntries(String, String, int, int, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- selectUserFeedEntries(Map) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
- selectUserFeedEntriesHideLive(Map) - Method in interface org.craftercms.studio.api.v2.dal.AuditDAO
- SemanticsAvailableActionsResolver - Interface in org.craftercms.studio.api.v2.security
- SemanticsAvailableActionsResolverImpl - Class in org.craftercms.studio.impl.v2.security
- SemanticsAvailableActionsResolverImpl() - Constructor for class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- sendContentApprovalEmail(List<PublishRequest>, boolean) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- sendEmail(String, String, String, String, String) - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- sendEmail(String, String, List<String>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- separator - Variable in class org.craftercms.studio.impl.v2.utils.cache.SuffixCacheInvalidator
-
The separator for the suffix
- serialVersionUID - Static variable in exception class org.craftercms.studio.api.v1.exception.ContentNotAllowedException
- serialVersionUID - Static variable in exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- serialVersionUID - Static variable in exception class org.craftercms.studio.api.v1.exception.ContentProcessException
- serialVersionUID - Static variable in exception class org.craftercms.studio.api.v1.exception.ServiceLayerException
-
Base exception for all services.
- serialVersionUID - Static variable in exception class org.craftercms.studio.api.v1.exception.SiteNotFoundException
- serialVersionUID - Static variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- serialVersionUID - Static variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- serialVersionUID - Static variable in class org.craftercms.studio.api.v1.to.ResultTO
- serialVersionUID - Static variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
- serialVersionUID - Static variable in class org.craftercms.studio.impl.v1.util.ContentComparatorBase
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_CREATE_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_DELETE_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_ENV - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_LOCAL_REPO_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_REMOTE_REPO_URL - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_REPLACE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_TEMPLATE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_DEPLOYER_TARGET_TEMPLATE_PARAMS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- SERVERLESS_DELIVERY_ENABLED - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Serverless Delivery Configuration
- ServerlessDeliveryDeployer - Class in org.craftercms.studio.impl.v2.deployment
- ServerlessDeliveryDeployer(StudioConfiguration, RestTemplate) - Constructor for class org.craftercms.studio.impl.v2.deployment.ServerlessDeliveryDeployer
- SERVICE_NAME - Static variable in class org.craftercms.studio.impl.v1.aws.elastictranscoder.TranscoderProfileMapper
- ServiceLayerException - Exception Class in org.craftercms.studio.api.v1.exception
- ServiceLayerException() - Constructor for exception class org.craftercms.studio.api.v1.exception.ServiceLayerException
- ServiceLayerException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.ServiceLayerException
- ServiceLayerException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.ServiceLayerException
- ServiceLayerException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.ServiceLayerException
- servicesConfig - Variable in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- servicesConfig - Variable in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
- servicesConfig - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
The site configuration
- ServicesConfig - Interface in org.craftercms.studio.api.v1.service.configuration
-
This class provides the repository configuration information
- ServicesConfigImpl - Class in org.craftercms.studio.impl.v1.service.configuration
-
Implementation of ServicesConfigImpl.
- ServicesConfigImpl() - Constructor for class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- servicesManager - Variable in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- ServicesManager - Class in org.craftercms.studio.api.v1.service
- ServicesManager() - Constructor for class org.craftercms.studio.api.v1.service.ServicesManager
- servletContext - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
-
The servlet context.
- sessionTimeout - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
Time in minutes after which active users will be required to login again
- SessionTokenUtils - Class in org.craftercms.studio.impl.v1.util
- SessionTokenUtils() - Constructor for class org.craftercms.studio.impl.v1.util.SessionTokenUtils
- SET_PASSWORD - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- setAccessTokenServiceInternal(AccessTokenServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setAction(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setAction(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setAction(CopyToEnvironmentItem.Action) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setAction(RepoOperation.Action) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setActions(List<Action>) - Method in class org.craftercms.studio.model.rest.sites.ValidatePolicyRequest
- setActionTimestamp(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- setActionType(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- setActivityStreamDAO(ActivityStreamDAO) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.ActivityStreamServiceInternalImpl
- setActivityStreamServiceInternal(ActivityStreamServiceInternal) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- setActivityStreamServiceInternal(ActivityStreamServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setActivityStreamServiceInternal(ActivityStreamServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setActivityStreamServiceInternal(ActivityStreamServiceInternal) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setActivityStreamServiceInternal(ActivityStreamServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setActivityStreamServiceInternal(ActivityStreamServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setActorDetails(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setActorId(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setAddedDependencies(List<String>) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffResponse
- setAdditionalFields(List<String>) - Method in class org.craftercms.studio.model.search.SearchParams
- setAdditionalFields(Map<String, Object>) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setAdminEmail(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setAdminEmailAddress(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setAllowed(boolean) - Method in class org.craftercms.studio.model.policy.ValidationResult
- setAllowedRoles(Set<String>) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setAllowedRoles(Set<NormalizedRole>) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v1.asset.processing.AssetProcessorResolverImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- setApplicationContext(ApplicationContext) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.craftercms.studio.impl.v2.sync.RepositoryWatcherImpl
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.craftercms.studio.impl.v2.sync.SandboxRepositoryListener
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.craftercms.studio.impl.v2.sync.SyncFromRepositoryTask
- setApproverEmails(List<String>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setArn(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- setAsset(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setAssetPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setAssets(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setAttachRootPrefix(boolean) - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- setAudience(String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- setAuditDao(AuditDAO) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- setAuditId(long) - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- setAuditService(AuditService) - Method in class org.craftercms.studio.controller.rest.v2.AuditController
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setAuditServiceInternal(AuditServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setAuthConfiguratorFactory(AuthConfiguratorFactory) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setAuthenticationForCommand(TransportCommand<?, ?>, String, String, String, String, String, Path, boolean) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setAuthenticationType(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setAuthenticationType(AuthenticationType) - Method in class org.craftercms.studio.model.AuthenticatedUser
- setAuthor(String) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setAuthor(Person) - Method in class org.craftercms.studio.api.v2.dal.CommitAuthor
- setAuthor(Person) - Method in class org.craftercms.studio.model.history.ItemVersion
- setAuthoringBaseUrl(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setAuthoringUrl(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setAvailableActions(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setAvailableActions(long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setAvailableActions(long) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setAvailableActions(long) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setAvailableActionsResolver(AvailableActionsResolver) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setAvatar(String) - Method in class org.craftercms.studio.model.rest.Person
- setBaseKey(String) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
-
Sets the base key of the collection of transcoded files.
- setBaseKey(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- setBasePath(String) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setBlobStoreResolver(StudioBlobStoreResolver) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- setBlueprintId(String) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setBlueprintVersion(Version) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setBody(String) - Method in class org.craftercms.studio.api.v1.to.MessageTO
- setBranches(List<String>) - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- setBranches(List<String>) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- setBrowserUri(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setBrowserUrl(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
-
Starts from /site
- setBrowserUrlForExternalDocument(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setBucket(String) - Method in class org.craftercms.studio.api.v1.aws.s3.S3Output
- setBucketName(String) - Method in class org.craftercms.studio.model.aws.s3.S3Item
- setCache(Cache<String, Object>) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- setCache(Cache<String, ContentTypeConfigTO>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- setCache(Cache<String, NotificationConfigTO>) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- setCache(Cache<String, PermissionsConfigTO>) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setCacheInvalidators(List<CacheInvalidator<String, Object>>) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setCannedMessages(Map<String, List<MessageTO>>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setCategoryRoot(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setChain(List<ContentProcessor>) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ContentProcessorPipelineImpl
- setChildren(List<ContentItemTO>) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setChildren(List<ContentItemTO>) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- setChildren(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setChildren(List<PasteItem>) - Method in class org.craftercms.studio.model.clipboard.PasteItem
- setChildren(List<SandboxItem>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- setChildrenCount(int) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setChildrenCount(int) - Method in class org.craftercms.studio.api.v2.dal.Item
- setChildrenCount(int) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setChildrenCount(int) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setClean(boolean) - Method in class org.craftercms.studio.api.v2.dal.RepositoryStatus
- setClearSystemProcessing(boolean) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- setClearUserLocked(boolean) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- setClusterNodeId(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setCode(int) - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Sets the response code.
- setComment(String) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- setComment(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- setComment(String) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setComment(String) - Method in class org.craftercms.studio.model.history.ItemVersion
- setComment(String) - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- setComment(String) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setComment(String) - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- setComment(String) - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- setComment(String) - Method in class org.craftercms.studio.model.rest.workflow.RejectRequestBody
- setComment(String) - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- setCommitId(String) - Method in class org.craftercms.studio.api.v1.to.ResultTO
- setCommitId(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setCommitId(String) - Method in class org.craftercms.studio.api.v2.dal.CommitAuthor
- setCommitId(String) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setCommitId(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setCommitMessage(String) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- setCommitMessage(String) - Method in class org.craftercms.studio.model.rest.CommitResolutionRequest
- setCommitter(String) - Method in class org.craftercms.studio.model.history.ItemVersion
- setCompleteMessages(Map<String, String>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setComponent(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setComponentPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setComponents(List<ContentItemTO>) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setComponents(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setConfig(List<ConfigRecord>) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- setConfigurationCache(Cache<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setConfigurationCache(Cache<String, Object>) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- setConfigurationCache(Cache<String, SiteConfigTO>) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- setConfigurationPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setConfigurationReader(EncryptionAwareConfigurationReader) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setConfigurationService(ConfigurationService) - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- setConfigurationServiceInternal(ConfigurationService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setConfigurationServiceInternal(ConfigurationService) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- setConflicting(Set<String>) - Method in class org.craftercms.studio.api.v2.dal.RepositoryStatus
- setContainer(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setContent(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setContent(String) - Method in class org.craftercms.studio.controller.rest.v2.PluginController.WriteConfigurationRequest
- setContent(String) - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- setContent(List<String>) - Method in class org.craftercms.studio.model.contentType.ContentTypeUsage
- setContentAsFolder(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setContentAsFolder(boolean) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setContentItem(ContentItemTO) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- setContentItemIdGenerator(ContentItemIdGenerator) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setContentMetadata(Map<String, Object>) - Method in class org.craftercms.studio.model.policy.Action
- setContentProcessor(ProcessContentExecutor) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.transaction.TransactionServiceImpl
-
setter for content repository
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setContentRepository(ContentRepository) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- setContentRepositoryV1(ContentRepository) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- setContentRepositoryV2(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setContentRepositoryV2(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setContentRepositoryV2(ContentRepository) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setContentRepositoryV2(ContentRepository) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- setContentService(ContentService) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- setContentServiceInternal(ContentServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setContentServiceInternal(ContentServiceInternal) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setContentServiceInternal(ContentServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setContentServiceInternal(ContentServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setContentServiceInternal(ContentServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setContentServiceInternal(ContentServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setContentServiceV1(ContentService) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setContentServiceV2(ContentService) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- setContentServiceV2(ContentService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setContentStoreService(ContentStoreService) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setContentStream(InputStream) - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
set content input stream.this will reset document.
- setContentStream(InputStream) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- setContentType(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setContentType(String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- setContentType(String) - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- setContentTypeClass(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setContentTypeClass(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setContentTypeClass(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setContentTypeClass(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails.PublishingPackageItem
- setContentTypeClass(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setContentTypeId(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setContentTypeId(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setContentTypeId(String) - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- setContentTypeId(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setContentTypeId(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setContentTypesConfig(ContentTypesConfig) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- setContentTypesConfig(ContentTypesConfig) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- setContentTypeService(ContentTypeService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setContentTypeService(ContentTypeService) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setContentTypeServiceInternal(ContentTypeServiceInternal) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setContentTypeServiceInternal(ContentTypeServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setContextManager(ContextManager) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setContextManager(ContextManager) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- setContextManager(ContextManager) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setContextManager(ContextManager) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setCopyDepedencyPattern(List<CopyDependencyConfigTO>) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setCopyDepedencyPattern(List<ContentType.CopyDependency>) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setCount(Number) - Method in class org.craftercms.studio.model.search.SearchFacetRange
- setCreatedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setCreatedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setCreatedOn(Instant) - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- setCreatedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setCreatedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Item
- setCreateIfAbsent(boolean) - Method in class org.craftercms.studio.model.rest.logging.LoggerConfigRequest
- setCreator(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setCreator(Person) - Method in class org.craftercms.studio.api.v2.dal.Item
- setCreator(Person) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- setCreator(Person) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setCurrent(String) - Method in class org.craftercms.studio.model.rest.ChangePasswordRequest
- setCurrent(CronJobContext) - Static method in class org.craftercms.studio.api.v1.job.CronJobContext
- setCurrentConfigName(String) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- setCurrentConfigPath(String) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- setCurrentUser(String) - Method in class org.craftercms.studio.api.v1.job.CronJobContext
- setCycleCounter(String, int) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- setDataSource(DataSource) - Method in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerFactoryImpl
- setDate(boolean) - Method in class org.craftercms.studio.api.v1.to.FacetTO
- setDate(boolean) - Method in class org.craftercms.studio.model.search.SearchFacet
- setDateCreated(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- setDateCreated(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setDateModified(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- setDateModified(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setDatePublished(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Environment
- setDatePublished(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- setDateScheduled(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Environment
- setDateSubmitted(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- setDateSubmitted(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setDateTime(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setDefaultFilter(Filter) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- setDefaultLocaleCode(String) - Method in class org.craftercms.studio.model.config.TranslationConfiguration
- setDelay(long) - Method in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- setDelete(boolean) - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- setDeleted(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setDeleted(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setDeleted(boolean) - Method in class org.craftercms.studio.api.v2.dal.User
- setDeleted(int) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setDeleted(int) - Method in class org.craftercms.studio.api.v2.dal.Site
- setDeletedAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.User
- setDeleteDependencies(boolean) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- setDeleteDependencies(List<DeleteDependencyConfigTO>) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setDeleteDependencies(List<ContentType.DeleteDependency>) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setDeletedItems(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setDeleteEmptyParentFolder(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setDelimiter(String) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- setDelimiter(String) - Method in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- setDependencies(List<Map<String, String>>) - Method in class org.craftercms.studio.api.v1.to.CalculateDependenciesEntityTO
- setDependencies(Set<String>) - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- setDependencyDao(DependencyDAO) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- setDependencyDiffService(DependencyDiffService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setDependencyMapper(DependencyMapper) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setDependencyResolver(DependencyResolver) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyDiffServiceImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setDependencyService(DependencyService) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setDependencyService(DependencyServiceInternal) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ExtractDependencyProcessor
- setDependencyService(DependencyServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setDependencyService(DependencyServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setDependencyServiceInternal(DependencyServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setDependencyServiceInternal(DependencyServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setDependencyServiceInternal(DependencyServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setDependencyServiceV2(DependencyServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setDependencyTypes(Map<String, DependencyResolverConfigTO.DependencyType>) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- setDeployer(Deployer) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setDeploymentDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setDeploymentFailureNotifications(List<String>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setDeploymentService(DeploymentService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- setDeploymentService(DeploymentService) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setDeploymentService(DeploymentService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setDeploymentService(DeploymentService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setDeploymentService(DeploymentService) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setDeploymentService(DeploymentService) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setDesc(String) - Method in class org.craftercms.studio.model.Site
- setDescription(String) - Method in class org.craftercms.studio.api.v1.dal.Permission
- setDescription(String) - Method in class org.craftercms.studio.api.v1.dal.Role
- setDescription(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setDescription(String) - Method in class org.craftercms.studio.api.v2.dal.Organization
- setDescription(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setDescription(String) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setDescription(String) - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- setDescription(String) - Method in class org.craftercms.studio.model.rest.sites.UpdateSiteRequest
- setDestDoc(Document) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setDestination(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- setDestPath(String) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setDestSandbox(String) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setDiff(String) - Method in class org.craftercms.studio.api.v2.dal.DiffConflictedFile
- setDisableCaching(boolean) - Method in class org.craftercms.studio.impl.v1.util.spring.mvc.BinaryView
-
Tells the client to disable caching of the generated JSON.
- setDisabled(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setDisabled(String) - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- setDisplayPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setDmContentLifeCycleService(DmContentLifeCycleService) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ContentLifeCycleProcessor
- setDmContentLifeCycleService(DmContentLifeCycleService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setDmFilterWrapper(DmFilterWrapper) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setDmPageNavigationOrderService(DmPageNavigationOrderService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setDmPageNavigationOrderService(DmPageNavigationOrderService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setDmPublishService(DmPublishService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setDmPublishService(DmPublishService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- setDmPublishService(DmPublishService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setDocument(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setDocument(Document) - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
set the content document. this will reset content stream
- setDocument(Document) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- setDocumentationUrl(String) - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Sets the URL to documentation related to the response.
- setDocumentPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setDocuments(List<ContentItemTO>) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setDocuments(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setDownloadUrlRegex(String) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setElementXpath(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.ConfigRecord
- setEmail(String) - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- setEmail(String) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setEmail(String) - Method in class org.craftercms.studio.api.v2.dal.User
- setEmail(String) - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- setEmail(String) - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- setEmailMessages(EmailMessageQueueTo) - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- setEmailMessages(EmailMessageQueueTo) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- setEmailMessageTemplates(Map<String, EmailMessageTemplateTO>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setEmailService(JavaMailSender) - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- setEmailService(JavaMailSender) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setEmailServiceNoAuth(JavaMailSender) - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- setEmailServiceNoAuth(JavaMailSender) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setEnabled(boolean) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setEnabled(boolean) - Method in class org.craftercms.studio.api.v2.dal.User
- setEnabled(boolean) - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- setEnabled(boolean) - Method in class org.craftercms.studio.model.rest.UpdateAccessTokenRequest
- setEnabled(boolean) - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- setEnabled(boolean) - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- setEnabledAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setEnabledAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.User
- setEncoding(String) - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
set the encoding of this content
- setEncoding(String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- setEncryptionServiceInternal(EncryptionServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.EncryptionServiceImpl
- setEncryptor(TextEncryptor) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setEncryptor(TextEncryptor) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setEncryptor(TextEncryptor) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setEncryptor(TextEncryptor) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setEncryptor(TextEncryptor) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setEndpoint(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setEndpoint(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- setEntities(String, List<T>) - Method in class org.craftercms.studio.model.rest.ResultList
-
Sets the result entities.
- setEntitlementValidator(EntitlementValidator) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setEntitlementValidator(EntitlementValidator) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setEntitlementValidator(EntitlementValidator) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setEntity(String, T) - Method in class org.craftercms.studio.model.rest.ResultOne
-
Sets the result entity.
- setEnvironment(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setEnvironment(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setEnvironment(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setEnvironment(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setEnvironment(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- setEnvironment(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- setEnvironment(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setEnvironment(String) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- setEnvironment(String) - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- setErrorMessages(Map<String, String>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setEventDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setExcludes(List<String>) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- setExcludes(List<String>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setExcludes(List<String>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setExecuteEveryNCycles(int) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- setExpiresAt(Instant) - Method in class org.craftercms.studio.model.rest.CreateAccessTokenRequest
- setExpiresAt(Instant) - Method in class org.craftercms.studio.model.security.AccessToken
- setExternallyManaged(boolean) - Method in class org.craftercms.studio.api.v2.dal.Group
- setExternallyManaged(boolean) - Method in class org.craftercms.studio.api.v2.dal.User
- setExternallyManaged(boolean) - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- setExternallyManaged(int) - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- setExternallyManaged(int) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setExternallyManagedAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.Group
- setExternallyManagedAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.User
- setFacets(List<SearchFacet>) - Method in class org.craftercms.studio.model.search.SearchResult
- setFacets(Map<String, FacetTO>) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setFetch(String) - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- setFetch(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- setField(String) - Method in class org.craftercms.studio.api.v1.to.FacetTO
- setFileExtension(String) - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- setFileExtension(String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- setFileName(String) - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- setFiles(List<FileRecord>) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- setFilterMap(Map<String, Filter>) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- setFilters(Map<String, Object>) - Method in class org.craftercms.studio.model.search.SearchParams
- setFindRegex(String) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionPattern
- setFirstName(String) - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- setFirstName(String) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setFirstName(String) - Method in class org.craftercms.studio.api.v2.dal.User
- setFirstName(String) - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- setFirstName(String) - Method in class org.craftercms.studio.model.rest.Person
- setFirstName(String) - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- setFloating(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setFolder(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setFolder(boolean) - Method in class org.craftercms.studio.model.aws.s3.S3Item
- setFolderId(String) - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- setFolders(List<DmFolderConfigTO>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setForce(boolean) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- setForce(boolean) - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- setForgotPasswordTaskFactory(ObjectFactory<ForgotPasswordTaskFactory>) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setForm(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setForm(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setForm(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setFormPagePath(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setFormPath(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setFormPath(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setFreeMarkerConfig(ObjectFactory<FreeMarkerConfig>) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setFrom(Object) - Method in class org.craftercms.studio.model.search.SearchFacetRange
- setFrom(String) - Method in class org.craftercms.studio.api.v1.to.FacetRangeTO
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.global.BlueprintsUpgradeOperation
- setGeneralLockService(GeneralLockService) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- setGitCli(GitCli) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setGitCliEnabled(boolean) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setGitRepositoryHelper(GitRepositoryHelper) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setGitRepositoryHelper(GitRepositoryHelper) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- setGlobalTasks(List<Job>) - Method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- setGroup(Group) - Method in class org.craftercms.studio.api.v2.dal.UserGroup
- setGroupDao(GroupDAO) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- setGroupDescription(String) - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- setGroupDescription(String) - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- setGroupDescription(String) - Method in class org.craftercms.studio.api.v2.dal.Group
- setGroupDescription(String) - Method in class org.craftercms.studio.model.rest.groups.UpdateGroupRequest
- setGroupName(String) - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- setGroupName(String) - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- setGroupName(String) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setGroupName(String) - Method in class org.craftercms.studio.api.v2.dal.Group
- setGroups(List<UserGroup>) - Method in class org.craftercms.studio.api.v2.dal.User
- setGroupService(GroupService) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setGroupServiceInternal(GroupServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setGroupServiceInternal(GroupServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- setGroupServiceInternal(GroupServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setHeight(int) - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- setHelper(GitRepositoryHelper) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setHelper(GitRepositoryHelper) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setHelper(GitRepositoryHelper) - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- setHideInAuthoring(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setIcon(String) - Method in class org.craftercms.studio.model.ui.MenuItem
-
Sets the icon of the item as a Font Awesome id, example: fa-smile.
- setId(long) - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- setId(long) - Method in class org.craftercms.studio.api.v1.dal.Permission
- setId(long) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setId(long) - Method in class org.craftercms.studio.api.v1.dal.Role
- setId(long) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.Dependency
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.Group
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.Organization
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.Site
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.User
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setId(long) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setId(long) - Method in class org.craftercms.studio.model.rest.content.DependencyItem
- setId(long) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setId(long) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setId(long) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- setId(long) - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- setId(long) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setId(long) - Method in class org.craftercms.studio.model.rest.groups.UpdateGroupRequest
- setId(long) - Method in class org.craftercms.studio.model.rest.Person
- setId(long) - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- setId(Long) - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- setId(String) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
-
Sets the ID of the job.
- setId(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertJob
- setId(String) - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
set the id of this content
- setId(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setId(String) - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- setId(String) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setId(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setId(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- setId(String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- setId(String) - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- setId(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Package
- setId(String) - Method in class org.craftercms.studio.model.ui.MenuItem
-
Sets the ID of the item.
- setIds(List<Long>) - Method in class org.craftercms.studio.model.rest.AddGroupMembers
- setIds(List<Long>) - Method in class org.craftercms.studio.model.rest.EnableUsers
- setIgnored(boolean) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setIgnored(boolean) - Method in class org.craftercms.studio.api.v2.dal.Item
- setIgnoredAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setIgnoredAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.Item
- setImageThumbnail(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setImageThumbnail(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setImgMgkPath(String) - Method in class org.craftercms.studio.impl.v1.image.transformation.ImageMagickTransformer
- setIncludes(List<String>) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- setIncludes(List<DependencyResolverConfigTO.DependencyExtractionPattern>) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyType
- setInFlight(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setInProgress(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setInProgress(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setInputPath(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- setInputPathPattern(String) - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorPipelineConfiguration
-
Sets the input path pattern.
- setInstallationDate(Instant) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- setInstanceService(InstanceService) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setIntegrityValidator(DbIntegrityValidator) - Method in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- setInterceptedPaths(String[]) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- setInternalName(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setInternalName(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- setInvalidateCache(boolean) - Method in class org.craftercms.studio.api.v1.to.ResultTO
- setItem(Serializable) - Method in class org.craftercms.studio.api.v1.to.ResultTO
- setItem(String) - Method in class org.craftercms.studio.api.v1.to.CalculateDependenciesEntityTO
- setItem(ContentItemTO) - Method in class org.craftercms.studio.model.rest.ConfigurationHistory
- setItem(Item) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setItem(PasteItem) - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- setItem(SandboxItem) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult.ChildrenByPathResult
- setItem(Activity.Item) - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- setItemDao(ItemDAO) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setItemDao(ItemDAO) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setItemDao(ItemDAO) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setItemId(long) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setItems(Collection<GetChildrenByPathsBulkResult.ChildrenByPathResult>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult
- setItems(List<String>) - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- setItems(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- setItems(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesPostRequestBody
- setItems(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- setItems(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.RejectRequestBody
- setItems(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- setItems(List<PublishingPackageDetails.PublishingPackageItem>) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails
- setItems(List<SearchResultItem>) - Method in class org.craftercms.studio.model.search.SearchResult
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setItemServiceInternal(ItemServiceInternal) - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- setItemTypes(Map<String, DependencyResolverConfigTO.ItemType>) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO
- setJobArn(String) - Method in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
- setJobId(String) - Method in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
- setKeepOriginal(boolean) - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorPipelineConfiguration
-
Sets if the original asset (without being processed) should be saved.
- setKey(String) - Method in class org.craftercms.studio.api.v1.aws.s3.S3Output
- setKey(String) - Method in class org.craftercms.studio.api.v1.to.MessageTO
- setKey(String) - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- setKey(String) - Method in class org.craftercms.studio.api.v2.dal.UserProperty
- setKeyword(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setKeyword(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setKeywords(String) - Method in class org.craftercms.studio.model.search.SearchParams
- setLabel(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setLabel(String) - Method in class org.craftercms.studio.api.v1.to.FacetRangeTO
- setLabel(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setLabel(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLabel(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setLabel(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setLabel(String) - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- setLabel(String) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- setLabel(String) - Method in class org.craftercms.studio.model.rest.content.DependencyItem
- setLabel(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setLabel(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setLabel(String) - Method in class org.craftercms.studio.model.rest.CreateAccessTokenRequest
- setLabel(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- setLabel(String) - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- setLabel(String) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setLabel(String) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- setLabel(String) - Method in class org.craftercms.studio.model.security.PersistentAccessToken
- setLabel(String) - Method in class org.craftercms.studio.model.ui.MenuItem
-
Sets the label of the item.
- setLastCommitId(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setLastEditDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setLastModified(Instant) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setLastModifiedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLastModifiedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setLastModifiedDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- setLastModifiedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLastModifiedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Item
- setLastModifier(String) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- setLastModifier(String) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setLastName(String) - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- setLastName(String) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setLastName(String) - Method in class org.craftercms.studio.api.v2.dal.User
- setLastName(String) - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- setLastName(String) - Method in class org.craftercms.studio.model.rest.Person
- setLastName(String) - Method in class org.craftercms.studio.model.rest.UpdateUserRequest
- setLastPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLastPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Item
- setLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- setLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setLastUpdated(ZonedDateTime) - Method in interface org.craftercms.studio.api.v1.to.TimeStamped
-
set the last updated date
- setLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setLevel(String) - Method in class org.craftercms.studio.model.rest.logging.LoggerConfig
- setLevelDescriptor(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setLevelDescriptor(SandboxItem) - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- setLevelDescriptorName(String) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setLevelDescriptorPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setLevelDescriptors(List<ContentItemTO>) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setLevelDescriptors(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setLimit(int) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setLimit(int) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setLimit(int) - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- setLimit(int) - Method in class org.craftercms.studio.model.rest.PaginatedResultList
-
Sets the number of items in the result list.
- setLimit(int) - Method in class org.craftercms.studio.model.search.SearchParams
- setListFloatingPagesLast(boolean) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- setListFloatingPagesLast(boolean) - Method in class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
- setListLevelDescriptorsFirst(boolean) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- setListLevelDescriptorsFirst(boolean) - Method in class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
- setLive(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setLive(Boolean) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- setLive(DetailedItem.Environment) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setLiveBaseUrl(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setLiveDependencyItems(Set<String>) - Method in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- setLiveEnvironment(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setLivePublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLiveScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLiveUrl(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setLiveUrl(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setLiveUrl(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setLiveUsername(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLocale(String) - Method in class org.craftercms.studio.api.v2.dal.User
- setLocaleCode(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLocaleCode(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setLocaleCode(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setLocaleCode(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setLocaleCode(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setLocaleCode(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setLocaleCodes(List<String>) - Method in class org.craftercms.studio.model.config.TranslationConfiguration
- setLocalRepositoryV1(GitContentRepository) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- setLocalRepositoryV2(ContentRepository) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- setLockedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLockedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setLockOwner(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setLockOwner(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setLockOwner(Person) - Method in class org.craftercms.studio.api.v2.dal.Item
- setLockOwner(Person) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setLockOwner(Person) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setLoggerLevel(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.log.LoggerServiceImpl
- setLoggerLevel(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.log.LoggerService
-
Updates a logger with a given name to have a given priority level
- setLoggerLevel(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.log.internal.Log4jLoggerServiceImpl
- setLoggerLevel(LoggerConfigRequest) - Method in class org.craftercms.studio.controller.rest.v2.LoggerController
- setMandatoryParent(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setMapping(Document) - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- setMappings(List<BlobStoreDetails.Mapping>) - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- setMatch(String) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- setMatchPaths(List<String>) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
- setMaxCount(double) - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- setMaxLength(int) - Method in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- setMaxRetries(int) - Method in class org.craftercms.studio.api.v2.annotation.RetryingDatabaseOperationAnnotationHandler
- setMaxRetries(int) - Method in class org.craftercms.studio.api.v2.annotation.RetryingRepositoryOperationAnnotationHandler
- setMaxRetryCounter(int) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setMaxSleep(int) - Method in class org.craftercms.studio.api.v2.annotation.RetryingDatabaseOperationAnnotationHandler
- setMaxSleep(int) - Method in class org.craftercms.studio.api.v2.annotation.RetryingRepositoryOperationAnnotationHandler
- setMergeStrategy(String) - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- setMessage(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
- setMessage(String) - Method in class org.craftercms.studio.api.v1.to.ResultTO
- setMessage(String) - Method in class org.craftercms.studio.model.policy.ValidationResult
- setMessage(String) - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Sets the detailed message of the response.
- setMessages(Map<String, String>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setMetaDAO(MetaDAO) - Method in class org.craftercms.studio.impl.v2.service.system.InstanceServiceImpl
- setMetaDescription(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setMimeType(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setMimeType(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setMimeType(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setMimeType(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails.PublishingPackageItem
- setMimeType(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setMimeType(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setMimeType(String) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setMissingItems(Collection<String>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult
- setMissingItems(Collection<String>) - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathResult
- setModelInstancePath(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setModified(Boolean) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- setModifiedDate(ZonedDateTime) - Method in class org.craftercms.studio.model.history.ItemVersion
- setModifiedDate(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- setModifiedValue(String) - Method in exception class org.craftercms.studio.api.v2.exception.validation.ValidationException
- setModifiedValue(String) - Method in class org.craftercms.studio.model.policy.ValidationResult
- setModifier(String) - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- setModifier(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setModifier(Person) - Method in class org.craftercms.studio.api.v2.dal.Item
- setModifier(Person) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- setModifier(Person) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setModule(String) - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- setMove(boolean) - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- setMoveToPath(String) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setMultiple(boolean) - Method in class org.craftercms.studio.api.v1.to.FacetTO
- setMultiple(boolean) - Method in class org.craftercms.studio.model.search.SearchFacet
- setName(String) - Method in class org.craftercms.studio.api.v1.dal.Permission
- setName(String) - Method in class org.craftercms.studio.api.v1.dal.Role
- setName(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setName(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setName(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setName(String) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyType
- setName(String) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.ItemType
- setName(String) - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- setName(String) - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- setName(String) - Method in class org.craftercms.studio.api.v1.to.FacetTO
- setName(String) - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- setName(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setName(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setName(String) - Method in class org.craftercms.studio.api.v2.dal.Organization
- setName(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- setName(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setName(String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
- setName(String) - Method in class org.craftercms.studio.model.aws.s3.S3Item
- setName(String) - Method in class org.craftercms.studio.model.publish.PublishingTarget
- setName(String) - Method in class org.craftercms.studio.model.rest.content.RenameRequestBody
- setName(String) - Method in class org.craftercms.studio.model.rest.logging.LoggerConfig
- setName(String) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setName(String) - Method in class org.craftercms.studio.model.rest.sites.UpdateSiteRequest
- setName(String) - Method in class org.craftercms.studio.model.search.SearchFacet
- setName(String) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setName(String) - Method in class org.craftercms.studio.model.Site
- setNavigation(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setNavigationOrderSequenceMapper(NavigationOrderSequenceMapper) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- setNew(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setNew(Boolean) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- setNewFile(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setNewNotificationSystemEnable(boolean) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setNewPassword(String) - Method in class org.craftercms.studio.model.rest.ChangePasswordRequest
- setNewPassword(String) - Method in class org.craftercms.studio.model.rest.ResetPasswordRequest
- setNewPassword(String) - Method in class org.craftercms.studio.model.rest.SetPasswordRequest
- setNewPath(String) - Method in class org.craftercms.studio.model.policy.Action
- setNodeRef(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setNodeRef(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setNoThumbnail(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setNoThumbnail(boolean) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setNotificationService(NotificationService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setNotificationService(NotificationService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setNotificationService(NotificationService) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setNotificationService(NotificationService) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setNotificationService(NotificationService) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setNotifySubmitter(int) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setNotifySubmitter(int) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setNow(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setNumberOfEditedAndPublishedItems(int) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingStats
- setNumberOfItems(int) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setNumberOfNewAndPublishedItems(int) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingStats
- setNumberOfPublishes(int) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingStats
- setNumOfChildren(int) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setNumOfChildren(int) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
- setOffset(int) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- setOffset(int) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setOffset(int) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setOffset(int) - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- setOffset(int) - Method in class org.craftercms.studio.model.rest.PaginatedResultList
-
Sets the offset in the total of results this result list starts.
- setOffset(int) - Method in class org.craftercms.studio.model.search.SearchParams
- setOldPath(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setOldPath(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setOldPath(String) - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- setOldPath(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setOldPath(String) - Method in class org.craftercms.studio.model.history.ItemVersion
- setOperation(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setOperation(Operation) - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- setOperationTimestamp(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setOptionalDependencies(List<String>) - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- setOptionalDependencies(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- setOptionalDependencies(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- setOptionalDependencies(List<String>) - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- setOrder(double) - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- setOrder(int) - Method in class org.craftercms.studio.model.publish.PublishingTarget
- setOrder(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setOrder(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setOrders(List<DmOrderTO>) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setOrganization(Organization) - Method in class org.craftercms.studio.api.v2.dal.Group
- setOrganizationId(long) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setOrigin(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setOrOperator(boolean) - Method in class org.craftercms.studio.model.search.SearchParams
- setOutputBucket(String) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
-
Sets the name of the S3 output bucket where the transcoder will put the result files.
- setOutputKeySuffix(String) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderOutput
-
Sets the key suffix for files generated for this output (e.g.
- setOutputPathFormat(String) - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorConfiguration
-
Sets the output path format.
- setOutputs(List<TranscoderOutput>) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderProfile
-
Sets the transcoder outputs that should be generated.
- setOwner(boolean) - Method in class org.craftercms.studio.permissions.PermissionOrOwnership
- setPackageId(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setPackageId(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPackageId(String) - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- setPackageId(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- setPackageId(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setPackageId(String) - Method in exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- setPackageId(String) - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- setPackageId(String) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setPackageIds(List<UUID>) - Method in class org.craftercms.studio.model.rest.CancelPublishingPackagesRequest
- setPage(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPageNavOrderService(DmPageNavigationOrderService) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor
- setPagePatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setPages(List<ContentItemTO>) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPages(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setParameters(List<AuditLogParameter>) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setParameters(Map<String, String>) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- setParameters(Map<String, String>) - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- setParams(Map<String, String>) - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorConfiguration
-
Sets the processor parameters.
- setParams(Map<String, String>) - Method in class org.craftercms.studio.impl.v1.content.pipeline.ExtractParamsProcessor
- setParentId(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setParentId(Long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setParentId(Long) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setParentId(Long) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setParentPath(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPartSize(int) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- setPartSize(int) - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
- setPartSize(int) - Method in class org.craftercms.studio.impl.v1.service.aws.S3ServiceImpl
-
Deprecated.
- setPartSize(int) - Method in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
- setPartSize(int) - Method in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
- setPassword(String) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setPassword(String) - Method in class org.craftercms.studio.api.v2.dal.User
- setPassword(String) - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- setPassword(String, String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Set user password - forgot password token
- setPassword(String, String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setPassword(SetPasswordRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- SetPasswordRequest - Class in org.craftercms.studio.model.rest
- SetPasswordRequest() - Constructor for class org.craftercms.studio.model.rest.SetPasswordRequest
- setPath(String) - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- setPath(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setPath(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setPath(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPath(String) - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- setPath(String) - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackageDetails.PublishingPackageItem
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- setPath(String) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setPath(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.FileRecord
- setPath(String) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- setPath(String) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
- setPath(String) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
- setPath(String) - Method in class org.craftercms.studio.model.clipboard.PasteItem
- setPath(String) - Method in class org.craftercms.studio.model.history.ItemVersion
- setPath(String) - Method in class org.craftercms.studio.model.rest.clipboard.DuplicateRequest
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.DependencyItem
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult.ChildrenByPathResult
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.RenameRequestBody
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setPath(String) - Method in class org.craftercms.studio.model.rest.content.UnlockItemByPathRequest
- setPath(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- setPath(String) - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- setPath(String) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- setPath(String) - Method in class org.craftercms.studio.model.rest.ResolveConflictRequest
- setPath(String) - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody.Query
- setPath(String) - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- setPath(String) - Method in class org.craftercms.studio.model.search.SearchParams
- setPath(String) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setPathExcludes(List<String>) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setPathExcludes(List<String>) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setPathIncludes(List<String>) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setPathIncludes(List<String>) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setPaths(String) - Method in class org.craftercms.studio.model.rest.content.LockItemByPathRequest
- setPaths(List<String>) - Method in class org.craftercms.studio.model.rest.content.GetDeletePackageRequestBody
- setPaths(List<String>) - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathRequestBody
- setPaths(List<String>) - Method in class org.craftercms.studio.model.rest.dependency.GetSoftDependenciesRequestBody
- setPaths(List<GetChildrenBulkRequest.PathParams>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest
- setPattern(String) - Method in class org.craftercms.studio.api.v1.to.CopyDependencyConfigTO
- setPattern(String) - Method in class org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
- setPattern(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType.CopyDependency
- setPattern(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType.DeleteDependency
- setPattern(String) - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- setPermissionIds(List<Long>) - Method in class org.craftercms.studio.api.v1.dal.Role
- setPermissions(List<String>) - Method in class org.craftercms.studio.model.users.HasPermissionsRequest
- setPermissions(List<Permission>) - Method in class org.craftercms.studio.api.v1.dal.Role
- setPermissions(Map<String, Map<NormalizedRole, List<Node>>>) - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- setPermissions(Set<Permission>) - Method in class org.craftercms.studio.permissions.CompositePermission
- setPerson(Person) - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- setPersonalFromName(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setPipelineId(String) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderProfile
-
Sets the pipeline ID of the Elastic Transcoder.
- setPlaceInNav(String) - Method in class org.craftercms.studio.api.v1.to.DmOrderTO
- setPluginFolderPattern(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setPluginId(String) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- setPluginId(String) - Method in class org.craftercms.studio.controller.rest.v2.PluginController.WriteConfigurationRequest
- setPluginId(String) - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- setPluginRegistryPath(String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- setPlugins(List<PluginRecord>) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRegistry
- setPluginsFolder(String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- setPluginUrl(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- setPluginVersion(Version) - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- setPreferContent(boolean) - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathRequestBody
- setPrefix(String) - Method in class org.craftercms.studio.model.aws.s3.S3Item
- setPresetId(String) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderOutput
-
Sets the ID of the preset with the transcoding configuration.
- setPreviewable(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPreviewable(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setPreviewable(boolean) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setPreviewableMimetypesPaterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setPreviewBaseUrl(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setPreviewCookieGenerator(CookieGenerator) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- setPreviewUrl(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setPreviewUrl(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setPreviewUrl(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setPreviewUrl(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setPreviewUrl(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- setPreviewUrl(String) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setPreviousPath(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setPreviousPath(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setPreviousPath(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setPrimaryTargetId(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setPrimaryTargetSubtype(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setPrimaryTargetType(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setPrimaryTargetValue(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setProcessedCommitsDao(ProcessedCommitsDAO) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setProcessorChains(Map<String, ContentProcessorPipeline>) - Method in class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- setProcessorsConfig(List<ProcessorConfiguration>) - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorPipelineConfiguration
-
Sets the list of configurations for the processors of this pipeline.
- setProcessTimeoutSecs(int) - Method in class org.craftercms.studio.impl.v1.image.transformation.ImageMagickTransformer
- setProfileLoader(SiteAwareConfigProfileLoader<WebDavProfile>) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- setProperties(Map<String, String>) - Method in interface org.craftercms.studio.api.v1.content.pipeline.PipelineContent
-
set content properties
- setProperties(Map<String, String>) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
- setProperties(Map<String, String>) - Method in class org.craftercms.studio.model.users.UpdateUserPropertiesRequest
- setProtectedFolderPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setPublished(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPublished(boolean) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setPublished(boolean) - Method in class org.craftercms.studio.model.rest.publish.AvailablePublishingTargets
- setPublishedDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setPublishedDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- setPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setPublishedRepoCreated(int) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setPublishedRepoCreated(int) - Method in class org.craftercms.studio.api.v2.dal.Site
- setPublishedRepoCreated(String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
-
Set published repo created flag
- setPublishedRepoCreated(String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
- setPublishedRepoCreated(String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setPublishedState(String, String, List<PublishRequest>) - Method in interface org.craftercms.studio.api.v1.service.deployment.PublishingManager
-
Updates item states to publish state according to the publishing environment (stage vs live)
- setPublishedState(String, String, List<PublishRequest>) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setPublisher(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- setPublisher(String) - Method in class org.craftercms.studio.api.v2.dal.RepoOperation
- setPublisher(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Environment
- setPublisher(String) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- setPublishingEnabled(boolean) - Method in class org.craftercms.studio.api.v2.dal.Site
- setPublishingEnabled(int) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setPublishingManager(PublishingManager) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setPublishingManager(PublishingManager) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setPublishingPackageId(String) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setPublishingPackageId(String) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setPublishingProgressServiceInternal(PublishingProgressServiceInternal) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setPublishingProgressServiceInternal(PublishingProgressServiceInternal) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setPublishingStatus(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setPublishingStatus(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setPublishingTarget(String) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setPublishingTarget(String) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setPublishingTarget(String) - Method in class org.craftercms.studio.model.rest.PublishAllRequest
- setPublishingTarget(String) - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- setPublishingTarget(String) - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- setPublishingTarget(String) - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- setPublishingTargets(List<PublishingTarget>) - Method in class org.craftercms.studio.model.rest.publish.AvailablePublishingTargets
- setPublishPackage(Activity.Package) - Method in class org.craftercms.studio.model.rest.dashboard.Activity
- setPublishRequestDao(PublishRequestDAO) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setPublishRequestDao(PublishRequestDAO) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- setPublishRequestDAO(PublishRequestDAO) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setPublishRequestMapper(PublishRequestMapper) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setPublishRequestMapper(PublishRequestMapper) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setPublishServiceInternal(PublishServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setPublishServiceInternal(PublishServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setPublishServiceInternal(PublishServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setPush_url(String) - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- setPushUrl(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- setQuery(String) - Method in class org.craftercms.studio.model.search.SearchParams
- setQuery(UpdateItemStatesByQueryRequestBody.Query) - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody
- setQueue(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- setQuickCreate(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setQuickCreatePath(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setRange(boolean) - Method in class org.craftercms.studio.model.search.SearchFacet
- setRanges(List<FacetRangeTO>) - Method in class org.craftercms.studio.api.v1.to.FacetTO
- setReachable(boolean) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- setReadDirectChildren(boolean) - Method in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- setReadListener(ReadListener) - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper.CachedServletInputStream
- setReadOnly(boolean) - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- setReadOnlyBlobStores(boolean) - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- setRecordedLabel(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- setRecordedPath(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- setRecordLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Group
- setRecordLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Organization
- setRecordLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.User
- setRecordLastUpdated(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.UserGroup
- setRecursive(boolean) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setRecursive(boolean) - Method in class org.craftercms.studio.model.policy.Action
- setRef(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- setReference(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setReference(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setRefreshTokenCookieGenerator(CookieGenerator) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- setRejectReason(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setRemedialAction(String) - Method in class org.craftercms.studio.model.rest.ApiResponse
-
Sets what the user can do in order to address the issue indicated by the response.
- setRemoteBranch(String) - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- setRemoteBranch(String) - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- setRemoteName(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setRemoteName(String) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setRemoteName(String) - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- setRemoteName(String) - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- setRemoteName(String) - Method in class org.craftercms.studio.model.rest.RemoveRemoteRequest
- setRemotePassword(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setRemotePrivateKey(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setRemoteRepositoryDao(RemoteRepositoryDAO) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setRemoteRepositoryDAO(RemoteRepositoryDAO) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setRemoteRepositoryDAO(RemoteRepositoryDAO) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setRemoteToken(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setRemoteUrl(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setRemoteUsername(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setRemoteVersion(String) - Method in class org.craftercms.studio.api.v2.dal.DiffConflictedFile
- setRemovedDependencies(List<String>) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffResponse
- setRemoveEmptyFolder(boolean) - Method in class org.craftercms.studio.api.v1.to.DeleteDependencyConfigTO
- setRemoveEmptyFolder(boolean) - Method in class org.craftercms.studio.api.v2.dal.ContentType.DeleteDependency
- setRenderingTemplatePatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setRenderingTemplates(List<DmDependencyTO>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setReplace(String) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- setReplyTo(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setRepositoryConfig(RepositoryConfigTO) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setRepositoryMergeConflictNotifications(List<String>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setRepositoryType(GitRepositories) - Method in class org.craftercms.studio.model.rest.RepairRepositoryRequest
- setRepositoryType(GitRepositories) - Method in class org.craftercms.studio.model.rest.UnlockRepositoryRequest
- setRequirePeerReview(boolean) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setResolution(String) - Method in class org.craftercms.studio.model.rest.ResolveConflictRequest
- setResponse(ApiResponse) - Method in class org.craftercms.studio.model.rest.Result
-
Sets the API response.
- setResult(GetChildrenResult) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult.ChildrenByPathResult
- setResult(Result) - Method in class org.craftercms.studio.model.rest.ResponseBody
-
Sets the API result.
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.ActivityStreamServiceInternalImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.AuditServiceInternalImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishServiceInternalImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setRetryingDatabaseOperationFacade(RetryingDatabaseOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- setRetryingRepositoryOperationFacade(RetryingRepositoryOperationFacade) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setRetryingRepositoryOperationFacade(RetryingRepositoryOperationFacade) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setRetryingRepositoryOperationFacade(RetryingRepositoryOperationFacade) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setRetryingRepositoryOperationFacade(RetryingRepositoryOperationFacade) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setRetryingRepositoryOperationFacade(RetryingRepositoryOperationFacade) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- setRevertible(boolean) - Method in class org.craftercms.studio.model.history.ItemVersion
- setReviewerComment(String) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setReviewerComment(String) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setReviewerId(long) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setReviewerId(Long) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setRole(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- setRole(String) - Method in class org.craftercms.studio.api.v2.dal.security.RolePermissionMappings
- setRolePermissions(Map<NormalizedRole, RolePermissionMappings>) - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- setRoles(Map<NormalizedGroup, List<NormalizedRole>>) - Method in class org.craftercms.studio.api.v1.to.PermissionsConfigTO
- setRootPrefix(String) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setRuleContentItemPermissions(Map<String, Long>) - Method in class org.craftercms.studio.api.v2.dal.security.RolePermissionMappings
- setRunning(boolean) - Static method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- setSandbox(DetailedItem.Sandbox) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setSandboxBranch(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setSandboxBranch(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setSandboxBranch(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setSandboxBranch(String) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setSandboxBranch(String) - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- setSchedule(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setSchedule(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setSchedule(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setSchedule(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- setSchedule(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- setSchedule(ZonedDateTime) - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- setScheduled(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- setScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setScriptExecutor(ScriptExecutor) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- setScriptLinesBufferSize(int) - Method in class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerFactoryImpl
- setScriptObjects(Map<String, Object>) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- setScriptRunnerFactory(StudioDBScriptRunnerFactory) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setScripts(List<String>) - Method in class org.craftercms.studio.model.contentType.ContentTypeUsage
- setScriptsClassPath(List<String>) - Method in class org.craftercms.studio.impl.v1.script.GroovyScriptExecutor
- setScriptsPatterns(List<String>) - Method in class org.craftercms.studio.api.v1.to.RepositoryConfigTO
- setSearchFields(Map<String, Float>) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setSecondLevelAscending(boolean) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- setSecondLevelCompareRequired(boolean) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- setSecondLevelSortBy(String) - Method in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.audit.AuditServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setSecurityService(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setSecurityServiceV1(SecurityService) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setSecurityServiceV2(SecurityService) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setSemanticsAvailableActionsResolver(SemanticsAvailableActionsResolver) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setSendEmail(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setSendEmailNotifications(boolean) - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- setSendEmailNotifications(boolean) - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- setSendEmailNotifications(boolean) - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- setSendNoticeMapping(Map<String, Boolean>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setSeparator(String) - Method in class org.craftercms.studio.impl.v2.utils.cache.SuffixCacheInvalidator
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setServicesConfig(ServicesConfig) - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- setServicesManager(ServicesManager) - Method in class org.craftercms.studio.api.v1.service.AbstractRegistrableService
- setServicesManager(ServicesManager) - Method in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- setServicesMap(Map<Class, Object>) - Method in class org.craftercms.studio.api.v1.service.ServicesManager
- setServletContext(ServletContext) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setServletContext(ServletContext) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- setSessionRegistry(SessionRegistry) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setSha512(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.FileRecord
- setShowPending(boolean) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- setSite(String) - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- setSite(String) - Method in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- setSite(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setSite(String) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setSite(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setSite(String) - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- setSite(String) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setSite(String) - Method in class org.craftercms.studio.api.v2.dal.Dependency
- setSite(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setSite(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setSite(String) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter.ApiParams
- setSite_id(String) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter.ApiParams
- setSiteDao(SiteDAO) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setSiteDao(SiteDAO) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setSiteFeedMapper(SiteFeedMapper) - Method in class org.craftercms.studio.impl.v2.service.audit.internal.ActivityStreamServiceInternalImpl
- setSiteFeedMapper(SiteFeedMapper) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setSiteId(long) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setSiteId(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setSiteId(long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setSiteId(String) - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- setSiteId(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setSiteId(String) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setSiteId(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingHistoryItem
- setSiteId(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- setSiteId(String) - Method in class org.craftercms.studio.api.v2.dal.QuickCreateItem
- setSiteId(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepository
- setSiteId(String) - Method in class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- setSiteId(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setSiteId(String) - Method in exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- setSiteId(String) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- setSiteId(String) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- setSiteId(String) - Method in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- setSiteId(String) - Method in class org.craftercms.studio.controller.rest.v2.PluginController.WriteConfigurationRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.CancelFailedPullRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.CancelPublishingPackagesRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.clipboard.DuplicateRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.CommitResolutionRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.content.DeleteRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.content.GetDeletePackageRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.content.GetSandboxItemsByPathRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.content.LockItemByPathRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.content.RenameRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.content.UnlockItemByPathRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.dashboard.PublishingDashboardItem
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.dependency.GetSoftDependenciesRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.marketplace.InstallPluginRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.PublishAllRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.PullFromRemoteRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.PushToRemoteRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.RemoveRemoteRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.RepairRepositoryRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.ResolveConflictRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.security.EncryptRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.UnlockRepositoryRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.workflow.ApproveRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesPostRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.workflow.PublishRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.workflow.RejectRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.workflow.RequestPublishRequestBody
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody.Query
- setSiteId(String) - Method in class org.craftercms.studio.model.rest.WriteConfigurationRequest
- setSiteId(String) - Method in class org.craftercms.studio.model.Site
- setSiteId(String) - Method in class org.craftercms.studio.model.users.UpdateUserPropertiesRequest
- setSiteName(String) - Method in class org.craftercms.studio.api.v1.dal.GroupResult
- setSiteName(String) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setSiteName(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLog
- setSiteName(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setSiteName(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setSiteName(String) - Method in class org.craftercms.studio.model.rest.sites.DuplicateSiteRequest
- setSiteParams(Map<String, String>) - Method in class org.craftercms.studio.model.rest.marketplace.CreateSiteRequest
- setSiteSandboxBranch(String) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setSiteService(SiteService) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- setSiteService(SitesService) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setSitesServiceInternal(SitesService) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setSiteState(String, String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- setSiteState(String, String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
- setSiteState(String, String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setSiteTasks(List<SiteJob>) - Method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- setSiteUpgradeBranch(String) - Method in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- setSiteUuid(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setSiteUuid(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setSize(double) - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- setSize(double) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setSize(int) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setSize(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setSize(long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setSize(long) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setSizeInBytes(long) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- setSizeInBytes(long) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setSizeUnit(String) - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- setSizeUnit(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setSkipIfMissing(boolean) - Method in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
- setSnippets(List<String>) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setSortBy(String) - Method in class org.craftercms.studio.model.search.SearchParams
- setSortOrder(String) - Method in class org.craftercms.studio.model.search.SearchParams
- setSortStrategy(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setSortStrategy(String) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setSource(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- setSource(String) - Method in class org.craftercms.studio.model.policy.Action
- setSourceDoc(Document) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setSourcePath(String) - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- setSourcePath(String) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setSourcePath(String) - Method in class org.craftercms.studio.api.v2.dal.Dependency
- setSourceSandbox(String) - Method in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- setSplit(boolean) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionTransform
- setStaged(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setStaged(Boolean) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesUpdate
- setStaging(DetailedItem.Environment) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setStagingEnvironment(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setStagingEnvironmentEnabled(boolean) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setStagingPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setStagingScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setStagingUrl(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setStagingUsername(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setState(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setState(long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setState(long) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setState(long) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setState(long) - Method in class org.craftercms.studio.model.rest.dashboard.ContentDashboardItem
- setState(Long) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setState(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setState(String) - Method in class org.craftercms.studio.api.v1.dal.SiteFeed
- setState(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- setState(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setState(String) - Method in class org.craftercms.studio.api.v2.dal.Site
- setState(String) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setState(String) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setState(String) - Method in class org.craftercms.studio.model.Site
- setState(CopyToEnvironmentItem.State) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setStates(Long) - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody.Query
- setStatesBySiteAndPathBulk(long, List<String>, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Set items state
- setStatus(int) - Method in class org.craftercms.studio.api.v1.to.ResultTO
- setStatus(String) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setStudioBlobStoreResolver(StudioBlobStoreResolver) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.api.v1.util.filter.AbstractFilter
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.job.StudioClockTask
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.ui.UiServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.impl.v2.utils.StudioUtils
- setStudioConfiguration(StudioConfiguration) - Method in class org.craftercms.studio.permissions.PermissionOrOwnershipResolverImpl
- setStudioDBScriptRunner(StudioDBScriptRunnerFactory) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setStudioUtils(StudioUtils) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setStudioVersion(String) - Method in class org.craftercms.studio.api.v2.dal.DiffConflictedFile
- setSubject(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
- setSubject(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setSubmissionComment(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setSubmissionComment(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setSubmissionComment(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setSubmissionComment(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setSubmissionComment(String) - Method in class org.craftercms.studio.model.rest.PublishAllRequest
- setSubmissionId(String) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setSubmitNotificationsMapping(Map<String, String>) - Method in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- setSubmitted(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setSubmitted(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setSubmittedBy(String) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setSubmittedForDeletion(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setSubmittedForDeletion(boolean) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setSubmittedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setSubmittedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Item
- setSubmittedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setSubmittedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setSubmittedToEnvironment(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setSubmitter(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setSubmitter(Person) - Method in class org.craftercms.studio.api.v2.dal.Item
- setSubmitter(Person) - Method in class org.craftercms.studio.model.rest.content.DetailedItem.Sandbox
- setSubmitter(Person) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setSubmitter(Person) - Method in class org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
- setSubmitterComment(String) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setSubmitterComment(String) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setSubmitterId(long) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setSubmitterId(Long) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setSuccess(boolean) - Method in class org.craftercms.studio.api.v1.to.ResultTO
- setSystemProcessing(String, String, boolean) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Set system processing for item
- setSystemProcessing(String, String, boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setSystemProcessingBulk(String, List<String>, boolean) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Set system processing for items
- setSystemProcessingBulk(String, List<String>, boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setSystemStatusProvider(SystemStatusProvider) - Method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- setSystemType(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setSystemType(String) - Method in class org.craftercms.studio.api.v2.dal.Item
- setSystemType(String) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setSystemType(String) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setSystemType(String) - Method in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- setSystemTypes(List<String>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenBulkRequest.PathParams
- setSystemTypes(List<String>) - Method in class org.craftercms.studio.model.rest.content.GetChildrenByPathRequestBody
- setTarget(String) - Method in class org.craftercms.studio.api.v1.to.CopyDependencyConfigTO
- setTarget(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType.CopyDependency
- setTarget(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setTarget(String) - Method in class org.craftercms.studio.model.policy.Action
- setTarget(String) - Method in class org.craftercms.studio.model.policy.ValidationResult
- setTargetEnvironment(String) - Method in class org.craftercms.studio.api.v2.dal.Workflow
- setTargetEnvironment(String) - Method in class org.craftercms.studio.api.v2.dal.WorkflowItem
- setTargetId(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- setTargetPath(String) - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- setTargetPath(String) - Method in class org.craftercms.studio.api.v2.dal.Dependency
- setTargetPath(String) - Method in class org.craftercms.studio.model.rest.clipboard.PasteRequest
- setTargetType(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- setTargetValue(String) - Method in class org.craftercms.studio.api.v2.dal.AuditLogParameter
- setTaskExecutor(TaskExecutor) - Method in class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- setTaskExecutor(TaskExecutor) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setTemplate(String) - Method in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
- setTemplate(Resource) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractXsltFileUpgradeOperation
- setTemplates(List<String>) - Method in class org.craftercms.studio.model.contentType.ContentTypeUsage
- setText(String) - Method in class org.craftercms.studio.model.rest.security.EncryptRequest
- setTextEncryptor(TextEncryptor) - Method in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- setThumbnailSuffixFormat(String) - Method in class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderOutput
-
Sets the thumbnail suffix format for this output.
- setTimezone(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setTimezone(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setTimezone(String) - Method in class org.craftercms.studio.api.v2.dal.User
- setTimeZone(String) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- setTitle(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setTitle(String) - Method in class org.craftercms.studio.api.v1.to.MessageTO
- setTo(Object) - Method in class org.craftercms.studio.model.search.SearchFacetRange
- setTo(String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setTo(String) - Method in class org.craftercms.studio.api.v1.to.FacetRangeTO
- setToken(String) - Method in class org.craftercms.studio.model.rest.SetPasswordRequest
- setToken(String) - Method in class org.craftercms.studio.model.security.AccessToken
- setTotal(int) - Method in class org.craftercms.studio.model.rest.content.GetChildrenResult
- setTotal(long) - Method in class org.craftercms.studio.model.rest.PaginatedResultList
-
Sets the total of results.
- setTotal(long) - Method in class org.craftercms.studio.model.search.SearchResult
- setTotalItems(int) - Method in class org.craftercms.studio.api.v2.dal.PublishStatus
- setTransforms(List<DependencyResolverConfigTO.DependencyExtractionTransform>) - Method in class org.craftercms.studio.api.v1.to.DependencyResolverConfigTO.DependencyExtractionPattern
- setTranslationConfig(String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- setTranslationSourceId(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem
- setTranslationSourceId(Long) - Method in class org.craftercms.studio.api.v2.dal.Item
- setTranslationSourceId(Long) - Method in class org.craftercms.studio.model.rest.content.DetailedItem
- setTranslationSourceId(Long) - Method in class org.craftercms.studio.model.rest.content.SandboxItem
- setType(String) - Method in class org.craftercms.studio.api.v1.asset.processing.ProcessorConfiguration
-
Sets the processor type.
- setType(String) - Method in class org.craftercms.studio.api.v1.dal.DependencyEntity
- setType(String) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setType(String) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setType(String) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setType(String) - Method in class org.craftercms.studio.api.v2.dal.Dependency
- setType(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.ConfigRecord
- setType(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- setType(String) - Method in class org.craftercms.studio.model.blobstore.BlobStoreDetails
- setType(String) - Method in class org.craftercms.studio.model.search.SearchResultItem
- setType(Type) - Method in class org.craftercms.studio.model.policy.Action
- setType(Type) - Method in class org.craftercms.studio.model.policy.ValidationResult
- setUncommittedChanges(Set<String>) - Method in class org.craftercms.studio.api.v2.dal.RepositoryStatus
- setUnmatchPaths(List<String>) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
- setUnreachableReason(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- setUpdate(ItemStatesUpdate) - Method in class org.craftercms.studio.model.rest.workflow.ItemStatesPostRequestBody
- setUpdate(ItemStatesUpdate) - Method in class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody
- setUpgradeManager(StudioUpgradeManager) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setUri(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setUri(String) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- setUrl(String) - Method in class org.craftercms.studio.api.v1.to.RemoteRepositoryInfoTO
- setUrl(String) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setUrl(String) - Method in class org.craftercms.studio.api.v2.dal.RemoteRepositoryInfo
- setUrl(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- setUrl(String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- setUrl(String) - Method in class org.craftercms.studio.model.aws.s3.S3Item
- setUrlPattern(String) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- setUrls(List<String>) - Method in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
- setUser(String) - Method in class org.craftercms.studio.api.v1.dal.PublishRequest
- setUser(String) - Method in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- setUser(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setUser(String) - Method in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- setUser(String) - Method in class org.craftercms.studio.api.v2.dal.PublishingPackage
- setUser(String) - Method in class org.craftercms.studio.api.v2.dal.PublishRequest
- setUserDao(UserDAO) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setUserFirstName(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setUserLastName(String) - Method in class org.craftercms.studio.api.v1.to.ContentItemTO
- setUsername(String) - Method in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- setUsername(String) - Method in class org.craftercms.studio.api.v1.dal.UserProfileResult
- setUsername(String) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setUsername(String) - Method in class org.craftercms.studio.api.v2.dal.User
- setUsername(String) - Method in class org.craftercms.studio.model.rest.ChangePasswordRequest
- setUsername(String) - Method in class org.craftercms.studio.model.rest.CreateUserRequest
- setUsername(String) - Method in class org.craftercms.studio.model.rest.Person
- setUsername(String) - Method in class org.craftercms.studio.model.rest.ResetPasswordRequest
- setUsernames(List<String>) - Method in class org.craftercms.studio.model.rest.AddGroupMembers
- setUsernames(List<String>) - Method in class org.craftercms.studio.model.rest.EnableUsers
- setUseRoundedFolder(boolean) - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- setUseRoundedFolder(boolean) - Method in class org.craftercms.studio.api.v2.dal.ContentType
- setUserPassword(String, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- setUserPassword(String, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- setUserPassword(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Set password for user
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.publish.PublishServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- setUserServiceInternal(UserServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setUseSsl(boolean) - Method in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- setUuid(String) - Method in class org.craftercms.studio.model.Site
- setValid(boolean) - Method in class org.craftercms.studio.api.v2.dal.Dependency
- setValue(String) - Method in class org.craftercms.studio.api.v2.dal.UserProperty
- setValue(String, String) - Method in class org.craftercms.studio.api.v1.to.EmailMessageTO
- setValues(Map<Object, Object>) - Method in class org.craftercms.studio.model.search.SearchFacet
- setVersion(String) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRegistry
- setVersion(Version) - Method in class org.craftercms.studio.api.v2.service.marketplace.registry.PluginRecord
- setVersionNumber(String) - Method in class org.craftercms.studio.api.v1.to.VersionTO
- setVersionNumber(String) - Method in class org.craftercms.studio.model.history.ItemVersion
- setVersions(List<ItemVersion>) - Method in class org.craftercms.studio.model.rest.ConfigurationHistory
- setWemProject(String) - Method in class org.craftercms.studio.api.v1.to.SiteConfigTO
- setWidth(int) - Method in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- setWorkflowProcessor(WorkflowProcessor) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setWorkflowService(WorkflowService) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- setWorkflowService(WorkflowService) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- setWorkflowServiceInternal(WorkflowServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- setWorkflowServiceInternal(WorkflowServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- setWorkflowServiceInternal(WorkflowServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- setWorkflowServiceInternal(WorkflowServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- setWorkflowServiceInternal(WorkflowServiceInternal) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- setWorkflowServiceInternal(WorkflowServiceInternal) - Method in class org.craftercms.studio.impl.v2.security.SemanticsAvailableActionsResolverImpl
- setWorkflowServiceInternal(WorkflowServiceInternal) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- setWorkflowTasks(List<String>) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- shallowContentExists(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- shallowContentExists(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
This is a faster, but less accurate, version of contentExists.
- shallowContentExists(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
This is a faster, but less accurate, version of contentExists.
- shallowContentExists(String, String) - Method in interface org.craftercms.studio.api.v2.repository.ContentRepository
-
This is a faster, but less accurate, version of contentExists.
- shallowContentExists(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
This is a faster, but less accurate, version of contentExists.
- shallowContentExists(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.internal.ContentServiceInternal
-
This is a faster, but less accurate, version of contentExists.
- shallowContentExists(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- shallowContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- shallowContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- shallowContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.repository.GitContentRepository
- shallowContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- shallowContentExists(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.internal.ContentServiceInternalImpl
- shallowGetContent(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- shallowGetContentAsString(String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Get content from the repository.
- shallowGetContentAsString(String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- shouldBeUpdated(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- shouldBeUpdated(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
-
Indicates if the given file should be updated by this class
- shouldBeUpdated(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.ConfigEncryptionUpgradeOperation
- shouldBeUpdated(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
- shouldBeUpdated(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
- shouldNotFilter(HttpServletRequest) - Method in class org.craftercms.studio.impl.v2.security.UserActivityFilter
- showPending - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Indicates if the search should include plugins pending of approval
- shutdown() - Method in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- signPassword - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
The password for signing the access tokens
- site - Variable in class org.craftercms.studio.api.v1.dal.NavigationOrderSequence
- site - Variable in exception class org.craftercms.studio.api.v1.exception.BlobNotFoundException
- site - Variable in exception class org.craftercms.studio.api.v1.exception.ContentNotFoundException
- site - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- site - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- site - Variable in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- site - Variable in class org.craftercms.studio.api.v1.to.GoLiveDeleteCandidates
- site - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- site - Variable in class org.craftercms.studio.impl.v2.utils.spring.ContentResource
-
The site id
- Site - Class in org.craftercms.studio.api.v2.dal
-
Represents a Crafter site from the database.
- Site - Class in org.craftercms.studio.model
- Site() - Constructor for class org.craftercms.studio.api.v2.dal.Site
- Site() - Constructor for class org.craftercms.studio.model.Site
- SITE - Static variable in annotation interface org.craftercms.studio.api.v2.annotation.IsActionAllowedParameter
- SITE - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- SITE_ALREADY_EXISTS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- SITE_CONFIG_ELEMENT_ADMIN_EMAIL_ADDRESS - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_ELEMENT_AUTHORING_URL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_ELEMENT_LIVE_URL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_ELEMENT_PLUGIN_FOLDER_PATTERN - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_ELEMENT_SANDBOX_BRANCH - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_ELEMENT_SITE_URLS - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_ELEMENT_STAGING_URL - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_DATE_TIME_FORMAT_OPTIONS - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_ENABLE_STAGING_ENVIRONMENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_LIVE_ENVIRONMENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_LOCALE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_PROTECTED_FOLDER_PATTERNS - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_PUBLISHED_REPOSITORY - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Site config xml elements
- SITE_CONFIG_XML_ELEMENT_PUBLISHER - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_REQUIRE_PEER_REVIEW - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_STAGING_ENVIRONMENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_TIME_ZONE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_CONFIG_XML_ELEMENT_WORKFLOW - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_DEFAULT_GROUPS_DESCRIPTION - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
-
Site Constants
- SITE_ID - Static variable in interface org.craftercms.studio.api.v2.dal.ProcessedCommitsDAO
- SITE_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SITE_ID_CONFIG_VARIABLE - Static variable in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- SITE_ID_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- SITE_ID_RESOURCE_ID - Static variable in class org.craftercms.studio.permissions.StudioPermissionsConstants
- SITE_NAME - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_NAME_CONFIG_VARIABLE - Static variable in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- SITE_NAME_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- SITE_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- SITE_PARAM - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- SITE_PUBLISHED_REPOSITORY_GIT_LOCK - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_SANDBOX_REPOSITORY_GIT_LOCK - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_SYNC_FROM_REPOSITORY_GIT_LOCK - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_UUID_FILE_COMMENT - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SITE_UUID_FILENAME - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- Site.State - Class in org.craftercms.studio.api.v2.dal
- SiteAlreadyExistsException - Exception Class in org.craftercms.studio.api.v1.exception
- SiteAlreadyExistsException() - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteAlreadyExistsException
- SiteAlreadyExistsException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteAlreadyExistsException
- SiteAlreadyExistsException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteAlreadyExistsException
- SiteAlreadyExistsException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteAlreadyExistsException
- SiteAwareConfigProfileLoader<T> - Class in org.craftercms.studio.impl.v1.util.config.profiles
-
Reads a configuration profiles file for a specific site and loads a specific
ConfigurationProfile
. - SiteAwareConfigProfileLoader(String, String, ConfigurationMapper<T>, ContentService, ContextManager) - Constructor for class org.craftercms.studio.impl.v1.util.config.profiles.SiteAwareConfigProfileLoader
- SiteAwareEvent - Class in org.craftercms.studio.api.v2.event
-
Base class for all events related to a specific site
- SiteAwareEvent(String) - Constructor for class org.craftercms.studio.api.v2.event.SiteAwareEvent
- SiteAwareEvent(Authentication, String) - Constructor for class org.craftercms.studio.api.v2.event.SiteAwareEvent
- SiteBlueprintTO - Class in org.craftercms.studio.api.v1.to
- SiteBlueprintTO() - Constructor for class org.craftercms.studio.api.v1.to.SiteBlueprintTO
- SiteBroadcastEvent - Interface in org.craftercms.studio.api.v2.event
-
Base interface for events that should be broadcast to a site-specific WS topic.
- SiteConfigTO - Class in org.craftercms.studio.api.v1.to
-
This class stores Site Configuration
- SiteConfigTO() - Constructor for class org.craftercms.studio.api.v1.to.SiteConfigTO
- SiteCreationException - Exception Class in org.craftercms.studio.api.v1.exception
- SiteCreationException() - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteCreationException
- SiteCreationException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteCreationException
- SiteCreationException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteCreationException
- SiteCreationException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteCreationException
- siteDao - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- SiteDAO - Interface in org.craftercms.studio.api.v2.dal
- SiteDeletedEvent - Class in org.craftercms.studio.api.v2.event.site
-
Triggered where a site is deleted
- SiteDeletedEvent(String, String) - Constructor for class org.craftercms.studio.api.v2.event.site.SiteDeletedEvent
- SiteDeletingEvent - Class in org.craftercms.studio.api.v2.event.site
-
Triggered where a site deletion starts
- SiteDeletingEvent(String, String) - Constructor for class org.craftercms.studio.api.v2.event.site.SiteDeletingEvent
- SiteDetails - Class in org.craftercms.studio.model.site
-
Site details.
- SiteDetails(SiteFeed, List<BlobStoreDetails>) - Constructor for class org.craftercms.studio.model.site.SiteDetails
- SiteFeed - Class in org.craftercms.studio.api.v1.dal
- SiteFeed() - Constructor for class org.craftercms.studio.api.v1.dal.SiteFeed
- siteFeedMapper - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- SiteFeedMapper - Interface in org.craftercms.studio.api.v1.dal
- siteId - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- siteId - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- siteId - Variable in class org.craftercms.studio.api.v2.dal.Site
- siteId - Variable in class org.craftercms.studio.api.v2.event.SiteAwareEvent
- siteId - Variable in exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- siteId - Variable in class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
- siteId - Variable in class org.craftercms.studio.controller.rest.v2.ConfigurationController.DeleteContentTypeRequest
- siteId - Variable in class org.craftercms.studio.controller.rest.v2.MarketplaceController.CopyPluginRequest
- siteId - Variable in class org.craftercms.studio.controller.rest.v2.MarketplaceController.RemovePluginRequest
- siteId - Variable in class org.craftercms.studio.model.rest.clipboard.DuplicateRequest
-
The id of the site
- siteId - Variable in class org.craftercms.studio.model.rest.clipboard.PasteRequest
-
The id of the site
- siteId - Variable in class org.craftercms.studio.model.rest.PublishAllRequest
- siteId - Variable in class org.craftercms.studio.model.rest.RepairRepositoryRequest
- siteId - Variable in class org.craftercms.studio.model.users.UpdateUserPropertiesRequest
-
The id of the site
- SiteId - Annotation Interface in org.craftercms.studio.api.v2.annotation
-
Annotation to mark the parameter containing the value of the site id
- SiteJob - Interface in org.craftercms.studio.api.v2.job
- SiteLifecycleEvent - Class in org.craftercms.studio.api.v2.event.site
-
Base class for site lifecycle events
- SiteLifecycleEvent(String, String) - Constructor for class org.craftercms.studio.api.v2.event.site.SiteLifecycleEvent
- siteName - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- siteName - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
site name
- SiteNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception
- SiteNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteNotFoundException
- SiteNotFoundException(Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteNotFoundException
- SiteNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteNotFoundException
- SiteNotFoundException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.SiteNotFoundException
- SitePermissionMappings - Class in org.craftercms.studio.api.v2.dal.security
- SitePermissionMappings() - Constructor for class org.craftercms.studio.api.v2.dal.security.SitePermissionMappings
- SitePolicyAspect - Class in org.craftercms.studio.api.v2.annotation.policy
-
Interceptor that validates content actions before executing the actual changes.
- SitePolicyAspect(PolicyService, ContentServiceInternal) - Constructor for class org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect
- SiteReadyEvent - Class in org.craftercms.studio.api.v2.event.site
-
Event triggered when there is a change in a site
- SiteReadyEvent(String, String) - Constructor for class org.craftercms.studio.api.v2.event.site.SiteReadyEvent
- SiteRepositoryUpgradePipelineImpl - Class in org.craftercms.studio.impl.v2.upgrade.pipeline
-
Implementation of
UpgradePipeline
that handles a git repository to work on a temporary branch for upgrades. - SiteRepositoryUpgradePipelineImpl(String, List<UpgradeOperation<String>>) - Constructor for class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- SITES - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- SITES_REPOS_PATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- siteSandboxBranch - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
-
The name of the sandbox branch.
- SitesController - Class in org.craftercms.studio.controller.rest.v2
- SitesController(SitesService, MarketplaceService, PolicyService) - Constructor for class org.craftercms.studio.controller.rest.v2.SitesController
- siteService - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- siteService - Variable in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
-
Current instance of
SiteService
. - siteService - Variable in class org.craftercms.studio.impl.v1.repository.job.RepositoryCleanupJob
- siteService - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- siteService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- siteService - Variable in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- siteService - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- siteService - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- siteService - Variable in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- siteService - Variable in class org.craftercms.studio.impl.v2.job.StudioClockTask
- siteService - Variable in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- siteService - Variable in class org.craftercms.studio.impl.v2.security.listener.AbstractAuditListener
- siteService - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- siteService - Variable in class org.craftercms.studio.impl.v2.service.search.SearchServiceImpl
- siteService - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- siteService - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
- SiteService - Interface in org.craftercms.studio.api.v1.service.site
-
Note: consider renaming A site in Crafter Studio is currently the name for a WEM project being managed.
- SiteServiceImpl - Class in org.craftercms.studio.impl.v1.service.site
-
Note: consider renaming A site in Crafter Studio is currently the name for a WEM project being managed.
- SiteServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- SitesService - Interface in org.craftercms.studio.api.v2.service.site
-
Site-related operations
- SitesServiceImpl - Class in org.craftercms.studio.impl.v2.service.site
- SitesServiceImpl(SitesService, PublishingProgressServiceInternal, ContentRepository) - Constructor for class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- sitesServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- sitesServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- SitesServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.site.internal
- SitesServiceInternalImpl(PluginDescriptorReader, ContentRepository, StudioBlobAwareContentRepository, StudioConfiguration, SiteFeedMapper, SiteDAO, RetryingDatabaseOperationFacade, SiteService, Deployer, ConfigurationService, SecurityService, AuditServiceInternal, ItemServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- siteUpgradeBranch - Variable in class org.craftercms.studio.impl.v2.upgrade.pipeline.SiteRepositoryUpgradePipelineImpl
-
The name of the temporary branch used for upgrades.
- siteUuid - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- siteUuid - Variable in class org.craftercms.studio.api.v2.dal.Site
- SiteVersionProvider - Class in org.craftercms.studio.impl.v2.upgrade.providers
-
Extension of
XmlFileVersionProvider
that also creates the version file if missing. - SiteVersionProvider(String, String, String, ContentRepository, Resource) - Constructor for class org.craftercms.studio.impl.v2.upgrade.providers.SiteVersionProvider
- size - Variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
-
asset file size in KB
- size - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- size - Variable in class org.craftercms.studio.impl.v2.utils.RingBuffer
- size - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The size of the file, in bytes
- size() - Method in class org.craftercms.studio.api.v1.to.EmailMessageQueueTo
- sizeFieldName - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Name of the field for size
- sizeUnit - Variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
- sizeUnit - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- skipIfMissing - Variable in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
-
Indicates if the skip flag should be returned
- SLASH - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- SLASH_INDEX_FILE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- SLASH_SITE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- SLASH_SITE_WEBSITE - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- smoothExtension - Variable in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
The extension used by MS Smooth files
- snippets - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
Snippets relevant to the search query
- snippetSize - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Number of characters to include for snippets
- SORT - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SORT_BROWSER_URI - Static variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- SORT_EVENT_DATE - Static variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- SORT_FIELD_MAP - Static variable in interface org.craftercms.studio.api.v2.dal.ItemDAO
- SORT_FIELD_MAP - Static variable in interface org.craftercms.studio.api.v2.dal.PublishRequestDAO
- SORT_FIELDS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SORT_INTERNAL_NAME - Static variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- SORT_PATH - Static variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- SORT_STRATEGY - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SORT_USER_LAST_NAME - Static variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- sortBy - Variable in class org.craftercms.studio.model.search.SearchParams
-
The field to sort the results
- sortOrder - Variable in class org.craftercms.studio.model.search.SearchParams
-
The order to sort the results
- SORUCE_PATH_COLUMN_NAME - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- source - Variable in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- source - Variable in class org.craftercms.studio.impl.v1.repository.git.TreeCopier
- source - Variable in class org.craftercms.studio.model.policy.Action
-
The source of the action
- SOURCE_GIT - Static variable in interface org.craftercms.studio.api.v2.service.marketplace.Constants
- SOURCE_PATH - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SOURCE_PATH_COLUMN_NAME - Static variable in interface org.craftercms.studio.api.v2.dal.DependencyDAO
- SOURCE_SITE_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SOURCE_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- sourceDoc - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- sourcePath - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- sourcePath - Variable in class org.craftercms.studio.api.v2.event.content.MoveContentEvent
- SOURCES_FOLDER - Static variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepositoryConstants
- sourceSandbox - Variable in class org.craftercms.studio.api.v1.service.dependency.DependencyDiffService.DiffRequest
- SP_PARAM_SITE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- SP_PARAM_SITE - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- SQL_DELIMITER - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
- SQL_QUERY_GROUP - Static variable in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- SQL_QUERY_META - Static variable in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- SQL_QUERY_SITES - Static variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- SQL_QUERY_SITES_3_0_0 - Static variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- SQL_QUERY_VERSION - Static variable in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- SQL_SCRIPT_SUFFIX - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SQL_UPDATE_VERSION - Static variable in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- SqlStatementGeneratorUtils - Class in org.craftercms.studio.api.v2.utils
- staged - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- STAGED - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- STAGING_ENVIRONMENT - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- stagingEnvironment - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
staging environment
- stagingEnvironmentEnabled - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
- stagingUrl - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
Staging url
- StartClusterSetupEvent - Class in org.craftercms.studio.impl.v2.utils.spring.event
-
Event used to trigger all cluster related beans during bootstrap
- StartClusterSetupEvent(Object) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.event.StartClusterSetupEvent
- startJob(String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v1.service.aws.MediaConvertServiceImpl
-
Deprecated.Uploads a file to S3 and creates a transcoding job using the specified profile.
- startJob(String, InputStream, TranscoderProfile) - Method in interface org.craftercms.studio.api.v1.aws.elastictranscoder.ElasticTranscoder
-
Starts a transcoder job for the specified file, based on the given
TranscoderProfile
. - startJob(String, InputStream, TranscoderProfile) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- startJob(String, InputStream, MediaConvertProfile) - Method in interface org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvert
-
Uploads a file to AWS S3 and starts a transcoding job in AWS MediaConvert.
- startJob(String, InputStream, MediaConvertProfile) - Method in class org.craftercms.studio.impl.v1.aws.mediaconvert.MediaConvertImpl
-
Uploads a file to AWS S3 and starts a transcoding job in AWS MediaConvert.
- startJob(String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v1.service.aws.MediaConvertService
-
Deprecated.Uploads a file to S3 and creates a transcoding job using the specified profile.
- startSiteDelete(String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Mark the site as DELETING
- startUpgrade() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
-
Obtains the current version and starts the upgrade process.
- StartUpgradeEvent - Class in org.craftercms.studio.impl.v2.utils.spring.event
-
Event used to trigger all upgrade related beans during bootstrap
- StartUpgradeEvent(Object) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.event.StartUpgradeEvent
- startWatching() - Method in interface org.craftercms.studio.api.v2.sync.RepositoryWatcher
-
Start watching the registered sites.
- startWatching() - Method in class org.craftercms.studio.impl.v2.sync.RepositoryWatcherImpl
- state - Variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- state - Variable in class org.craftercms.studio.api.v2.dal.Site
- State() - Constructor for class org.craftercms.studio.api.v1.dal.PublishRequest.State
- State() - Constructor for class org.craftercms.studio.api.v2.dal.PublishRequest.State
- State() - Constructor for class org.craftercms.studio.api.v2.dal.Site.State
- STATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- STATE_APPROVED - Static variable in class org.craftercms.studio.api.v2.dal.Workflow
- STATE_DELETED - Static variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- STATE_DELETING - Static variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- STATE_INITIALIZING - Static variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- STATE_LOCKED - Static variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- STATE_OPENED - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- STATE_OPENED - Static variable in class org.craftercms.studio.api.v2.dal.Workflow
- STATE_READY - Static variable in class org.craftercms.studio.api.v1.dal.SiteFeed
- STATES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- STATES_BIT_MAP - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- STATS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- status - Variable in class org.craftercms.studio.api.v1.to.ResultTO
- STATUS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- StatusCodeSessionInformationExpiredStrategy - Class in org.craftercms.studio.impl.v2.security.web.session
-
Implementation of
SessionInformationExpiredStrategy
that only returns an unauthorized status code. - StatusCodeSessionInformationExpiredStrategy() - Constructor for class org.craftercms.studio.impl.v2.security.web.session.StatusCodeSessionInformationExpiredStrategy
- STOPPED - Static variable in class org.craftercms.studio.api.v2.dal.PublishStatus
- STORED_PROCEDURE_NAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.MigrateWorkflowUpgradeOperation
- STORED_PROCEDURE_NAME - Static variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.PopulateItemTableUpgradeOperation
- STRING_SEPARATOR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- stringSubstitutor - Variable in class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
- strSubstitutor - Variable in class org.craftercms.studio.impl.v1.repository.StrSubstitutorVisitor
- StrSubstitutorVisitor - Class in org.craftercms.studio.impl.v1.repository
-
Implementation of
FileVisitor
that replaces values in the found files - StrSubstitutorVisitor(Map<String, String>) - Constructor for class org.craftercms.studio.impl.v1.repository.StrSubstitutorVisitor
- STUDIO_CLOCK_EXECUTOR_SITE_LOCK - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- STUDIO_CONFIG_GLOBAL_REPO_OVERRIDE_CONFIG - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- STUDIO_CONFIG_OVERRIDE_CONFIG - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Override Configuration
- STUDIO_COOKIE_USE_BASE_DOMAIN - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- STUDIO_TEMPORARY_ROOT_DIR - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- STUDIO_VALIDATION_REGEX_OVERRIDE_FORMAT - Static variable in class org.craftercms.studio.impl.v2.validation.StudioEsapiSecurityConfiguration
- StudioAbstractAccessDecisionVoter - Class in org.craftercms.studio.impl.v1.web.security.access
- StudioAbstractAccessDecisionVoter() - Constructor for class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- StudioAnnotationUtils - Class in org.craftercms.studio.api.v2.annotation
- StudioAnnotationUtils() - Constructor for class org.craftercms.studio.api.v2.annotation.StudioAnnotationUtils
- StudioAwsS3BlobStore - Class in org.craftercms.studio.impl.v2.repository.blob.s3
-
Implementation of
StudioBlobStore
for AWS S3 - StudioAwsS3BlobStore(ServicesConfig, ThreadPoolTaskExecutor) - Constructor for class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- StudioBlobAwareContentRepository - Interface in org.craftercms.studio.api.v2.repository.blob
-
ContentRepository
extension that provides blob aware operations. - StudioBlobStore - Interface in org.craftercms.studio.api.v2.repository.blob
-
Extension of
BlobStore
that adds support for Studio content repository operations - StudioBlobStoreAdapter - Interface in org.craftercms.studio.api.v2.repository.blob
-
Base class for all implementations of
StudioBlobStore
- StudioBlobStoreResolver - Interface in org.craftercms.studio.api.v2.repository.blob
-
Extension of
BlobStoreResolver
that adds site multi-tenancy - StudioBlobStoreResolverImpl - Class in org.craftercms.studio.impl.v2.repository.blob
-
Implementation of
StudioBlobStoreResolver
- StudioBlobStoreResolverImpl() - Constructor for class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- StudioClockExecutor - Class in org.craftercms.studio.impl.v2.job
- StudioClockExecutor() - Constructor for class org.craftercms.studio.impl.v2.job.StudioClockExecutor
- StudioClockTask - Class in org.craftercms.studio.impl.v2.job
- StudioClockTask() - Constructor for class org.craftercms.studio.impl.v2.job.StudioClockTask
- studioConfiguration - Variable in class org.craftercms.studio.api.v1.util.filter.AbstractFilter
- studioConfiguration - Variable in class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
- studioConfiguration - Variable in class org.craftercms.studio.config.WebsocketConfig
- studioConfiguration - Variable in class org.craftercms.studio.controller.rest.v2.ManagementTokenAware
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.job.EmailMessageSender
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.configuration.ContentTypesConfigImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.configuration.ServicesConfigImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.content.ContentTypeServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.dependency.DependencyServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.dependency.RegexDependencyResolver
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.dal.DataSourceInitializerImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.job.StudioClockTask
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.repository.blob.StudioBlobStoreResolverImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.security.listener.AbstractAuditListener
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.service.notification.NotificationServiceImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.service.proxy.internal.ProxyServiceInternalImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.service.scripting.internal.ScriptingServiceInternalImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
The Studio configuration
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
-
The Studio configuration.
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.upgrade.providers.DbVersionProvider
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
-
Studio configuration
- studioConfiguration - Variable in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- StudioConfiguration - Interface in org.craftercms.studio.api.v2.utils
- StudioConfigurationImpl - Class in org.craftercms.studio.impl.v2.utils
- StudioConfigurationImpl(Cache<String, HierarchicalConfiguration<ImmutableNode>>, String) - Constructor for class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- StudioConstants - Class in org.craftercms.studio.api.v1.constant
-
Studio Constants
- StudioContentAPIAccessDecisionVoter - Class in org.craftercms.studio.impl.v1.web.security.access
- StudioContentAPIAccessDecisionVoter() - Constructor for class org.craftercms.studio.impl.v1.web.security.access.StudioContentAPIAccessDecisionVoter
- StudioCsrfTokenRequestHandler - Class in org.craftercms.studio.api.v2.security
-
This class is an implementation of the CsrfTokenRequestHandler interface.
- StudioCsrfTokenRequestHandler() - Constructor for class org.craftercms.studio.api.v2.security.StudioCsrfTokenRequestHandler
- StudioDBScriptRunner - Interface in org.craftercms.studio.api.v2.dal
-
Interface for running SQL scripts in the Studio database.
- studioDBScriptRunnerFactory - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- studioDBScriptRunnerFactory - Variable in class org.craftercms.studio.impl.v2.sync.SyncFromRepositoryTask
- StudioDBScriptRunnerFactory - Interface in org.craftercms.studio.api.v2.dal
- StudioDBScriptRunnerFactoryImpl - Class in org.craftercms.studio.impl.v2.dal
- StudioDBScriptRunnerFactoryImpl() - Constructor for class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerFactoryImpl
- StudioDBScriptRunnerImpl - Class in org.craftercms.studio.impl.v2.dal
- StudioDBScriptRunnerImpl(DataSource, int) - Constructor for class org.craftercms.studio.impl.v2.dal.StudioDBScriptRunnerImpl
- StudioEntitlementUsageProvider - Class in org.craftercms.studio.impl.v1.entitlement
-
Implementation of
EntitlementUsageProvider
for Crafter Studio module. - StudioEntitlementUsageProvider() - Constructor for class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- StudioEsapiSecurityConfiguration - Class in org.craftercms.studio.impl.v2.validation
-
ESAPI
DefaultSecurityConfiguration
extension to allow overriding validation regex patterns. - StudioEsapiSecurityConfiguration(StudioConfiguration) - Constructor for class org.craftercms.studio.impl.v2.validation.StudioEsapiSecurityConfiguration
- StudioEvent - Class in org.craftercms.studio.api.v2.event
-
Base class for all events
- StudioEvent() - Constructor for class org.craftercms.studio.api.v2.event.StudioEvent
- StudioEvent(Person) - Constructor for class org.craftercms.studio.api.v2.event.StudioEvent
- StudioEvent(Authentication) - Constructor for class org.craftercms.studio.api.v2.event.StudioEvent
- StudioMessageSecurityExpressionRoot - Class in org.craftercms.studio.impl.v2.utils.spring.security.messaging
-
Extension of
MessageSecurityExpressionRoot
that adds Studio specific security expressions. - StudioMessageSecurityExpressionRoot(Authentication, Message<?>, SecurityService) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.security.messaging.StudioMessageSecurityExpressionRoot
- StudioPathNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception
- StudioPathNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.StudioPathNotFoundException
- StudioPathNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.StudioPathNotFoundException
- StudioPathNotFoundException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.StudioPathNotFoundException
- StudioPathNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.StudioPathNotFoundException
- StudioPathNotFoundException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.StudioPathNotFoundException
- StudioPermissionsConstants - Class in org.craftercms.studio.permissions
- StudioPublisherTask - Class in org.craftercms.studio.impl.v2.job
- StudioPublisherTask() - Constructor for class org.craftercms.studio.impl.v2.job.StudioPublisherTask
- StudioPublishingAPIAccessDecisionVoter - Class in org.craftercms.studio.impl.v1.web.security.access
- StudioPublishingAPIAccessDecisionVoter() - Constructor for class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter
- StudioPublishingAPIAccessDecisionVoter.ApiParams - Class in org.craftercms.studio.impl.v1.web.security.access
-
Simple POJO to read JSON parameters
- StudioResourceConnector(String) - Constructor for class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl.StudioResourceConnector
- StudioResourceLoader(String, URLStreamHandler) - Constructor for class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl.StudioResourceLoader
- StudioSecurityExpressionHandler<T> - Class in org.craftercms.studio.impl.v2.utils.spring.security.messaging
-
Extension of
DefaultMessageSecurityExpressionHandler
that allows to integrate Studio security expressions - StudioSecurityExpressionHandler(SecurityService) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.security.messaging.StudioSecurityExpressionHandler
- StudioUpgradeContext - Class in org.craftercms.studio.impl.v2.upgrade
-
Extension of
UpgradeContext
that holds all relevant information for a system or site upgrade. - StudioUpgradeContext(String, StudioConfiguration, DataSource, InstanceService, RetryingRepositoryOperationFacade) - Constructor for class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- StudioUpgradeManager - Interface in org.craftercms.studio.api.v2.upgrade
-
Extension of
UpgradeManager
that adds Studio specific operations. - StudioUpgradeManagerImpl - Class in org.craftercms.studio.impl.v2.upgrade
-
Default implementation for
StudioUpgradeManager
. - StudioUpgradeManagerImpl(VersionProvider, UpgradePipelineFactory<String>, UpgradePipelineFactory<String>, YamlConfigurationProvider, DataSource, DbIntegrityValidator, ContentRepository, StudioConfiguration, InstanceService, RetryingRepositoryOperationFacade) - Constructor for class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
- StudioUrlStreamHandler() - Constructor for class org.craftercms.studio.impl.v2.scripting.ScriptEngineManagerImpl.StudioUrlStreamHandler
- StudioUtils - Class in org.craftercms.studio.api.v2.utils
- StudioUtils - Class in org.craftercms.studio.impl.v2.utils
- StudioUtils() - Constructor for class org.craftercms.studio.api.v2.utils.StudioUtils
- StudioUtils() - Constructor for class org.craftercms.studio.impl.v2.utils.StudioUtils
- StudioXmlConstants - Class in org.craftercms.studio.api.v1.constant
-
CStudio Xml constants
- subject - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- SubjectResolverImpl - Class in org.craftercms.studio.permissions
-
Implementation of Crafter Commons'
SubjectResolver
that returns Crafter Studio's current username as the Subject. - SubjectResolverImpl(SecurityService) - Constructor for class org.craftercms.studio.permissions.SubjectResolverImpl
- submissionComment - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- submissionComment - Variable in class org.craftercms.studio.model.rest.PublishAllRequest
- SUBMIT_TO_GO_LIVE - Enum constant in enum class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl.Operation
- SUBMIT_TO_WORKFLOW_LIVE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMIT_TO_WORKFLOW_LIVE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMIT_TO_WORKFLOW_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMIT_TO_WORKFLOW_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMIT_TO_WORKFLOW_SCHEDULED_LIVE_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMIT_TO_WORKFLOW_SCHEDULED_LIVE_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMIT_TO_WORKFLOW_SCHEDULED_OFF_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMIT_TO_WORKFLOW_SCHEDULED_ON_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SubmitLifeCycleOperation<Result> - Class in org.craftercms.studio.impl.v1.service.workflow.operation
- SubmitLifeCycleOperation(WorkflowService, Set<String>, boolean, GoLiveContext) - Constructor for class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- SubmitLifeCycleOperation(WorkflowService, Set<String>, GoLiveContext) - Constructor for class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- SubmitLifeCycleOperation(WorkflowService, Set<String>, GoLiveContext, Set<String>) - Constructor for class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- submitNotificationsMapping - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
- submitted - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- SUBMITTED_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- SUBMITTED_MASK - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- submittedForDeletion - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- submittedOn - Variable in class org.craftercms.studio.api.v2.dal.Item.Builder
- submittedToEnvironment - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- submitter - Variable in class org.craftercms.studio.api.v2.dal.Item.Builder
- successful - Variable in class org.craftercms.studio.api.v2.service.repository.MergeResult
-
Indicates if the pull was successful
- suffix - Variable in class org.craftercms.studio.impl.v2.utils.cache.SuffixCacheInvalidator
-
The suffix to append
- SuffixCacheInvalidator<K,
V> - Class in org.craftercms.studio.impl.v2.utils.cache -
Implementation of
CacheInvalidator
that appends a suffix to the key - SuffixCacheInvalidator(String) - Constructor for class org.craftercms.studio.impl.v2.utils.cache.SuffixCacheInvalidator
- SUPPORT_RENAME_CONTENT_TYPES - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- supports(Class) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioContentAPIAccessDecisionVoter
- supports(Class) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter
- supports(ConfigAttribute) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioContentAPIAccessDecisionVoter
- supports(ConfigAttribute) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter
- switchPreviewSite(Authentication, HttpServletRequest, HttpServletResponse) - Method in class org.craftercms.studio.controller.rest.v2.SecurityController
- SyncFromRepoEvent - Class in org.craftercms.studio.api.v2.event.site
-
Event fired to request a 'sync database from repo'.
- SyncFromRepoEvent(String) - Constructor for class org.craftercms.studio.api.v2.event.site.SyncFromRepoEvent
- SyncFromRepositoryTask - Class in org.craftercms.studio.impl.v2.sync
-
Listens to
SyncFromRepoEvent
events and performs the sync from repository. - SyncFromRepositoryTask(SitesService, GeneralLockService, AuditServiceInternal, StudioDBScriptRunnerFactory, DependencyServiceInternal, UserServiceInternal, ItemServiceInternal, ContentService, ConfigurationService, ContentRepository, StudioConfiguration, ProcessedCommitsDAO, RetryingDatabaseOperationFacade) - Constructor for class org.craftercms.studio.impl.v2.sync.SyncFromRepositoryTask
- syncRepoListener(SyncFromRepoEvent) - Method in class org.craftercms.studio.impl.v2.sync.SyncFromRepositoryTask
- SYSTEM_ADMIN_GROUP - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SYSTEM_ADMIN_NORMALIZED_ROLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SYSTEM_ADMIN_ROLE - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- SYSTEM_PATH_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- SYSTEM_PROCESSING - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- SYSTEM_TYPE_FOLDER - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- SYSTEM_TYPES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- systemConfig - Variable in class org.craftercms.studio.impl.v2.utils.StudioConfigurationImpl
- SystemPolicyValidator - Class in org.craftercms.studio.impl.v2.service.policy.validators
-
Implementation of
PolicyValidator
for system restrictions - SystemPolicyValidator(int, int) - Constructor for class org.craftercms.studio.impl.v2.service.policy.validators.SystemPolicyValidator
- systemStatusProvider - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- SystemStatusProvider - Interface in org.craftercms.studio.api.v2.utils.spring.context
-
Provides information about the state of the system.
- systemType - Variable in class org.craftercms.studio.model.rest.dashboard.Activity.Item
- systemValidator - Variable in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
T
- TAG - Static variable in class org.craftercms.studio.impl.v2.core.ContextManagerImpl
- target - Variable in class org.craftercms.studio.api.v1.to.CopyDependencyConfigTO
- target - Variable in class org.craftercms.studio.api.v2.dal.ContentType.CopyDependency
- target - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- target - Variable in class org.craftercms.studio.impl.v1.repository.git.TreeCopier
- target - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
-
Path of the file to use as output
- target - Variable in class org.craftercms.studio.model.policy.Action
-
The target of the action
- target - Variable in class org.craftercms.studio.model.policy.ValidationResult
-
The target of the action
- target - Variable in class org.craftercms.studio.model.rest.dashboard.Activity
- TARGET - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- TARGET_PATH_COLUMN_NAME - Static variable in interface org.craftercms.studio.api.v1.dal.DependencyMapper
- TARGET_PATH_COLUMN_NAME - Static variable in interface org.craftercms.studio.api.v2.dal.DependencyDAO
- TARGET_TYPE_ACCESS_TOKEN - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_BLUEPRINT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_CONTENT_ITEM - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_FOLDER - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_GROUP - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_PUBLISHING_PACKAGE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_REFRESH_TOKEN - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_REJECTION_COMMENT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_REMOTE_REPOSITORY - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_SITE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_SOURCE_SITE - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_SUBMISSION_COMMENT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_SYNCED_COMMIT - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_UNKNOWN - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
- TARGET_TYPE_USER - Static variable in class org.craftercms.studio.api.v2.dal.AuditLogConstants
-
Target Type
- targetPath - Variable in class org.craftercms.studio.api.v2.event.content.ContentEvent
- targetPath - Variable in class org.craftercms.studio.api.v2.event.lock.LockContentEvent
- targetPath - Variable in class org.craftercms.studio.model.rest.clipboard.PasteRequest
-
The target path
- TAXONOMY - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- template - Variable in class org.craftercms.studio.api.v1.aws.mediaconvert.MediaConvertProfile
-
Name of the job template to use.
- template - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractXsltFileUpgradeOperation
-
Template file to be applied.
- TEMPLATE_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- TEMPLATE_MAPPING_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- TEMPLATE_NAME_TEMPLATE_PARAM - Static variable in class org.craftercms.studio.impl.v2.deployment.AbstractDeployer
- templateCode - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Code injected in the templates for each plugin
- templateComment - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Comment added in the templates for each plugin
- templateMapping - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Mapping used to wire plugin files into the site templates
- TemplateRenameUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.file
-
Extension of
RenameUpgradeOperation
that can rename multiple files based on path patterns - TemplateRenameUpgradeOperation(StudioConfiguration, DataSource) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.file.TemplateRenameUpgradeOperation
- templates - Variable in class org.craftercms.studio.model.contentType.ContentTypeUsage
- templateXPath - Variable in class org.craftercms.studio.impl.v2.service.content.internal.ContentTypeServiceInternalImpl
- TemporaryFilesDirStartupTask - Class in org.craftercms.studio.impl.v2.event
-
This task sets up the temporary files directory for Crafter Studio.
- TemporaryFilesDirStartupTask() - Constructor for class org.craftercms.studio.impl.v2.event.TemporaryFilesDirStartupTask
- textEncryptor - Variable in class org.craftercms.studio.impl.v2.service.security.internal.EncryptionServiceInternalImpl
- textEncryptor - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbEncryptionUpgradeOperation
- textEncryptor - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.ConfigEncryptionUpgradeOperation
- theirs - Enum constant in enum class org.craftercms.studio.model.rest.PullFromRemoteRequest.MergeStrategy
- threadLocal - Static variable in class org.craftercms.studio.api.v1.service.workflow.context.RequestContextBuilder
- ThrowingRunnable - Interface in org.craftercms.studio.api.v2.utils.function
-
An action that can throw an exception
- timestamp - Variable in class org.craftercms.studio.api.v2.event.StudioEvent
-
The current time in ms when the event was triggered
- TimeStamped - Interface in org.craftercms.studio.api.v1.to
- TimeUtils - Class in org.craftercms.studio.impl.v2.utils
- TimeUtils() - Constructor for class org.craftercms.studio.impl.v2.utils.TimeUtils
- timezone - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- timezone - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
default timezone
- TIMEZONE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- TinifyTransformer - Class in org.craftercms.studio.impl.v1.image.transformation
-
Transformer that used the Java client of TinyPNG to compress JPEG/PNG images.
- TinifyTransformer(String) - Constructor for class org.craftercms.studio.impl.v1.image.transformation.TinifyTransformer
- title - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- TMP_FILE_SUFFIX - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- to - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTO
- to - Variable in class org.craftercms.studio.api.v1.to.FacetRangeTO
-
The ending limit of the range
- to - Variable in class org.craftercms.studio.model.search.SearchFacetRange
-
The ending limit of the range
- TO_DATE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- token - Variable in class org.craftercms.studio.model.security.AccessToken
-
The value of the token
- TOKEN_PREFIX - Static variable in class org.craftercms.studio.impl.v2.security.authentication.token.AccessTokenAuthenticationFilter
- toMap(Iterable<NameValuePair>, Map<String, String[]>) - Static method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- TOP_LEVEL_FOLDERS - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- toString() - Method in class org.craftercms.studio.api.v1.asset.Asset
- toString() - Method in record class org.craftercms.studio.api.v1.service.dependency.DependencyResolver.ResolvedDependency
-
Returns a string representation of this record class.
- toString() - Method in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- toString() - Method in class org.craftercms.studio.api.v1.to.DeploymentItemTO
- toString() - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- toString() - Method in class org.craftercms.studio.api.v1.to.VersionTO
- toString() - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedGroup
-
Returns a string representation of this record class.
- toString() - Method in record class org.craftercms.studio.api.v2.dal.security.NormalizedRole
-
Returns a string representation of this record class.
- toString() - Method in class org.craftercms.studio.api.v2.event.content.ContentEvent
- toString() - Method in class org.craftercms.studio.api.v2.event.content.MoveContentEvent
- toString() - Method in class org.craftercms.studio.api.v2.event.lock.LockContentEvent
- toString() - Method in class org.craftercms.studio.api.v2.event.publish.PublishEvent
- toString() - Method in class org.craftercms.studio.api.v2.event.repository.RepositoryEvent
- toString() - Method in class org.craftercms.studio.api.v2.event.site.SiteDeletedEvent
- toString() - Method in class org.craftercms.studio.api.v2.event.site.SiteLifecycleEvent
- toString() - Method in class org.craftercms.studio.api.v2.event.workflow.WorkflowEvent
- toString() - Method in exception class org.craftercms.studio.api.v2.exception.content.ContentLockedByAnotherUserException
- toString() - Method in exception class org.craftercms.studio.api.v2.exception.PublishingPackageNotFoundException
- toString() - Method in class org.craftercms.studio.api.v2.service.repository.MergeResult
- toString() - Method in class org.craftercms.studio.impl.v1.web.http.MultiReadHttpServletRequestWrapper
- toString() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeContext
- toString() - Method in class org.craftercms.studio.model.policy.Action
- toString() - Method in class org.craftercms.studio.model.rest.ApiResponse
- toString() - Method in class org.craftercms.studio.model.rest.Person
- toString() - Method in class org.craftercms.studio.permissions.CompositePermission
- total - Variable in class org.craftercms.studio.model.rest.content.GetChildrenResult
- total - Variable in class org.craftercms.studio.model.rest.dashboard.ExpiringContentResult
- total - Variable in class org.craftercms.studio.model.rest.PaginatedResultList
- total - Variable in class org.craftercms.studio.model.search.SearchResult
-
The total files that matched the search
- trackChangedFiles(String...) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- trackDeletedFiles(String...) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.AbstractUpgradeOperation
- TransactionService - Interface in org.craftercms.studio.api.v1.service.transaction
-
Provide different types of transactions to the site
- TransactionServiceImpl - Class in org.craftercms.studio.impl.v1.service.transaction
-
Provide different types of transactions to the site
- TransactionServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.transaction.TransactionServiceImpl
- transcodeFile(String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v1.service.aws.ElasticTranscoderServiceImpl
- transcodeFile(String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v1.service.aws.ElasticTranscoderService
-
Requests the transcoding of the specified file to the AWS Elastic Transcoder, using the specified
TranscoderProfile
. - TranscoderJob - Class in org.craftercms.studio.api.v1.aws.elastictranscoder
-
Represents the metadata of an AWS Elastic Transcoder job.
- TranscoderJob() - Constructor for class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderJob
- TranscoderOutput - Class in org.craftercms.studio.api.v1.aws.elastictranscoder
-
Holds the information for a specific output a transcoder should generate.
- TranscoderOutput() - Constructor for class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderOutput
- TranscoderProfile - Class in org.craftercms.studio.api.v1.aws.elastictranscoder
-
Holds the necessary information to request a transcoding job to the AWS Elastic Transcoder.
- TranscoderProfile() - Constructor for class org.craftercms.studio.api.v1.aws.elastictranscoder.TranscoderProfile
- TranscoderProfileMapper - Class in org.craftercms.studio.impl.v1.aws.elastictranscoder
-
ElasticTranscoder implementation of
AbstractAwsProfileMapper
. - TranscoderProfileMapper(ConfigurationResolver) - Constructor for class org.craftercms.studio.impl.v1.aws.elastictranscoder.TranscoderProfileMapper
- transform(Path, Path, Map<String, String>) - Method in interface org.craftercms.studio.api.v1.image.transformation.ImageTransformer
-
Transforms the image at
sourcePath
and saves it intotargetPath
. - transform(Path, Path, Map<String, String>) - Method in class org.craftercms.studio.impl.v1.image.transformation.ImageMagickTransformer
- transform(Path, Path, Map<String, String>) - Method in class org.craftercms.studio.impl.v1.image.transformation.TinifyTransformer
- transformerFactory - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- TransitionEvent - Enum Class in org.craftercms.studio.api.v1.service.fsm
- TransitionNotDefinedException - Exception Class in org.craftercms.studio.api.v1.exception
- TransitionNotDefinedException() - Constructor for exception class org.craftercms.studio.api.v1.exception.TransitionNotDefinedException
- translateException(TransportException, Logger, String, String, String) - Static method in class org.craftercms.studio.impl.v2.utils.GitUtils
- translatePaths(Collection<String>) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- TRANSLATION_IN_PROGRESS - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- TRANSLATION_PENDING - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- TRANSLATION_UP_TO_DATE - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- TranslationConfiguration - Class in org.craftercms.studio.model.config
-
Holds the configuration for translations
- TranslationConfiguration() - Constructor for class org.craftercms.studio.model.config.TranslationConfiguration
- TreeCopier - Class in org.craftercms.studio.impl.v1.repository.git
-
Created by Sumer Jabri
- TreeCopier(Path, Path) - Constructor for class org.craftercms.studio.impl.v1.repository.git.TreeCopier
- tryLock(String) - Method in class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- tryLock(String) - Method in interface org.craftercms.studio.api.v1.service.GeneralLockService
- tryLockContentItem(String, String) - Method in interface org.craftercms.studio.api.v1.service.GeneralLockService
-
Try to lock item for synchronized access.
- tryLockContentItem(String, String) - Method in class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- TTL - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- type - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
- type - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- type - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- type - Variable in class org.craftercms.studio.model.policy.Action
-
The type of action
- type - Variable in class org.craftercms.studio.model.policy.ValidationResult
-
The type of the action
- type - Variable in class org.craftercms.studio.model.search.SearchResultItem
-
The type of the file
- type() - Element in annotation interface org.craftercms.studio.api.v2.annotation.policy.ValidateAction
-
The type of the action
- type() - Element in annotation interface org.craftercms.studio.api.v2.security.HasAllPermissions
-
The permission type, which indicates the
PermissionEvaluator
to use for permission evaluation. - type() - Element in annotation interface org.craftercms.studio.api.v2.security.HasAnyPermissions
-
The permission type, which indicates the
PermissionEvaluator
to use for permission evaluation. - Type - Enum Class in org.craftercms.studio.model.policy
-
Supported types for content actions
- TYPE - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- types - Variable in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Configurations for types
U
- UiController - Class in org.craftercms.studio.controller.rest.v2
-
Controller that provides the UI elements the current user has access to.
- UiController(UiService) - Constructor for class org.craftercms.studio.controller.rest.v2.UiController
- UiService - Interface in org.craftercms.studio.api.v2.service.ui
-
Service that provides the UI elements the current user has access to.
- UiServiceImpl - Class in org.craftercms.studio.impl.v2.service.ui
-
Default implementation of
UiService
. - UiServiceImpl(SecurityService, UiServiceInternal) - Constructor for class org.craftercms.studio.impl.v2.service.ui.UiServiceImpl
- UiServiceInternal - Interface in org.craftercms.studio.impl.v2.service.ui.internal
-
Internal version of the
UiService
. - UiServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.ui.internal
-
Default implementation of
UiServiceInternal
. - UiServiceInternalImpl() - Constructor for class org.craftercms.studio.impl.v2.service.ui.internal.UiServiceInternalImpl
- UNAUTHENTICATED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- UNAUTHORIZED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- unlock(String) - Method in class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- unlock(String) - Method in interface org.craftercms.studio.api.v1.service.GeneralLockService
- unlock(String, String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- UNLOCK - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- unlockContent(String, String) - Method in interface org.craftercms.studio.api.v2.service.content.ContentService
-
Unlock item by path for given site
- unlockContent(String, String) - Method in class org.craftercms.studio.impl.v2.service.content.ContentServiceImpl
- unlockContentItem(String, String) - Method in interface org.craftercms.studio.api.v1.service.GeneralLockService
-
Release lock on content item.
- unlockContentItem(String, String) - Method in class org.craftercms.studio.impl.v1.service.GeneralLockServiceImpl
- unLockItem(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
unlock an item for publishing NOTE: site will be removed from this interface
- unLockItem(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- unLockItem(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- unLockItem(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- unlockItemByPath(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Unlock item
- unlockItemByPath(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- unlockItemByPath(String, String, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Lock item
- UnlockItemByPathRequest - Class in org.craftercms.studio.model.rest.content
- UnlockItemByPathRequest() - Constructor for class org.craftercms.studio.model.rest.content.UnlockItemByPathRequest
- unLockItemForPublishing(String, String) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
unlock an item for publishing NOTE: site will be removed from this interface
- unLockItemForPublishing(String, String) - Method in interface org.craftercms.studio.api.v2.repository.blob.StudioBlobStoreAdapter
- unLockItemForPublishing(String, String) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- unLockItemForPublishing(String, String) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- unlockRepositories() - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- unlockRepository(String, GitRepositories) - Method in interface org.craftercms.studio.api.v2.service.repository.internal.RepositoryManagementServiceInternal
-
Unlock local git repository
- unlockRepository(String, GitRepositories) - Method in interface org.craftercms.studio.api.v2.service.repository.RepositoryManagementService
-
Unlock local git repository
- unlockRepository(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- unlockRepository(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.service.repository.internal.RepositoryManagementServiceInternalImpl
- unlockRepository(String, GitRepositories) - Method in class org.craftercms.studio.impl.v2.service.repository.RepositoryManagementServiceImpl
- unlockRepository(UnlockRepositoryRequest) - Method in class org.craftercms.studio.controller.rest.v2.RepositoryManagementController
- UnlockRepositoryRequest - Class in org.craftercms.studio.model.rest
- UnlockRepositoryRequest() - Constructor for class org.craftercms.studio.model.rest.UnlockRepositoryRequest
- unlockSite(String) - Method in class org.craftercms.studio.controller.rest.v2.SitesController
- unlockSite(String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Unlock a site which is locked with state `LOCKED`
- unlockSite(String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- unlockSite(String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- unlockSitesRepositories() - Method in class org.craftercms.studio.impl.v2.repository.RepositoryStartupCleanup
- unpublish(String, List<String>, String, ZonedDateTime) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- unpublish(String, List<String>, String) - Method in class org.craftercms.studio.impl.v1.service.deployment.DmPublishServiceImpl
- unpublish(String, List<String>, String) - Method in interface org.craftercms.studio.api.v1.service.deployment.DmPublishService
- unpublish(String, List<String>, String, ZonedDateTime) - Method in interface org.craftercms.studio.api.v1.service.deployment.DmPublishService
- UNPUBLISHED - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- UNPUBLISHED_MASK - Static variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- UnwrappedResult<T> - Class in org.craftercms.studio.model.rest.content
-
Convenience generic decorator that unwraps (this means the result properties will be serialized as if they were properties of its containing object) the result entity.
- UnwrappedResult(T) - Constructor for class org.craftercms.studio.model.rest.content.UnwrappedResult
- update(NavigationOrderSequence) - Method in interface org.craftercms.studio.api.v1.dal.NavigationOrderSequenceMapper
- UPDATE - Enum constant in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
- UPDATE - Enum constant in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.Action
- UPDATE - Enum constant in enum class org.craftercms.studio.api.v2.dal.RepoOperation.Action
- UPDATE - Static variable in class org.craftercms.studio.api.v1.dal.PublishRequest.Action
- UPDATE - Static variable in class org.craftercms.studio.api.v2.dal.PublishRequest.Action
- UPDATE_DELETED_PAGE_CHILDREN - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- UPDATE_ITEM_STATES_BY_QUERY - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- UPDATE_NEW_PAGE_CHILDREN - Static variable in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- updateAccessToken(long, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Updates an access token for the current user
- updateAccessToken(long, boolean) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Updates an access token for the current user
- updateAccessToken(long, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- updateAccessToken(long, boolean) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- updateAccessToken(long, long, boolean) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- updateAccessToken(long, UpdateAccessTokenRequest) - Method in class org.craftercms.studio.controller.rest.v2.SecurityController
- UpdateAccessTokenRequest - Class in org.craftercms.studio.model.rest
- UpdateAccessTokenRequest() - Constructor for class org.craftercms.studio.model.rest.UpdateAccessTokenRequest
- updateChildrenOnMove(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- updateContentOnCopy(Document, String, String, Map<String, String>, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- updateContentOnMove(Element, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
Updates the XML after a move operation.
- updateDatabaseOnMove(String, String, String, Long, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- updateDatabaseOnMove(String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- updateDeletedPageChildren(long, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
-
Generates the sql statements to update a deleted page children.
- updateDependenciesOnMove(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- updatedPaths - Variable in class org.craftercms.studio.api.v2.repository.RepositoryChanges
-
Set of created or updated paths
- updateField(Document, Node, String, String) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
Updates the given field to add the new element if needed
- updateFile(String, String, InputStream, String, boolean, boolean, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
-
update the file at the given content node
- updateFile(String, String, InputStream, String, boolean, boolean, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
-
update the file at the given content node
- updateFile(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
-
Performs any needed updates on the content of the given file
- updateFile(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
- updateFile(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.ConfigEncryptionUpgradeOperation
- updateFile(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.FindAndReplaceUpgradeOperation
- updateFile(StudioUpgradeContext, Path) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.MultiFindAndReplaceUpgradeOperation
- updateFilters(BoolQuery.Builder, SearchParams, Map<String, FacetTO>) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Adds the required filters based on the given parameters
- updateGroup(long, Group) - Method in interface org.craftercms.studio.api.v2.service.security.GroupService
-
Update group
- updateGroup(long, Group) - Method in interface org.craftercms.studio.api.v2.service.security.internal.GroupServiceInternal
- updateGroup(long, Group) - Method in class org.craftercms.studio.impl.v2.service.security.GroupServiceImpl
- updateGroup(long, Group) - Method in class org.craftercms.studio.impl.v2.service.security.internal.GroupServiceInternalImpl
- updateGroup(Group) - Method in interface org.craftercms.studio.api.v2.dal.GroupDAO
-
Update group
- updateGroup(UpdateGroupRequest) - Method in class org.craftercms.studio.controller.rest.v2.GroupsController
-
Update group API
- UpdateGroupRequest - Class in org.craftercms.studio.model.rest.groups
-
Holds the parameters for an Update Group request
- UpdateGroupRequest() - Constructor for class org.craftercms.studio.model.rest.groups.UpdateGroupRequest
- updateHighlighting(SearchRequest.Builder) - Method in class org.craftercms.studio.impl.v2.service.search.internal.SearchServiceInternalImpl
-
Adds the configured highlighting to the given builder
- updateIntegrity - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbScriptUpgradeOperation
-
Indicates if the integrity value should be updated after executing the script.
- updateItem(Item) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Update item
- updateItem(Item) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Update item
- updateItem(Item) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateItemDeploymentState(PublishRequest) - Method in interface org.craftercms.studio.api.v1.dal.PublishRequestMapper
- updateItemRow(long, String, String, long, long, Long, ZonedDateTime, String, String, String, String, Long) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
- updateItemStates(String, List<String>, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Update item state flags for given items
- updateItemStates(String, List<String>, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Update item state flags for given items
- updateItemStates(String, List<String>, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateItemStates(String, List<String>, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- updateItemStates(ItemStatesPostRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- updateItemStatesByQuery(String, String, Long, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Update item state flags for given path query
- updateItemStatesByQuery(String, String, Long, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in interface org.craftercms.studio.api.v2.service.workflow.WorkflowService
-
Update item state flags for given path query
- updateItemStatesByQuery(String, String, Long, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateItemStatesByQuery(String, String, Long, boolean, boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- updateItemStatesByQuery(UpdateItemStatesByQueryRequestBody) - Method in class org.craftercms.studio.controller.rest.v2.WorkflowController
- UpdateItemStatesByQueryRequestBody - Class in org.craftercms.studio.model.rest.workflow
- UpdateItemStatesByQueryRequestBody() - Constructor for class org.craftercms.studio.model.rest.workflow.UpdateItemStatesByQueryRequestBody
- UpdateItemStatesByQueryRequestBody.Query - Class in org.craftercms.studio.model.rest.workflow
- updateLastCommitId(String, String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- updateLastCommitId(String, String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
- updateLastCommitId(String, String) - Method in interface org.craftercms.studio.api.v2.dal.SiteDAO
-
Update a site's last commit id
- updateLastCommitId(String, String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Update a site's last commit id
- updateLastCommitId(String, String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- updateLastCommitId(String, String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- updateLastCommitId(Map) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
- updateLastPublishedOn(String, String, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Update last published date for item
- updateLastPublishedOn(String, String, ZonedDateTime) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Update last published date for item
- updateLastPublishedOn(String, String, ZonedDateTime) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateNavOrder(String, String, Document) - Method in class org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl
- updateNavOrder(String, String, Document) - Method in interface org.craftercms.studio.api.v1.service.content.DmPageNavigationOrderService
-
Updates the Document element with new unique nav order if one does not exist
- updateNewPageChildren(long, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
-
Generates the sql statements to update a new page children.
- updateNewPageChildren(String, String) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
When creating a new page in an already existing folder, we need to update the children of the folder to become the children of the page.
- updateNewPageChildren(String, String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Updates a new page's children (in case the folder existed before the page was created) to point to the new page.
- updateNewPageChildren(String, String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateObserver(String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Update publishing progress for given site
- updateObserver(String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- updateObserver(String, int) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Update publishing progres for given site by delta
- updateObserver(String, int) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- updateObserver(String, int, String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Update publishing progres for given site by delta
- updateObserver(String, int, String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- updateObserver(String, String) - Method in interface org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressServiceInternal
-
Update publishing progress for given site
- updateObserver(String, String) - Method in class org.craftercms.studio.impl.v2.service.publish.internal.PublishingProgressServiceInternalImpl
- updateParentId(long, Collection<String>) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Recalculate the parent id for the given paths
- updateParentId(long, Collection<String>) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Recalculate the parent id for the given paths
- updateParentId(long, Collection<String>) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateParentId(String) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Recalculate the parent id for all the items in the site
- updateParentId(String) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateParentIdForSite(long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Recalculate the parent id for all the items in the site
- updateProgress() - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- updateProgress(int) - Method in class org.craftercms.studio.api.v2.service.publish.internal.PublishingProgressObserver
- updatePublishingStatus(String, String) - Method in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- updatePublishingStatus(String, String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
-
Update publishing status
- updatePublishingStatus(String, String) - Method in interface org.craftercms.studio.api.v1.service.site.SiteService
-
Update publishing status message for given site
- updateRefreshToken(Authentication, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Updates the refresh token for the given response
- updateRefreshToken(Authentication, HttpServletResponse) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Updates the refresh token for the given response
- updateRefreshToken(Authentication, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- updateRefreshToken(Authentication, HttpServletResponse) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- updateSite(String, UpdateSiteRequest) - Method in class org.craftercms.studio.controller.rest.v2.SitesController
- updateSite(String, String, String) - Method in interface org.craftercms.studio.api.v1.dal.SiteFeedMapper
-
Updates the name and description for the given site
- updateSite(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.site.SitesService
-
Updates the name and description for the given site
- updateSite(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.site.internal.SitesServiceInternalImpl
- updateSite(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.site.SitesServiceImpl
- updateSiteNameConfigVar(String) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- UpdateSiteRequest - Class in org.craftercms.studio.model.rest.sites
-
Holds the data required to update a site
- UpdateSiteRequest() - Constructor for class org.craftercms.studio.model.rest.sites.UpdateSiteRequest
- updateStateBits(String, String, long, long) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Update states to flip on list off states and flip off another list of states for item
- updateStateBits(String, String, long, long) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateStateBitsBulk(String, Collection<String>, long, long) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Update states to flip on list off states and flip off another list of states for items
- updateStateBitsBulk(String, Collection<String>, long, long) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateStatesByQuery(String, String, Long, long, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Update item state by query
- updateStatesBySiteAndPathBulk(long, Collection<String>, long, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Update states to flip on list off states and flip off another list of states for items
- updateStatesForSite(long, long, long) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
Update states to flip on list off states and flip off another list of states for items
- updateStatesForSite(String, long, long) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Update states for all content in the given site
- updateStatesForSite(String, long, long) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- updateUser(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Update user
- updateUser(User) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- updateUser(User) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
- updateUser(User) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- updateUser(User) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- updateUser(UpdateUserRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
-
Update user API
- updateUserActivity(Authentication) - Method in interface org.craftercms.studio.api.v2.service.security.AccessTokenService
-
Updates the user activity record to extend the timeout
- updateUserActivity(Authentication) - Method in interface org.craftercms.studio.api.v2.service.security.internal.AccessTokenServiceInternal
-
Updates the user activity record to extend the timeout
- updateUserActivity(Authentication) - Method in class org.craftercms.studio.impl.v2.service.security.AccessTokenServiceImpl
- updateUserActivity(Authentication) - Method in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
- updateUserProperties(long, long, Map<String, String>) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Updates the given user properties
- updateUserProperties(String, Map<String, String>) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
-
Update or add properties for the given site & the current user
- updateUserProperties(String, Map<String, String>) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Update or add properties for the given site & the current user
- updateUserProperties(String, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- updateUserProperties(String, Map<String, String>) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- updateUserProperties(UpdateUserPropertiesRequest) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- UpdateUserPropertiesRequest - Class in org.craftercms.studio.model.users
-
Includes all data required to update or add user properties
- UpdateUserPropertiesRequest() - Constructor for class org.craftercms.studio.model.users.UpdateUserPropertiesRequest
- UpdateUserRequest - Class in org.craftercms.studio.model.rest
-
Holds the parameters for an Update User request
- UpdateUserRequest() - Constructor for class org.craftercms.studio.model.rest.UpdateUserRequest
- updateWorkflow(Workflow) - Method in interface org.craftercms.studio.api.v2.service.workflow.internal.WorkflowServiceInternal
-
Update new workflow entry
- updateWorkflow(Workflow) - Method in class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- updateWorkFlow(String, String) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- updateWorkflowEntry(Workflow) - Method in interface org.craftercms.studio.api.v2.dal.WorkflowDAO
-
Update workflow entry
- UPGRADE_BRANCH_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
-
Upgrade Configuration
- UPGRADE_COMMIT_MESSAGE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_CONFIGURATION_FILE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_DEFAULT_VERSION_FILE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_DEFAULT_VERSION_SITE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_PIPELINE_BLUEPRINT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_PIPELINE_CONFIGURATIONS - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_PIPELINE_PREFIX - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_PIPELINE_SITE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_PIPELINE_SYSTEM - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_SCRIPT_FOLDER - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_VERSION_DEFAULT - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_VERSION_FILE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_VERSION_TEMPLATE - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_VERSION_XPATH - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- UPGRADE_XML_CONFIG_VERSION_ELEM_NAME - Static variable in interface org.craftercms.studio.api.v2.utils.StudioConfiguration
- upgradeBlueprints() - Method in interface org.craftercms.studio.api.v2.upgrade.StudioUpgradeManager
-
Executes all required upgrades for the blueprints.
- upgradeBlueprints() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
-
Executes all required upgrades for the blueprints.
- UpgradeConstants - Interface in org.craftercms.studio.api.v2.upgrade
-
General values related to the upgrade process.
- upgradeDatabaseAndConfiguration() - Method in interface org.craftercms.studio.api.v2.upgrade.StudioUpgradeManager
-
Executes all required upgrades for the system.
- upgradeDatabaseAndConfiguration() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
-
Executes all required upgrades for the system.
- upgradeExistingSites() - Method in interface org.craftercms.studio.api.v2.upgrade.StudioUpgradeManager
-
Executes the upgrades for all existing sites.
- upgradeExistingSites() - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
-
Executes the upgrades for all existing sites.
- upgradeManager - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- upgradeRemoteRepositories(NamedParameterJdbcTemplate) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbEncryptionUpgradeOperation
- upgradeSiteConfiguration(StudioUpgradeContext) - Method in interface org.craftercms.studio.api.v2.upgrade.StudioUpgradeManager
-
Executes the upgrades for all managed configurations in the given site.
- upgradeSiteConfiguration(StudioUpgradeContext) - Method in class org.craftercms.studio.impl.v2.upgrade.StudioUpgradeManagerImpl
-
Executes the upgrades for all managed configurations in the given site.
- upgradeValue(String) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.db.DbEncryptionUpgradeOperation
- upload(String, String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.Uploads a file in the specified path.
- upload(String, String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
-
Uploads a file in the specified path.
- upload(String, String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v1.service.webdav.WebDavService
-
Deprecated.Uploads a file in the specified path.
- upload(String, String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v2.service.webdav.WebDavService
-
Uploads a file in the specified path.
- uploadContent() - Method in class org.craftercms.studio.controller.rest.v2.CmisController
- uploadFile(String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v1.service.aws.S3ServiceImpl
-
Deprecated.
- uploadFile(String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v1.service.aws.S3Service
-
Deprecated.Requests the file upload using the specified
S3Profile
. - uploadInput(String, String, InputStream, Pipeline, S3Client) - Method in class org.craftercms.studio.impl.v1.aws.elastictranscoder.ElasticTranscoderImpl
- uploadItem(HttpServletRequest) - Method in class org.craftercms.studio.controller.rest.v2.aws.AwsS3Controller
-
Upload a file to an S3 bucket.
- uploadItem(HttpServletRequest) - Method in class org.craftercms.studio.controller.rest.v2.WebdavController
-
Uploads a file to a WebDAV server
- uploadItem(String, String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
-
Uploads a file to an S3 bucket.
- uploadItem(String, String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v2.service.aws.s3.AwsS3Service
-
Uploads a file to an S3 bucket.
- uploadStream(String, String, S3Client, int, String, InputStream) - Static method in class org.craftercms.studio.impl.v1.service.aws.AwsUtils
- uploadVideo(HttpServletRequest) - Method in class org.craftercms.studio.controller.rest.v2.aws.AwsMediaConvertController
-
Uploads a file to S3 and triggers a MediaConvert job
- uploadVideo(String, String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
Uploads a file to S3 and creates a transcoding job using the specified profile.
- uploadVideo(String, String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v2.service.aws.mediaconvert.AwsMediaConvertService
-
Uploads a file to S3 and creates a transcoding job using the specified profile.
- upsertDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Scan item for direct dependencies and synchronize those to the dependencies database adding the new deps, updating existing, and removing what was removed from the item.
- upsertDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Scan item for direct dependencies and synchronize those to the dependencies database adding the new deps, updating existing, and removing what was removed from the item.
- upsertDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- upsertDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- upsertEntry(Item) - Method in interface org.craftercms.studio.api.v2.dal.ItemDAO
-
insert or update item
- upsertEntry(Item) - Method in interface org.craftercms.studio.api.v2.service.item.internal.ItemServiceInternal
-
Insert record for item if it does not exist, otherwise update it
- upsertEntry(Item) - Method in class org.craftercms.studio.impl.v2.service.item.internal.ItemServiceInternalImpl
- upsertRefreshToken(long, String) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- uri - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- uri - Variable in class org.craftercms.studio.api.v1.to.RenderingTemplateTO
- uris - Variable in class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- url - Variable in class org.craftercms.studio.api.v1.webdav.WebDavItem
-
Full URL of the resource.
- url - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- url - Variable in exception class org.craftercms.studio.api.v2.exception.marketplace.MarketplaceUnreachableException
-
Current URL for the Marketplace
- url - Variable in class org.craftercms.studio.api.v2.service.marketplace.MarketplacePlugin
- url - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
The Marketplace URL to use
- url - Variable in class org.craftercms.studio.model.aws.s3.S3Item
-
URL of the item.
- URL_ENCODING - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- URL_FORMAT - Static variable in class org.craftercms.studio.impl.v1.service.box.BoxServiceImpl
- urlElementName - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
Name for the new XML tag to add to the field
- urlPattern - Variable in class org.craftercms.studio.impl.v2.service.aws.mediaconvert.AwsMediaConvertServiceImpl
-
The URL pattern for the generated files
- urlPattern - Variable in class org.craftercms.studio.impl.v2.service.aws.s3.AwsS3ServiceImpl
-
The URL pattern for the generated files
- urlPattern - Variable in class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- urls - Variable in class org.craftercms.studio.model.aws.mediaconvert.MediaConvertResult
-
The list of files that will be generated by the triggered job
- urlTemplate - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.BoxRemoteAssetUpgradeOperation
-
URL template to generate the new value for the Box file
- user - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- user - Variable in class org.craftercms.studio.api.v2.event.StudioEvent
-
The user that triggered the event, may be null for system events
- User - Class in org.craftercms.studio.api.v2.dal
- User() - Constructor for class org.craftercms.studio.api.v2.dal.User
- USER - Static variable in class org.craftercms.studio.api.v1.constant.StudioConstants
- USER - Static variable in class org.craftercms.studio.api.v2.security.ContentItemPossibleActionsConstants
- USER_ALREADY_EXISTS - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- USER_EXTERNALLY_MANAGED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- USER_ID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- USER_IDS - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- USER_LOCKED - Enum constant in enum class org.craftercms.studio.api.v2.dal.ItemState
- USER_NOT_FOUND - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- USER_PASSWORD_DOES_NOT_MATCH - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- USER_PASSWORD_REQUIREMENTS_FAILED - Static variable in class org.craftercms.studio.model.rest.ApiResponse
- USER_SORT_COLUMNS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestConstants
- userActivity - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
Cache used to track the activity of the users
- UserActivityFilter - Class in org.craftercms.studio.impl.v2.security
-
Security filter that tracks the user activity in the API
- UserActivityFilter(AccessTokenService, String...) - Constructor for class org.craftercms.studio.impl.v2.security.UserActivityFilter
- UserAlreadyExistsException - Exception Class in org.craftercms.studio.api.v1.exception.security
- UserAlreadyExistsException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserAlreadyExistsException
- UserAlreadyExistsException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserAlreadyExistsException
- UserAlreadyExistsException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserAlreadyExistsException
- UserAlreadyExistsException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserAlreadyExistsException
- UserAlreadyExistsException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserAlreadyExistsException
- userDao - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- userDao - Variable in class org.craftercms.studio.impl.v2.security.userdetails.AbstractCachedUserDetailsService
- UserDAO - Interface in org.craftercms.studio.api.v2.dal
- UserDetailsCheckerList - Class in org.craftercms.studio.impl.v2.security.authentication
-
A
UserDetailsChecker
that delegates to a list of otherUserDetailsChecker
instances. - UserDetailsCheckerList(List<UserDetailsChecker>) - Constructor for class org.craftercms.studio.impl.v2.security.authentication.UserDetailsCheckerList
- userExists(long, String) - Method in interface org.craftercms.studio.api.v2.service.security.internal.UserServiceInternal
- userExists(long, String) - Method in class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- userExists(String) - Method in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- userExists(String) - Method in interface org.craftercms.studio.api.v1.service.security.SecurityService
-
Check if user exists
- userExists(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- userExists(Map) - Method in interface org.craftercms.studio.api.v2.dal.UserDAO
-
Check if user exists
- userExistsInGroup(Map) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- UserExternallyManagedException - Exception Class in org.craftercms.studio.api.v1.exception.security
- UserExternallyManagedException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserExternallyManagedException
- UserExternallyManagedException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserExternallyManagedException
- UserExternallyManagedException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserExternallyManagedException
- UserExternallyManagedException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserExternallyManagedException
- UserExternallyManagedException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserExternallyManagedException
- userFirstName - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- UserGroup - Class in org.craftercms.studio.api.v2.dal
- UserGroup() - Constructor for class org.craftercms.studio.api.v2.dal.UserGroup
- userLastName - Variable in class org.craftercms.studio.api.v1.to.ContentItemTO
- username - Variable in class org.craftercms.studio.api.v1.dal.GroupPerSiteResult
- username - Variable in class org.craftercms.studio.api.v1.dal.UserProfileResult
- username - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- username - Variable in class org.craftercms.studio.api.v2.dal.DeploymentHistoryItem
- username - Variable in class org.craftercms.studio.model.rest.Person
- USERNAME - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- USERNAMES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- UserNotFoundException - Exception Class in org.craftercms.studio.api.v1.exception.security
- UserNotFoundException() - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserNotFoundException
- UserNotFoundException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserNotFoundException
- UserNotFoundException(String, Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserNotFoundException
- UserNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserNotFoundException
- UserNotFoundException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.security.UserNotFoundException
- useRoundedFolder - Variable in class org.craftercms.studio.api.v1.to.ContentTypeConfigTO
-
use rounded folder to arrange content?
- useRoundedFolder - Variable in class org.craftercms.studio.api.v2.dal.ContentType
- UserProfileResult - Class in org.craftercms.studio.api.v1.dal
- UserProfileResult() - Constructor for class org.craftercms.studio.api.v1.dal.UserProfileResult
- UserProperty - Class in org.craftercms.studio.api.v2.dal
-
Holds the data for a single user property
- UserProperty() - Constructor for class org.craftercms.studio.api.v2.dal.UserProperty
- UserResponse - Class in org.craftercms.studio.model.rest
-
Represents a
User
with only the necessary fields that are required to be sent in the response - UserResponse(User) - Constructor for class org.craftercms.studio.model.rest.UserResponse
- USERS - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Users controller
- UsersController - Class in org.craftercms.studio.controller.rest.v2
- UsersController(UserService, StudioConfiguration) - Constructor for class org.craftercms.studio.controller.rest.v2.UsersController
- UserService - Interface in org.craftercms.studio.api.v2.service.security
- UserServiceImpl - Class in org.craftercms.studio.impl.v2.service.security
- UserServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PostActivityProcessor
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.entitlement.StudioEntitlementUsageProvider
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.security.SecurityServiceImpl
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- userServiceInternal - Variable in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- userServiceInternal - Variable in class org.craftercms.studio.impl.v2.service.security.SecurityServiceImpl
- UserServiceInternal - Interface in org.craftercms.studio.api.v2.service.security.internal
- UserServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.security.internal
- UserServiceInternalImpl(UserDAO, GroupServiceInternal, StudioConfiguration, SiteService, SecurityService, RetryingDatabaseOperationFacade, Cache<String, User>, Zxcvbn) - Constructor for class org.craftercms.studio.impl.v2.service.security.internal.UserServiceInternalImpl
- UserUpdatedEvent - Class in org.craftercms.studio.api.v2.event.user
-
Event fired when a user is updated.
- UserUpdatedEvent(long) - Constructor for class org.craftercms.studio.api.v2.event.user.UserUpdatedEvent
- useSsl - Variable in class org.craftercms.studio.api.v2.dal.DataSourceRepository
- UUID - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
V
- valid() - Method in record class org.craftercms.studio.api.v1.service.dependency.DependencyResolver.ResolvedDependency
-
Returns the value of the
valid
record component. - VALID_LEVEL_PATTERN - Static variable in interface org.craftercms.studio.api.v2.service.log.LoggerService
- validate() - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- validate(InputStream, String) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- validate(String, List<Action>) - Method in interface org.craftercms.studio.api.v2.service.policy.internal.PolicyServiceInternal
-
Performs the validation of one or more actions for a given site
- validate(String, List<Action>) - Method in interface org.craftercms.studio.api.v2.service.policy.PolicyService
-
Performs the validation of one or more actions for a given site
- validate(String, List<Action>) - Method in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- validate(String, List<Action>) - Method in class org.craftercms.studio.impl.v2.service.policy.PolicyServiceImpl
- validate(HierarchicalConfiguration<?>, HierarchicalConfiguration<?>, Action, ValidationResult) - Method in interface org.craftercms.studio.impl.v2.service.policy.PolicyValidator
-
Performs the validation of an action
- validate(HierarchicalConfiguration<?>, HierarchicalConfiguration<?>, Action, ValidationResult) - Method in class org.craftercms.studio.impl.v2.service.policy.validators.ContentTypePolicyValidator
- validate(HierarchicalConfiguration<?>, HierarchicalConfiguration<?>, Action, ValidationResult) - Method in class org.craftercms.studio.impl.v2.service.policy.validators.FileSizePolicyValidator
- validate(HierarchicalConfiguration<?>, HierarchicalConfiguration<?>, Action, ValidationResult) - Method in class org.craftercms.studio.impl.v2.service.policy.validators.MimeTypePolicyValidator
- validate(HierarchicalConfiguration<?>, HierarchicalConfiguration<?>, Action, ValidationResult) - Method in class org.craftercms.studio.impl.v2.service.policy.validators.PathPolicyValidator
- validate(HierarchicalConfiguration<?>, HierarchicalConfiguration<?>, Action, ValidationResult) - Method in class org.craftercms.studio.impl.v2.service.policy.validators.SystemPolicyValidator
- VALIDATE_TOKEN - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
- validateAction(ProceedingJoinPoint, ValidateAction) - Method in class org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect
- validateAction(Action) - Method in class org.craftercms.studio.impl.v2.service.policy.internal.PolicyServiceInternalImpl
- ValidateAction - Annotation Interface in org.craftercms.studio.api.v2.annotation.policy
-
Annotation to mark operations that need to be validated against the site policy configuration
- validateAddGroupMembers(AddGroupMembers) - Static method in class org.craftercms.studio.controller.rest.ValidationUtils
-
Validates a
AddGroupMembers
object. - validateAndCreateFolder(String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
Validate the input and create a folder
- validateAndCreateFolder(String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- validateAnyListNonEmpty(List<?>...) - Static method in class org.craftercms.studio.controller.rest.ValidationUtils
-
Validates that at least one of the lists is not null and is not empty.
- validateDecryptedToken(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- validateDependencies(String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Mark as valid/invalid all site dependencies depending on the existence of the target_path in the site
- validateDependencies(String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- validateDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Mark as valid the dependency records with the given target path
- validateDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.DependencyService
-
Mark as valid the dependency records with the given target path
- validateDependencies(String, String) - Method in interface org.craftercms.studio.api.v2.service.dependency.internal.DependencyServiceInternal
-
Mark as valid the dependency records with the given target path
- validateDependencies(String, String) - Static method in class org.craftercms.studio.api.v2.utils.SqlStatementGeneratorUtils
-
Generate the necessary sql statements to validate dependencies for a given target path
- validateDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.DependencyServiceImpl
- validateDependencies(String, String) - Method in class org.craftercms.studio.impl.v2.service.dependency.internal.DependencyServiceInternalImpl
- validateDependenciesForSite(String) - Method in interface org.craftercms.studio.api.v2.dal.DependencyDAO
-
Mark as valid/invalid all site dependencies depending on the existence of the target_path in the site
- validateEnableUsers(EnableUsers) - Static method in class org.craftercms.studio.controller.rest.ValidationUtils
-
Validates a
EnableUsers
object. - validateImageSize(int, int, int, int, boolean) - Method in class org.craftercms.studio.impl.v1.content.pipeline.CheckImageSizeProcessor
-
validate the image width and height against the allowed width and height
- validatePasteItemsAction(String, Operation, String, String) - Method in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- validatePluginParameters(Plugin, Map<String, String>) - Static method in class org.craftercms.studio.impl.v2.utils.PluginUtils
-
Validates that all required parameters are provided and have a value
- validatePolicy(String, ValidatePolicyRequest) - Method in class org.craftercms.studio.controller.rest.v2.SitesController
- ValidatePolicyRequest - Class in org.craftercms.studio.model.rest.sites
-
Holds all data for requesting a site policy validation
- ValidatePolicyRequest() - Constructor for class org.craftercms.studio.model.rest.sites.ValidatePolicyRequest
- validateRefreshToken(long, String) - Method in interface org.craftercms.studio.api.v2.dal.SecurityDAO
- validateToken(HttpServletResponse, String) - Method in class org.craftercms.studio.controller.rest.v2.UsersController
- validateToken(String) - Method in interface org.craftercms.studio.api.v2.service.security.UserService
-
Validate forgot password token
- validateToken(String) - Method in class org.craftercms.studio.controller.rest.v2.ManagementTokenAware
- validateToken(String) - Method in class org.craftercms.studio.impl.v2.service.security.UserServiceImpl
- validateToken(String, String) - Static method in class org.craftercms.studio.impl.v1.util.SessionTokenUtils
- validateValue(Validator, Object, String) - Static method in class org.craftercms.studio.controller.rest.ValidationUtils
-
Validates a value against a given validator and throws a ValidationException if validation fails
- validateValue(Validator, Object, String, Map<String, String>) - Static method in class org.craftercms.studio.controller.rest.ValidationUtils
- ValidationException - Exception Class in org.craftercms.studio.api.v2.exception.validation
-
Base exception for all data validations
- ValidationException() - Constructor for exception class org.craftercms.studio.api.v2.exception.validation.ValidationException
- ValidationException(String) - Constructor for exception class org.craftercms.studio.api.v2.exception.validation.ValidationException
- ValidationException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v2.exception.validation.ValidationException
- ValidationResult - Class in org.craftercms.studio.model.policy
-
Holds the result of a site policy validation
- ValidationResult() - Constructor for class org.craftercms.studio.model.policy.ValidationResult
- ValidationUtils - Class in org.craftercms.studio.controller.rest
-
Utility class to perform parameter validations.
- ValidationUtils() - Constructor for class org.craftercms.studio.controller.rest.ValidationUtils
- validIssuers - Variable in class org.craftercms.studio.impl.v2.service.security.internal.AccessTokenServiceInternalImpl
-
List of accepted issuers for validation of access tokens
- value - Variable in enum class org.craftercms.studio.api.v2.dal.ItemState
- value - Variable in class org.craftercms.studio.api.v2.dal.UserProperty
-
The value of the property
- value() - Element in annotation interface org.craftercms.studio.api.v2.annotation.IsActionAllowedParameter
- value() - Element in annotation interface org.craftercms.studio.api.v2.annotation.RequireSiteState
-
The required site state
- value() - Element in annotation interface org.craftercms.studio.model.validation.annotations.ConfigurableMax
-
The name of the Studio configuration property to use as the maximum size
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v1.constant.GitRepositories
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v1.service.fsm.TransitionEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v2.dal.RepoOperation.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.api.v2.service.notification.NotificationMessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.model.AuthenticationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.model.clipboard.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.model.policy.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.craftercms.studio.model.rest.PullFromRemoteRequest.MergeStrategy
-
Returns the enum constant of this class with the specified name.
- values - Variable in class org.craftercms.studio.model.search.SearchFacet
-
The values and counts of the facet
- values() - Static method in enum class org.craftercms.studio.api.v1.constant.GitRepositories
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.api.v1.service.content.DmContentLifeCycleService.ContentLifeCycleOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.api.v1.service.fsm.TransitionEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.api.v2.dal.ItemState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.api.v2.dal.RepoOperation.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.api.v2.service.notification.NotificationMessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.model.AuthenticationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.model.clipboard.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.model.policy.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.craftercms.studio.model.rest.PullFromRemoteRequest.MergeStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
The current CrafterCMS version, sent with all requests
- VERSION_3_0_0 - Static variable in interface org.craftercms.studio.api.v2.upgrade.UpgradeConstants
- versionNumber - Variable in class org.craftercms.studio.api.v1.to.VersionTO
- VersionTO - Class in org.craftercms.studio.api.v1.to
-
a version record
- VersionTO() - Constructor for class org.craftercms.studio.api.v1.to.VersionTO
- visitFile(Path, BasicFileAttributes) - Method in class org.craftercms.studio.api.v2.service.marketplace.PluginTreeCopier
- visitFile(Path, BasicFileAttributes) - Method in class org.craftercms.studio.impl.v1.repository.git.TreeCopier
- visitFile(Path, BasicFileAttributes) - Method in class org.craftercms.studio.impl.v1.repository.StrSubstitutorVisitor
- visitFile(Path, BasicFileAttributes) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
- visitFileFailed(Path, IOException) - Method in class org.craftercms.studio.impl.v1.repository.git.TreeCopier
- visitFileFailed(Path, IOException) - Method in class org.craftercms.studio.impl.v1.repository.StrSubstitutorVisitor
- visitFileFailed(Path, IOException) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation.ListFileVisitor
- vote(Authentication, Object, Collection) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- voteInternal(Authentication, Object, Collection) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioAbstractAccessDecisionVoter
- voteInternal(Authentication, Object, Collection) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioContentAPIAccessDecisionVoter
- voteInternal(Authentication, Object, Collection) - Method in class org.craftercms.studio.impl.v1.web.security.access.StudioPublishingAPIAccessDecisionVoter
W
- waitForCompletion - Variable in class org.craftercms.studio.api.v2.event.content.ContentEvent
- WebContentInterceptorFactory - Class in org.craftercms.studio.impl.v2.utils.spring
-
AbstractFactoryBean
implementation to configure aWebContentInterceptor
instance to handle paths including etag header. - WebContentInterceptorFactory(CacheControl, String[], String[]) - Constructor for class org.craftercms.studio.impl.v2.utils.spring.WebContentInterceptorFactory
- WebdavController - Class in org.craftercms.studio.controller.rest.v2
-
Rest controller for WebDAV service
- WebdavController(WebDavService) - Constructor for class org.craftercms.studio.controller.rest.v2.WebdavController
- WebDavException - Exception Class in org.craftercms.studio.api.v1.exception
-
Exception for all errors related to WebDAV
- WebDavException() - Constructor for exception class org.craftercms.studio.api.v1.exception.WebDavException
- WebDavException(String) - Constructor for exception class org.craftercms.studio.api.v1.exception.WebDavException
- WebDavException(String, Exception) - Constructor for exception class org.craftercms.studio.api.v1.exception.WebDavException
- WebDavException(Throwable) - Constructor for exception class org.craftercms.studio.api.v1.exception.WebDavException
- WebDavItem - Class in org.craftercms.studio.api.v1.webdav
-
Holds the basic information about WebDAV resources.
- WebDavItem(String, String, boolean) - Constructor for class org.craftercms.studio.api.v1.webdav.WebDavItem
- webDavService - Variable in class org.craftercms.studio.controller.rest.v2.WebdavController
-
The webdav service
- WebDavService - Interface in org.craftercms.studio.api.v1.service.webdav
-
Deprecated.This service has been replaced by
WebDavService
- WebDavService - Interface in org.craftercms.studio.api.v2.service.webdav
-
Defines the operations available for a WebDAV server.
- WebDavServiceImpl - Class in org.craftercms.studio.impl.v1.service.webdav
-
Deprecated.This service has been replaced by
WebDavServiceImpl
- WebDavServiceImpl - Class in org.craftercms.studio.impl.v2.service.webdav
-
Default implementation of
WebDavService
. - WebDavServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.webdav.WebDavServiceImpl
- WebDavServiceImpl(SiteAwareConfigProfileLoader<WebDavProfile>) - Constructor for class org.craftercms.studio.impl.v1.service.webdav.WebDavServiceImpl
-
Deprecated.
- WebsocketConfig - Class in org.craftercms.studio.config
-
Spring Websocket Configuration
- WebsocketConfig(StudioConfiguration) - Constructor for class org.craftercms.studio.config.WebsocketConfig
- WebsocketSecurityConfig - Class in org.craftercms.studio.config
-
Spring Security Websocket Configuration
- WebsocketSecurityConfig(SecurityExpressionHandler<Message<Object>>) - Constructor for class org.craftercms.studio.config.WebsocketSecurityConfig
- wemProject - Variable in class org.craftercms.studio.api.v1.to.SiteConfigTO
-
WEM project name
- WIDGET_MAPPING_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- WIDGET_REMOVE_CONFIG_KEY - Static variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- widgetMapping - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
Mapping used to wire plugin files into the site configuration
- widgetRemoveTemplate - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
-
XSLT template used to remove wired configurations
- width - Variable in class org.craftercms.studio.api.v1.to.ContentAssetInfoTO
-
the image width if the asset is an image
- withAvailableActions(long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withContentTypeId(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withContentTypeId(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withCreatedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withCreatedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withCreatedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withCreatedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withCreator(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withCreator(Person) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withId(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withId(long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withIgnored(boolean) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withIgnored(boolean) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withIgnoredAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withIgnoredAsInt(int) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withLabel(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLabel(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withLastModifiedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLastModifiedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withLastModifiedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLastModifiedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withLastPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLastPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withLivePublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLiveScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLiveUsername(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLocaleCode(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLocaleCode(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withLockedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLockedBy(Long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withLockOwner(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withLockOwner(Person) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withMimeType(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withMimeType(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withModifier(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withModifier(Person) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withParentId(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withParentId(Long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withPath(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withPath(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withPreviewUrl(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withPreviewUrl(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withPreviousPath(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withPreviousPath(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withSiteId(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withSiteId(long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withSiteName(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withSiteName(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withSize(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withSize(long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withStagingPublishedOn(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withStagingScheduledDate(ZonedDateTime) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withStagingUsername(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withState(long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withState(long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withSubmitter(Person) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withSystemType(String) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withSystemType(String) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- withTranslationSourceId(Long) - Method in class org.craftercms.studio.api.v2.dal.DetailedItem.Builder
- withTranslationSourceId(Long) - Method in class org.craftercms.studio.api.v2.dal.Item.Builder
- Workflow - Class in org.craftercms.studio.api.v2.dal
- Workflow() - Constructor for class org.craftercms.studio.api.v2.dal.Workflow
- WORKFLOW - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- WORKFLOW - Static variable in class org.craftercms.studio.controller.rest.v2.RequestMappingConstants
-
Workflow Controller
- WORKFLOW_ENTRIES - Static variable in class org.craftercms.studio.api.v2.dal.QueryParameterNames
- WorkflowBatch - Class in org.craftercms.studio.impl.v1.service.workflow
- WorkflowBatch(ZonedDateTime, String, String, MultiChannelPublishingContext) - Constructor for class org.craftercms.studio.impl.v1.service.workflow.WorkflowBatch
- WorkflowController - Class in org.craftercms.studio.controller.rest.v2
- WorkflowController(WorkflowService) - Constructor for class org.craftercms.studio.controller.rest.v2.WorkflowController
- WorkflowDAO - Interface in org.craftercms.studio.api.v2.dal
- WorkflowEvent - Class in org.craftercms.studio.api.v2.event.workflow
-
Event triggered when items go through the different workflow states
- WorkflowEvent(Authentication, String) - Constructor for class org.craftercms.studio.api.v2.event.workflow.WorkflowEvent
- WorkflowItem - Class in org.craftercms.studio.api.v2.dal
- WorkflowItem() - Constructor for class org.craftercms.studio.api.v2.dal.WorkflowItem
- workflowProcessor - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- WorkflowProcessor - Class in org.craftercms.studio.impl.v1.service.workflow
- WorkflowProcessor() - Constructor for class org.craftercms.studio.impl.v1.service.workflow.WorkflowProcessor
- workflowService - Variable in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- workflowService - Variable in class org.craftercms.studio.impl.v1.service.workflow.operation.SubmitLifeCycleOperation
- workflowService - Variable in class org.craftercms.studio.impl.v2.service.clipboard.internal.ClipboardServiceInternalImpl
- WorkflowService - Interface in org.craftercms.studio.api.v1.service.workflow
- WorkflowService - Interface in org.craftercms.studio.api.v2.service.workflow
- WorkflowServiceImpl - Class in org.craftercms.studio.impl.v1.service.workflow
-
workflow service implementation
- WorkflowServiceImpl - Class in org.craftercms.studio.impl.v2.service.workflow
- WorkflowServiceImpl() - Constructor for class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- WorkflowServiceImpl() - Constructor for class org.craftercms.studio.impl.v2.service.workflow.WorkflowServiceImpl
- WorkflowServiceImpl.Operation - Enum Class in org.craftercms.studio.impl.v1.service.workflow
- workflowServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- workflowServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.deployment.DeploymentServiceImpl
- workflowServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.deployment.PublishingManagerImpl
- workflowServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.site.SiteServiceImpl
- workflowServiceInternal - Variable in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- WorkflowServiceInternal - Interface in org.craftercms.studio.api.v2.service.workflow.internal
- WorkflowServiceInternalImpl - Class in org.craftercms.studio.impl.v2.service.workflow.internal
- WorkflowServiceInternalImpl(DependencyServiceInternal, RetryingDatabaseOperationFacade, WorkflowDAO) - Constructor for class org.craftercms.studio.impl.v2.service.workflow.internal.WorkflowServiceInternalImpl
- write(T) - Method in class org.craftercms.studio.impl.v2.utils.RingBuffer
- writeConfiguration(String, String, String, String, InputStream) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Write configuration file for given parameters
- writeConfiguration(String, String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- writeConfiguration(String, String, String, String, InputStream) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- writeConfiguration(PluginController.WriteConfigurationRequest) - Method in class org.craftercms.studio.controller.rest.v2.PluginController
- writeConfiguration(WriteConfigurationRequest) - Method in class org.craftercms.studio.controller.rest.v2.ConfigurationController
- WriteConfigurationRequest - Class in org.craftercms.studio.model.rest
- WriteConfigurationRequest() - Constructor for class org.craftercms.studio.controller.rest.v2.PluginController.WriteConfigurationRequest
- WriteConfigurationRequest() - Constructor for class org.craftercms.studio.model.rest.WriteConfigurationRequest
- writeContent(String, String, InputStream) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- writeContent(String, String, String, String, InputStream, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- writeContent(String, String, InputStream) - Method in interface org.craftercms.studio.api.v1.repository.ContentRepository
-
write content
- writeContent(String, String, InputStream) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
write content
- writeContent(String, String, InputStream) - Method in class org.craftercms.studio.impl.v1.repository.git.GitContentRepository
- writeContent(String, String, InputStream) - Method in class org.craftercms.studio.impl.v2.repository.blob.BlobAwareContentRepository
- writeContent(String, String, InputStream) - Method in class org.craftercms.studio.impl.v2.repository.blob.s3.StudioAwsS3BlobStore
- writeContent(String, String, String, String, InputStream, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
write content
- writeContent(String, String, String, String, InputStream, String, String, String, boolean) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
write content
- writeContent(String, String, String, String, InputStream, String, String, String, boolean) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- writeContent(PipelineContent, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.FormDmContentProcessor
- writeContentAndNotify(String, String, InputStream) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- writeContentAndNotify(String, String, InputStream) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
-
write content from an input stream and notify the subscribers.
- writeContentAndRename(String, String, String, String, String, InputStream, String, String, String, boolean) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
- writeContentAndRename(String, String, String, String, String, InputStream, String, String, String, boolean) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- writeContentAsset(String, String, String, InputStream, String, String, String, String, String, String, String) - Method in class org.craftercms.studio.impl.v1.service.content.ContentServiceImpl
-
write content asset
- writeContentAsset(String, String, String, InputStream, String, String, String, String, String, String, String) - Method in interface org.craftercms.studio.api.v1.service.content.ContentService
- writeContentAsset(PipelineContent, String, String, String, String, InputStream, int, int, boolean, boolean, boolean, boolean, ResultTO) - Method in class org.craftercms.studio.impl.v1.content.pipeline.AssetDmContentProcessor
-
upload content asset to the given path
- writeCursor - Variable in class org.craftercms.studio.impl.v2.utils.RingBuffer
- writeFile(Path, String) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentUpgradeOperation
-
Performs a write operation in the file system without committing any changes in the repository
- writeFile(Path, Document) - Method in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
-
Writes an XML file to the file system without committing any changes in the repository
- writeFile(Repository, String, String, InputStream) - Method in class org.craftercms.studio.api.v2.utils.GitRepositoryHelper
- writeGlobalConfiguration(String, InputStream) - Method in interface org.craftercms.studio.api.v2.service.config.ConfigurationService
-
Write configuration file within global repo
- writeGlobalConfiguration(String, InputStream) - Method in class org.craftercms.studio.impl.v2.service.configuration.ConfigurationServiceImpl
- writeGlobalConfiguration(String, InputStream) - Method in class org.craftercms.studio.impl.v2.service.configuration.internal.ConfigurationServiceInternalImpl
- writeLock - Variable in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- writePluginConfiguration(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.internal.MarketplaceServiceInternal
-
Writes the configuration for a given plugin
- writePluginConfiguration(String, String, String) - Method in interface org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
-
Writes the configuration for a given plugin
- writePluginConfiguration(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.internal.MarketplaceServiceInternalImpl
- writePluginConfiguration(String, String, String) - Method in class org.craftercms.studio.impl.v2.service.marketplace.MarketplaceServiceImpl
X
- XML_CONFIGURATION_DEPENDENCY_TYPE - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_DEPENDENCY_TYPES - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_EXCLUDES - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_FIND_REGEX - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_INCLUDES - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_ITEM_TYPE - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_MATCH - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_NAME - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_PATH_PATTERN - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_PATTERN - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_REPLACE - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_ROOT_ELEMENT - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_SPLIT - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_TRANSFORM - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_CONFIGURATION_TRANSFORMS - Static variable in interface org.craftercms.studio.api.v1.service.dependency.DependencyResolver
- XML_PATTERN - Static variable in class org.craftercms.studio.api.v1.constant.DmConstants
- XmlContentLoader() - Constructor for class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl.XmlContentLoader
-
default constructor
- XmlFileVersionProvider - Class in org.craftercms.studio.impl.v2.upgrade.providers
-
Implementation of
VersionProvider
for XML files. - XmlFileVersionProvider(String, String, String, ContentRepository) - Constructor for class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
- XmlStreamVersionProvider - Class in org.craftercms.studio.impl.v2.upgrade.providers
-
Extension of
XmlFileVersionProvider
that consumes aXMLEventReader
in order to stop reading the XML once the version tag has been found. - XmlStreamVersionProvider(String, String, String, ContentRepository, String) - Constructor for class org.craftercms.studio.impl.v2.upgrade.providers.XmlStreamVersionProvider
- XmlUtils - Class in org.craftercms.studio.impl.v1.util
-
This class provides common methods for handling XML
- XmlUtils() - Constructor for class org.craftercms.studio.impl.v1.util.XmlUtils
- xpath - Variable in class org.craftercms.studio.impl.v2.upgrade.providers.XmlFileVersionProvider
-
XPath's expression to extract the version.
- xPathFactory - Variable in class org.craftercms.studio.impl.v2.upgrade.operations.site.AbstractContentTypeUpgradeOperation
- XsltFileUpgradeOperation - Class in org.craftercms.studio.impl.v2.upgrade.operations.site
-
Implementation of
UpgradeOperation
that updates a single file using an XSLT template. - XsltFileUpgradeOperation(StudioConfiguration, DataSource) - Constructor for class org.craftercms.studio.impl.v2.upgrade.operations.site.XsltFileUpgradeOperation
- XsltUtils - Class in org.craftercms.studio.impl.v2.utils
-
Utility class for XSLT related operations
- XsltUtils() - Constructor for class org.craftercms.studio.impl.v2.utils.XsltUtils
_
- _action - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _addToCategoryList(List<ContentItemTO>, String, ContentItemTO, boolean, DmContentItemComparator) - Method in class org.craftercms.studio.impl.v1.util.GoLiveQueueOrganizer
- _approver - Variable in class org.craftercms.studio.api.v1.service.workflow.context.GoLiveContext
- _ascending - Variable in class org.craftercms.studio.impl.v1.util.ContentComparatorBase
- _assets - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _attachRootPrefix - Variable in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- _body - Variable in class org.craftercms.studio.api.v1.to.MessageTO
-
message body
- _cancelWorkflow(String, String) - Method in class org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl
- _cannedMessages - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
-
canned messages
- _chain - Variable in class org.craftercms.studio.impl.v1.content.pipeline.ContentProcessorPipelineImpl
-
a chain of processors to run content through
- _children - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _comment - Variable in class org.craftercms.studio.api.v1.to.VersionTO
- _completeMessages - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
-
complete messages used for displaying complete pop-ups
- _components - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _contentItem - Variable in class org.craftercms.studio.api.v1.to.VersionTO
- _contentRepository - Variable in class org.craftercms.studio.impl.v1.service.transaction.TransactionServiceImpl
- _contentStream - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
content as input stream
- _contentTypeClass - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _currentUser - Variable in class org.craftercms.studio.api.v1.service.workflow.context.RequestContext
- _defaultFilter - Variable in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- _deleted - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _deletedItems - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _deleteEmptyParentFolder - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _disabled - Variable in class org.craftercms.studio.api.v1.to.DmOrderTO
- _document - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
content as document
- _documents - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _e - Variable in class org.craftercms.studio.api.v1.to.DmError
- _emailMessageTemplates - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
-
email template messages
- _encoding - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
content encoding
- _environment - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _filterMap - Variable in class org.craftercms.studio.api.v1.util.filter.DmFilterWrapperImpl
- _flatten(List<DmDependencyTO>, DmDependencyTO) - Method in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _id - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _id - Variable in class org.craftercms.studio.api.v1.to.DmOrderTO
- _id - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
content id
- _inProgress - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _invalidateCache - Variable in class org.craftercms.studio.api.v1.to.ResultTO
- _isNow - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _isReference - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _isSecondLevelCompareRequired - Variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- _item - Variable in class org.craftercms.studio.api.v1.to.ResultTO
-
response item
- _lastUpdated - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
-
configuration time stamp
- _levelDescriptors - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _listFloatingPagesLast - Variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
-
if this is set to true, floating items will come last in the child list
- _listFloatingPagesLast - Variable in class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
-
if this is set to true, floating items will come last in the child list
- _listLevelDescriptorsFirst - Variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
-
if this is set to true, level descriptors will come first in the child list
- _listLevelDescriptorsFirst - Variable in class org.craftercms.studio.impl.v1.util.ContentItemOrderComparator
-
if this is set to true, level descriptors will come first in the child list
- _matchPaths - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
-
a list of paths to match on
- _message - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
-
message body
- _message - Variable in class org.craftercms.studio.api.v1.to.ResultTO
-
success or failure message
- _name - Variable in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- _name - Variable in class org.craftercms.studio.api.v1.to.DmOrderTO
- _name - Variable in class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
-
the default process name if not set
- _oldPath - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _order - Variable in class org.craftercms.studio.api.v1.to.DmOrderTO
- _pages - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _path - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _path - Variable in class org.craftercms.studio.api.v1.to.DmError
- _path - Variable in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- _placeInNav - Variable in class org.craftercms.studio.api.v1.to.DmOrderTO
- _properties - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
content properties
- _publishingChannelGroup - Variable in class org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
- _readDirectChildren - Variable in class org.craftercms.studio.api.v1.to.DmFolderConfigTO
- _renderingTemplates - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _scheduledDate - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _scheduledDate - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _scriptObjects - Variable in class org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
-
mapping of beans and services to map in to the scripting environment during metadata extraction
- _secondLevelAscending - Variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- _secondLevelSortBy - Variable in class org.craftercms.studio.api.v1.util.DmContentItemComparator
- _sendEmail - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _sendNoticeMapping - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
-
send notice on action mapping
- _servicesManager - Variable in class org.craftercms.studio.api.v1.service.AbstractRegistrableService
- _servicesMap - Variable in class org.craftercms.studio.api.v1.service.ServicesManager
- _site - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _site - Variable in class org.craftercms.studio.api.v1.service.workflow.context.GoLiveContext
- _site - Variable in class org.craftercms.studio.api.v1.service.workflow.context.RequestContext
- _site - Variable in class org.craftercms.studio.api.v1.to.DmError
- _site - Variable in class org.craftercms.studio.api.v1.to.NotificationConfigTO
-
site key
- _sort - Variable in class org.craftercms.studio.impl.v1.util.ContentComparatorBase
- _state - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _statusMessage - Variable in class org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
- _subject - Variable in class org.craftercms.studio.api.v1.to.EmailMessageTemplateTO
-
message title
- _submissionComment - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _submissionComment - Variable in class org.craftercms.studio.api.v1.service.workflow.context.MultiChannelPublishingContext
- _submitted - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _submittedBy - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _submittedForDeletion - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _success - Variable in class org.craftercms.studio.api.v1.to.ResultTO
-
is the call success?
- _timezone - Variable in class org.craftercms.studio.api.v1.to.VersionTO
- _title - Variable in class org.craftercms.studio.api.v1.to.MessageTO
-
message title
- _unmatchPaths - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
-
a list of paths not to match on
- _uri - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _user - Variable in class org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
- _workflowTasks - Variable in class org.craftercms.studio.api.v1.to.DmDependencyTO
- _xml - Variable in class org.craftercms.studio.impl.v1.content.pipeline.PipelineContentImpl
-
is this XML content?
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ContentRepository.deleteSite(String)
instead