atg.epub
Class PublishingConfiguration

java.lang.Object
  extended by atg.epub.PublishingConfiguration
All Implemented Interfaces:
NameResolver

public class PublishingConfiguration
extends java.lang.Object
implements NameResolver

This class is for defining generic configuration properties, such as property names, item descriptor names, repository references, nucleus components, etc. It provides a central location for these generic properties to be accessed and defined.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
PublishingConfiguration()
           
 
Method Summary
 boolean getAcquireAssetLocksOnCheckin()
           
 java.lang.String getAdditionalProjectAcls()
           
 boolean getAllowApplets()
           
 atg.service.asset.AssetResolver getAssetResolver()
           
 java.lang.String getBindingResources()
          Returns the bindingResources
 VirtualFileSystem getConfigurationFileSystem()
          Returns the configurationFileSystem
 java.lang.String getContentGroupItemType()
          Returns the ContentGroupItemType property
 DeploymentServer getDeploymentServer()
          Returns the DeploymentServer
 java.lang.String getDeploymentServerName()
           
 boolean getEncodeParameters()
          Returns the EncodeParameters
 java.lang.String getErrorPage()
          Returns the errorPage
 java.lang.String getExcludedProperties()
          Returns the ContextRoot
 java.util.Set getExcludedPropertiesSet()
           
 java.lang.String getHistoryResources()
          Returns the historyResources
 java.lang.String getHomePage()
          Returns the homePage
 atg.epub.messaging.PublishingMessageSource getMessageSource()
          Returns the message source for Publishing
 java.lang.String getPreviewProjectParameter()
          Returns the previewProjectParameter
 Repository getProcessDataRepository()
          Returns the ProcessDataRepository
 java.lang.String getProcessResources()
          Returns the processResources
 java.lang.String getProfileGroupItemType()
          Returns the profileGroupItemType property
 java.lang.String getProfilePath()
          Returns the profilePath
 Repository getProfileRepository()
          Returns the profileRepository
 ProfileTools getProfileTools()
          Returns the profileTools
 int getProjectHistorySize()
          Returns the ProjectHistorySize
 java.lang.String getProjectResources()
          Returns the projectResources
