Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
49 righe
2.6 KiB
49 righe
2.6 KiB
5 anni fa
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE hook PUBLIC "-//Liferay//DTD Hook 6.1.0//EN" "http://www.liferay.com/dtd/liferay-hook_6_1_0.dtd">
|
||
|
|
||
|
<hook>
|
||
|
<portal-properties>portal.properties</portal-properties>
|
||
|
<language-properties>content/Language.properties</language-properties>
|
||
|
<language-properties>content/Language_it.properties</language-properties>
|
||
|
<custom-jsp-dir>/META-INF/custom_jsps</custom-jsp-dir>
|
||
|
<service>
|
||
|
<service-type>com.liferay.portal.service.CompanyLocalService</service-type>
|
||
|
<service-impl>com.liferay.portal.workflow.kaleo.hook.service.impl.KaleoCompanyLocalServiceImpl</service-impl>
|
||
|
</service>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/my_workflow_tasks/edit_workflow_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.EditWorkflowTaskAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/my_workflow_instances/edit_workflow_instance_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.EditWorkflowTaskAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/workflow_definitions/edit_workflow_instance_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.EditWorkflowTaskAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/my_workflow_tasks/render_form_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.RenderFormTaskPortletAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/my_workflow_instances/render_form_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.RenderFormTaskPortletAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/workflow_definitions/render_form_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.RenderFormTaskPortletAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/my_workflow_tasks/render_history_form_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.RenderHistoryFormAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/my_workflow_instances/render_history_form_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.RenderHistoryFormAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
<struts-action>
|
||
|
<struts-action-path>/workflow_definitions/render_history_form_task</struts-action-path>
|
||
|
<struts-action-impl>it.tref.liferay.portos.kaleo.hook.struts.RenderHistoryFormAction</struts-action-impl>
|
||
|
</struts-action>
|
||
|
</hook>
|