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>submitDate=new Timestamp(System.currentTimeMillis());</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>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  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>// &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>result = inInitialPhase;</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:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</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>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>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  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>// 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>Analysis=&quot;&quot;;</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>Comment=&quot;&quot;;Clarify_Comments=&quot;&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>
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>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>Review=&quot;&quot;;</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</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>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</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>submitDate=new 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);</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>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  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:    <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>approval_date=new Timestamp(System.currentTimeMillis());</csvexprBody>
CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</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>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>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  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>// 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>result = inInitialPhase;</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>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</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>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</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_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_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_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_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_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_csvexprBody_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_out.txt:Change_Notice_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>Analysis=&quot;&quot;;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>Comment=&quot;&quot;;Clarify_Comments=&quot;&quot;;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
fnd_csvexprBody_out.txt:Change_Request_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>Review=&quot;&quot;;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_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_csvexprBody_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_CA_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_out.txt:CMII_ECN_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:CMII_ECR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_csvexprBody_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_csvexprBody_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnd_csvexprBody_out.txt:CMII_PR_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
fnd_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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_csvexprBody_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());</csvexprBody>
fnd_csvexprBody_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)primaryBusinefnd_hasMoreElements_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@// NOT_FINISHED if at least one Change Activity is pending @// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@String result_value = &quot;NO_SUBORDINATES&quot;;@while( qResult.hasMoreElements() )  {@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@			result_value = &quot;COMPLETED&quot;;@		} else@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@				result_value = &quot;CANCELLED&quot;;@		} else {@			result_value = &quot;NOT_FINISHED&quot;;@		}@	}@}@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@   result = &quot;Complete&quot;;@else if( result_value.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@   result = null;</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @@// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @@// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@@// NOT_FINISHED if at least one Change Activity is pending @@// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@@@String result_value = &quot;NO_SUBORDINATES&quot;;@@while( qResult.hasMoreElements() )  {@@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@@			result_value = &quot;COMPLETED&quot;;@@		} else@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@@				result_value = &quot;CANCELLED&quot;;@@		} else {@@			result_value = &quot;NOT_FINISHED&quot;;@@		}@@	}@@}@@@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@@   result = &quot;Complete&quot;;@@else if( result_value.equals(&quot;CANCELLED&quot;) )@@   result = &quot;Cancelled&quot;;@@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@@   result = null;</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@// NOT_FINISHED if at least one Change Activity is pending @// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@String result_value = &quot;NO_SUBORDINATES&quot;;@while( qResult.hasMoreElements() )  {@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@			result_value = &quot;COMPLETED&quot;;@		} else@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@				result_value = &quot;CANCELLED&quot;;@		} else {@			result_value = &quot;NOT_FINISHED&quot;;@		}@	}@}@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@   result = &quot;Complete&quot;;@else if( result_value.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@   result = null;</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @@// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @@// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@@// NOT_FINISHED if at least one Change Activity is pending @@// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@@@String result_value = &quot;NO_SUBORDINATES&quot;;@@while( qResult.hasMoreElements() )  {@@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@@			result_value = &quot;COMPLETED&quot;;@@		} else@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@@				result_value = &quot;CANCELLED&quot;;@@		} else {@@			result_value = &quot;NOT_FINISHED&quot;;@@		}@@	}@@}@@@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@@   result = &quot;Complete&quot;;@@else if( result_value.equals(&quot;CANCELLED&quot;) )@@   result = &quot;Cancelled&quot;;@@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@@   result = null;</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;UNDERREVIEW&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;CANCELLED&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;RELEASED&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;INWORK&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</csvexprBody>
fnd_hasMoreElements_out.txt:fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns CLOSED if at least one Change Order is in state @// &quot;Closed&quot; and the rest are in state &quot;Closed&quot; or &quot;Cancelled&quot;. @// It returns CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Closed&quot; or &quot;Cancelled&quot;).@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeOrders( (wt.change2.ChangeRequest2) primaryBusinessObject );@@String result_value = &quot;NO_SUBORDINATES&quot;;@while( qResult.hasMoreElements() )  {@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CLOSED&quot;)) ) {@			result_value = &quot;CLOSED&quot;;@		} else@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;CLOSED&quot;) )@				result_value = &quot;CANCELLED&quot;;@		} else {@			result_value = &quot;NOT_FINISHED&quot;;@		}@	}@}@@if( result_value.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else if( result_value.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@   result = null;</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_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_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_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_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_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_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());</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.WONTRESOLVE);@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.DUPLICATE);@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.CLARIFICATION);@review_date=new java.sql.Timestamp(System.currentTimeMillis());</csvexprBody>
fnd_windchill_lc_out.txt: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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>
fnd_windchill_lc_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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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_windchill_lc_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_windchill_lc_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_windchill_lc_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>
fnm_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_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@// NOT_FINISHED if at least one Change Activity is pending @// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@String result_value = &quot;NO_SUBORDINATES&quot;;@while( qResult.hasMoreElements() )  {@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@			result_value = &quot;COMPLETED&quot;;@		} else@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@				result_value = &quot;CANCELLED&quot;;@		} else {@			result_value = &quot;NOT_FINISHED&quot;;@		}@	}@}@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@   result = &quot;Complete&quot;;@else if( result_value.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@   result = null;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @@// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @@// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@@// NOT_FINISHED if at least one Change Activity is pending @@// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@@@String result_value = &quot;NO_SUBORDINATES&quot;;@@while( qResult.hasMoreElements() )  {@@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@@			result_value = &quot;COMPLETED&quot;;@@		} else@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@@				result_value = &quot;CANCELLED&quot;;@@		} else {@@			result_value = &quot;NOT_FINISHED&quot;;@@		}@@	}@@}@@@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@@   result = &quot;Complete&quot;;@@else if( result_value.equals(&quot;CANCELLED&quot;) )@@   result = &quot;Cancelled&quot;;@@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@@   result = null;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@// NOT_FINISHED if at least one Change Activity is pending @// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@String result_value = &quot;NO_SUBORDINATES&quot;;@while( qResult.hasMoreElements() )  {@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@			result_value = &quot;COMPLETED&quot;;@		} else@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@				result_value = &quot;CANCELLED&quot;;@		} else {@			result_value = &quot;NOT_FINISHED&quot;;@		}@	}@}@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@   result = &quot;Complete&quot;;@else if( result_value.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@   result = null;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// This code returns COMPLETED if at least one Change Activity is in state @@// &quot;Completed&quot; and the rest are in state &quot;Completed&quot; or &quot;Cancelled&quot;. @@// It returns CANCELLED if all Change Activities are in state &quot;Cancelled&quot; or@@// NOT_FINISHED if at least one Change Activity is pending @@// (i.e. has not reached either state &quot;Completed&quot; or &quot;Cancelled&quot;).@@@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeActivities( (wt.change2.ChangeOrder2) primaryBusinessObject );@@@@String result_value = &quot;NO_SUBORDINATES&quot;;@@while( qResult.hasMoreElements() )  {@@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;COMPLETED&quot;)) ) {@@			result_value = &quot;COMPLETED&quot;;@@		} else@@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;COMPLETED&quot;) )@@				result_value = &quot;CANCELLED&quot;;@@		} else {@@			result_value = &quot;NOT_FINISHED&quot;;@@		}@@	}@@}@@@@if( (result_value.equals(&quot;COMPLETED&quot;) || result_value.equals(&quot;NO_SUBORDINATES&quot;)) &amp;&amp; !isRework )@@   result = &quot;Complete&quot;;@@else if( result_value.equals(&quot;CANCELLED&quot;) )@@   result = &quot;Cancelled&quot;;@@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@@   result = null;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@// If the ECO is in state UNDERREVIEW# set to IMPLEMENTATION (Workaround for incedibly stupid OOTB implementation of AbstractUpdateChange2Delegate)@@wt.lifecycle.LifeCycleManaged lifecyclemanaged = (wt.lifecycle.LifeCycleManaged) primaryBusinessObject;@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase( lifecyclemanaged ) ;@if( inInitialPhase != true ) {@	if( lifecyclemanaged.getLifeCycleState() == wt.lifecycle.State.toState(&quot;UNDERREVIEW&quot;) ) {@		wt.session.SessionContext sessioncontext = wt.session.SessionContext.getContext();@		try {@			wt.session.SessionHelper.manager.setAdministrator();@			primaryBusinessObject = (wt.fc.WTObject) wt.lifecycle.LifeCycleHelper.service.setLifeCycleState( lifecyclemanaged# wt.lifecycle.State.toState(&quot;IMPLEMENTATION&quot;) );@		} finally {@			wt.session.SessionContext.setContext( sessioncontext );@		}@	}@	result = &quot;Go&quot;;@} else {@	result = null;@}</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@// If the ECO is in state UNDERREVIEW# set to IMPLEMENTATION (Workaround for incedibly stupid OOTB implementation of AbstractUpdateChange2Delegate)@@wt.lifecycle.LifeCycleManaged lifecyclemanaged = (wt.lifecycle.LifeCycleManaged) primaryBusinessObject;@@System.out.println(&quot;DEBUG# FN ECO Process# Submit Now; LifeCycleState = &quot; + lifecyclemanaged.getLifeCycleState());@@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase( lifecyclemanaged ) ;@if( inInitialPhase != true ) {@	if( lifecyclemanaged.getLifeCycleState() == wt.lifecycle.State.toState(&quot;UNDERREVIEW&quot;) ) {@		wt.session.SessionContext sessioncontext = wt.session.SessionContext.getContext();@		try {@			wt.session.SessionHelper.manager.setAdministrator();@			primaryBusinessObject = (wt.fc.WTObject) wt.lifecycle.LifeCycleHelper.service.setLifeCycleState( lifecyclemanaged# wt.lifecycle.State.toState(&quot;IMPLEMENTATION&quot;) );@		} finally {@			wt.session.SessionContext.setContext( sessioncontext );@		}@	}@	result = &quot;Go&quot;;@} else {@	result = null;@}</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>isRework=true;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>isRework=false;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>isRework=true;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>isRework=false;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</csvexprBody>
fnm_eco_process\TAG-NmLoader-0.xml:    <csvexprBody>approval_date=new Timestamp(System.currentTimeMillis());</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>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;UNDERREVIEW&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;CANCELLED&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;RELEASED&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</csvexprBody>
fnm_eco_task_process\TAG-NmLoader-0.xml:    <csvexprBody>wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeablesAfter( (wt.change2.ChangeActivity2)primaryBusinessObject );@wt.pom.Transaction trx = new wt.pom.Transaction();@trx.start();@try {@	while( qResult.hasMoreElements() )  {@		wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@		if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@			wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@			wt.lifecycle.LifeCycleHelper.service.setLifeCycleState(life_cycle_managed# wt.lifecycle.State.toState(&quot;INWORK&quot;) );@		}@	}@	trx.commit();@} catch( Exception e ) {@	if(trx != null)@		trx.rollback();@}</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>submitDate=new java.sql.Timestamp(System.currentTimeMillis());@ecrName = ((wt.change2.WTChangeRequest2)primaryBusinessObject).getName();@ecrNumber = ((wt.change2.WTChangeRequest2)primaryBusinessObject).getNumber();@ecrDescription = ((wt.change2.WTChangeRequest2)primaryBusinessObject).getDescription();@ecrContainer = ((wt.change2.WTChangeRequest2)primaryBusinessObject).getContainerName();</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>// This code returns CLOSED if at least one Change Order is in state @// &quot;Closed&quot; and the rest are in state &quot;Closed&quot; or &quot;Cancelled&quot;. @// It returns CANCELLED if all Change Orders are in state &quot;Cancelled&quot; or@// NOT_FINISHED if at least one Change Order is pending @// (i.e. has not reached either state &quot;Closed&quot; or &quot;Cancelled&quot;).@@wt.fc.QueryResult qResult = wt.change2.ChangeHelper2.service.getChangeOrders( (wt.change2.ChangeRequest2) primaryBusinessObject );@@String result_value = &quot;NO_SUBORDINATES&quot;;@while( qResult.hasMoreElements() )  {@	wt.fc.Persistable persistable = (wt.fc.Persistable) qResult.nextElement();@	if( persistable instanceof wt.lifecycle.LifeCycleManaged ) {@		wt.lifecycle.LifeCycleManaged life_cycle_managed = (wt.lifecycle.LifeCycleManaged) persistable;@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CLOSED&quot;)) ) {@			result_value = &quot;CLOSED&quot;;@		} else@		if( life_cycle_managed.getLifeCycleState().equals(wt.lifecycle.State.toState(&quot;CANCELLED&quot;)) ) {@			if( result_value == &quot;NO_SUBORDINATES&quot; || !result_value.equals(&quot;CLOSED&quot;) )@				result_value = &quot;CANCELLED&quot;;@		} else {@			result_value = &quot;NOT_FINISHED&quot;;@		}@	}@}@@if( result_value.equals(&quot;CLOSED&quot;) )@   result = &quot;Closed&quot;;@else if( result_value.equals(&quot;CANCELLED&quot;) )@   result = &quot;Cancelled&quot;;@else if( result_value.equals(&quot;NOT_FINISHED&quot;) )@   result = null;</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;DEBUG: FN ECO Process; Sync on ECO Completion# Initial expression&quot;);</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
fnm_ecr_process\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</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>result = inInitialPhase;</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>submitDate=new java.sql.Timestamp(System.currentTimeMillis());</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>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>// Continue if the primaryBusinessObject has progressed past the initial state@inInitialPhase =wt.lifecycle.LifeCycleHelper.service.isInInitialPhase((wt.lifecycle.LifeCycleManaged)primaryBusinessObject) ;@if (inInitialPhase != true)@   result = &quot;Go&quot;;@else@  result = null;</csvexprBody>
Problem_Report_Workflow\TAG-NmLoader-0.xml:    <csvexprBody>result = inInitialPhase;</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>
Promotion_Request_Approval_Process\TAG-NmLoader-0.xml:    <csvexprBody>wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice)primaryBusinessObject;@try@{@wt.util.WTProperties props = wt.util.WTProperties.getLocalProperties();@VERBOSE = props.getProperty(&quot;wt.maturity.verbose&quot;#VERBOSE);@}@catch( Throwable t )@{@ @}@@try{@     wt.maturity.MaturityServerHelper.service.unlockTargets (pn);@} catch (wt.maturity.MaturityException me){@       if ( VERBOSE )@      	me.printStackTrace();     @}</csvexprBody>
Promotion_Request_Review_Process\TAG-NmLoader-0.xml:    <csvexprBody>wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice)primaryBusinessObject;@try@{@wt.util.WTProperties props = wt.util.WTProperties.getLocalProperties();@VERBOSE = props.getProperty(&quot;wt.maturity.verbose&quot;#VERBOSE);@}@catch( Throwable t )@{@ @}@@try{@     wt.maturity.MaturityServerHelper.service.unlockTargets (pn);@} catch (wt.maturity.MaturityException me){@       if ( VERBOSE )@      	me.printStackTrace();     @}</csvexprBody>
ReplicationPublish\TAG-NmLoader-0.xml:    <csvexprBody>sharedCabinet=true;</csvexprBody>
ReplicationPublish\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Workflow ReplicationUnit. got post_export event on &quot; +@                                    primaryBusinessObject);@wt.replication.unit.WTUnit unit = (wt.replication.unit.WTUnit) primaryBusinessObject;@@wt.replication.unit.UnitReplicationStatus stat = unit.getExportStatus();@if(stat == wt.replication.unit.UnitReplicationStatus.COMPLETE) {@   sendURL = wt.replication.unit.htmlGeneration.URLOperationHelper.getSendURL(unit);@   result=&quot;success&quot;;@}@else@   result=&quot;failure&quot;;</csvexprBody>
ReplicationPublish\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Workflow ReplicationUnit. got pre_export event on &quot; +@                                    primaryBusinessObject);@result=&quot;started&quot;;</csvexprBody>
ReplicationPublish\TAG-NmLoader-0.xml:    <csvexprBody>wt.folder.FolderEntry fe = (wt.folder.FolderEntry) primaryBusinessObject;@boolean priv = wt.folder.FolderHelper.inPersonalCabinet(fe);@if(priv)@   result=&quot;personal&quot;;@else@   result=&quot;shared&quot;;</csvexprBody>
ReplicationPublish\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Received EXPORT_SCHEDULED event for &quot; +@                                    primaryBusinessObject);@result=&quot;success&quot;;</csvexprBody>
ReplicationPublish\TAG-NmLoader-0.xml:    <csvexprBody>wt.replication.unit.WTUnit unit = (wt.replication.unit.WTUnit) primaryBusinessObject;@wt.replication.export.UnitExportRecord exportRecord= wt.replication.export.StandardExportService.enableScheduleItem(unit);@if(exportRecord != null) {@   exporterUser = (wt.org.WTUser) exportRecord.getCreator().getPrincipal();@   result=&quot;success&quot;;@}@else@   result=&quot;failure&quot;;</csvexprBody>
ReplicationPublish\TAG-NmLoader-0.xml:    <csvexprBody>if(sharedCabinet)@   result=&quot;shared&quot;;@else {@    try {@       Thread.sleep(1000);@    } catch(InterruptedException e) {}@    result=&quot;private&quot;;@}</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Workflow ReplicationReceive. got post_import event on &quot; +@                                    primaryBusinessObject);@wt.replication.unit.WTUnit unit = (wt.replication.unit.WTUnit) primaryBusinessObject;@wt.replication.unit.UnitReplicationStatus stat = unit.getImportStatus();@if(stat == wt.replication.unit.UnitReplicationStatus.COMPLETE) {@   result=&quot;success&quot;;@}@else {@   result=&quot;failure&quot;;@}</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Workflow ReplicationUnit. got post_receive event on &quot; +@                                    primaryBusinessObject);@wt.replication.unit.WTUnit unit = (wt.replication.unit.WTUnit) primaryBusinessObject;@wt.replication.unit.UnitReplicationStatus stat = unit.getReceiverStatus();@if(stat == wt.replication.unit.UnitReplicationStatus.COMPLETE) {@   importURL=wt.replication.unit.htmlGeneration.URLOperationHelper.getImportURL(unit);@   result=&quot;success&quot;;@}@else@   result=&quot;failure&quot;;</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Receive operation scheduled on &quot;+primaryBusinessObject);@wt.replication.unit.WTUnit unit = (wt.replication.unit.WTUnit) primaryBusinessObject;@wt.replication.receiver.UnitReceiveRecord receiveRecord = @                                 wt.replication.receiver.StandardReplicationRecvService.enableScheduleItem(unit);@if(receiveRecord != null) {@   receiverUser= (wt.org.WTUser) receiveRecord.getCreator().getPrincipal();@   result=&quot;success&quot;;@}@else@   result=&quot;failure&quot;;</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Import operation enabled on &quot;+primaryBusinessObject);@wt.replication.unit.WTUnit unit = (wt.replication.unit.WTUnit) primaryBusinessObject;@wt.replication.imp.UnitImportRecord importRecord=wt.replication.imp.StandardImportService.enableScheduleItem(unit);@if(importRecord != null) {@   result=&quot;success&quot;;@}@else@   result=&quot;failure&quot;;</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Receive operation scheduled on &quot;+primaryBusinessObject);@result=&quot;success&quot;;</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Workflow ReplicationReceive. got pre_import event on &quot; +@                                    primaryBusinessObject);@result=&quot;success&quot;;</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Got PRE_RECEIVE event for object &quot; +@                                      primaryBusinessObject);@result=&quot;success&quot;;</csvexprBody>
ReplicationReceive\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Import operation scheduled on &quot;+primaryBusinessObject);@wt.replication.unit.WTUnit unit = (wt.replication.unit.WTUnit) primaryBusinessObject;@wt.replication.imp.UnitImportRecord importRecord = @                                (wt.replication.imp.UnitImportRecord) wt.replication.unit.WTUnitHelper.service.getLatestOperationRecord(unit#@                                 wt.replication.imp.UnitImportRecord.class);@if(importRecord != null) {@   importerUser=(wt.org.WTUser) importRecord.getCreator().getPrincipal();@   result=&quot;success&quot;;@}@else@   result=&quot;failure&quot;;</csvexprBody>
ReplicationSender\TAG-NmLoader-0.xml:    <csvexprBody>wt.replication.sender.UnitSendRecord rec = (wt.replication.sender.UnitSendRecord) primaryBusinessObject;@result = wt.replication.sender.StandardSenderService.enableScheduleItem(rec);</csvexprBody>
ReplicationSender\TAG-NmLoader-0.xml:    <csvexprBody>System.out.println(&quot;+++Workflow ReplicationSender. completed send operation on &quot; +@                                    primaryBusinessObject);@wt.replication.sender.UnitSendRecord link = (wt.replication.sender.UnitSendRecord) primaryBusinessObject;@sitePrincipal= (WTUser) link.getSite().getPrincipal();@siteName=link.getSite().getName();@wt.replication.unit.UnitReplicationStatus ss = link.getStatus();@if(ss == wt.replication.unit.UnitReplicationStatus.COMPLETE)@   result=&quot;success&quot;;@else@   result=&quot;failure&quot;;</csvexprBody>
