Uses of Class
org.exoplatform.services.wcm.extensions.publication.context.impl.ContextConfig.Context
-
Packages that use ContextConfig.Context Package Description org.exoplatform.services.wcm.extensions.publication Provides the Publication Manager to handle all actions related to lifecycle and publication on content.org.exoplatform.services.wcm.extensions.publication.context.impl org.exoplatform.services.wcm.extensions.publication.impl -
-
Uses of ContextConfig.Context in org.exoplatform.services.wcm.extensions.publication
Methods in org.exoplatform.services.wcm.extensions.publication that return ContextConfig.Context Modifier and Type Method Description ContextConfig.ContextPublicationManager. getContext(String name)Gets a context by a given name.Methods in org.exoplatform.services.wcm.extensions.publication that return types with arguments of type ContextConfig.Context Modifier and Type Method Description List<ContextConfig.Context>PublicationManager. getContexts()Gets all contexts. -
Uses of ContextConfig.Context in org.exoplatform.services.wcm.extensions.publication.context.impl
Methods in org.exoplatform.services.wcm.extensions.publication.context.impl that return types with arguments of type ContextConfig.Context Modifier and Type Method Description List<ContextConfig.Context>ContextConfig. getContexts()Method parameters in org.exoplatform.services.wcm.extensions.publication.context.impl with type arguments of type ContextConfig.Context Modifier and Type Method Description voidContextConfig. setContexts(List<ContextConfig.Context> contexts) -
Uses of ContextConfig.Context in org.exoplatform.services.wcm.extensions.publication.impl
Methods in org.exoplatform.services.wcm.extensions.publication.impl that return ContextConfig.Context Modifier and Type Method Description ContextConfig.ContextPublicationManagerImpl. getContext(String name)Methods in org.exoplatform.services.wcm.extensions.publication.impl that return types with arguments of type ContextConfig.Context Modifier and Type Method Description List<ContextConfig.Context>PublicationManagerImpl. getContexts()
-