static PublishingConfiguration getPublishingConfiguration()
           
 Repository getPublishingFileRepository()
          Returns the publishingFileRepository
 VirtualFileSystem getPublishingFileSystem()
          Returns the publishingFileSystem
 Repository getPublishingRepository()
          Returns the publishingRepository
 boolean getQueryWorkflowTargetByID()
          Determines whether or not the deployment system querys the workflow targets by their ID or by their name.
 atg.repository.nucleus.RegistryService getRegistryService()
          Returns the registryService
 java.lang.String[] getRemoteHosts()
           
 int[] getRemotePorts()
           
 int[] getRemoteRMIPorts()
           
 java.lang.String getScenarioItemType()
          Returns the ScenarioItemType property
 SecuredRepository getSecuredPublishingRepository()
          Returns the securedPublishingRepository
 java.lang.String getSegmentItemType()
          Returns the SegmentItemType property
 java.lang.String getSlotItemType()
          Returns the slotItemType property
 java.lang.String getSpellCheckActive()
          Returns the spellCheckActive
 java.lang.String getSpellCheckEnableLearn()
          Returns the spellCheckEnableLearn
 java.lang.String getSpellCheckPropEditHtmlEdit()
          Returns the spellCheckPropEditHtmlEdit
 java.lang.String getSpellCheckPropEditStringEdit()
          Returns the spellCheckPropEditStringEdit
 java.lang.String getSuperAdminRole()
          Returns the SuperAdminRole
 java.lang.String getTargeterItemType()
          Returns the TargeterItemType property
 javax.transaction.TransactionManager getTransactionManager()
          Returns the transactionManager
 UserDirectory getUserDirectory()
          Returns the userDirectory
 UserDirectoryUserAuthority getUserDirectoryUserAuthority()
          Returns the userDirectoryUserAuthority
 java.lang.String getUtilityItemType()
          Returns the utilityItemType property
 VersioningLayerTools getVersioningLayerTools()
           
 VersionManager getVersionManager()
          Returns the versionManager
 java.lang.String getVersionManagerName()
           
 java.lang.String getVFSContextRoot()
          Returns the VFSContextRoot
 VirtualFileSystem getWebFileSystem()
          Returns the webFileSystem
 WorkflowManager getWorkflowManager()
          Returns the workflowManager
 java.lang.String getWorkflowManagerPath()
          Returns the workflowManagerPath
 ProcessManager getWorkflowProcessManager()
          Returns the workflowProcessManager
 java.lang.String getWorkflowProcessManagerPath()
          Returns the workflowProcessManagerPath
 atg.workflow.WorkflowSubjectAccess getWorkflowSubjectAccess()
          Returns the workflowSubjectAccess component
 java.lang.String getWorkflowSubjectAccessPath()
          Returns the workflowSubjectAccessPath
 WorkflowView getWorkflowView()
           
 java.lang.String getWorkflowViewPath()
          Returns the WorkflowViewPath
 boolean isUseSmartProjectDependencyCheck()
           
 java.lang.Object resolveName(java.lang.String pName)
          Follows the naming system's conventions for resolving the specified name, and returns the Object that is the result of the resolution.
 void setAcquireAssetLocksOnCheckin(boolean pAcquireAssetLocksOnCheckin)
           
 void setAdditionalProjectAcls(java.lang.String pAdditionalProjectAcls)
           
 void setAllowApplet(boolean pAllowApplets)
          Set the allowApplet property
 void setAssetResolver(atg.service.asset.AssetResolver pAssetResolver)
           
 void setBindingResources(java.lang.String pBindingResources)
          Sets the bindingResources
 void setConfigurationFileSystem(VirtualFileSystem pConfigurationFileSystem)
          Sets the configurationFileSystem
 void setContentGroupItemType(java.lang.String pContentGroupItemType)
          Sets the ContentGroupItemType property
 void setDeploymentServer(DeploymentServer pDeploymentServer)
          Sets the DeploymentServer
 void setDeploymentServerName(java.lang.String pDeploymentServerName)
           
 void setEncodeParameters(boolean pEncodeParameters)
          Sets the EncodeParameters
 void setErrorPage(java.lang.String pErrorPage)
          Sets the errorPage
 void setExcludedProperties(java.lang.String pExcludedProperties)
          Sets the ContextRoot
 void setHistoryResources(java.lang.String pHistoryResources)
          Sets the historyResources
 void setHomePage(java.lang.String pHomePage)
          Sets the homePage
 void setMessageSource(atg.epub.messaging.PublishingMessageSource pMessageSource)
          Sets the MessageSource for Publishing
 void setPreviewProjectParameter(java.lang.String pPreviewProjectParameter)
          Sets the previewProjectParameter
 void setProcessDataRepository(Repository pProcessDataRepository)
          Sets the ProcessDataRepository
 void setProcessResources(java.lang.String pProcessResources)
          Sets the processResources
 void setProfileGroupItemType(java.lang.String pProfileGroupItemType)
          Sets the profileGroupItemType property
 void setProfilePath(java.lang.String pProfilePath)
          Sets the profilePath
 void setProfileRepository(Repository pProfileRepository)
          Sets the profileRepository
 void setProfileTools(ProfileTools pProfileTools)
          Sets the profileTools
 void setProjectHistorySize(int pProjectHistorySize)
          Sets the ProjectHistorySize
 void setProjectResources(java.lang.String pProjectResources)
          Sets the projectResources
 void setPublishingFileRepository(Repository pPublishingFileRepository)
          Sets the publishingFileRepository
 void setPublishingFileSystem(VirtualFileSystem pPublishingFileSystem)
          Sets the publishingFileSystem
 void setPublishingRepository(Repository pPublishingRepository)
          Sets the publishingRepository
 void setQueryWorkflowTargetByID(boolean pQueryWorkflowTargetByID)
          Determines whether or not the deployment system querys the workflow targets by their ID or by their name.
 void setRegistryService(atg.repository.nucleus.RegistryService pRegistryService)
          Sets the registryService
 void setRemoteHosts(java.lang.String[] pRemoteHosts)
           
 void setRemotePorts(int[] pRemotePorts)
           
 void setRemoteRMIPorts(int[] pRemoteRMIPorts)
           
 void setScenarioItemType(java.lang.String pScenarioItemType)
          Sets the ScenarioItemType property
 void setSecuredPublishingRepository(SecuredRepository pSecuredPublishingRepository)
          Sets the securedPublishingRepository
 void setSegmentItemType(java.lang.String pSegmentItemType)
          Sets the SegmentItemType property
 void setSlotItemType(java.lang.String pSlotItemType)
          Sets the slotItemType property
 void setSpellCheckActive(java.lang.String pSpellCheckActive)
          Sets the spellCheckActive
 void setSpellCheckEnableLearn(java.lang.String pSpellCheckEnableLearn)
          Sets the spellCheckEnableLearn
 void setSpellCheckPropEditHtmlEdit(java.lang.String pSpellCheckPropEditHtmlEdit)
          Sets the spellCheckPropEditHtmlEdit
 void setSpellCheckPropEditStringEdit(java.lang.String pSpellCheckPropEditStringEdit)
          Sets the spellCheckPropEditStringEdit
 void setSuperAdminRole(java.lang.String pSuperAdminRole)
          Sets the SuperAdminRole
 void setTargeterItemType(java.lang.String pTargeterItemType)
          Sets the TargeterItemType property
 void setTransactionManager(javax.transaction.TransactionManager pTransactionManager)
          Sets the transactionManager
 void setUserDirectory(UserDirectory pUserDirectory)
          Sets the userDirectory
 void setUserDirectoryUserAuthority(UserDirectoryUserAuthority pUserDirectoryUserAuthority)
          Sets the userDirectoryUserAuthority
 void setUseSmartProjectDependencyCheck(boolean pUseSmartProjectDependencyCheck)
           
 void setUtilityItemType(java.lang.String pUtilityItemType)
          Sets the utilityItemType property
 void setVersioningLayerTools(VersioningLayerTools pVersioningLayerTools)
           
 void setVersionManager(VersionManager pVersionManager)
          Sets the versionManager
 void setVersionManagerName(java.lang.String pManagerName)
           
 void setVFSContextRoot(java.lang.String pVFSContextRoot)
          Sets the VfsContextRoot
 void setWebFileSystem(VirtualFileSystem pWebFileSystem)
          Sets the webFileSystem
 void setWorkflowManagerPath(java.lang.String pWorkflowManagerPath)
          Sets the workflowManagerPath
 void setWorkflowProcessManagerPath(java.lang.String pWorkflowProcessManagerPath)
          Sets the workflowProcessManagerPath
 void setWorkflowSubjectAccessPath(java.lang.String pWorkflowSubjectAccessPath)
          Sets the workflowSubjectAccessPath
 void setWorkflowViewPath(java.lang.String pWorkflowViewPath)
          Sets the WorkflowViewPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

