AdobeClient.java:	static String fileTypeSettings = "Standard OCR";
AdobeClient.java:				result = pdfGenClient.createPDF2(doc, cleanFile.getName(), fileTypeSettings,
AdobeClient.java:						unprotectedFile.getName(), fileTypeSettings, null,
DxNBULKLOADConstant.java:import wt.type.TypeDefinitionReference;
DxNBULKLOADConstant.java:		String ecnType = "wt.change2.WTChangeOrder2|com.mpsa.wchillapp1.GT.ChangeNotice_M-GT";
DxNBULKLOADConstant.java:		TypeDefinitionReference ECN_MGT = wt.type.TypedUtility.getTypeDefinitionReference(ecnType);
DxNBULKLOADConstant.java:		theECN.setTypeDefinitionReference(ECN_MGT);
DxNBULKLOADImport.java:import wt.type.TypeDefinitionReference;
DxNBULKLOADImport.java:			theDocumentName, theDocumentSL, theECTech, theSectionCode, theOrder, theItem, theZIPName, theType;
DxNBULKLOADImport.java:		String ecnType = "wt.change2.WTChangeOrder2|com.mpsa.wchillapp1.GT.ChangeNotice_M-GT";
DxNBULKLOADImport.java:		TypeDefinitionReference ECN_MGT = wt.type.TypedUtility
DxNBULKLOADImport.java:				.getTypeDefinitionReference(ecnType);
DxNBULKLOADImport.java:		theECN.setTypeDefinitionReference(ECN_MGT);
DxNBULKLOADMultiImport.java:import wt.type.TypeDefinitionReference;
DxNBULKLOADMultiImport.java:		String ecnType = "wt.change2.WTChangeOrder2|com.mpsa.wchillapp1.GT.ChangeNotice_M-GT";
DxNBULKLOADMultiImport.java:		TypeDefinitionReference ECN_MGT = wt.type.TypedUtility.getTypeDefinitionReference(ecnType);
DxNBULKLOADMultiImport.java:		theECN.setTypeDefinitionReference(ECN_MGT);
DxNDOCImport.java:import wt.type.TypeDefinitionReference;
DxNDOCImport.java:		String ecnType = "wt.change2.WTChangeOrder2|com.mpsa.wchillapp1.GT.ChangeNotice_M-GT";
DxNDOCImport.java:		TypeDefinitionReference ECN_MGT = wt.type.TypedUtility
DxNDOCImport.java:				.getTypeDefinitionReference(ecnType);
DxNDOCImport.java:		theECN.setTypeDefinitionReference(ECN_MGT);
DxNECNImport.java:import wt.type.TypeDefinitionReference;
DxNECNImport.java:			String ecnType = "wt.change2.WTChangeOrder2|com.mpsa.wchillapp1.GT.ChangeNotice_M-GT";
DxNECNImport.java:			TypeDefinitionReference ECN_MGT = wt.type.TypedUtility
DxNECNImport.java:					.getTypeDefinitionReference(ecnType);
DxNECNImport.java:			theECN.setTypeDefinitionReference(ECN_MGT);
DxNECNImport.java:		prtSL, prtECN, prtECT, prtL, prtW, prtH, prtRefTorque, prtStrTorque, prtType;
DxNECNImport.java:				prtType = partATTs[i][21];
DxNECNImport.java:					createdPart = createNewWTPartOBJ(prtType, prtNumber, prtVer, prtName, prtGCode,
DxNECNImport.java:					WCpart = createNewWTPartOBJ(prtType, prtNumber, prtVer, prtName, prtGCode,
DxNECNImport.java:					WCpart = createNewWTPartVersion(WCpart, prtType, prtNumber, prtVer, prtName,
DxNECNImport.java:					WCpart = createNewWTPartVersion(WCpart, prtType, prtNumber, prtVer, prtName,
DxNECNImport.java:					WCpart = updateWTPartVersion(WCpart, prtType, prtNumber, prtVer, prtName,
DxNECNImport.java:			effGroup.setEffTypeModifier(wt.eff.EffTypeModifier.EXACT);
DxNECNImport.java:		//effGroup.setEffTypeModifier((EffTypeModifier)EnumeratedTypeUtil.toEnumeratedType("Exact"));
DxNECNImport.java:		String docTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.Ref_Document_M-GT";
DxNECNImport.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNECNImport.java:				.getTypeDefinitionReference(docTypeRB);
DxNECNImport.java:						TypeDefinitionReference thisDocType = doc.getTypeDefinitionReference();
DxNECNImport.java:						if (thisDocType.equals(MHPSRB_DOCUMENT)) {
DxNECNImport.java:		String dwgTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.Ref_Document_M-GT";
DxNECNImport.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNECNImport.java:				.getTypeDefinitionReference(dwgTypeRB);
DxNECNImport.java:						TypeDefinitionReference thisDocType = dwg.getTypeDefinitionReference();
DxNECNImport.java:						if (thisDocType.equals(MHPSRB_DOCUMENT)) {
DxNECNImport.java:				// Part Type
DxNECNImport.java:	public static WTPart createNewWTPartOBJ(String prtType, String prtNumber, String prtVer,
DxNECNImport.java:		String partType = null;
DxNECNImport.java:		if (prtType.contains("PRODUCT")) {
DxNECNImport.java:			partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.Part_M-GT|com.mpsa.wchillapp1.GT.Product_M-GT";
DxNECNImport.java:		} else if (prtType.contains("STANDARD")) {
DxNECNImport.java:			partType = "wt.part.WTPart|com.mpsa.Hardware_MHPS";
DxNECNImport.java:			partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.Part_M-GT";
DxNECNImport.java:		System.out.println("part type is " + partType);
DxNECNImport.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNECNImport.java:				.getTypeDefinitionReference(partType);
DxNECNImport.java:			newPart.setTypeDefinitionReference(MHPS_PART);
DxNECNImport.java:				newPart.setGenericType(wt.generic.GenericType.DYNAMIC);
DxNECNImport.java:			if (prtType.contains("PRODUCT")) {
DxNECNImport.java:			} else if (prtType.contains("STANDARD")) {
DxNECNImport.java:	public static WTPart createNewWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNECNImport.java:		String partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.Part_M-GT";
DxNECNImport.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNECNImport.java:				.getTypeDefinitionReference(partType);
DxNECNImport.java:			if (prtType.contains("PRODUCT")) {
DxNECNImport.java:			} else if (prtType.contains("STANDARD")) {
DxNECNImport.java:	public static WTPart updateWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNECNImport.java:		String partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.Part_M-GT";
DxNECNImport.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNECNImport.java:				.getTypeDefinitionReference(partType);
DxNECNImport.java:			if (prtType.contains("PRODUCT")) {
DxNECNImport.java:			} else if (prtType.contains("STANDARD")) {
DxNImportTool.java:import wt.type.TypeDefinitionReference;
DxNImportTool.java:		String prtEffectivity, prtNumber, prtVer, prtName, prtGCode, prtMass, prtMaterial, prtGeo, prtProdDwg, prtOldMatNum, prtSpecialComment, prtStdCode, prtTstPie, prtSL, prtECN, prtECT, prtL, prtW, prtH, prtTorque, prtType, prtRefTorque, prtStrTorque;
DxNImportTool.java:				prtType = partATTs[i][21];
DxNImportTool.java:					createdPart = DxNWindchillMethods.createNewWTPartOBJ(prtType, prtNumber,
DxNImportTool.java:					WCpart = DxNWindchillMethods.createNewWTPartOBJ(prtType, prtNumber, prtVer,
DxNImportTool.java:					WCpart = DxNWindchillMethods.createNewWTPartVersion(WCpart, prtType, prtNumber,
DxNImportTool.java:					WCpart = DxNWindchillMethods.createNewWTPartVersion(WCpart, prtType, prtNumber,
DxNImportTool.java:					WCpart = DxNWindchillMethods.updateWTPartVersion(WCpart, prtType, prtNumber,
DxNImportTool.java:		String docTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.Ref_Document_M-GT";
DxNImportTool.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNImportTool.java:				.getTypeDefinitionReference(docTypeRB);
DxNImportTool.java:						TypeDefinitionReference thisDocType = doc.getTypeDefinitionReference();
DxNImportTool.java:						if (thisDocType.equals(MHPSRB_DOCUMENT)) {
DxNImportTool.java:		String dwgTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.Ref_Document_M-GT";
DxNImportTool.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNImportTool.java:				.getTypeDefinitionReference(dwgTypeRB);
DxNImportTool.java:						TypeDefinitionReference thisDocType = dwg.getTypeDefinitionReference();
DxNImportTool.java:						if (thisDocType.equals(MHPSRB_DOCUMENT)) {
DxNImportToolBU.java:import wt.type.TypeDefinitionReference;
DxNImportToolBU.java:		String prtEffectivity, prtNumber, prtVer, prtName, prtGCode, prtMass, prtMaterial, prtGeo, prtProdDwg, prtOldMatNum, prtQualCode, prtSpecialComment, prtStdCode, prtTstPie, prtSL, prtECN, prtECT, prtL, prtW, prtH, prtTorque, prtType;
DxNImportToolBU.java:				prtType = partATTs[i][21];
DxNImportToolBU.java:				logger.info("prtType: " + prtType);
DxNImportToolBU.java:					createdPart = createNewWTPartOBJ(prtType, prtNumber, prtVer, prtName, prtGCode,
DxNImportToolBU.java:					WCpart = createNewWTPartOBJ(prtType, prtNumber, prtVer, prtName, prtGCode,
DxNImportToolBU.java:					WCpart = createNewWTPartVersion(WCpart, prtType, prtNumber, prtVer, prtName,
DxNImportToolBU.java:					WCpart = createNewWTPartVersion(WCpart, prtType, prtNumber, prtVer, prtName,
DxNImportToolBU.java:					WCpart = updateWTPartVersion(WCpart, prtType, prtNumber, prtVer, prtName,
DxNImportToolBU.java:			effGroup.setEffTypeModifier(wt.eff.EffTypeModifier.EXACT);
DxNImportToolBU.java:		// effGroup.setEffTypeModifier((EffTypeModifier)EnumeratedTypeUtil.toEnumeratedType("Exact"));
DxNImportToolBU.java:		String docTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.MHPSRefdoc";
DxNImportToolBU.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNImportToolBU.java:				.getTypeDefinitionReference(docTypeRB);
DxNImportToolBU.java:						TypeDefinitionReference thisDocType = doc.getTypeDefinitionReference();
DxNImportToolBU.java:						if (thisDocType.equals(MHPSRB_DOCUMENT)) {
DxNImportToolBU.java:		String dwgTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.MHPSRefdoc";
DxNImportToolBU.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNImportToolBU.java:				.getTypeDefinitionReference(dwgTypeRB);
DxNImportToolBU.java:						TypeDefinitionReference thisDocType = dwg.getTypeDefinitionReference();
DxNImportToolBU.java:						if (thisDocType.equals(MHPSRB_DOCUMENT)) {
DxNImportToolBU.java:				// Part Type
DxNImportToolBU.java:	private static WTPart createNewWTPartOBJ(String prtType, String prtNumber, String prtVer,
DxNImportToolBU.java:		String partType = null;
DxNImportToolBU.java:		if (prtType.contains("PRODUCT")) {
DxNImportToolBU.java:			partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.MHPSGTPart|com.mpsa.wchillapp1.GT.Product_MHPS";
DxNImportToolBU.java:		} else if (prtType.contains("STANDARD")) {
DxNImportToolBU.java:			partType = "wt.part.WTPart|com.mpsa.MHPSHardware";
DxNImportToolBU.java:			partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.MHPSGTPart";
DxNImportToolBU.java:		System.out.println("part type is " + partType);
DxNImportToolBU.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNImportToolBU.java:				.getTypeDefinitionReference(partType);
DxNImportToolBU.java:			newPart.setTypeDefinitionReference(MHPS_PART);
DxNImportToolBU.java:				newPart.setGenericType(wt.generic.GenericType.DYNAMIC);
DxNImportToolBU.java:			if (prtType.contains("PRODUCT")) {
DxNImportToolBU.java:			} else if (prtType.contains("STANDARD")) {
DxNImportToolBU.java:	private static WTPart createNewWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNImportToolBU.java:		String partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.MHPSGTPart";
DxNImportToolBU.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNImportToolBU.java:				.getTypeDefinitionReference(partType);
DxNImportToolBU.java:			if (prtType.contains("PRODUCT")) {
DxNImportToolBU.java:			} else if (prtType.contains("STANDARD")) {
DxNImportToolBU.java:	private static WTPart updateWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNImportToolBU.java:		String partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.MHPSGTPart";
DxNImportToolBU.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNImportToolBU.java:				.getTypeDefinitionReference(partType);
DxNImportToolBU.java:			if (prtType.contains("PRODUCT")) {
DxNImportToolBU.java:			} else if (prtType.contains("STANDARD")) {
DxNLoader.java:			message.addRecipient(Message.RecipientType.TO, new InternetAddress(to));
DxNMultiImportTool.java:import wt.type.TypeDefinitionReference;
DxNMultiImportTool.java:		String ecnType = "wt.change2.WTChangeOrder2|com.mpsa.wchillapp1.GT.ChangeNotice_M-GT";
DxNMultiImportTool.java:		TypeDefinitionReference ECN_MGT = wt.type.TypedUtility.getTypeDefinitionReference(ecnType);
DxNMultiImportTool.java:		theECN.setTypeDefinitionReference(ECN_MGT);
DxNWindchillMethods.java:import wt.content.ContentRoleType;
DxNWindchillMethods.java:import wt.doc.DocumentType;
DxNWindchillMethods.java:import wt.type.TypeDefinitionReference;
DxNWindchillMethods.java:		String docTypeDB = "wt.doc.WTDocument|com.mpsa.wchillapp1.GT.Document_M-GT";
DxNWindchillMethods.java:		String docTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.Ref_Document_M-GT"; // |com.mpsa.wchillapp1.GT.Ref_Document_M-GT
DxNWindchillMethods.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods.java:				.getTypeDefinitionReference(docTypeRB);
DxNWindchillMethods.java:		TypeDefinitionReference MHPSDB_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods.java:				.getTypeDefinitionReference(docTypeDB);
DxNWindchillMethods.java:					DocumentType.getDocumentTypeDefault());
DxNWindchillMethods.java:				wtDoc.setTypeDefinitionReference(MHPSRB_DOCUMENT);
DxNWindchillMethods.java:				wtDoc.setTypeDefinitionReference(MHPSDB_DOCUMENT);
DxNWindchillMethods.java:				theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
DxNWindchillMethods.java:		TypeDefinitionReference MHPS_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods.java:				.getTypeDefinitionReference(type);
DxNWindchillMethods.java:					DocumentType.getDocumentTypeDefault());
DxNWindchillMethods.java:			wtDoc.setTypeDefinitionReference(MHPS_DOCUMENT);
DxNWindchillMethods.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
DxNWindchillMethods.java:		TypeDefinitionReference MHPS_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods.java:				.getTypeDefinitionReference(type);
DxNWindchillMethods.java:					DocumentType.getDocumentTypeDefault());
DxNWindchillMethods.java:			wtDoc.setTypeDefinitionReference(MHPS_DOCUMENT);
DxNWindchillMethods.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
DxNWindchillMethods.java:	public static WTPart createNewWTPartOBJ(String prtType, String prtNumber, String prtVer,
DxNWindchillMethods.java:		String partType = null;
DxNWindchillMethods.java:		if (prtType.contains("PRODUCT")) {
DxNWindchillMethods.java:			partType = "wt.part.WTPart|Part_M-GT.wchillapp1.GT.Part_M-GT|com.mpsa.wchillapp1.GT.Product_M-GT";
DxNWindchillMethods.java:		} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods.java:			partType = "wt.part.WTPart|com.mpsa.Hardware_MHPS";
DxNWindchillMethods.java:			partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.Part_M-GT";
DxNWindchillMethods.java:		System.out.println("part type is " + partType);
DxNWindchillMethods.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNWindchillMethods.java:				.getTypeDefinitionReference(partType);
DxNWindchillMethods.java:			newPart.setTypeDefinitionReference(MHPS_PART);
DxNWindchillMethods.java:				newPart.setGenericType(wt.generic.GenericType.DYNAMIC);
DxNWindchillMethods.java:			if (prtType.contains("PRODUCT")) {
DxNWindchillMethods.java:			} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods.java:	public static WTPart createNewWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNWindchillMethods.java:			if (prtType.contains("PRODUCT")) {
DxNWindchillMethods.java:			} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods.java:	public static WTPart updateWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNWindchillMethods.java:			if (prtType.contains("PRODUCT")) {
DxNWindchillMethods.java:			} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods.java:			effGroup.setEffTypeModifier(wt.eff.EffTypeModifier.EXACT);
DxNWindchillMethods2.java:import wt.content.ContentRoleType;
DxNWindchillMethods2.java:import wt.doc.DocumentType;
DxNWindchillMethods2.java:import wt.type.TypeDefinitionReference;
DxNWindchillMethods2.java:		String docTypeDB = "wt.doc.WTDocument|com.mpsa.wchillapp1.GT.Document_M-GT";
DxNWindchillMethods2.java:		String docTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.Ref_Document_M-GT"; // |com.mpsa.wchillapp1.GT.Ref_Document_M-GT
DxNWindchillMethods2.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods2.java:				.getTypeDefinitionReference(docTypeRB);
DxNWindchillMethods2.java:		TypeDefinitionReference MHPSDB_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods2.java:				.getTypeDefinitionReference(docTypeDB);
DxNWindchillMethods2.java:					DocumentType.getDocumentTypeDefault());
DxNWindchillMethods2.java:				wtDoc.setTypeDefinitionReference(MHPSRB_DOCUMENT);
DxNWindchillMethods2.java:				wtDoc.setTypeDefinitionReference(MHPSDB_DOCUMENT);
DxNWindchillMethods2.java:				theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
DxNWindchillMethods2.java:		TypeDefinitionReference MHPS_DOCUMENT = null;
DxNWindchillMethods2.java:		MHPS_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods2.java:				.getTypeDefinitionReference(type);
DxNWindchillMethods2.java:			 MHPS_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods2.java:					.getTypeDefinitionReference(type);
DxNWindchillMethods2.java:			 MHPS_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods2.java:					.getTypeDefinitionReference(type);
DxNWindchillMethods2.java:			 MHPS_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods2.java:					.getTypeDefinitionReference(type);
DxNWindchillMethods2.java:					DocumentType.getDocumentTypeDefault());
DxNWindchillMethods2.java:			wtDoc.setTypeDefinitionReference(MHPS_DOCUMENT);
DxNWindchillMethods2.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
DxNWindchillMethods2.java:		TypeDefinitionReference MHPS_DOCUMENT = wt.type.TypedUtility
DxNWindchillMethods2.java:				.getTypeDefinitionReference(type);
DxNWindchillMethods2.java:					DocumentType.getDocumentTypeDefault());
DxNWindchillMethods2.java:			wtDoc.setTypeDefinitionReference(MHPS_DOCUMENT);
DxNWindchillMethods2.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
DxNWindchillMethods2.java:	public static WTPart createNewWTPartOBJ(String prtType, String prtNumber, String prtVer,
DxNWindchillMethods2.java:		String partType = null;
DxNWindchillMethods2.java:		if (prtType.contains("PRODUCT")) {
DxNWindchillMethods2.java:			partType = "wt.part.WTPart|Part_M-GT.wchillapp1.GT.Part_M-GT|com.mpsa.wchillapp1.GT.Product_M-GT";
DxNWindchillMethods2.java:		} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods2.java:			partType = "wt.part.WTPart|com.mpsa.Hardware_MHPS";
DxNWindchillMethods2.java:			partType = "wt.part.WTPart|com.mpsa.wchillapp1.GT.Part_M-GT";
DxNWindchillMethods2.java:		System.out.println("part type is " + partType);
DxNWindchillMethods2.java:		TypeDefinitionReference MHPS_PART = wt.type.TypedUtility
DxNWindchillMethods2.java:				.getTypeDefinitionReference(partType);
DxNWindchillMethods2.java:			newPart.setTypeDefinitionReference(MHPS_PART);
DxNWindchillMethods2.java:				newPart.setGenericType(wt.generic.GenericType.DYNAMIC);
DxNWindchillMethods2.java:			if (prtType.contains("PRODUCT")) {
DxNWindchillMethods2.java:			} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods2.java:	public static WTPart createNewWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNWindchillMethods2.java:			if (prtType.contains("PRODUCT")) {
DxNWindchillMethods2.java:			} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods2.java:	public static WTPart updateWTPartVersion(WTPart wcPart, String prtType, String prtNumber,
DxNWindchillMethods2.java:			if (prtType.contains("PRODUCT")) {
DxNWindchillMethods2.java:			} else if (prtType.contains("STANDARD")) {
DxNWindchillMethods2.java:			effGroup.setEffTypeModifier(wt.eff.EffTypeModifier.EXACT);
LiveCycleDelegate.java:            	//System.out.println("Type: " + _representable.getType());
LiveCycleDelegate_READEREXT.java:            	//System.out.println("Type: " + _representable.getType());
LiveCycleDelegate_REPLACE.java:            	//System.out.println("Type: " + _representable.getType());
LiveCycleDelegate_WMRKONLY.java:            	//System.out.println("Type: " + _representable.getType());
OneOffLoad.java:import wt.content.ContentRoleType;
OneOffLoad.java:import wt.doc.DocumentType;
OneOffLoad.java:import wt.type.TypedUtility;
OneOffLoad.java:		String docType = "", docLocation = "", docContext = "";
OneOffLoad.java:		docType = "wt.doc.WTDocument|com.mpsa.MHPSDocument|com.mpsa.MHPSDrawing";
OneOffLoad.java:					DocumentType.getDocumentTypeDefault());
OneOffLoad.java:			wtDoc.setTypeDefinitionReference(TypedUtility
OneOffLoad.java:					.getTypeDefinitionReference(docType));
OneOffLoad.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
ProcessingQueueEntry_02.java:			System.out.println("RequestType: "+wvsProcJob.getRequestType());
ProcessingQueueEntry_02.java:			System.out.println("ProcessType: "+wvsProcJob.getProcessType());
ProcessingQueue_03.java:RequestType: 2
ProcessingQueue_03.java:ProcessType: 0
ProcessingQueue_03.java:			//System.out.println("RequestType: "+wvsProcJob.getRequestType());
ProcessingQueue_03.java:			//System.out.println("ProcessType: "+wvsProcJob.getProcessType());
ProcessingQueue_04.java:RequestType: 2
ProcessingQueue_04.java:ProcessType: 0
ProcessingQueue_04.java:			//System.out.println("RequestType: "+wvsProcJob.getRequestType());
ProcessingQueue_04.java:			//System.out.println("ProcessType: "+wvsProcJob.getProcessType());
ProcessingQueue_short_03.java:RequestType: 2
ProcessingQueue_short_03.java:ProcessType: 0
ProcessingQueue_short_03.java:			//System.out.println("RequestType: "+wvsProcJob.getRequestType());
ProcessingQueue_short_03.java:			//System.out.println("ProcessType: "+wvsProcJob.getProcessType());
Protector.java:import wt.content.ContentRoleType;
Protector.java:import wt.doc.DocumentType;
Protector.java:import wt.type.TypedUtility;
Protector.java:		String docType = "", docLocation = "";
Protector.java:			docType = "wt.doc.WTDocument|com.mpsa.MHPSDocument";
Protector.java:			docType = "wt.doc.WTDocument|com.mpsa.ExternalDocument";
Protector.java:					DocumentType.getDocumentTypeDefault());
Protector.java:			wtDoc.setTypeDefinitionReference(TypedUtility
Protector.java:					.getTypeDefinitionReference(docType));
Protector.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
pubList_01.java:			//TypeIdentifier typeidentifier = TypedUtility.getTypeIdentifier(wtdoc);
pubList_01.java:			System.out.println( "WTDoc Number: "+ wtdoc.getNumber() + "| Name: " + wtdoc.getName() + "| DocType: " + wtdoc.getDocType());
pubList_01.java:			//System.out.println( "DocSubType: "+wtdoc.getDocSubType());
pubList_01.java:			System.out.println( "Type: "+wtdoc.getType());
pubList_01.java:			System.out.println( "SubType: "+wtdoc.getSubType());
pubList_01.java:			//System.out.println( "DocSubType: "+((WTDocumentMaster)wtdoc.getMaster()).getDocSubType());
pubList_01.java:			//System.out.println( "DocSubType2: "+wtdoc.getMaster().getDocSubType());
pubList_01.java:			System.out.println( "TypeInfo: "+wtdoc.getTypeInfoWTDocument()+ "| Container: "+ wtdocCont.getName() + "| Folder: " + wtdocFolder);
pubQue_03.java:			System.out.println("Type: "+wtobj.getType());
pubQue_03.java:			System.out.println("Type Identifier: "+wtobj.getTypeIdentifier());
pubQue_03.java:			System.out.println("Job Request Type: "+(Integer)wtobj.getJobRequestType());
pubQue_03.java:			System.out.println("Worker Type: "+wtobj.getWorkerType());
pubQue_03.java:			//System.out.println("QType: "+wtobj.getQType());
pubQue_03.java:			System.out.println("Queue Type: "+wtobj.getQType());
WindchillMethods.java:import wt.content.ContentRoleType;
WindchillMethods.java:import wt.doc.DocumentType;
WindchillMethods.java:import wt.doc._DocumentType;
WindchillMethods.java:import wt.type.TypeDefinitionReference;
WindchillMethods.java:import wt.type.TypedUtility;
WindchillMethods.java:			//System.out.println("Entering Rev Type Routing IF");
WindchillMethods.java:		String defaultType = "wt.doc.WTDocument";
WindchillMethods.java:		String docTypeDB = "wt.doc.WTDocument|com.mpsa.wchillapp1.GT.Document_M-GT";
WindchillMethods.java:		String docTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.Ref_Document_M-GT"; // |com.mpsa.wchillapp1.GT.Ref_Document_M-GT
WindchillMethods.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
WindchillMethods.java:		.getTypeDefinitionReference(docTypeRB);
WindchillMethods.java:		TypeDefinitionReference MHPSDB_DOCUMENT = wt.type.TypedUtility
WindchillMethods.java:		.getTypeDefinitionReference(docTypeDB);
WindchillMethods.java:					DocumentType.getDocumentTypeDefault());
WindchillMethods.java:			// System.out.println(DocumentType.getDocumentTypeDefault().toString());
WindchillMethods.java:				wtDoc.setTypeDefinitionReference(MHPSRB_DOCUMENT);
WindchillMethods.java:				wtDoc.setTypeDefinitionReference(MHPSDB_DOCUMENT);
WindchillMethods.java:				theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
WindchillMethods_BACKUP.java:import wt.content.ContentRoleType;
WindchillMethods_BACKUP.java:import wt.doc.DocumentType;
WindchillMethods_BACKUP.java:import wt.doc._DocumentType;
WindchillMethods_BACKUP.java:import wt.type.TypeDefinitionReference;
WindchillMethods_BACKUP.java:import wt.type.TypedUtility;
WindchillMethods_BACKUP.java:			System.out.println("Entering Rev Type Routing IF");
WindchillMethods_BACKUP.java:		String docType = "wt.doc.WTDocument|com.mpsa.wchillapp1.GT.MHPSDoc";
WindchillMethods_BACKUP.java:			TypeDefinitionReference MHPS_DOCUMENT = wt.type.TypedUtility.getTypeDefinitionReference(docType);
WindchillMethods_BACKUP.java:					DocumentType.getDocumentTypeDefault());
WindchillMethods_BACKUP.java:			//System.out.println(DocumentType.getDocumentTypeDefault().toString());
WindchillMethods_BACKUP.java:			wtDoc.setTypeDefinitionReference(MHPS_DOCUMENT);
WindchillMethods_BACKUP.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
WindchillMethods_BU121.java:import wt.content.ContentRoleType;
WindchillMethods_BU121.java:import wt.doc.DocumentType;
WindchillMethods_BU121.java:import wt.doc._DocumentType;
WindchillMethods_BU121.java:import wt.type.TypeDefinitionReference;
WindchillMethods_BU121.java:import wt.type.TypedUtility;
WindchillMethods_BU121.java:			//System.out.println("Entering Rev Type Routing IF");
WindchillMethods_BU121.java:		String defaultType = "wt.doc.WTDocument";
WindchillMethods_BU121.java:		String docTypeDB = "wt.doc.WTDocument|com.mpsa.wchillapp1.GT.MHPSDoc";
WindchillMethods_BU121.java:		String docTypeRB = "wt.doc.WTDocument|com.ptc.ReferenceDocument|com.mpsa.wchillapp1.GT.MHPSRefdoc"; //|com.mpsa.wchillapp1.GT.MHPSRefDoc
WindchillMethods_BU121.java:		TypeDefinitionReference MHPSRB_DOCUMENT = wt.type.TypedUtility
WindchillMethods_BU121.java:		.getTypeDefinitionReference(docTypeRB);
WindchillMethods_BU121.java:		TypeDefinitionReference MHPSDB_DOCUMENT = wt.type.TypedUtility
WindchillMethods_BU121.java:		.getTypeDefinitionReference(docTypeDB);
WindchillMethods_BU121.java:					DocumentType.getDocumentTypeDefault());
WindchillMethods_BU121.java:			// System.out.println(DocumentType.getDocumentTypeDefault().toString());
WindchillMethods_BU121.java:				wtDoc.setTypeDefinitionReference(MHPSRB_DOCUMENT);
WindchillMethods_BU121.java:				wtDoc.setTypeDefinitionReference(MHPSDB_DOCUMENT);
WindchillMethods_BU121.java:			theContent.setRole(ContentRoleType.toContentRoleType("PRIMARY"));
WorkflowINI.java:        Class[] argTypes = {void.class};
WorkflowINI.java:			entry = pq.addEntry( princ , "DxNUpdate", "ext.MHPSA.DxNLoader", argTypes, queueArgs);
