Uses of Class
org.exoplatform.services.wcm.extensions.publication.lifecycle.impl.LifecyclesConfig.Lifecycle
-
Packages that use LifecyclesConfig.Lifecycle 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.impl org.exoplatform.services.wcm.extensions.publication.lifecycle.impl -
-
Uses of LifecyclesConfig.Lifecycle in org.exoplatform.services.wcm.extensions.publication
Methods in org.exoplatform.services.wcm.extensions.publication that return LifecyclesConfig.Lifecycle Modifier and Type Method Description LifecyclesConfig.LifecyclePublicationManager. getLifecycle(String name)Gets a lifecycle by a given name.Methods in org.exoplatform.services.wcm.extensions.publication that return types with arguments of type LifecyclesConfig.Lifecycle Modifier and Type Method Description List<LifecyclesConfig.Lifecycle>PublicationManager. getLifecycles()Gets all lifecycles.List<LifecyclesConfig.Lifecycle>PublicationManager. getLifecyclesFromUser(String remoteUser, String state)Gets all lifecycles of a user by a specified state. -
Uses of LifecyclesConfig.Lifecycle in org.exoplatform.services.wcm.extensions.publication.impl
Methods in org.exoplatform.services.wcm.extensions.publication.impl that return LifecyclesConfig.Lifecycle Modifier and Type Method Description LifecyclesConfig.LifecyclePublicationManagerImpl. getLifecycle(String name)Methods in org.exoplatform.services.wcm.extensions.publication.impl that return types with arguments of type LifecyclesConfig.Lifecycle Modifier and Type Method Description List<LifecyclesConfig.Lifecycle>PublicationManagerImpl. getLifecycles()List<LifecyclesConfig.Lifecycle>PublicationManagerImpl. getLifecyclesFromUser(String remoteUser, String state) -
Uses of LifecyclesConfig.Lifecycle in org.exoplatform.services.wcm.extensions.publication.lifecycle.impl
Methods in org.exoplatform.services.wcm.extensions.publication.lifecycle.impl that return types with arguments of type LifecyclesConfig.Lifecycle Modifier and Type Method Description List<LifecyclesConfig.Lifecycle>LifecyclesConfig. getLifecycles()Method parameters in org.exoplatform.services.wcm.extensions.publication.lifecycle.impl with type arguments of type LifecyclesConfig.Lifecycle Modifier and Type Method Description voidLifecyclesConfig. setActions(List<LifecyclesConfig.Lifecycle> lifecycles)
-