PublishingConfiguration

public PublishingConfiguration()
Method Detail

getPublishingConfiguration

public static PublishingConfiguration getPublishingConfiguration()

resolveName

public java.lang.Object resolveName(java.lang.String pName)
Follows the naming system's conventions for resolving the specified name, and returns the Object that is the result of the resolution.

Specified by:
resolveName in interface NameResolver

getVFSContextRoot

public java.lang.String getVFSContextRoot()
Returns the VFSContextRoot


setVFSContextRoot

public void setVFSContextRoot(java.lang.String pVFSContextRoot)
Sets the VfsContextRoot


getEncodeParameters

public boolean getEncodeParameters()
Returns the EncodeParameters


setEncodeParameters

public void setEncodeParameters(boolean pEncodeParameters)
Sets the EncodeParameters


getHomePage

public java.lang.String getHomePage()
Returns the homePage


setHomePage

public void setHomePage(java.lang.String pHomePage)
Sets the homePage


getErrorPage

public java.lang.String getErrorPage()
Returns the errorPage


setErrorPage

public void setErrorPage(java.lang.String pErrorPage)
Sets the errorPage


getProjectHistorySize

public int getProjectHistorySize()
Returns the ProjectHistorySize


setProjectHistorySize

public void setProjectHistorySize(int pProjectHistorySize)
Sets the ProjectHistorySize


getWorkflowManagerPath

public java.lang.String getWorkflowManagerPath()
Returns the workflowManagerPath


setWorkflowManagerPath

