Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotables = &quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables +  p.getDisplayIdentity();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables + &quot;; &quot; + p.getDisplayIdentity();@}@if (unpromotables.length()!=0){@   unpromotable = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotables# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotable1=&quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + p.getName();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + &quot;; &quot; + p.getName();@}@if (unpromotable1.length()!=0){@   unpromotable2 = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotable1# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable2 += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable2 += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable2 += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotables = &quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables +  p.getDisplayIdentity();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables + &quot;; &quot; + p.getDisplayIdentity();@}@if (unpromotables.length()!=0){@   unpromotable = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotables# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotable1=&quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + p.getName();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + &quot;; &quot; + p.getName();@}@if (unpromotable1.length()!=0){@   unpromotable2 = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotable1# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable2 += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable2 += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable2 += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotables = &quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables +  p.getDisplayIdentity();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables + &quot;; &quot; + p.getDisplayIdentity();@}@if (unpromotables.length()!=0){@   unpromotable = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotables# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotable1=&quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + p.getName();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + &quot;; &quot; + p.getName();@}@if (unpromotable1.length()!=0){@   unpromotable2 = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotable1# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable2 += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable2 += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable2 += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new Timestamp(System.currentTimeMillis());@ecoName = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getName();@ecoNumber = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getNumber();@ecoDescription = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getDescription();@ecoContainer = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getContainerName();@java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.ECR AUTHOR&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if( state.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else@if( state.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else@if( state.equals(&quot;IMPLEMENTATION&quot;) )@   result = &quot;Implementation&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if( state.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else@if( state.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );@@@@</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );@@</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;COMPLEX&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnd_windchill_lc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotables = &quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables +  p.getDisplayIdentity();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables + &quot;; &quot; + p.getDisplayIdentity();@}@if (unpromotables.length()!=0){@   unpromotable = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotables# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotable1=&quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + p.getName();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + &quot;; &quot; + p.getName();@}@if (unpromotable1.length()!=0){@   unpromotable2 = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotable1# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable2 += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable2 += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable2 += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_windchill_lc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotables = &quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables +  p.getDisplayIdentity();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables + &quot;; &quot; + p.getDisplayIdentity();@}@if (unpromotables.length()!=0){@   unpromotable = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotables# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotable1=&quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + p.getName();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + &quot;; &quot; + p.getName();@}@if (unpromotable1.length()!=0){@   unpromotable2 = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotable1# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable2 += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable2 += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable2 += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Activity_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotables = &quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables +  p.getDisplayIdentity();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotables = unpromotables + &quot;; &quot; + p.getDisplayIdentity();@}@if (unpromotables.length()!=0){@   unpromotable = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotables# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.collections.WTHashSet unpromChanges = (wt.fc.collections.WTHashSet) com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);@java.util.Iterator i = unpromChanges.persistableIterator();@wt.enterprise.RevisionControlled p = null;@String unpromotable1=&quot;&quot;;@if (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + p.getName();@}@while (i.hasNext()){@   p = (wt.enterprise.RevisionControlled)i.next();@   unpromotable1 = unpromotable1 + &quot;; &quot; + p.getName();@}@if (unpromotable1.length()!=0){@   unpromotable2 = &quot;&lt;b&gt;-   The following Resulting Data will not be promoted because there is no change transition defined: \n&quot;;@   java.util.StringTokenizer s = new java.util.StringTokenizer( unpromotable1# &quot;;&quot; );@   while (s.hasMoreTokens()){@        unpromotable2 += &quot;-                             -   &quot;  + s.nextToken() + &quot;\n&quot;;@   }@   unpromotable2 += &quot;\n There are two ways to resolve the issue: \n 1. If you did not intend to promote the resulting data# then simply complete the task. \n 2. If you did intend to promote the resulting data# there may be a problem with the configuration of lifecycle templates. Select the Rework option and enter comments for Change Administrator II.&quot;;@   unpromotable2 += &quot;&lt;/b&gt;&quot;;@}</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);@role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.CHANGE ADMINISTRATOR II&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.ECR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkActivitiesFinished = null;@checkActivitiesFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkActivitiesFinished((wt.change2.WTChangeOrder2)primaryBusinessObject);@@if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkActivitiesFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvautoRoutingExpression>Boolean isComplex;@isComplex=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.isComplex((wt.change2.WTChangeOrder2)primaryBusinessObject);@if(isComplex.equals(Boolean.TRUE)) {@  result = &quot;COMPLEX&quot;;@}@else@  result = &quot;SIMPLE&quot;;</csvautoRoutingExpression>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// The method ProcessHelper.checkOrdersFinished@// returns ProcessHelper.COMPLETE if at least one Change Order is in state @// &quot;Complete&quot; and the rest are in state &quot;Complete&quot; or &quot;Cancel.&quot; @// It returns ProcessHelper.CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// ProcessHelper.NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Complete&quot; or &quot;Cancelled&quot;). @@String checkOrdersFinished = null;@checkOrdersFinished = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkOrdersFinished((wt.change2.ChangeRequest2)primaryBusinessObject);@@if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.RESOLVED))@   result = &quot;Resolved&quot;;@  @else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.CANCELLED))@   result = &quot;Cancelled&quot;;@else if (checkOrdersFinished.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.NOT_FINISHED))@   result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject#&quot;COMPLEX&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.REJECTED# &quot;COMPLEX&quot;# Comments);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnd_com.ptc_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new Timestamp(System.currentTimeMillis());@ecoName = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getName();@ecoNumber = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getNumber();@ecoDescription = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getDescription();@ecoContainer = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getContainerName();@java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.ECR AUTHOR&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if( state.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else@if( state.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else@if( state.equals(&quot;IMPLEMENTATION&quot;) )@   result = &quot;Implementation&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if( state.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else@if( state.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );@@@@</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );@@</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;COMPLEX&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt:fnd_com.ptc_out.txt:Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBodyfnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate((wt.change2.WTChangeOrder2)primaryBusinessObject);</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new Timestamp(System.currentTimeMillis());@ecoName = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getName();@ecoNumber = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getNumber();@ecoDescription = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getDescription();@ecoContainer = ((wt.change2.WTChangeOrder2)primaryBusinessObject).getContainerName();@java.lang.String role=&quot;wt.project.role.CHANGE ADMINISTRATOR I&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);@role=&quot;wt.project.role.ECR AUTHOR&quot;;@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECN((wt.change2.WTChangeOrder2)primaryBusinessObject# role);</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Initialize the parentChangeRequest variable@parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);@</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if( state.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else@if( state.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else@if( state.equals(&quot;IMPLEMENTATION&quot;) )@   result = &quot;Implementation&quot;;@else@  result = null;</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if( state.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else@if( state.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else@  result = null;</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>// Determine the state of the parent change request and branch accordingly@String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder);@if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION))@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved((wt.change2.WTChangeRequest2)primaryBusinessObject);</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>String role=new String(&quot;wt.project.role.PR AUTHOR&quot;);@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setRoleToECR((wt.change2.WTChangeRequest2)primaryBusinessObject#role);</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());@wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processBusinessDecision((wt.change2.WTChangeRequest2)primaryBusinessObject#wt.change2.BusinessDecisionCategory.APPROVED# &quot;COMPLEX&quot;# Comments);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );@@@@</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );@@</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;COMPLEX&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.session.SessionServerHelper.manager.setAccessEnforced( false );@com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setTrack((wt.change2.WTChangeRequest2)primaryBusinessObject# &quot;SIMPLE&quot;);@wt.session.SessionServerHelper.manager.setAccessEnforced( true );</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate((wt.change2.WTChangeIssue)primaryBusinessObject);</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CONFIRMED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.NOTVERIFIED);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.UNREPRODUCABLE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.WONTRESOLVE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.DUPLICATE);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.processConfirmation((wt.change2.WTChangeIssue)primaryBusinessObject#wt.change2.ConfirmationCategory.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
