Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.workflow.WorkflowHandler

Packages that use WorkflowHandler
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.workflow   
com.liferay.portal.kernel.workflow.test   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.workflow   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of WorkflowHandler in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type WorkflowHandler
 List<WorkflowHandler<?>> PortletBag.getWorkflowHandlerInstances()
           
 

Uses of WorkflowHandler in com.liferay.portal.kernel.workflow
 

Classes in com.liferay.portal.kernel.workflow that implement WorkflowHandler
 class BaseWorkflowHandler<T>
           
 

Methods in com.liferay.portal.kernel.workflow that return WorkflowHandler
static
<T> WorkflowHandler<T>
WorkflowHandlerRegistryUtil.getWorkflowHandler(String className)
           
 

Methods in com.liferay.portal.kernel.workflow that return types with arguments of type WorkflowHandler
static List<WorkflowHandler<?>> WorkflowHandlerRegistryUtil.getScopeableWorkflowHandlers()
           
static List<WorkflowHandler<?>> WorkflowHandlerRegistryUtil.getWorkflowHandlers()
           
 

Methods in com.liferay.portal.kernel.workflow with parameters of type WorkflowHandler
static void WorkflowHandlerRegistryUtil.register(WorkflowHandler<?> workflowHandler)
           
static void WorkflowHandlerRegistryUtil.unregister(WorkflowHandler<?> workflowHandler)
           
 

Method parameters in com.liferay.portal.kernel.workflow with type arguments of type WorkflowHandler
static void WorkflowHandlerRegistryUtil.register(List<WorkflowHandler<?>> workflowHandlers)
           
static void WorkflowHandlerRegistryUtil.unregister(List<WorkflowHandler<?>> workflowHandlers)
           
 

Uses of WorkflowHandler in com.liferay.portal.kernel.workflow.test
 

Constructors in com.liferay.portal.kernel.workflow.test with parameters of type WorkflowHandler
WorkflowHandlerReplacer(String className, WorkflowHandler<T> replacementWorkflowHandler)
           
 

Uses of WorkflowHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type WorkflowHandler
 List<WorkflowHandler<?>> PortletWrapper.getWorkflowHandlerInstances()
          Returns the workflow handler instances of the portlet.
 List<WorkflowHandler<?>> Portlet.getWorkflowHandlerInstances()
          Returns the workflow handler instances of the portlet.
 

Uses of WorkflowHandler in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return types with arguments of type WorkflowHandler
 List<WorkflowHandler<?>> PortletImpl.getWorkflowHandlerInstances()
          Returns the workflow handler instances of the portlet.
 

Uses of WorkflowHandler in com.liferay.portal.workflow
 

Classes in com.liferay.portal.workflow that implement WorkflowHandler
 class LayoutRevisionWorkflowHandler
           
 class UserWorkflowHandler
           
 

Uses of WorkflowHandler in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type WorkflowHandler
 List<WorkflowHandler<?>> PortletBagImpl.getWorkflowHandlerInstances()
           
protected  List<WorkflowHandler<?>> PortletBagFactory.newWorkflowHandlerInstances(Portlet portlet, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type WorkflowHandler
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 


Liferay 7.0-ce-b4