public void setWorkflowManagerPath(java.lang.String pWorkflowManagerPath)
Sets the workflowManagerPath


getWorkflowManager

public WorkflowManager getWorkflowManager()
Returns the workflowManager


getWorkflowProcessManagerPath

public java.lang.String getWorkflowProcessManagerPath()
Returns the workflowProcessManagerPath


setWorkflowProcessManagerPath

public void setWorkflowProcessManagerPath(java.lang.String pWorkflowProcessManagerPath)
Sets the workflowProcessManagerPath


getWorkflowProcessManager

public ProcessManager getWorkflowProcessManager()
Returns the workflowProcessManager


getWorkflowSubjectAccessPath

public java.lang.String getWorkflowSubjectAccessPath()
Returns the workflowSubjectAccessPath


setWorkflowSubjectAccessPath

public void setWorkflowSubjectAccessPath(java.lang.String pWorkflowSubjectAccessPath)
Sets the workflowSubjectAccessPath


getWorkflowSubjectAccess

public atg.workflow.WorkflowSubjectAccess getWorkflowSubjectAccess()
Returns the workflowSubjectAccess component


getWorkflowViewPath

public java.lang.String getWorkflowViewPath()
Returns the WorkflowViewPath


setWorkflowViewPath

public void setWorkflowViewPath(java.lang.String pWorkflowViewPath)
Sets the WorkflowViewPath


getWorkflowView

public WorkflowView getWorkflowView()

getQueryWorkflowTargetByID

public boolean getQueryWorkflowTargetByID()
Determines whether or not the deployment system querys the workflow targets by their ID or by their name.


setQueryWorkflowTargetByID

public void setQueryWorkflowTargetByID(boolean pQueryWorkflowTargetByID)
Determines whether or not the deployment system querys the workflow targets by their ID or by their name.


getPreviewProjectParameter

public java.lang.String getPreviewProjectParameter()
Returns the previewProjectParameter


setPreviewProjectParameter

public void setPreviewProjectParameter(java.lang.String pPreviewProjectParameter)
Sets the previewProjectParameter


getExcludedProperties

public java.lang.String getExcludedProperties()
Returns the ContextRoot


setExcludedProperties

public void setExcludedProperties(java.lang.String pExcludedProperties)
Sets the ContextRoot


getExcludedPropertiesSet

public java.util.Set getExcludedPropertiesSet()

getSecuredPublishingRepository

public SecuredRepository getSecuredPublishingRepository()
Returns the securedPublishingRepository


setSecuredPublishingRepository

public void setSecuredPublishingRepository(SecuredRepository pSecuredPublishingRepository)
Sets the securedPublishingRepository


getPublishingRepository

public Repository getPublishingRepository()
Returns the publishingRepository


setPublishingRepository

public void setPublishingRepository(Repository pPublishingRepository)
Sets the publishingRepository


getProcessDataRepository

public Repository getProcessDataRepository()
Returns the ProcessDataRepository


setProcessDataRepository

public void setProcessDataRepository(Repository pProcessDataRepository)
Sets the ProcessDataRepository


getPublishingFileRepository

public Repository getPublishingFileRepository()
Returns the publishingFileRepository


setPublishingFileRepository

public void setPublishingFileRepository(Repository pPublishingFileRepository)
Sets the publishingFileRepository


getProfileRepository

public Repository getProfileRepository()
Returns the profileRepository


setProfileRepository

public void setProfileRepository(Repository pProfileRepository)
Sets the profileRepository


getProfileTools

public ProfileTools getProfileTools()
Returns the profileTools


setProfileTools

public void setProfileTools(ProfileTools pProfileTools)
Sets the profileTools


getProfilePath

public java.lang.String getProfilePath()
Returns the profilePath


setProfilePath

public void setProfilePath(java.lang.String pProfilePath)
Sets the profilePath


getRegistryService

public atg.repository.nucleus.RegistryService getRegistryService()
Returns the registryService


setRegistryService

public void setRegistryService(atg.repository.nucleus.RegistryService pRegistryService)
Sets the registryService


getTransactionManager

public javax.transaction.TransactionManager getTransactionManager()
Returns the transactionManager


setTransactionManager

public void setTransactionManager(javax.transaction.TransactionManager pTransactionManager)
Sets the transactionManager


