mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-1107 (Mavenization of the RM build)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/UIAUTOMATION@59300 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,102 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<definitions
|
||||
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:activiti="http://activiti.org/bpmn"
|
||||
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
|
||||
xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"
|
||||
xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI"
|
||||
typeLanguage="http://www.w3.org/2001/XMLSchema"
|
||||
expressionLanguage="http://www.w3.org/1999/XPath"
|
||||
targetNamespace="http://alfresco.org">
|
||||
|
||||
<process
|
||||
id="activitiRequestForInformation"
|
||||
name="Request For Information Activiti Workflow"
|
||||
isExecutable="true">
|
||||
|
||||
<startEvent
|
||||
id="start"
|
||||
activiti:formKey="rmwf:submitRequestInfoTask">
|
||||
</startEvent>
|
||||
|
||||
<sequenceFlow
|
||||
id="flow1"
|
||||
sourceRef="start"
|
||||
targetRef="requestInfoTask">
|
||||
</sequenceFlow>
|
||||
|
||||
<userTask
|
||||
id="requestInfoTask"
|
||||
name="Request Info Task"
|
||||
activiti:formKey="rmwf:requestInfoTask">
|
||||
<extensionElements>
|
||||
<activiti:taskListener
|
||||
event="create"
|
||||
class="org.alfresco.workflow.requestInfo.RequestInfoAssignmentHandler">
|
||||
</activiti:taskListener>
|
||||
<activiti:taskListener
|
||||
event="complete"
|
||||
class="org.alfresco.workflow.requestInfo.RequestInfoVariableHandler">
|
||||
</activiti:taskListener>
|
||||
</extensionElements>
|
||||
</userTask>
|
||||
|
||||
<sequenceFlow
|
||||
id="flow2"
|
||||
sourceRef="requestInfoTask"
|
||||
targetRef="reviewRequestInfoTask">
|
||||
</sequenceFlow>
|
||||
|
||||
<userTask
|
||||
id="reviewRequestInfoTask"
|
||||
name="Review Request Info Task"
|
||||
activiti:formKey="rmwf:reviewRequestInfoTask">
|
||||
<extensionElements>
|
||||
<activiti:taskListener
|
||||
event="create"
|
||||
class="org.alfresco.workflow.requestInfo.RequestInfoNotifier">
|
||||
</activiti:taskListener>
|
||||
</extensionElements>
|
||||
</userTask>
|
||||
|
||||
<sequenceFlow
|
||||
id="flow3"
|
||||
sourceRef="reviewRequestInfoTask"
|
||||
targetRef="theEnd">
|
||||
</sequenceFlow>
|
||||
|
||||
<endEvent
|
||||
id="theEnd">
|
||||
</endEvent>
|
||||
</process>
|
||||
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_activitiRequestForInformation">
|
||||
<bpmndi:BPMNPlane bpmnElement="activitiRequestForInformation" id="BPMNPlane_activitiRequestForInformation">
|
||||
<bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
|
||||
<omgdc:Bounds height="35.0" width="35.0" x="30.0" y="200.0"></omgdc:Bounds>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="reviewRequestInfoTask" id="BPMNShape_reviewRequestInfoTask">
|
||||
<omgdc:Bounds height="55.0" width="105.0" x="290.0" y="190.0"></omgdc:Bounds>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="theEnd" id="BPMNShape_theEnd">
|
||||
<omgdc:Bounds height="35.0" width="35.0" x="455.0" y="200.0"></omgdc:Bounds>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="requestInfoTask" id="BPMNShape_requestInfoTask">
|
||||
<omgdc:Bounds height="55.0" width="105.0" x="130.0" y="190.0"></omgdc:Bounds>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
|
||||
<omgdi:waypoint x="65.0" y="217.0"></omgdi:waypoint>
|
||||
<omgdi:waypoint x="130.0" y="217.0"></omgdi:waypoint>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
|
||||
<omgdi:waypoint x="235.0" y="217.0"></omgdi:waypoint>
|
||||
<omgdi:waypoint x="290.0" y="217.0"></omgdi:waypoint>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
|
||||
<omgdi:waypoint x="395.0" y="217.0"></omgdi:waypoint>
|
||||
<omgdi:waypoint x="455.0" y="217.0"></omgdi:waypoint>
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</definitions>
|
@@ -1,5 +0,0 @@
|
||||
activitiReviewPooled.workflow.info.requested=Information requested for record
|
||||
activitiReviewPooled.workflow.info.provided=Information provided for record
|
||||
activitiReviewPooled.workflow.email.subject=Information provided for the record
|
||||
activitiReviewPooled.workflow.email.body1=The user
|
||||
activitiReviewPooled.workflow.email.body2=has provided the information required for the record.
|
@@ -1,5 +0,0 @@
|
||||
activitiReviewPooled.workflow.info.requested=Informationen f\u00fcr Datensatz angefordert
|
||||
activitiReviewPooled.workflow.info.provided=Informationen f\u00fcr Datensatz bereitgestellt
|
||||
activitiReviewPooled.workflow.email.subject=Informationen f\u00fcr Datensatz bereitgestellt
|
||||
activitiReviewPooled.workflow.email.body1=Der Benutzer
|
||||
activitiReviewPooled.workflow.email.body2=hat die f\u00fcr den Datensatz erforderlichen Informationen bereitgestellt.
|
@@ -1,5 +0,0 @@
|
||||
activitiReviewPooled.workflow.info.requested=Informaci\u00f3n solicitada para el documento de archivo
|
||||
activitiReviewPooled.workflow.info.provided=Informaci\u00f3n proporcionada para el documento de archivo
|
||||
activitiReviewPooled.workflow.email.subject=Informaci\u00f3n proporcionada para el documento de archivo
|
||||
activitiReviewPooled.workflow.email.body1=El usuario
|
||||
activitiReviewPooled.workflow.email.body2=ha proporcionado la informaci\u00f3n necesaria para el documento de archivo.
|
@@ -1,5 +0,0 @@
|
||||
activitiReviewPooled.workflow.info.requested=Informations demand\u00e9es pour le document d'archive
|
||||
activitiReviewPooled.workflow.info.provided=Informations fournies pour le document d'archive
|
||||
activitiReviewPooled.workflow.email.subject=Informations fournies pour le document d'archive
|
||||
activitiReviewPooled.workflow.email.body1=L'utilisateur
|
||||
activitiReviewPooled.workflow.email.body2=a fourni les informations n\u00e9cessaires pour le document d'archive.
|
@@ -1,5 +0,0 @@
|
||||
activitiReviewPooled.workflow.info.requested=Informazioni richieste per il record
|
||||
activitiReviewPooled.workflow.info.provided=Informazioni fornite per il record
|
||||
activitiReviewPooled.workflow.email.subject=Informazioni fornite per il record
|
||||
activitiReviewPooled.workflow.email.body1=L'utente
|
||||
activitiReviewPooled.workflow.email.body2=ha fornito le informazioni richieste per il record.
|
@@ -1,5 +0,0 @@
|
||||
activitiReviewPooled.workflow.info.requested=\u30ec\u30b3\u30fc\u30c9\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3055\u308c\u305f\u60c5\u5831
|
||||
activitiReviewPooled.workflow.info.provided=\u30ec\u30b3\u30fc\u30c9\u306b\u6307\u5b9a\u3055\u308c\u305f\u60c5\u5831
|
||||
activitiReviewPooled.workflow.email.subject=\u30ec\u30b3\u30fc\u30c9\u306b\u6307\u5b9a\u3055\u308c\u305f\u60c5\u5831
|
||||
activitiReviewPooled.workflow.email.body1=\u30e6\u30fc\u30b6\u30fc\u306f
|
||||
activitiReviewPooled.workflow.email.body2=\u30ec\u30b3\u30fc\u30c9\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059\u3002
|
@@ -1,62 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<model name="rmwf:workflowmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
||||
|
||||
<imports>
|
||||
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
|
||||
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
|
||||
<import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm"/>
|
||||
</imports>
|
||||
|
||||
<namespaces>
|
||||
<namespace uri="http://www.alfresco.org/model/rmworkflow/1.0" prefix="rmwf"/>
|
||||
</namespaces>
|
||||
|
||||
<types>
|
||||
|
||||
<type name="rmwf:workflowTask">
|
||||
<parent>bpm:workflowTask</parent>
|
||||
<properties>
|
||||
<property name="rmwf:requestedInformation">
|
||||
<type>d:text</type>
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
<property name="rmwf:message">
|
||||
<type>d:text</type>
|
||||
<mandatory>true</mandatory>
|
||||
</property>
|
||||
</properties>
|
||||
</type>
|
||||
|
||||
<type name="rmwf:submitRequestInfoTask">
|
||||
<parent>rmwf:workflowTask</parent>
|
||||
<associations>
|
||||
<association name="rmwf:mixedAssignees">
|
||||
<source>
|
||||
<mandatory>false</mandatory>
|
||||
<many>false</many>
|
||||
</source>
|
||||
<target>
|
||||
<class>cm:authority</class>
|
||||
<mandatory>true</mandatory>
|
||||
<many>true</many>
|
||||
</target>
|
||||
</association>
|
||||
</associations>
|
||||
</type>
|
||||
|
||||
<type name="rmwf:requestInfoTask">
|
||||
<parent>rmwf:workflowTask</parent>
|
||||
</type>
|
||||
|
||||
<type name="rmwf:reviewRequestInfoTask">
|
||||
<parent>rmwf:workflowTask</parent>
|
||||
<overrides>
|
||||
<property name="bpm:reassignable">
|
||||
<default>false</default>
|
||||
</property>
|
||||
</overrides>
|
||||
</type>
|
||||
</types>
|
||||
|
||||
</model>
|
Reference in New Issue
Block a user