Class DmContentLifeCycleServiceImpl

java.lang.Object
org.craftercms.studio.api.v1.service.AbstractRegistrableService
org.craftercms.studio.impl.v1.service.content.DmContentLifeCycleServiceImpl
All Implemented Interfaces:
DmContentLifeCycleService, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class DmContentLifeCycleServiceImpl extends AbstractRegistrableService implements DmContentLifeCycleService, org.springframework.context.ApplicationContextAware
  • Field Details

    • contentService

      protected ContentService contentService
    • securityService

      protected SecurityService securityService
    • scriptExecutor

      protected ScriptExecutor scriptExecutor
    • studioConfiguration

      protected StudioConfiguration studioConfiguration
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • _scriptObjects

      protected Map<String,Object> _scriptObjects
      mapping of beans and services to map in to the scripting environment during metadata extraction
  • Constructor Details

    • DmContentLifeCycleServiceImpl

      public DmContentLifeCycleServiceImpl()
  • Method Details