getMessageSource

public atg.epub.messaging.PublishingMessageSource getMessageSource()
Returns the message source for Publishing


setMessageSource

public void setMessageSource(atg.epub.messaging.PublishingMessageSource pMessageSource)
Sets the MessageSource for Publishing


getUserDirectory

public UserDirectory getUserDirectory()
Returns the userDirectory


setUserDirectory

public void setUserDirectory(UserDirectory pUserDirectory)
Sets the userDirectory


getUserDirectoryUserAuthority

public UserDirectoryUserAuthority getUserDirectoryUserAuthority()
Returns the userDirectoryUserAuthority


setUserDirectoryUserAuthority

public void setUserDirectoryUserAuthority(UserDirectoryUserAuthority pUserDirectoryUserAuthority)
Sets the userDirectoryUserAuthority


getPublishingFileSystem

public VirtualFileSystem getPublishingFileSystem()
Returns the publishingFileSystem


setPublishingFileSystem

public void setPublishingFileSystem(VirtualFileSystem pPublishingFileSystem)
Sets the publishingFileSystem


getConfigurationFileSystem

public VirtualFileSystem getConfigurationFileSystem()
Returns the configurationFileSystem


setConfigurationFileSystem

public void setConfigurationFileSystem(VirtualFileSystem pConfigurationFileSystem)
Sets the configurationFileSystem


getWebFileSystem

public VirtualFileSystem getWebFileSystem()
Returns the webFileSystem


setWebFileSystem

public void setWebFileSystem(VirtualFileSystem pWebFileSystem)
Sets the webFileSystem


getProcessResources

public java.lang.String getProcessResources()
Returns the processResources


setProcessResources

public void setProcessResources(java.lang.String pProcessResources)
Sets the processResources


getProjectResources

public java.lang.String getProjectResources()
Returns the projectResources


setProjectResources

public void setProjectResources(java.lang.String pProjectResources)
Sets the projectResources


getBindingResources

public java.lang.String getBindingResources()
Returns the bindingResources


setBindingResources

public void setBindingResources(java.lang.String pBindingResources)
Sets the bindingResources


getHistoryResources

public java.lang.String getHistoryResources()
Returns the historyResources


setHistoryResources

public void setHistoryResources(java.lang.String pHistoryResources)
Sets the historyResources


getSpellCheckActive

public java.lang.String getSpellCheckActive()
Returns the spellCheckActive


setSpellCheckActive

public void setSpellCheckActive(java.lang.String pSpellCheckActive)
Sets the spellCheckActive


getSpellCheckEnableLearn

public java.lang.String getSpellCheckEnableLearn()
Returns the spellCheckEnableLearn


setSpellCheckEnableLearn

public void setSpellCheckEnableLearn(java.lang.String pSpellCheckEnableLearn)
Sets the spellCheckEnableLearn


getSpellCheckPropEditHtmlEdit

public java.lang.String getSpellCheckPropEditHtmlEdit()
Returns the spellCheckPropEditHtmlEdit


setSpellCheckPropEditHtmlEdit

public void setSpellCheckPropEditHtmlEdit(java.lang.String pSpellCheckPropEditHtmlEdit)
Sets the spellCheckPropEditHtmlEdit


getSpellCheckPropEditStringEdit

public java.lang.String getSpellCheckPropEditStringEdit()
Returns the spellCheckPropEditStringEdit


setSpellCheckPropEditStringEdit

public void setSpellCheckPropEditStringEdit(java.lang.String pSpellCheckPropEditStringEdit)
Sets the spellCheckPropEditStringEdit


getDeploymentServerName

public java.lang.String getDeploymentServerName()
Returns:

setDeploymentServerName

public void setDeploymentServerName(java.lang.String pDeploymentServerName)
Parameters:
pManagerName -

getDeploymentServer

public DeploymentServer getDeploymentServer()
Returns the DeploymentServer


setDeploymentServer

public void setDeploymentServer(DeploymentServer pDeploymentServer)
Sets the DeploymentServer


getVersioningLayerTools

public VersioningLayerTools getVersioningLayerTools()

setVersioningLayerTools

public void setVersioningLayerTools(VersioningLayerTools pVersioningLayerTools)

getVersionManagerName

public java.lang.String getVersionManagerName()
Returns:

setVersionManagerName

public void setVersionManagerName(java.lang.String pManagerName)
Parameters:
pManagerName -

getVersionManager

public VersionManager getVersionManager()
Returns the versionManager


setVersionManager

public void setVersionManager(VersionManager pVersionManager)
Sets the versionManager


getAssetResolver

public atg.service.asset.AssetResolver getAssetResolver()
Returns:
Returns the assetResolver.

setAssetResolver

public void setAssetResolver(atg.service.asset.AssetResolver pAssetResolver)
Parameters:
pAssetResolver - The assetResolver to set.

getSlotItemType

public java.lang.String getSlotItemType()
Returns the slotItemType property


setSlotItemType

public void setSlotItemType(java.lang.String pSlotItemType)
Sets the slotItemType property


getTargeterItemType

public java.lang.String getTargeterItemType()
Returns the TargeterItemType property


setTargeterItemType

public void setTargeterItemType(java.lang.String pTargeterItemType)
Sets the TargeterItemType property


getContentGroupItemType

public java.lang.String getContentGroupItemType()
Returns the ContentGroupItemType property


setContentGroupItemType

public void setContentGroupItemType(java.lang.String pContentGroupItemType)
Sets the ContentGroupItemType property


getProfileGroupItemType

public java.lang.String getProfileGroupItemType()
Returns the profileGroupItemType property


setProfileGroupItemType

public void setProfileGroupItemType(java.lang.String pProfileGroupItemType)
Sets the profileGroupItemType property


getScenarioItemType

public java.lang.String getScenarioItemType()
Returns the ScenarioItemType property


setScenarioItemType

public void setScenarioItemType(java.lang.String pScenarioItemType)
Sets the ScenarioItemType property


getSegmentItemType

public java.lang.String getSegmentItemType()
Returns the SegmentItemType property


setSegmentItemType

public void setSegmentItemType(java.lang.String pSegmentItemType)
Sets the SegmentItemType property


getUtilityItemType

public java.lang.String getUtilityItemType()
Returns the utilityItemType property


setUtilityItemType

public void setUtilityItemType(java.lang.String pUtilityItemType)
Sets the utilityItemType property


getAllowApplets

public boolean getAllowApplets()
Returns:
the allowApplets property

setAllowApplet

public void setAllowApplet(boolean pAllowApplets)
Set the allowApplet property


getAcquireAssetLocksOnCheckin

public boolean getAcquireAssetLocksOnCheckin()

setAcquireAssetLocksOnCheckin

public void setAcquireAssetLocksOnCheckin(boolean pAcquireAssetLocksOnCheckin)

isUseSmartProjectDependencyCheck

public boolean isUseSmartProjectDependencyCheck()

setUseSmartProjectDependencyCheck

public void setUseSmartProjectDependencyCheck(boolean pUseSmartProjectDependencyCheck)

getSuperAdminRole

public java.lang.String getSuperAdminRole()
Returns the SuperAdminRole


setSuperAdminRole

public void setSuperAdminRole(java.lang.String pSuperAdminRole)
Sets the SuperAdminRole


getRemoteHosts

public java.lang.String[] getRemoteHosts()
Returns:
Returns the remoteHosts.

setRemoteHosts

public void setRemoteHosts(java.lang.String[] pRemoteHosts)
Parameters:
pRemoteHosts - The remoteHosts to set.

getRemotePorts

public int[] getRemotePorts()
Returns:
Returns the remotePorts.

setRemotePorts

public void setRemotePorts(int[] pRemotePorts)
Parameters:
pRemotePorts - The remotePorts to set.

getRemoteRMIPorts

public int[] getRemoteRMIPorts()
Returns:
Returns the remoteRMIPorts

setRemoteRMIPorts

public void setRemoteRMIPorts(int[] pRemoteRMIPorts)
Parameters:
pRemoteRMIPorts - The remoteRMIPorts to set.

getAdditionalProjectAcls

public java.lang.String getAdditionalProjectAcls()
Returns:
the additionalProjectAcls

setAdditionalProjectAcls

public void setAdditionalProjectAcls(java.lang.String pAdditionalProjectAcls)
Parameters:
pAdditionalProjectAcls - the additionalProjectAcls to set