Uses of Class
wt.ixb.publicforapps.Importer

Packages that use Importer
wt.dataops.objectcol.ixb.handlers.forclasses   
wt.dataops.objectcol.ixb.handlers.forclasses.attr   
wt.inf.sharing   
wt.ixb.actor   
wt.ixb.archive   
wt.ixb.conflictFramework.conflictResolution   
wt.ixb.epm.handlers   
wt.ixb.epm.handlers.forclasses   
wt.ixb.epm.handlers.forclasses.attr   
wt.ixb.handlers.forattributes   
wt.ixb.handlers.forclasses   
wt.ixb.handlers.forclasses.attr   
wt.ixb.handlers.netmarkets   
wt.ixb.publicforapps Provides APIs to develop IXB application. 
wt.ixb.publicforhandlers Provides APIs to develop IXB plugable components. 
wt.ixb.publicforhandlers.imp   
wt.ixb.util   
wt.part.ixbhandlers   
wt.pdmlink   
wt.projmgmt.ix   
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
wt.replication.ixbutil   
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
 

Uses of Importer in wt.dataops.objectcol.ixb.handlers.forclasses
 

Methods in wt.dataops.objectcol.ixb.handlers.forclasses with parameters of type Importer
 Object ExpImpForRelationshipMapDef.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForRelationshipMap._createObject(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForRelationshipMap._importObjectAttributes(Object object, boolean objectExistsPriorImport, IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForRelationshipMap.findObjectExistingPriorImport(IxbElement fileXML, Importer importer)
           
 Object ExpImpForRelationshipMap.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForCriterionDefValidWith.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForCriterionDefValidWith.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForCollectionCriteria._createSubstituteObject(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForCollectionCriteria.findObjectExistingPriorImport(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForCollectionCriteria.findSubstituteObjectExistingPriorImport(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForCollectionCriteria._createObject(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForCollectionCriteria._importObjectAttributes(Object object, boolean objectExistsPriorImport, IxbElement fileXML, Importer importer)
           
 Object ExpImpForCollectionCriteria.storeObject(Object object, IxbElement fileXML, Importer importer)
           
protected  BaseCriterionDef ExpImpForCollectionCriteria.getDefinitionFromXML(IxbElement coXML, Importer importer)
           
protected  BaseCriterionDef ExpImpForCollectionCriteria.getDefinitionByNameFromXMLOrCache(IxbElement defXML, Importer importer)
           
protected  InputValue[] ExpImpForCollectionCriteria.getInputValuesFromXML(IxbElement coXML, Importer importer)
           
 Object ExpImpForCollectionCriteria.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForBaseCriterionDef.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForBaseCriterionDef.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 BaseCriterionDef ExpImpForBaseCriterionDef.createNewObject(IxbElement fileXML, Importer importer)
           
protected  XMLLob ExpImpForBaseCriterionDef.getContentAsXMLLob(IxbElement fileXML, Importer importer)
           
 Object ExpImpForBaseCriterionDef.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.dataops.objectcol.ixb.handlers.forclasses.attr
 

Methods in wt.dataops.objectcol.ixb.handlers.forclasses.attr with parameters of type Importer
 Object ExpImpForInputValueAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForCriterionAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.inf.sharing
 

Methods in wt.inf.sharing with parameters of type Importer
 Object ShareMapIxHandler.createObject(IxbElement elem, Importer imp)
          Imports all share maps in a container.
 SharedContainerMap ShareMapIxHandler.createShareMap(IxbElement elem, Importer imp, long orig_id)
          Imports wt.inf,sharing.SharedContainerMap objects from xml element.
 Object ShareMapIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object ShareMapIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 

Uses of Importer in wt.ixb.actor
 

Methods in wt.ixb.actor with parameters of type Importer
 Object UpdateInPlaceActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object UpdateInPlaceActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void UpdateInPlaceActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object UpdateInPlaceActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 void UpdateInPlaceActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object UnlockAndIterateActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object UnlockAndIterateActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void UnlockAndIterateActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object UnlockAndIterateActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 void UnlockAndIterateActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object SubstituteObjectActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object SubstituteObjectActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void SubstituteObjectActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object SubstituteObjectActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 void SubstituteObjectActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object RestoreActor.createObject(ClassExporterImporter handler, IxbElement fileXml, Importer importer)
          Create an object instance.
 Object RestoreActor.importObjectAttributes(ClassExporterImporter handler, Object object, IxbElement fileXml, Importer importer)
          Import attributes specific for Restore (before the object is stored)

Supported API: true
 Object RestoreActor.importObjectAttributesAfterStore(ClassExporterImporter handler, Object object, IxbElement fileXml, Importer importer)
          Import attributes specific for Restore (after the object is stored)

Supported API: true
 Object RestoreActor.storeObject(ClassExporterImporter handler, Object o, IxbElement fileXml, Importer importer)
          Persists the specified object as created by createObject(ClassExporterImporter handler, IxbElement fileXml, Importer importer).
 Object PickingExistingObjectActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object PickingExistingObjectActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 Object PickingExistingObjectActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 void PickingExistingObjectActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object PickExistingNonIteratedObjectActor.importElement(ElementImportHandlerIfc handler, IxbElement fileXML, Importer importer)
           
 Object NonIteratedObjectActorIfc.importElement(ElementImportHandlerIfc handler, IxbElement fileXML, Importer importer)
           
 Object NewVersionActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object NewVersionActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void NewVersionActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object NewIterationActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object NewIterationActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void NewIterationActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object NewIterationActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object NewIterationActorForTypeDefinition.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void NewIterationActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object ImportNonVersionedAttrActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object ImportNonVersionedAttrActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void ImportNonVersionedAttrActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object ImportNonIteratedAttrActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 void ImportNonIteratedAttrActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object CreateNewObjectActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object CreateNewObjectActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void CreateNewObjectActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object CreateNewObjectActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 void CreateNewObjectActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object CheckOutActorForVersioned.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
private  Persistable CheckOutActorForVersioned.findObject(ExpImpForVersionedObject handler, IxbElement fileXML, Importer importer)
           
 Object CheckOutActorForVersioned.storeObject(ClassExporterImporter _handler, Object object, IxbElement fileXML, Importer importer)
           
 void CheckOutActorForVersioned.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 Object CheckOutActorForTypeDefinition.createObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 void CheckOutActorForTypeDefinition.previewObject(ClassExporterImporter _handler, IxbElement fileXML, Importer importer)
           
 TypeDefinitionDefaultView ActorTemplateForTypeDefinition.createNewTypeDefinition(ExpImpForWTTypeDefinition handler, IxbElement fileXML, Importer importer, boolean checkin)
          This method creates and imports and persists a brand new Type Definition.
 TypeDefinitionDefaultView ActorTemplateForTypeDefinition.importToCheckedoutTypeDefinition(ExpImpForWTTypeDefinition handler, IxbElement fileXML, Importer importer, TypeDefinitionNodeView nodeView, boolean checkin, boolean removeIbas, boolean removeConstraints)
          This method import the attributes, including attributes for the type definition itself, its soft attributes (IBA values) as well as constraints (both constraints imposed on types and IBA values), to the type definition.
static String ActorTemplateForTypeDefinition.getTargetContainerFromImporter(IxbElement fileXML, Importer importer)
          Get the internet domain name, after container mapping (if applicable) of the working container.
protected  boolean ActorTemplateForTypeDefinition.nonOverrideableConflictsExistedForDefaultAction(IxbElement fileXML, Importer importer, String typeDefId)
          

Supported API: false
protected  void ActorTemplateForTypeDefinition.recursivelyPopulateAttributesToChildren(ExpImpForWTTypeDefinition handler, TypeDefinitionNodeView parentNodeV, Importer importer, String targetContainerDomain)
           
 void ActorTemplate.previewObject(ClassExporterImporter handler, IxbElement fileXML, Importer importer)
          Preview the import, including conflicts checking, without performing the real import.
 Object ActorTemplate.createObject(ClassExporterImporter handler, IxbElement fileXML, Importer importer)
          Create an object instance.
 Object ActorTemplate.importObjectAttributes(ClassExporterImporter handler, Object object, IxbElement fileXML, Importer importer)
          

Supported API: false
 Object ActorTemplate.importObjectAttributesAfterStore(ClassExporterImporter handler, Object object, IxbElement fileXML, Importer importer)
          

Supported API: false
 Object ActorTemplate.storeObject(ClassExporterImporter handler, Object object, IxbElement fileXML, Importer importer)
          Persists the specified object as created by createObject(ClassExporterImporter handler, IxbElement fileXML, Importer importer)

Supported API: true
 void Actor.previewObject(ClassExporterImporter handler, IxbElement fileXML, Importer importer)
          Preview the import, including conflicts checking, without performing the real import.
 Object Actor.createObject(ClassExporterImporter handler, IxbElement fileXML, Importer importer)
          Create an object instance.
 Object Actor.importObjectAttributes(ClassExporterImporter handler, Object object, IxbElement fileXML, Importer importer)
          

Supported API: false
 Object Actor.importObjectAttributesAfterStore(ClassExporterImporter handler, Object object, IxbElement fileXML, Importer importer)
          

Supported API: false
 Object Actor.storeObject(ClassExporterImporter handler, Object object, IxbElement fileXML, Importer importer)
          Persists the specified object as created by createObject(ClassExporterImporter handler, IxbElement fileXML, Importer importer)

Supported API: true
 

Uses of Importer in wt.ixb.archive
 

Methods in wt.ixb.archive that return Importer
static Importer ArchiveHelper.getImporterForRestore(ApplicationImportHandler appImpHandler, WTContainerRef targetContainer, IxbElement localMappingRules, boolean overrideConflicts)
           
 

Methods in wt.ixb.archive with parameters of type Importer
static Object ArchiveHndHelper.restoreCreateRecord(Object o, IxbElement fileXml, Importer importer)
          Restores the createRecord and object id from xml.
static Object ArchiveHndHelper.restoreObjectId(Object o, IxbElement fileXml, Importer importer)
          Restores object id from xml file.
static Object ArchiveHndHelper.findAmongExistingObjectsForRestore(IxbElement fileXml, Importer importer)
          Implements a standard way to find from existing windchill database an object that matches the IxbHndHelper.XML_ATTR_LOCAL_ID element in the archived xml file.
static void ArchiveHelper.addToRestoredObjectsSet(Persistable obj, Importer importer)
           
static WTCollection ArchiveHelper.getRestoredObjectsSet(Importer importer)
           
 

Uses of Importer in wt.ixb.conflictFramework.conflictResolution
 

Methods in wt.ixb.conflictFramework.conflictResolution with parameters of type Importer
static String IXResolutionConfigHelper.getResolverId(String objectType, IxbElement fileXML, Importer importer, String resolutionType)
           
static boolean IXResolutionConfigHelper.isContextMatching(String objectType, IxbElement fileXML, Importer importer, IxbElement configNode)
           
static boolean IXResolutionConfigHelper.isTypeMatching(String objectType, IxbElement fileXML, Importer importer, IxbElement configNode)
           
 ArrayList IXConflictResolverIfc.resolve(Object obj, IxbElement fileXML, Importer importer, Map map)
           
static ArrayList IXConflictHelper.resolve(Class className, String id, IXReferenceConflict conflictType, IxbElement fileXML, Importer importer, Map map)
          This will search for resolution for given object and conflicttype.
private static ArrayList IXConflictHelper.resolve(String objectType, IXReferenceConflictResolution resolution, IxbElement fileXML, Importer importer, Map map)
           
private static IXConflictResolverIfc IXConflictHelper.getConflictResolver(String objectType, IXReferenceConflictResolution resolution, IxbElement fileXML, Importer importer)
           
 ArrayList CreateQuantityOfMeasureResolver.resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
 ArrayList CreateMeasurementSystemResolver.resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
 ArrayList createFolderResolver.resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
 ArrayList CreateEPMAuthoringAppVersionResolver.resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
 ArrayList CreateClassificationNodeResolver.resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
private  ClassificationNodeDefaultView CreateClassificationNodeResolver.createClassificationNode(IxbElement fileXML, Importer importer)
           
 ArrayList CreateCabinetResolver.resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
 ArrayList CreateBusinessEntityResolver.resolve(Object object, IxbElement fileXML, Importer importer, Map map)
           
private  BusinessEntityDefaultView CreateBusinessEntityResolver.createBusinessEntity(IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.ixb.epm.handlers
 

Methods in wt.ixb.epm.handlers with parameters of type Importer
static EPMDocument EPMHndHelper.getEPMDocumentOfOldId(String oldId, Importer importer)
           
static void EPMHndHelper.checkConflictsForLink(IxbElement fileXML, Importer importer, BinaryLink link)
           
 

Uses of Importer in wt.ixb.epm.handlers.forclasses
 

Methods in wt.ixb.epm.handlers.forclasses with parameters of type Importer
 void ExpImpForEPMVariantLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMVariantLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMVariantLink.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMVariantLink.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMVariantLink.storeObject(Object object, IxbElement fileXML, Importer importer)
           
private  EPMSepFamilyTableMaster ExpImpForEPMSepFamilyTable.findMaster(IxbElement fileXML, Importer importer)
          Finds the master by birth ufid and the current container of the importer.
private  Object ExpImpForEPMSepFamilyTable.findObject(IxbElement fileXML, Importer importer)
          Finds the Family Table defined in the given ixb element.
 Object ExpImpForEPMSepFamilyTable.createObject(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForEPMSepFamilyTable.createNewObject(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForEPMSepFamilyTable.createCheckOutObject(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForEPMSepFamilyTable.findCheckOutObject(IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMSepFamilyTable.checkConflicts(IxbElement rootXml, Importer importer)
          Checks conflicts that can arise while import process.
 Object ExpImpForEPMSepFamilyTable.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
          Imports class specific atributes from the XML file.
 Object ExpImpForEPMSepFamilyTable.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
private  void ExpImpForEPMSepFamilyTable.storeObjectsBirthUfid(Object object, IxbElement fileXML, Importer importer)
          This method is cloned from wt.ixb.publicforhandlers.ExpImpForVersionedObject.storeObjectsBirthUfid.
 Object ExpImpForEPMSepFamilyTable.findAmongExistingObjects(IxbElement fileXML, Importer importer)
          Implements typical way of finding whether object from given XML file exists already in Windchill database.
private  Object ExpImpForEPMSepFamilyTable.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
          Clone from ExpImpForVersionedObject.findAmongExistingObjectsForImport
 Object ExpImpForEPMSepFamilyTable.storeObject(Object object, IxbElement fileXML, Importer importer)
          Overwrites the default because store object must also store EPMFamilyTableMaster if it's a new master;
 Object ExpImpForEPMSepFamilyTable.importElement(IxbElement fileXML, Importer importer)
          Implements import process for EPMSepFamilyTable This method is cloned from ExpImpForVersionedObject and modified to fit EPMSepFamilyTable.
 Object ExpImpForEPMSepFamilyTable.restoreObject(IxbElement fileXML, Importer importer)
           
private  Federatable ExpImpForEPMSepFamilyTable.getObjectOfUfidString(IxbElement fileXML, String birthUfid, Importer importer, WTContainerRef container)
           
private  EPMSepFamilyTable ExpImpForEPMSepFamilyTable.newFamilyTable(EPMSepFamilyTableMaster ftm, IxbElement fileXML, Importer importer)
          Returns a new instance of EPMSepFamilyTable w/the given information.
private  EPMDocument ExpImpForEPMSepFamilyTable.getTopGeneric(IxbElement fileXML, Importer importer)
          Returns the top generic document defined in the XML file.
 void ExpImpForEPMReferenceLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMReferenceLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMReferenceLink.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMReferenceLink.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMReferenceLink.importObjectAttributesAfterStore(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMReferenceLink.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMMemberLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMMemberLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
          find if the Link exists in the system by checking its ends and its ufid
 Object ExpImpForEPMMemberLink.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMMemberLink.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMMemberLink.importObjectAttributesAfterStore(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMMemberLink.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMDocument.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDocument.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Versioned ExpImpForEPMDocument.createNewObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDocument.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDocument.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDocument.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 String ExpImpForEPMDocument.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDocument.findObjectFromXML(IxbElement element, Importer importer)
           
 boolean ExpImpForEPMDocument.objectExistPriorImport(IxbElement element, Importer importer)
           
 Versioned ExpImpForEPMDocument.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates empty caddoc based on known master for restore application
 void ExpImpForEPMDescribeLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDescribeLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDescribeLink.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDescribeLink.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDescribeLink.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMContainedIn.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMContainedIn.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMContainedIn.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMContainedIn.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMContainedIn.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMContainedIn.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMBuildLinksRule.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildLinksRule.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForEPMBuildLinksRule.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildLinksRule.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildLinksRule.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildLinksRule.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMBuildHistory.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildHistory.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForEPMBuildHistory.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildHistory.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildHistory.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildHistory.importObjectAttributes(Object obj, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMBuildHistory.importObjectAttributesAfterStore(Object obj, IxbElement fileXML, Importer importer)
           
 Object EPMLinkHandler.findAmongExistingObjects(Class linkClass, IxbElement fileXML, Importer importer, String roleA, String roleB)
           
 

Uses of Importer in wt.ixb.epm.handlers.forclasses.attr
 

Methods in wt.ixb.epm.handlers.forclasses.attr with parameters of type Importer
 void ExpImpForEPMUsesOccurrenceAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMUsesOccurrenceAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMTypeDefinitionAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
          This method will link the Typed instance ob to the corresponding type definition specified as the external type identifier.
 Object ExpImpForEPMTransformAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMSepFamilyTableMasterAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMSepFamilyTableMasterAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMSepFamilyTableAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMSepFamilyTableAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMParameterValueAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMParameterValueAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMParameterMapAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMParameterMapAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMParameterDefinitionAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMParameterDefinitionAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMObjectAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMObjectAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMFeatureValueAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMFeatureValueAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMFeatureDefinitionAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMFeatureDefinitionAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMFamilyTableColumnAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMFamilyTableColumnAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void ExpImpForEPMFamilyTableCellAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMFamilyTableCellAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 Object ExpImpForEPMExtentsAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMDocumentMasterAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDocumentMasterAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
private  void ExpImpForEPMDocumentMasterAttr.checkCADNameAuthApp(Importer importer, String objId, String CADName, String authApp)
           
 void ExpImpForEPMDocAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDocAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMDependencyLinkAttr.checkConflictForAttribute(IxbElement fileXML, Importer importer)
           
 Object ExpImpForEPMDependencyLinkAttr.importAttribute(Object obj, IxbElement fileXML, Importer importer)
           
 void ExpImpForEPMCADReferenceControlAttr.checkConflictForAttribute(Object object, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 Object ExpImpForEPMCADReferenceControlAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 

Uses of Importer in wt.ixb.handlers.forattributes
 

Methods in wt.ixb.handlers.forattributes with parameters of type Importer
 void ExpImpForViewAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForViewAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForViewAttr.finalizeCheckConflicts(Importer importer)
           
 void ExpImpForVersionAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForVersionAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForUfidAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForUfidAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 void ExpImpForTypeDefinitionAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
          The external type identifiers must be the same after adjustment according to the internet domain.
 Object ExpImpForTypeDefinitionAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
          This method will link the Typed instance ob to the corresponding type definition specified as the external type identifier.
protected  Object ExpImpForTypeDefinitionAttr.importAttribute(Object ob, IxbElement fileXML, IxbElement ibaXML, Importer importer)
           
private  void ExpImpForTypeDefinitionAttr.excludeTypeIbaValues(Typed typed, IxbElement fileXML, Importer importer)
           
static String ExpImpForTypeDefinitionAttr.getInternetDomainFromExternalTypeId(String typeIdWOWCTYPE, Importer importer)
          Get the target internet domain name from the external type id without the prefix "WCTYPE".
private  Vector ExpImpForTypeDefinitionAttr.getNewlyAddedIBAs(Typed existingOb, IxbElement fileXML, Importer importer)
           
 void ExpImpForTeamAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForTeamAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForTeamAttr.finalizeCheckConflicts(Importer importer)
           
 void ExpImpForProjectAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForProjectAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForProjectAttr.finalizeCheckConflicts(Importer importer)
           
 void ExpImpForOrgIdAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForOrgIdAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForMarkUpAttr.importAttribute(Object obj, IxbElement fileXML, Importer importer)
           
protected  void ExpImpForMarkUpAttr.importMarkupObjects(Object object, IxbElement fileXML, Importer importer)
           
private  boolean ExpImpForMarkUpAttr.unzipMarkUpContent(File dir, IxbElement fileXML, Importer importer)
           
 void ExpImpForLogicalIdAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer, String actionName)
           
 Object ExpImpForLogicalIdAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
           
 void ExpImpForLocalIdAttr.rememberNewObjectInfoForOldObjectId(Persistable newOb, boolean objectIsReallyNew, String oldObjectId, Importer importer)
           
 Object ExpImpForLocalIdAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForLifecycleAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForLifecycleAttr.importAttribute(Object obj, IxbElement fileXML, Importer importer)
           
private  Object ExpImpForLifecycleAttr.restoreLifecycleAttr(LifeCycleManaged obj, IxbElement fileXML, Importer importer)
           
 void ExpImpForLifecycleAttr.finalizeCheckConflicts(Importer importer)
           
 void ExpImpForIconAttr.checkConflictForAttribute(Object iconHolder, IxbElement fileXML, Importer importer)
           
 Object ExpImpForIconAttr.importAttribute(Object iconHolder, IxbElement fileXML, Importer importer)
           
 void ExpImpForIBAAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
          Check conflicts for iba values.
 Object ExpImpForIBAAttr.importAttribute(Object obj, IxbElement fileXML, Importer importer)
          Import the IBA values into the attribute container.
 void ExpImpForIBAAttr.addIBAttribute(IBAHolder holder, String attrPath, String attrType, String attrValueImage, Importer importer)
           
private  IBAHolder ExpImpForIBAAttr.importIBA(IBAHolder holder, IxbElement fileXML, Importer importer)
           
private  ExpImpForIBAAttr.AttrDefInfo ExpImpForIBAAttr.getAttrDefInfoByPathAndType(String name, String type, Importer importer)
           
private  Enumeration ExpImpForIBAAttr.getAllIbas(IxbElement fileXML, Importer importer)
           
private  Vector ExpImpForIBAAttr.getExcludedIBAs(IBAHolder existingOb, IxbElement fileXML, Importer importer)
           
 void ExpImpForFlexibleVersioningAttr.checkConflictForAttribute(Object o, IxbElement fileXml, Importer importer)
           
 Object ExpImpForFlexibleVersioningAttr.importAttribute(Object o, IxbElement fileXml, Importer importer)
           
 void ExpImpForFlexibleVersioningAttr.finalizeCheckConflicts(Importer importer)
           
 void ExpImpForDomainFolderAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForDomainFolderAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
           
private  void ExpImpForDomainFolderAttr.importFolderInfoRestore(Foldered ob, String domainPath, String folderPath, WTContainerRef container, IxbElement fileXML, Importer importer)
           
 void ExpImpForDomainFolderAttr.finalizeCheckConflicts(Importer importer)
           
 void ExpImpForDomainAdministeredIfcAttr.checkConflictForAttribute(Object existingObject, IxbElement element, Importer importer)
           
 Object ExpImpForDomainAdministeredIfcAttr.importAttribute(Object object, IxbElement element, Importer importer)
           
 Object ExpImpForContentAttr.importAttribute(Object obj, IxbElement fileXML, Importer importer)
           
 void ExpImpForContentAttr.importContentHolder(ContentHolder holder, Importer importer, IxbElement fileXML)
           
 Object ExpImpForContainerPathAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
           
 void ExpImpForCabinetBasedAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
private  boolean ExpImpForCabinetBasedAttr.checkCabinetConflict(String cabinetName, IxbElement fileXML, Importer importer)
           
private  boolean ExpImpForCabinetBasedAttr.checkFolderConflict(String folderPath, IxbElement fileXML, Importer importer)
           
 Object ExpImpForCabinetBasedAttr.importAttribute(Object ob, IxbElement fileXML, Importer importer)
           
 void ExpImpForCabinetBasedAttr.importFolderInfo(CabinetBased ob, String folderPath, Importer importer)
           
 void ExpImpForCabinetBasedAttr.importFolderInfoRestore(CabinetBased ob, String folderPath, Importer importer, IxbElement fileXML)
           
 void ExpImpForCabinetBasedAttr.finalizeCheckConflicts(Importer importer)
           
 void ExpImpForArchiveAttr.checkConflictForAttribute(Object o, IxbElement fileXml, Importer importer)
           
 Object ExpImpForArchiveAttr.importAttribute(Object o, IxbElement fileXml, Importer importer)
           
 void ExpImpForArchiveAttr.finalizeCheckConflicts(Importer importer)
           
 

Uses of Importer in wt.ixb.handlers.forclasses
 

Methods in wt.ixb.handlers.forclasses with parameters of type Importer
 void ExpImpForWTTypeDefinition.checkConflicts(IxbElement fileXML, Importer importer)
          Check conflicts against existing type definition.
private  void ExpImpForWTTypeDefinition.checkConflictForTypeAttributes(TypeDefinitionDefaultView defView, IxbElement fileXML, Importer importer)
          Check the conflicts for the type definition found from database against the XML file.
 void ExpImpForWTTypeDefinition.checkConflictForExternalResources(Object externalResourcedObject, IxbElement fileXML, Importer importer, int resourceCode)
          Check the conflicts for the icon file for the type definition found from database against icon file in the jar.
private  void ExpImpForWTTypeDefinition.checkConflictForAttributesContainer(TypeDefinitionDefaultView defV, IxbElement fileXML, Importer importer, boolean conflictsOverridable, String tgtContainerDomainName)
          Check the conflicts for the attributes container (that is, soft attributes) for the type definition found from database against the XML file in the jar.
private  void ExpImpForWTTypeDefinition.checkConflictForConstraintsContainer(TypeDefinitionDefaultView defV, IxbElement fileXML, Importer importer, boolean conflictsOverridable, String tgtContainerDomain)
          Check the conflicts for the constraints containerfor the type definition found from database against ithe XML file.
 Object ExpImpForWTTypeDefinition.findAmongExistingObjects(IxbElement fileXML, Importer importer)
          Find the existing type definition according to the name and parent path as in the XML file.
 Object ExpImpForWTTypeDefinition.findAmongExistingObjects(IxbElement fileXML, Importer importer, boolean nonWorkingCopyOnly)
          Find the existing type definition according to the name and parent path as in the XML file.
 void ExpImpForWTTypeDefinition.previewElement(IxbElement fileXML, Importer importer)
          Preview XML element in context given by importer parameter.
 Object ExpImpForWTTypeDefinition.createObject(IxbElement fileXML, Importer importer)
          This method will never be called, it is presented here because of compiling requirement
 Object ExpImpForWTTypeDefinition.importElement(IxbElement fileXML, Importer importer)
          import the type definition represented by the XML file
 TypeDefinitionDefaultView ExpImpForWTTypeDefinition.createTypeDefinition(IxbElement fileXML, Importer importer, String tgtContainerDomainName)
          To create a brand new TypeDefinition instance and persisted into database absed on the information provided by the XML file
 TypeDefinitionDefaultView ExpImpForWTTypeDefinition.importTypeAttributes(TypeDefinitionNodeView nodeView, IxbElement fileXML, Importer importer, String tgtContainerDomainName)
          This method is used to set type attributes from information in XML file.
 Object ExpImpForWTTypeDefinition.importExternalResources(Object externalResourcedObject, IxbElement fileXML, Importer importer, int resourceCode)
          Import the icon file and atatch it to the TypeDefinition object.
 TypeDefinitionDefaultView ExpImpForWTTypeDefinition.importAttributesContainer(TypeDefinitionDefaultView defView, IxbElement fileXML, Importer importer, String tgtContainerDomainName)
          Populate and save the soft attributes from XML file into the TypeDefinition instance's attribute container.
 TypeDefinitionDefaultView ExpImpForWTTypeDefinition.importConstraintsContainer(TypeDefinitionDefaultView defView, IxbElement fileXML, Importer importer, String tgtContainerDomainName)
          Populate and persist constraints from XML file to the type constraint container.
 Object ExpImpForWTTypeDefinition.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForWTTypeDefinition.outputLog(Object ob, Importer importer)
           
 String ExpImpForWTTypeDefinition.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
private  void ExpImpForWTTypeDefinition.turnNonOveridableConflictsFlagOn(Importer importer, String objId)
          This method can be of general interest.
 void ExpImpForWTPartUsageLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartUsageLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForWTPartUsageLink.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
          We don't have to find the link anymore, because links are created or not will be decided by actor.
 Object ExpImpForWTPartUsageLink.createObject(IxbElement fileXML, Importer importer)
          Create a WTPartUsageLink based on ufids of its ends (Uses and UsedBy).
Those ufids are retrieved from the WTPartUsageLink's XML file.
 Object ExpImpForWTPartUsageLink.storeObject(Object object, IxbElement fileXML, Importer importer)
          Store a WTPartUsageLink .


Supported API: true
 Object ExpImpForWTPartUsageLink.importObjectAttributes(Object ob, IxbElement fileXML, Importer importer)
          Import attributes for a WTPartUsageLink from its XML file.


Supported API: true
 Object ExpImpForWTPartUsageLink.importObjectAttributesAfterStore(Object ob, IxbElement fileXML, Importer importer)
          Import attributes for a WTPartUsageLink from its XML file after it is stored.
The import for PartUsesOccurence must take place here, because PartUsesOccurences are imported only after the link is stored.
 void ExpImpForWTPartReferenceLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartReferenceLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForWTPartReferenceLink.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartReferenceLink.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartReferenceLink.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForWTPartDescribeLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartDescribeLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForWTPartDescribeLink.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartDescribeLink.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartDescribeLink.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForWTPart60.checkConflicts(IxbElement fileXML, Importer importer)
           
 Versioned ExpImpForWTPart60.createNewObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPart60.importObjectAttributes(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPart60.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 String ExpImpForWTPart60.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 void ExpImpForWTPart.checkConflicts(IxbElement fileXML, Importer importer)
           
 Versioned ExpImpForWTPart.createNewObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPart.importObjectAttributes(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPart.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 String ExpImpForWTPart.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPart.findObjectFromXML(IxbElement element, Importer importer)
           
 boolean ExpImpForWTPart.objectExistPriorImport(IxbElement element, Importer importer)
           
 Versioned ExpImpForWTPart.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 void ExpImpForWTDocument60.checkConflicts(IxbElement fileXML, Importer importer)
           
 Versioned ExpImpForWTDocument60.createNewObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTDocument60.importObjectAttributes(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTDocument60.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 String ExpImpForWTDocument60.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 void ExpImpForWTDocument.checkConflicts(IxbElement fileXML, Importer importer)
           
 Versioned ExpImpForWTDocument.createNewObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTDocument.importObjectAttributes(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTDocument.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 String ExpImpForWTDocument.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTDocument.findObjectFromXML(IxbElement element, Importer importer)
           
 boolean ExpImpForWTDocument.objectExistPriorImport(IxbElement element, Importer importer)
           
 Versioned ExpImpForWTDocument.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 void ExpImpForUnits.outputLog(Object ob, Importer importer)
          Output log for imported object that is imported by importElement.
 void ExpImpForUnits.previewElement(IxbElement fileXML, Importer importer)
           
 void ExpImpForUnits.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForUnits.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForUnits.importElement(IxbElement rootXML, Importer importer)
           
private  MeasurementSystemDefaultView ExpImpForUnits.importMeasurementSystems(IxbElement fileXML, Importer importer)
           
private  QuantityOfMeasureDefaultView ExpImpForUnits.importQuantityOfMeasures(IxbElement fileXML, Importer importer)
           
private  MeasurementSystemDefaultView ExpImpForUnits.findExistingMeasurementSystemDefaultView(IxbElement fileXML, Importer importer)
           
private  QuantityOfMeasureDefaultView ExpImpForUnits.findExistingQuantityOfMeasureDefaultView(IxbElement fileXML, Importer importer)
           
private  boolean ExpImpForUnits.checkConflictsForMeasurementSystems(IxbElement fileXML, Importer importer, MeasurementSystemDefaultView msView)
          we require the 2 measurement systems (represented by "msView" and fileXML, respectively) to have the same exactly symbols and symbol values; otherwise we report a conflict ....
private  boolean ExpImpForUnits.checkConflictsForQuantityOfMeasures(IxbElement fileXML, Importer importer, QuantityOfMeasureDefaultView qomView)
          we require the 2 QuantityOfMeasure (represented by "qomView" and fileXML, respectively) to have the same (as follows) 1) Base symbols must be the same; 2) and symbol values; otherwise we report a conflict ....
 Object ExpImpForRepresentation._createObject(IxbElement fileXML, Importer importer)
          Create a Representation based on localId.
 Object ExpImpForRepresentation.importObjectAttributes(Object object, IxbElement fileXML, Importer importer)
           
private  Representation ExpImpForRepresentation.createRepresentation(IxbElement fileXML, Importer importer)
           
private  Representation ExpImpForRepresentation.createRepresentation(String repName, IxbElement fileXML, Importer importer)
           
private  boolean ExpImpForRepresentation.unzipRepresentationContent(File dir, IxbElement fileXML, Importer importer)
           
private  Representation ExpImpForRepresentation._findAmongExistingRepresentations(Representable repable, IxbElement fileXML, Importer importer)
           
private  Representable ExpImpForRepresentation.findRepresentable(IxbElement fileXML, Importer importer)
           
 Object ExpImpForRepresentation.findObjectExistingPriorImport(IxbElement fileXML, Importer importer)
           
 void ExpImpForRepresentation.addAttrConflicts(Object existing, String newObjectId, IxbElement fileXML, Importer importer)
           
 Object ExpImpForRepresentation._importObjectAttributes(Object object, boolean objectExistPriorImport, IxbElement element, Importer importer)
           
 Object ExpImpForRepresentation.storeObject(Object object, IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForRepresentation._createSubstituteObject(IxbElement fileXML, Importer importer)
           
protected  Object ExpImpForRepresentation.findSubstituteObjectExistingPriorImport(IxbElement fileXML, Importer importer)
           
 String ExpImpForRepresentation.getObjectDisplayID(IxbElement element, Importer importer)
           
 void ExpImpForIBADefinition.checkConflicts(IxbElement rootXml, Importer importer)
          Check conflicts against existing iba definition or attribute organizer.
private  void ExpImpForIBADefinition.checkConflictsForIBADefinition(IxbElement fileXML, Importer importer, Vector orgPaths)
           
private  void ExpImpForIBADefinition.checkQuantityOfMeasureConflictsForUnitDefinition(IxbElement fileXML, AbstractAttributeDefinition aad, Importer importer)
           
 Object ExpImpForIBADefinition.importElement(IxbElement rootXML, Importer importer)
           
private  void ExpImpForIBADefinition.reallyImportIBADefinition(IxbElement fileXML, Importer importer)
           
private  Object ExpImpForIBADefinition.importStringDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
private  Object ExpImpForIBADefinition.importBooleanDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
private  Object ExpImpForIBADefinition.importIntegerDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
private  Object ExpImpForIBADefinition.importReferenceDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, String referenceClass, Importer importer)
           
private  Object ExpImpForIBADefinition.importFloatDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
private  Object ExpImpForIBADefinition.importRatioDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
private  Object ExpImpForIBADefinition.importURLDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
private  Object ExpImpForIBADefinition.importTimestampDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
private  AbstractAttributeDefinizerDefaultView ExpImpForIBADefinition.getAttributeDefinizerView(String path, Importer importer)
           
private  Object ExpImpForIBADefinition.importUnitDefinitionObject(String name, String description, String displayName, String hierachyDispname, String parentPath, String qomName, Enumeration defaultMsNameValues, Enumeration msNameValues, Importer importer)
           
private  Object ExpImpForIBADefinition.importAttributeOrganizerObject(String name, String description, String displayName, String hierachyDispname, String parentPath, Importer importer)
           
static AbstractAttributeDefinition ExpImpForIBADefinition.queryIBADefinitionFromFullPath(Class ibaDefClass, String fullPath, Importer importer)
          Since IBA Definition name does not need to be unique anymore, to successfully query the AbstractAttributeDefinition object, the path and name shld be passed also.
 void ExpImpForIBADefinition.outputLog(Object ob, Importer importer)
           
 String ExpImpForIBADefinition.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 void ExpImpForIBADefinition.previewElement(IxbElement fileXML, Importer importer)
           
private  QuantityOfMeasureDefaultView ExpImpForIBADefinition.getQuantityOfMeasureDefaultView(String qomName, Importer importer)
           
 Object ExpImpForClassificationNode.findAmongExistingObjects(IxbElement fileXML, Importer importer)
          Find the ClassificationNode instance in database based on the name and path.
 void ExpImpForClassificationNode.checkConflicts(IxbElement fileXML, Importer importer)
          Check conflicts for the XML file against the ClassificationNode object in datase.
 Object ExpImpForClassificationNode.importElement(IxbElement fileXML, Importer importer)
          Imports XML element in context given by importer parameter.
 Object ExpImpForClassificationNode.createObject(IxbElement fileXML, Importer importer)
          Creates new instance of Windchill object.
 String ExpImpForClassificationNode.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
private  void ExpImpForClassificationNode.checkConflictForNodeAttributes(ClassificationNodeDefaultView existingView, IxbElement fileXML, Importer importer)
          Check the conflicts for the ClassificationNode found from database against the XML file.
private  void ExpImpForClassificationNode.checkConflictForClassificationStruct(ClassificationNodeDefaultView existingV, ClassificationNode existingNode, IxbElement fileXML, Importer importer)
          Check the conflicts for the ClassificationStruct for the ClassificationNode found from database against the XML file in the jar.
private  ClassificationNodeDefaultView ExpImpForClassificationNode.createClassificationNode(IxbElement fileXML, Importer importer)
          To create a brand new ClassificationNode instance and persisted into database absed on the information provided by the XML file
 Object ExpImpForClassificationNode.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForClassificationNode.outputLog(Object ob, Importer importer)
           
private  Object ExpImpForClassificationNode.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
           
 Object ExpImpForBusinessEntity.findAmongExistingObjects(IxbElement fileXML, Importer importer)
          

Supported API: true
 void ExpImpForBusinessEntity.checkConflicts(IxbElement fileXML, Importer importer)
          

Supported API: true
 Object ExpImpForBusinessEntity.importElement(IxbElement fileXML, Importer importer)
          Imports XML element in context given by importer parameter.
 Object ExpImpForBusinessEntity.createObject(IxbElement fileXML, Importer importer)
          Creates new instance of Windchill object.
 String ExpImpForBusinessEntity.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
private  void ExpImpForBusinessEntity.checkConflictForAttributes(BusinessEntityDefaultView existingView, IxbElement fileXML, Importer importer)
          Check the conflicts for the BusinessEntity found from database against the XML file.
private  BusinessEntityDefaultView ExpImpForBusinessEntity.createBusinessEntity(IxbElement fileXML, Importer importer)
          To create a brand new BusinessEntity instance and persisted into database absed on the information provided by the XML file
 Object ExpImpForBusinessEntity.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForBusinessEntity.outputLog(Object ob, Importer importer)
           
private  Object ExpImpForBusinessEntity.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.ixb.handlers.forclasses.attr
 

Methods in wt.ixb.handlers.forclasses.attr with parameters of type Importer
 void ExpImpForWTPartUsageLinkAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartUsageLinkAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForWTPartMasterAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartMasterAttr.importAttribute(Object obj, IxbElement fileXML, Importer importer)
           
 void ExpImpForWTPartAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTPartAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForWTDocMasterAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTDocMasterAttr.importAttribute(Object obj, IxbElement fileXML, Importer importer)
           
 void ExpImpForWTDocAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForWTDocAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForPartUsesOccurenceAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForPartUsesOccurenceAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForLifecycleHistoryAttr.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
           
 Object ExpImpForLifecycleHistoryAttr.importAttribute(Object object, IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.ixb.handlers.netmarkets
 

Methods in wt.ixb.handlers.netmarkets with parameters of type Importer
static Object WfImportOrgUtils.getObjectFromApplication(IxbElement locId, Importer imp)
          This utility method uses the contents of the element to get the data stashed in the import application.
 Object TypeBasedRuleIXHandler.createObject(IxbElement elem, Importer imp)
           
private  boolean TypeBasedRuleIXHandler.isClassReal(WTContainerRef contRef, String className, Importer imp)
           
 Object TypeBasedRuleIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object TemplateDocumentIXHandler.createObject(IxbElement elem, Importer imp)
           
 void TemplateDocumentIXHandler.outputLog(Object obj, Importer imp)
           
 Object TemplateDocumentIXHandler.finalizeImportObject(boolean isNew, Object obj, IxbElement elem, Importer imp)
           
static String TemplateDocumentIXHandler.getLocalId(IxbElement topElem, Importer imp)
           
 Object TemplateDocumentIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object TeamExportHolderHandler.createObject(IxbElement elem, Importer imp)
           
 Object TeamExportHolderHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          The finalize was done by the storeObject method.
static RuleConflictHolder RuleConflictHolder.newRuleConflictHolder(WTContainerRef contRef, String ruleNameStr, RuleType ruleType, IxbElement elem, Importer imp)
           
private  void RuleConflictHolder.initialize(WTContainerRef contRef, String ruleNameStr, RuleType ruleType, IxbElement elem, Importer imp)
           
private  void RuleConflictHolder.initialize(WTContainer cont, String ruleNameStr, IxbElement elem, Importer imp)
           
private  boolean RuleConflictHolder.isRuleEquivalent(Rule existingRule, IxbElement elem, Importer imp)
           
static ObjectReference ProjectIXUtils.getReference(String ref_str, Importer imp)
           
static Object ProjectIXUtils.getObjFromObjectIDElement(IxbElement objId, Importer imp)
          ObjectIds may come in two flavors.
static Object ProjectIXUtils.getObjFromObjRefElem(IxbElement objRef, Importer imp)
          ObjectReferences can come in three flavors localId, ufid, and custom.
static void ProjectIXUtils.setTmpId(IxbElement elem, Importer imp)
          Takes an ObjectId object and if the object id is a localId, we store the tmpId.
static Rule ProjectIXUtils.populateEngineBaseInfo(IxbElement elem, String ruleType, Importer imp)
          This method initializes all the base rule information except the enabled status.
static void ProjectIXUtils.postFeedback(Importer imp, String rb, String key, Object[] params, int level)
          Posts message to the logger.
 Object ProjectContainerIXHandler.createObject(IxbElement elem, Importer imp)
           
 Object ProjectContainerIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object ProjectContainerIXHandler.storeObject(Object object, IxbElement elem, Importer imp)
           
 Object ProjectContainerEnumeratedTypeIXHandler.createObject(IxbElement elem, Importer imp)
          Create a new ProjectContainerEnumeratedType and associate it with a ProjectContainer.
 Object ProjectContainerEnumeratedTypeIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object ProjectContainerEnumeratedTypeIXHandler.finalizeImportObject(boolean isNew, Object pcEnum, IxbElement elem, Importer imp)
           
 Object ProjectContainerEnumeratedTypeIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object ProductStructureIxHandler.createObject(IxbElement elem, Importer imp)
          ProductStructure ProductStructure | WTTypeDefinitions | WTPart | WTPartUsageLink | WTPartReferenceLink | WTPartDescribeLink | EPMDocument | EPMSepFamilyTable | EPMMemberLink | EPMContainedIn | EPMDescribeLink | EPMReferenceLink | EPMVariantLink | EPMBuildLinksRule | EPMBuild History
private  void ProductStructureIxHandler.importPSObjs(String tag, IxbElement elem, Importer imp)
           
 Object ProductStructureIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object ProductStructureIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object OrgStructureIXHandler.createObject(IxbElement elem, Importer imp)
           
 Object OrgStructureIXHandler.importElement(IxbElement elem, Importer imp)
           
 Object OrgStructureIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object OrgStructureIXHandler.findAmongExistingObjects(IxbElement obj, Importer imp)
           
 Object OrgConfigIXHandler.createObject(IxbElement elem, Importer imp)
          This controls the import of all the objects.
 Object OrgConfigIXHandler.findAmongExistingObjects(IxbElement obj, Importer imp)
           
 Object OrgConfigIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object ObjectSeedIXHandler.createObject(IxbElement elem, Importer imp)
           
private  IxbElement ObjectSeedIXHandler.processSeedElement(IxbElement elem, Importer imp)
           
 boolean ObjectSeedIXHandler.seedObjectExists(IxbElement elem, Importer imp)
           
 Object ObjectSeedIXHandler.findAmongExistingObjects(IxbElement obj, Importer imp)
           
 Object NotebookIXHandler.createObject(IxbElement elem, Importer imp)
           
 Object NotebookIXHandler.createNotebook(IxbElement elem, Importer imp)
           
 Object NotebookIXHandler.createNotebookFolder(IxbElement elem, Importer imp, CollaborationContainer parent)
          
 Object NotebookIXHandler.createBookmark(IxbElement elem, Importer imp, CollaborationContainer container)
          
 Object NotebookIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object NotebookIXHandler.storeObject(Object ob, IxbElement elem, Importer imp)
           
 Object NMProjectMembershipIXHandler.createObject(IxbElement elem, Importer imp)
          
private  WTGroup NMProjectMembershipIXHandler.getGroupFromTag(IxbElement elem, Importer imp)
           
 Object NMProjectMembershipIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          Store is over-ridden because the service will store the membership for us.
 Object NMProjectMembershipIXHandler.findAmongExistingObjects(IxbElement parm1, Importer parm2)
           
 Object NMGuestMembershipIXHandler.createObject(IxbElement elem, Importer imp)
          
private  WTGroup NMGuestMembershipIXHandler.getGroupFromTag(IxbElement elem, Importer imp)
           
 Object NMGuestMembershipIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          Store is over-ridden because the service will store the membership for us.
 Object NMGuestMembershipIXHandler.findAmongExistingObjects(IxbElement parm1, Importer parm2)
           
 Object NMGroupIxHandler.createObject(IxbElement elem, Importer imp)
          Creates the group object for storage later.
 Object NMGroupIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
          Checks to see if there is an existing group with the same group name.
 Object NMGroupIxHandler.storeObject(Object theGroup, IxbElement elem, Importer imp)
          Actually store the group object.
 Object NMDomainIXHandler.createObject(IxbElement elem, Importer imp)
          This method expects to recieve an OrgDomain tag.
private  Object NMDomainIXHandler.processLegacyTag(IxbElement elem, Importer imp)
          Legacy domains assume that the top level domain is always the the Default domain for the container in question.
 Object NMDomainIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
          Checks to see if the domain already exists, if so a message is emitted, and the reference to the object is returned.
 Object NMDomainIXHandler.importElement(IxbElement elem, Importer imp)
           
 Object NMDomainIXHandler.storeObject(Object domain, IxbElement elem, Importer imp)
           
private  QueryResult NMDomainIXHandler.findExistingDomains(Importer imp)
           
 Object NMACLRuleIXHandler.createObject(IxbElement element, Importer importer)
           
 Object NMACLRuleIXHandler.findAmongExistingObjects(IxbElement element, Importer importer)
          Implements typical way of finding whether object from given XML file exists already in Windchill database.
 Object NMACLRuleIXHandler.storeObject(Object entry, IxbElement element, Importer importer)
           
private  AccessSelector NMACLRuleIXHandler.getAccessSelector(IxbElement element, Importer importer)
           
private  WTPrincipalReference NMACLRuleIXHandler.getRulePrincipal(IxbElement element, Importer importer)
           
 Object LoadXMLFileIXHandler.createObject(IxbElement topElement, Importer imp)
          Import the XML file referenced by this elements path attribute.
 Object LoadXMLFileIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object IndexPolicyRuleIXHandler.createObject(IxbElement elem, Importer imp)
           
 Object IndexPolicyRuleIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object IndexPolicyRuleIXHandler.storeObject(Object entry, IxbElement elem, Importer imp)
           
private  String FolderStructureIXHandler.getCabinet(IxbElement elem, Importer imp)
           
private  AdminDomainRef FolderStructureIXHandler.getTopDomain(IxbElement elem, Importer imp)
           
private  String FolderStructureIXHandler.getRootPath(String cabinet, AdminDomainRef domain, IxbElement elem, Importer imp)
           
 void FolderStructureIXHandler.importNestedFolder(String cabinet, AdminDomainRef domainRef, String rootPath, IxbElement elem, Importer imp)
           
 void FolderStructureIXHandler.importSubFolder(String cabinet, AdminDomainRef domainRef, String rootPath, IxbElement elem, Importer imp)
           
 void FolderStructureIXHandler.importFolderLink(String cabinet, AdminDomainRef domainRef, String rootPath, IxbElement elem, Importer imp)
           
 void FolderStructureIXHandler.importFolderACL(String cabinet, AdminDomainRef domainRef, String rootPath, IxbElement elem, Importer imp)
           
 Object FolderStructureIXHandler.createObject(IxbElement elem, Importer imp)
           /Default Default / Design Alpha Alpha Beta Gamma Testing Initial Final
 Object FolderStructureIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object FolderStructureIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
private  void FolderStructureIXHandler.resetFolderAcl(IxbElement elem, String rootPath, Importer imp, WTContainerRef cont_ref, List folder_list)
           
private  void FolderStructureIXHandler.importFolderAcl(IxbElement elem, String rootPath, Importer imp, WTContainerRef cont_ref)
           
 Object FolderLinkIxHandler.createObject(IxbElement elem, Importer imp)
          Import handler for the following element.
 Object FolderLinkIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object DocumentTemplateIXHandler.createObject(IxbElement elem, Importer imp)
          
 Object DocumentTemplateIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object DocumentTemplateIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object CsvIxHandler.createObject(IxbElement elem, Importer imp)
           
 Object CsvIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object CsvIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object CreateFromRuleIXHandler.createObject(IxbElement elem, Importer imp)
           
static Object CreateFromRuleIXHandler.createObjectFromRule(String ruleName, String name, String number, String desc, String folderPath, Importer imp)
           
 Object CreateFromRuleIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object CreateFromRuleIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
private static Rule CreateFromRuleIXHandler.getRule(String name, RuleType ruleType, Importer imp)
           
 Object ContainerDefaultsIXHandler.createObject(IxbElement elem, Importer imp)
           
private  TypeBasedRule ContainerDefaultsIXHandler.createDefaultValuesProfile(IxbElement elem, Importer imp)
           
 Object ContainerDefaultsIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object ContainerDefaultsIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object CollaborationTemplateIIXHandler.createObject(IxbElement elem, Importer imp)
          Method invoked by the IXB framework when an element of type DiscussionForumTemplate is called.
 Object CollaborationTemplateIIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object CollaborationTemplateIIXHandler.finalizeImportObject(boolean isNew, Object dft, IxbElement elem, Importer imp)
           
 Object CollaborationTemplateIIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object CollaborationContainerSpecIxHandler.createObject(IxbElement elem, Importer imp)
           
 Object CollaborationContainerSpecIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object CollaborationContainerSpecIxHandler.storeObject(Object ob, IxbElement elem, Importer imp)
           
 Object AdHocAclImporter.createObject(IxbElement elem, Importer imp)
           
private  void AdHocAclImporter.resetObjectAcl(IxbElement acl_elem, ContainerTeamManaged ctm, Importer imp, List obj_list)
           
private  void AdHocAclImporter.importObjectAcl(IxbElement acl_elem, ContainerTeamManaged ctm, Importer imp)
           
 

Uses of Importer in wt.ixb.publicforapps
 

Methods in wt.ixb.publicforapps that return Importer
static Importer IxbHelper.newImporter(ApplicationImportHandler appImpHandler, WTContainerRef targetContainer, String dtd, IxbElement localMappingRules, Boolean overrideConflicts, Boolean validate)
          Creates the instance of the Importer class.
static Importer IxbHelper.newImporter(ApplicationImportHandler appImpHandler, WTContainerRef targetContainer, String dtd, String ruleFileName, String policyFileName, String containerMappingFileName, String actorName, Boolean overrideConflicts, Boolean validate)
          Creates the instance of the Importer class.
static Importer IxbHelper.newImporter(ApplicationImportHandler appImpHandler, WTContainerRef targetContainer, String dtd, IxbElement localMappingRules, Boolean overrideConflicts, Boolean validate, Boolean conflictResolution)
          Creates the instance of the Importer class.
static Importer IxbHelper.newImporter(ApplicationImportHandler applicationImportHandler, String dtd, IxbElement localMappingRules, Boolean overrideConflicts)
          Deprecated.  
static Importer IxbHelper.newImporter(ApplicationImportHandler applicationImportHandler, String dtd, IxbElement localMappingRules, Boolean overrideConflicts, Boolean validate)
          Deprecated. use newImporter(ApplicationImportHandler handler, WTContainerRef targetContainer, String dtd, IxbElement mapRules, Boolean overrideConflicts, Boolean validate) instead

Supported API: true
static Importer IxbHelper.newImporter(ApplicationImportHandler applicationImportHandler, String dtd, String ruleFileName, Boolean overrideConflicts, Boolean validate)
          Deprecated. 

Supported API: false
static Importer IxbHelper.newImporter(ApplicationImportHandler applicationImportHandler, String dtd, IxbElement localMappingRules, Boolean overrideConflicts, Boolean validate, Boolean performConflictResolution)
          Deprecated. 

Supported API: false
 

Uses of Importer in wt.ixb.publicforhandlers
 

Methods in wt.ixb.publicforhandlers with parameters of type Importer
static Federatable ReferenceHndHelper.locateAndCacheFederatedObject(IxbElement importedElem, Importer importer)
           
static Federatable ReferenceHndHelper.locateFederatedObjectFromCache(IxbElement importedElem, Importer importer)
           
static Federatable ReferenceHndHelper.locateNotCachedFederatedObject(IxbElement importedElem, Importer importer)
           
static void ReferenceHndHelper.cacheFederatedObject(Federatable federatedObject, IxbElement importedElem, Importer importer, boolean isNew)
           
static IxbElement ReferenceHndHelper.getActualUfidElem(IxbElement importedElem, Importer importer)
           
static boolean ReferenceHndHelper.isObjectInfoInCache(String importedId, Importer importer)
           
static boolean ReferenceHndHelper.didObjectExistPriorImport(String importedId, Importer importer)
           
static void IxbSimpleAttributeHelper.checkAndAddAttrConflict(IxbSimpleAttributeHolderIfc handlerClass, Object object, String importedId, IxbElement element, Enumeration attrEnum, boolean isOverridable, Importer importer)
           
static void IxbSimpleAttributeHelper.checkAndAddAttrConflict(IxbSimpleAttributeHolderIfc handlerClass, Object object, String importedId, IxbElement element, String attrTag, boolean isOverridable, Importer importer)
           
static void IxbSimpleAttributeHelper.addOverridableAttrConflict(Class importType, IxbElement fileXML, Importer importer, String importedId, String attrTag, String existingString)
           
static void IxbSimpleAttributeHelper.addAttrConflict(Class importType, Importer importer, String importedId, String attrTag, String importedString, String existingString, boolean isOverridable)
           
static boolean IxbSimpleAttributeHelper.isObjectInConflict(String objectId, Importer importer)
           
static Vector IxbSimpleAttributeHelper.getObjectConflictSet(String objectId, Importer importer)
           
static ImpOfObjectRefIfc IxbRefHandlersManager.getImpRefHandler(Importer imp, Class cl)
           
static ImpOfObjectRefIfc IxbRefHandlersManager.getImpRefHandler(Importer imp, String className)
           
private  ImpOfObjectRefIfc IxbRefHandlersManager._getImpRefHandler(Importer imp, String className)
           
private  ImpOfObjectRefIfc IxbRefHandlersManager.getImpRefHandlerByClass(Importer imp, Class cl)
           
static Object IxbObjectRefHelper.findObjectFromXML(Class importType, IxbElement element, Importer importer)
           
static boolean IxbObjectRefHelper.objectExistPriorImport(Class importType, IxbElement element, Importer importer)
           
static Object IxbObjectRefHelper.findObjectFromIfcXML(Class importType, IxbElement element, Importer importer)
           
static boolean IxbObjectRefHelper.ifcObjectExistPriorImport(Class importType, IxbElement element, Importer importer)
           
static void IxbHndHelper.checkConflictAgainstExistingObject(String rb, String attrNameKey, String newValue, String oldValue, String newObjId, Importer importer)
           
static void IxbHndHelper.checkConflictForAttribute(Class cl, Object existingOb, IxbElement fileXML, Importer importer)
           
static Object IxbHndHelper.importAttribute(Class cl, Object ob, IxbElement fileXML, Importer importer)
           
static Federatable IxbHndHelper.getObjectOfUfidString(String ufidString, Importer importer, WTContainerRef container)
          In Restore context, will use 'classic' ufid table.
static void IxbHndHelper.rememberNewObjectInfoForOldObjectId(Persistable newOb, boolean objectIsReallyNew, String oldObjectId, Importer importer)
           
static Boolean IxbHndHelper.getObjectIsNewByOldObjectId(String oldId, Importer importer)
           
static Persistable IxbHndHelper.getNewObjectByOldObjectId(String oldLocalId, Importer importer)
           
static WTObject IxbHndHelper.getWTObjectectOfOldId(String oldId, Importer importer)
           
static Persistable IxbHndHelper.getObjectByObjectReferenceElement(IxbElement obRef, Importer importer)
           
static boolean IxbHndHelper.getObjectIsNewByObjectReferenceElement(IxbElement obRef, Importer importer)
           
private static Persistable IxbHndHelper.getNewObjectByElementAndTag(IxbElement obRef, String tag, Importer importer)
           
private static Boolean IxbHndHelper.getObjectIsNewByElementAndTag(IxbElement obRef, String tag, Importer importer)
           
static boolean IxbHndHelper.isLinkIgnored(IxbElement fileXML, Importer importer, String linkTag, boolean checkNotCreateLink)
           
static Persistable IxbHndHelper.getEndOftheLink(IxbElement fileXML, Importer importer, String linkTag, boolean isMasterObject, Class masterClass)
           
static WTContainerRef IxbHndHelper.getContainerRefFromImporter(IxbElement fileXML, Importer importer)
           
static boolean IxbHndHelper.shouldIgnoreAttributeConflict(Object obj, IxbElement attrElem, Importer imp)
          Checks to see whether the attribute should be ignored for the current container type, assuming that import is done to a single target container.
static boolean IxbHndHelper.shouldIgnoreAttributeConflict(Object obj, IxbElement fileXML, String attrTag, Importer imp)
          More general variant of the above.
static String IxbHndHelper.getActionName(IxbElement fileXML, Importer importer)
           
static Persistable IxbHndHelper.moveLocationIfNecessary(Persistable ob, IxbElement fileXML, Importer importer)
           
static void IxbHndHelper.storeObjectsBirthUfidForMaster(Object master, IxbElement fileXML, Importer importer)
           
 Object ImpOfObjectRefIfc.findObjectFromXML(IxbElement element, Importer importer)
           
 boolean ImpOfObjectRefIfc.objectExistPriorImport(IxbElement element, Importer importer)
           
 Object ExpImpForVersionedObject.importElement(IxbElement fileXML, Importer importer)
          Implements typical import process

Supported API: true
 void ExpImpForVersionedObject.outputLog(Object ob, Importer importer)
           
 Object ExpImpForVersionedObject.storeVersionedObject(Object object, IxbElement fileXML, Importer importer)
          Stores object into database.
abstract  Versioned ExpImpForVersionedObject.createNewObject(IxbElement fileXML, Importer importer)
           
 Versioned ExpImpForVersionedObject.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          For restore operation we should use the existing master without creating a new master This method will eventually be made abstract to enforce sub class overwriting.
 Object ExpImpForVersionedObject.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForVersionedObject.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 void ExpImpForVersionedObject.finalizeImport(Importer importer)
           
 void ExpImpForVersionedObject.previewElement(IxbElement fileXML, Importer importer)
           
 Object ExpImpForVersionedObject.findAmongExistingObjects(IxbElement fileXML, Importer importer)
          Finds among existing objects.
private  Object ExpImpForVersionedObject.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
           
 Mastered ExpImpForVersionedObject.getMaster(IxbElement fileXML, Importer importer)
           
 Mastered ExpImpForVersionedObject.getMaster(IxbElement fileXML, Importer importer, WTContainerRef containerRef)
           
protected  void ExpImpForVersionedObject.storeObjectsBirthUfid(Object object, IxbElement fileXML, Importer importer)
          Store Ufid from XML file (if any) in the mapping table.
static Object ExpImpForObjectRefHelper.findNCacheExistingObject(IxbElement element, Importer importer, String refTag)
           
static Object ExpImpForObjectRefHelper.findObjectFromCache(IxbElement element, Importer importer, String refTag)
           
static String ExpImpForObjectRefHelper.getSubstituteId(IxbElement element, Importer importer, String refTag)
           
static boolean ExpImpForObjectRefHelper.isObjectSubstituted(IxbElement element, Importer importer, String refTag)
           
static Object ExpImpForObjectRefHelper.findObjectExistingPriorImport(IxbElement element, Importer importer, String refTag)
           
static Object ExpImpForObjectRefHelper._findObjectExistingPriorImport(IxbElement element, Importer importer, String refTag)
           
static ClassExporterImporterTemplate ExpImpForObjectRefHelper.getObjectRefImportHandler(Importer importer)
           
static boolean ExpImpForObjectRefHelper.doObjectExistPriorImport(IxbElement element, Importer importer, String refTag)
           
 void ExpImpForExternalResourceObjectIfc.checkConflictForExternalResources(Object externalResourcedObject, IxbElement fileXML, Importer importer, int resourceCode)
           
 Object ExpImpForExternalResourceObjectIfc.importExternalResources(Object externalResourcedObject, IxbElement fileXML, Importer importer, int resourceCode)
           
 Object ElementImportHandlerIfc.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ElementImportHandlerIfc.findExistingSubstituteObject(IxbElement fileXML, Importer importer)
           
 Object ElementImportHandlerIfc.createObject(IxbElement fileXML, Importer importer)
           
 Object ElementImportHandlerIfc.createSubstituteObject(IxbElement fileXML, Importer importer)
           
 Object ElementImportHandlerIfc.importObjectAttributes(Object object, IxbElement fileXML, Importer importer)
           
 Object ElementImportHandlerIfc.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 Object ElementImportHandlerIfc.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 void ElementImporter.prepareForCheckConflicts(Importer importer)
          Called in the beginning of conflict check process prior to the real import or preview.
 void ElementImporter.checkConflicts(IxbElement elem, Importer importer)
          Checks conflicts that can arise while import process.
 void ElementImporter.finalizeCheckConflicts(Importer importer)
          Called in the end of conflict check process.
 void ElementImporter.prepareForImport(Importer importer)
          Called in the end of conflict check process and prior to the real import process.
 Object ElementImporter.importElement(IxbElement elem, Importer importer)
          Imports XML element in context given by importer parameter.
 void ElementImporter.finalizeImport(Importer importer)
          Called in the end of the whole ipport process to execute any import process finalization.
 void ElementImporter.previewElement(IxbElement elem, Importer importer)
          Preview XML element in context given by importer parameter.
 String ElementImporter.getObjectDisplayID(IxbElement elem, Importer importer)
          Return the localized identity of the element that will be used in import operation.
 void ElementImporter.outputLog(Object ob, Importer importer)
          Output log for imported object.
abstract  Object ClassExporterImporterTemplateGeneral.importElement(IxbElement elem, Importer importer)
          Imports XML element in context given by importer parameter.
 void ClassExporterImporterTemplateGeneral.prepareForCheckConflicts(Importer importer)
          Called in the beginning of conflict check process prior to the real import or preview.
 void ClassExporterImporterTemplateGeneral.checkConflicts(IxbElement elem, Importer importer)
          Checks conflicts that can arise while import process.
 void ClassExporterImporterTemplateGeneral.finalizeCheckConflicts(Importer importer)
          Called in the end of conflict check process.
 void ClassExporterImporterTemplateGeneral.prepareForImport(Importer importer)
          Called in the end of conflict check process and prior to the realimport process.
 void ClassExporterImporterTemplateGeneral.finalizeImport(Importer importer)
          Called in the end of the whole ipport process to execute any import process finalization.
 void ClassExporterImporterTemplateGeneral.previewElement(IxbElement elem, Importer importer)
          Preview XML element in context given by importer parameter.
 String ClassExporterImporterTemplateGeneral.getObjectDisplayID(IxbElement elem, Importer importer)
          Return the localized identity of the element that will be used in import operation.
 void ClassExporterImporterTemplateGeneral.outputLog(Object ob, Importer importer)
          Output log for imported object.
 Object ClassExporterImporterTemplate.importElement(IxbElement fileXML, Importer importer)
          Imports XML element in context given by importer parameter.
 Object ClassExporterImporterTemplate.findAmongExistingObjects(IxbElement fileXML, Importer importer)
          Implements typical way of finding whether object from given XML file exists already in Windchill database.
abstract  Object ClassExporterImporterTemplate.createObject(IxbElement fileXML, Importer importer)
          Creates new instance of Windchill object.
 Object ClassExporterImporterTemplate.importObjectAttributes(Object object, IxbElement fileXML, Importer importer)
          Imports class specific atributes from the XML file.
 Object ClassExporterImporterTemplate.storeObject(Object object, IxbElement fileXML, Importer importer)
          That is the general template how to store object.
 Object ClassExporterImporterTemplate.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
          Imports class specific atributes from the XML element after object gets stored
This method should be implemented for most of the classes This method is required because some of attributes (IBA, Content) can not be added to the object before it gets stored.
protected  void ClassExporterImporterTemplate.rememberNewObInfo(Object ob, IxbElement fileXML, boolean objectNew, Importer importer)
          Implements typical way of storing information about imported object That information can be used if in import package there are other objects, referenced this one

Supported API: true
 Object ClassExporterImporterTemplate.finalizeImportObject(boolean objectNew, Object object, IxbElement fileXML, Importer importer)
          Some actions in the end of the import process.
 void ClassExporterImporterTemplate.outputLog(Object ob, Importer importer)
           
private  Object ClassExporterImporterTemplate.findAmongExistingObjectsForImport(IxbElement fileXML, Importer importer)
          Implements typical way of finding whether object from given XML file exists already in Windchill database for import application.
abstract  Object AttributeExporterImporterTemplate.importAttribute(Object ob, IxbElement fileXML, Importer importer)
          

Supported API: true
 void AttributeExporterImporterTemplate.prepareForCheckConflicts(Importer importer)
          Called in the beginning of conflict check process prior to the real import or preview.
 void AttributeExporterImporterTemplate.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 void AttributeExporterImporterTemplate.finalizeCheckConflicts(Importer importer)
          Called in the end of conflict check process.
 void AttributeExporterImporterTemplate.prepareForImport(Importer importer)
          Called in the end of conflict check process and prior to the real import process.
 void AttributeExporterImporterTemplate.finalizeImport(Importer importer)
          Called in the end of the whole ipport process to execute any import process finalization.
 void AttributeExporterImporter.prepareForCheckConflicts(Importer importer)
          Called in the beginning of conflict check process prior to the real import or preview.
 void AttributeExporterImporter.checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer)
          Checks conflicts that can arise while import process for the given attribute and object.
 void AttributeExporterImporter.finalizeCheckConflicts(Importer importer)
          Called in the end of conflict check process.
 void AttributeExporterImporter.prepareForImport(Importer importer)
          Called in the end of conflict check process and prior to the real import process.
 Object AttributeExporterImporter.importAttribute(Object ob, IxbElement fileXML, Importer importer)
          Imports all available attributes from fileXML into the object in context given by importer parameter.
 void AttributeExporterImporter.finalizeImport(Importer importer)
          Called in the end of the whole ipport process to execute any import process finalization.
protected abstract  Object AbsExpImpForNonIteratedObject.findObjectExistingPriorImport(IxbElement fileXML, Importer importer)
           
protected abstract  Object AbsExpImpForNonIteratedObject.findSubstituteObjectExistingPriorImport(IxbElement fileXML, Importer importer)
           
protected abstract  Object AbsExpImpForNonIteratedObject._createObject(IxbElement fileXML, Importer importer)
           
protected abstract  Object AbsExpImpForNonIteratedObject._createSubstituteObject(IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.importElement(IxbElement fileXML, Importer importer)
           
 void AbsExpImpForNonIteratedObject.outputLog(Object object, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.findExistingSubstituteObject(IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.findObjectFromXML(IxbElement fileXML, Importer importer)
           
protected  Object AbsExpImpForNonIteratedObject.findNCacheObjectFromXML(IxbElement fileXML, Importer importer)
           
protected  Object AbsExpImpForNonIteratedObject.findObjectFromCache(IxbElement fileXML, Importer importer)
           
protected  void AbsExpImpForNonIteratedObject.putObjectInfoInCache(Persistable persistant, boolean isNew, IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.createObject(IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.createSubstituteObject(IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.importObjectAttributes(Object object, IxbElement fileXML, Importer importer)
           
 boolean AbsExpImpForNonIteratedObject.objectExistPriorImport(IxbElement element, Importer importer)
           
protected  boolean AbsExpImpForNonIteratedObject.didObjectExistPriorImport(IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 boolean AbsExpImpForNonIteratedObject.isObjectInConflict(IxbElement fileXML, Importer importer)
           
 Object AbsExpImpForNonIteratedObject.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 void AbsExpImpForNonIteratedObject.checkConflicts(IxbElement fileXML, Importer importer)
           
protected  void AbsExpImpForNonIteratedObject.addObjectConflict(Object existingObject, IxbElement fileXML, Importer importer)
           
protected  void AbsExpImpForNonIteratedObject.addAttributeConflicts(Object existingObject, IxbElement fileXML, Importer importer)
           
protected  void AbsExpImpForNonIteratedObject.addAttrConflicts(Object existingObject, String importedId, IxbElement fileXML, Importer importer)
           
protected  void AbsExpImpForNonIteratedObject.setObjectConflictContext(Object existingObject, IxbElement fileXML, Importer importer)
           
protected  void AbsExpImpForNonIteratedObject.resetObjectConflictContext(Object existingObject, IxbElement fileXML, Importer importer)
           
protected  boolean AbsExpImpForNonIteratedObject.needToUpdate(Object existingObject, IxbElement fileXML, Importer importer)
           
protected  Object AbsExpImpForNonIteratedObject._importObjectAttributes(Object object, boolean objectExistsPriorImport, IxbElement fileXML, Importer importer)
           
protected  void AbsExpImpForNonIteratedObject.addSimpleAttributeConflicts(Object existingObject, IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.ixb.publicforhandlers.imp
 

Methods in wt.ixb.publicforhandlers.imp with parameters of type Importer
 void IXBImpConflictSet.finalizeCheckConflictsForAttributes(Importer importer, Enumeration handlers)
           
 void IXBImpConflictSet.finalizeCheckConflictsForClasses(Importer importer, Enumeration handlers)
           
 void IXBImpConflictSet.prepareForCheckConflictsForClasses(Importer importer, Enumeration handlers)
           
static boolean IgnorableElementsHolder.canIgnoreConflict(Object obj, IxbElement elem, Importer imp)
           
 

Uses of Importer in wt.ixb.util
 

Fields in wt.ixb.util declared as Importer
protected  Importer ImportObjectSorter.importer
           
 

Methods in wt.ixb.util with parameters of type Importer
protected  void ImportObjectSorter.setImporter(Importer importer)
           
 

Uses of Importer in wt.part.ixbhandlers
 

Methods in wt.part.ixbhandlers with parameters of type Importer
 Versioned ExpImpForWTSerialNumberedPart.createNewObject(IxbElement fileXML, Importer importer)
          Overridden to create object of correct class.
 Versioned ExpImpForWTSerialNumberedPart.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 Object ExpImpForWTSerialNumberedPart.findObjectFromXML(IxbElement element, Importer importer)
           
 boolean ExpImpForWTSerialNumberedPart.objectExistPriorImport(IxbElement element, Importer importer)
           
 Versioned ExpImpForWTProduct.createNewObject(IxbElement fileXML, Importer importer)
          Overridden to create object of correct class.
 Versioned ExpImpForWTProduct.createEmptyObject(IxbElement fileXML, Importer importer, Mastered master)
          Creates an empty object with the specified master and sets related attributes based upon values in the xml archive.
 Object ExpImpForWTProduct.findObjectFromXML(IxbElement element, Importer importer)
           
 boolean ExpImpForWTProduct.objectExistPriorImport(IxbElement element, Importer importer)
           
 

Uses of Importer in wt.pdmlink
 

Methods in wt.pdmlink with parameters of type Importer
 Object ProductTemplateIXHandler.createObject(IxbElement topElement, Importer imp)
          Create a project template object.
private  DefaultWTContainerTemplate ProductTemplateIXHandler.populateAttributes(IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate ProductTemplateIXHandler.populateAttributes(DefaultWTContainerTemplate tmpl, IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate ProductTemplateIXHandler.importLob(DefaultWTContainerTemplate tmpl, IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate ProductTemplateIXHandler.importXMLFromZipEntry(DefaultWTContainerTemplate tmpl, IxbElement zipEntry, Importer imp)
           
 Object ProductTemplateIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
          Reads the data from the sub elements to determine if the project exists.
 Object ProductTemplateIXHandler.finalizeImportObject(boolean isNew, Object origpt, IxbElement elem, Importer imp)
          Finalize import object is called when the project template already exists.
private  void ProductTemplateIXHandler.storeHashReference(IxbElement elem, WTContainerTemplate pt, Importer imp)
           
 Object ProductTemplateIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
static ProjectNode ProductIXUtils.importProjectNodeAttributes(ProjectNode node, IxbElement elem, Importer imp)
          
static ProjectPlan ProductIXUtils.getProjectPlan(IxbElement elem, Importer imp)
           
static ExecutionObject ProductIXUtils.importSubscriptions(ExecutionObject target, IxbElement elem, Importer imp)
          This method expects an IxbElement corresponding to a <subsriberPolicy> tag.
static ExecutionObject ProductIXUtils.importProjectPlanLevelSubscriptions(ExecutionObject target, IxbElement elem, Importer imp)
           
static ExecutionObject ProductIXUtils.importExecObjectAttributes(ExecutionObject exec_obj, IxbElement elem, Importer imp)
           TODO: This is a very old version of the DTD.
static PDMLinkProduct ProductIXUtils.importBaseProductInfo(PDMLinkProduct prod, IxbElement elem, Importer imp)
           
static WTLibrary ProductIXUtils.importBaseLibraryInfo(WTLibrary lib, IxbElement elem, Importer imp)
           
static TimeToElapse ProductIXUtils.computeDuration(IxbElement elem, Importer imp)
           
static ExecutionObject ProductIXUtils.importDuration(ExecutionObject exec_obj, IxbElement elem, Importer imp)
           
static TimeToElapse ProductIXUtils.getTimeToElapse(IxbElement elem, String tag, Importer imp)
          Extracts the elapsed time from the element that corresponds to the tag passed as argument.
static Work ProductIXUtils.getWork(IxbElement elem, String tag, Importer imp)
          Extracts the work from the element that corresponds to the tag passed as argument.
static Currency ProductIXUtils.getCost(IxbElement elem, String tag, Importer imp)
          Extracts the cost from the element that corresponds to the tag passed as argument.
static CurrencyRate ProductIXUtils.getRate(IxbElement elem, String tag, Importer imp)
          
static WfExecutionObject ProductIXUtils.importProjectVariables(WfExecutionObject exec_obj, IxbElement elem, Importer imp)
          
static void ProductIXUtils.setVariableValue(ProcessData context, String var_name, Class var_cls, String val_str, Importer imp)
           
static ObjectReference ProductIXUtils.getReference(String ref_str, Importer imp)
           
static Object ProductIXUtils.getObjFromObjectIDElement(IxbElement objId, Importer imp)
          ObjectIds may come in two flavors.
static Object ProductIXUtils.getObjFromObjRefElem(IxbElement objRef, Importer imp)
          ObjectReferences can come in three flavors localId, ufid, and custom.
static void ProductIXUtils.setTmpId(IxbElement elem, Importer imp)
          Takes an ObjectId object and if the object id is a localId, we store the tmpId.
static ProjectPlan ProductIXUtils.findProjectPlan(IxbElement elem, Importer imp)
          Finds the project plan referenced by the element passed as argument.
static void ProductIXUtils.postFeedback(Importer imp, String rb, String key, Object[] params, int level)
          Posts message to the logger.
static ExecutionObject ProductIXUtils.setOwner(ExecutionObject exec_obj, IxbElement elem, Importer imp)
          
 Object ProdConfigIxHandler.createObject(IxbElement elem, Importer imp)
           
 Object ProdConfigIxHandler.findAmongExistingObjects(IxbElement parm1, Importer parm2)
           
 Object PDMProductMembershipIXHandler.createObject(IxbElement elem, Importer imp)
          
 Object PDMProductMembershipIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          Store is over-ridden because the service will store the membership for us.
 Object PDMProductMembershipIXHandler.findAmongExistingObjects(IxbElement parm1, Importer parm2)
           
 Object PDMLinkProductIXHandler.createObject(IxbElement elem, Importer imp)
           
 Object PDMLinkProductIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object PDMLinkProductIXHandler.storeObject(Object object, IxbElement elem, Importer imp)
           
 Object LibraryTemplateIXHandler.createObject(IxbElement topElement, Importer imp)
          Create a project template object.
private  DefaultWTContainerTemplate LibraryTemplateIXHandler.populateAttributes(IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate LibraryTemplateIXHandler.populateAttributes(DefaultWTContainerTemplate tmpl, IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate LibraryTemplateIXHandler.importLob(DefaultWTContainerTemplate tmpl, IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate LibraryTemplateIXHandler.importXMLFromZipEntry(DefaultWTContainerTemplate tmpl, IxbElement zipEntry, Importer imp)
           
 Object LibraryTemplateIXHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
          Reads the data from the sub elements to determine if the project exists.
 Object LibraryTemplateIXHandler.finalizeImportObject(boolean isNew, Object origpt, IxbElement elem, Importer imp)
          Finalize import object is called when the project template already exists.
private  void LibraryTemplateIXHandler.storeHashReference(IxbElement elem, WTContainerTemplate pt, Importer imp)
           
 Object LibraryTemplateIXHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
 Object LibConfigIxHandler.createObject(IxbElement elem, Importer imp)
           
 Object LibConfigIxHandler.findAmongExistingObjects(IxbElement parm1, Importer parm2)
           
 

Uses of Importer in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix with parameters of type Importer
 Object SummaryActivityIxHandler.createObject(IxbElement elem, Importer imp)
          
 Object SummaryActivityIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          Stores created summary activity.
static ProjectNode ProjMgmtIxUtils.importProjectNodeAttributes(ProjectNode node, IxbElement elem, Importer imp)
          
private static void ProjMgmtIxUtils.importNodeId(ProjectNode node, IxbElement elem, Importer imp)
           
static int ProjMgmtIxUtils.getNextNodeId(ProjectNode node, Integer nodeId, Importer imp)
           
static ProjectPlan ProjMgmtIxUtils.getProjectPlan(IxbElement elem, Importer imp)
           
static ExecutionObject ProjMgmtIxUtils.importSubscriptions(ExecutionObject target, IxbElement elem, Importer imp)
          This method expects an IxbElement corresponding to a <subsriberPolicy> tag.
static ExecutionObject ProjMgmtIxUtils.importProjectPlanLevelSubscriptions(ExecutionObject target, IxbElement elem, Importer imp)
           
private static ExecutionObject ProjMgmtIxUtils.importDynamicAttributes(ExecutionObject exec_obj, IxbElement elem, Importer imp)
          Dynamic attributes are those that may change as a result of the execution of the plan.
static ExecutionObject ProjMgmtIxUtils.importExecObjectAttributes(ExecutionObject exec_obj, IxbElement elem, Importer imp)
           TODO: This is a very old version of the DTD.
static boolean ProjMgmtIxUtils.createFromTemplate(Importer imp)
          Determines if object is being created from template.
static ProjectPlan ProjMgmtIxUtils.getProjectPlan(Importer imp)
          Returns the project plan associated with the container.
static boolean ProjMgmtIxUtils.planImport(Importer imp)
          Determines whether an execution object is being imported in the context of a plan or independenlty.
static boolean ProjMgmtIxUtils.importDynAttrs(Importer imp)
          Determines if dynamic attributes should be imported.
static Project2 ProjMgmtIxUtils.importBaseProjectInfo(Project2 proj, IxbElement elem, Importer imp)
           
static TimeToElapse ProjMgmtIxUtils.computeDuration(IxbElement elem, Importer imp)
           
static ExecutionObject ProjMgmtIxUtils.importDuration(ExecutionObject exec_obj, IxbElement elem, Importer imp)
           
static TimeToElapse ProjMgmtIxUtils.getTimeToElapse(IxbElement elem, String tag, Importer imp)
          Extracts the elapsed time from the element that corresponds to the tag passed as argument.
static Work ProjMgmtIxUtils.getWork(IxbElement elem, String tag, Importer imp)
          Extracts the work from the element that corresponds to the tag passed as argument.
static Currency ProjMgmtIxUtils.getCost(IxbElement elem, String tag, Importer imp)
          Extracts the cost from the element that corresponds to the tag passed as argument.
static CurrencyRate ProjMgmtIxUtils.getRate(IxbElement elem, String tag, Importer imp)
          
static WfExecutionObject ProjMgmtIxUtils.importProjectVariables(WfExecutionObject exec_obj, IxbElement elem, Importer imp)
          
static void ProjMgmtIxUtils.setVariableValue(ProcessData context, String var_name, Class var_cls, String val_str, Importer imp)
           
static ObjectReference ProjMgmtIxUtils.getReference(String ref_str, Importer imp)
           
static Timestamp ProjMgmtIxUtils.stringToTimeStamp(String str, Importer imp)
          Utility function that convers a string to a timestamp returns null on any type of failure.
static Object ProjMgmtIxUtils.getObjFromObjectIDElement(IxbElement objId, Importer imp)
          ObjectIds may come in two flavors.
static Object ProjMgmtIxUtils.getObjFromObjRefElem(IxbElement objRef, Importer imp)
          ObjectReferences can come in three flavors localId, ufid, and custom.
static Object ProjMgmtIxUtils.getObjectFromApplication(IxbElement locId, Importer imp)
          This utility method uses the contents of the element to get the data stashed in the import application.
static ProjectPlan ProjMgmtIxUtils.findProjectPlan(IxbElement elem, Importer imp)
          Finds the project plan referenced by the element passed as argument.
static ExecutionObject ProjMgmtIxUtils.setOwner(ExecutionObject exec_obj, IxbElement elem, Importer imp)
          
 Object ProjectTemplateIxHandler.createObject(IxbElement topElement, Importer imp)
          Create a project template object.
private  DefaultWTContainerTemplate ProjectTemplateIxHandler.populateAttributes(IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate ProjectTemplateIxHandler.initializeTemplate(IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate ProjectTemplateIxHandler.populateAttributes(DefaultWTContainerTemplate tmpl, IxbElement topElement, Importer imp)
           
private  DefaultWTContainerTemplate ProjectTemplateIxHandler.populateAttributes(DefaultWTContainerTemplate tmpl, IxbElement topElement, Importer imp, boolean onlyIfNeeded)
           
private  UploadTemplateRequest ProjectTemplateIxHandler.getUploadRequest(DefaultWTContainerTemplate tmpl, IxbElement topElement, Importer imp)
           
private  UploadTemplateRequest ProjectTemplateIxHandler.getUploadRequestFromLoadPath(IxbElement elem, Importer imp)
           
private  UploadTemplateRequest ProjectTemplateIxHandler.getUploadRequestFromZipEntry(DefaultWTContainerTemplate tmpl, IxbElement zipEntry, Importer imp)
           
private  UploadTemplateRequest ProjectTemplateIxHandler.getUploadRequestFromText(IxbElement xmlLob, Importer imp)
           
 Object ProjectTemplateIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
          Reads the data from the sub elements to determine if the project exists.
 Object ProjectTemplateIxHandler.finalizeImportObject(boolean isNew, Object origpt, IxbElement elem, Importer imp)
          Finalize import object is called when the project template already exists.
private  void ProjectTemplateIxHandler.storeHashReference(IxbElement elem, WTContainerTemplate pt, Importer imp)
           
 Object ProjectTemplateIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
           
private  DefaultWTContainerTemplate ProjectTemplateIxHandler.assignTemplateToProfile(DefaultWTContainerTemplate tmpl, IxbElement elem, Importer imp)
           
 Object ProjectResourceIxHandler.createObject(IxbElement elem, Importer imp)
          
private  boolean ProjectResourceIxHandler.updateResourceAttributes(ProjectResource resource, String type, IxbElement elem, Importer imp)
          
private  ResourceCategory ProjectResourceIxHandler.getResourceCategory(IxbElement elem, Importer imp)
          
 Object ProjectResourceIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          
 Object ProjectResourceIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
private  void ProjectResourceIxHandler.importLabel(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importMaxUnits(ProjectResource resource, IxbElement elem, Importer importer)
          
private  boolean ProjectResourceIxHandler.importResourceReference(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importStandardRate(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importCostPerUse(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importOvertimeRate(ProjectResource resource, IxbElement elem, Importer importer)
          
private  void ProjectResourceIxHandler.importMaxPercentUtilization(ProjectResource resource, IxbElement elem, Importer importer)
          
 Object ProjectProxyIxHandler.createObject(IxbElement elem, Importer imp)
          
 void ProjectProxyIxHandler.importProjectRef(ProjectProxy proxy, IxbElement elem, Importer imp)
          
 Object ProjectProxyIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          
 Object ProjectPlanIxHandler.createObject(IxbElement elem, Importer imp)
          
 Object ProjectPlanIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          
 Object ProjectPlanIxHandler.finalizeImportObject(boolean isNew, Object obj, IxbElement elem, Importer imp)
          
private  void ProjectPlanIxHandler.validateNodes(ProjectPlan plan, Importer imp)
           
 void ProjectPlanIxHandler.importDependency(ProjectPlan plan, IxbElement elem, Importer imp)
          Imports dependency associations between project nodes.
 void ProjectPlanIxHandler.importContainment(ProjectPlan plan, IxbElement elem, Importer imp)
          
 void ProjectPlanIxHandler.importResourceAssignment(ProjectPlan plan, IxbElement elem, Importer imp)
          
private static void ProjectPlanIxHandler.importProjectMode(ProjectPlan plan, IxbElement planMode, Importer imp)
           
 Object ProjectConfigIxHandler.createObject(IxbElement elem, Importer imp)
           ProjectConfig BaseProjectInfo projectMember* NmLoader*, OrgStructure? TypeBasedRule* SeedObjectRuleSet* createFromRule* ProductStructure? projectPlan* ProjectEnumType* DiscussionForumTemplate ForumSpec NotebookSpec?
private  void ProjectConfigIxHandler.importGuestMembership(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importMembership(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importOrgStructure(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importWorkflows(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importTypeBasedRules(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importSeedObjectRules(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importCreateFromRule(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importProductStructure(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importShareMaps(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importDocTemplates(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importTemplateDocs(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importProjectPlan(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importProjectEnumType(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importForumTemplates(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importNotebookTemplates(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importForumSpec(IxbElement elem, Importer imp)
           
private  void ProjectConfigIxHandler.importNotebookSpec(IxbElement elem, Importer imp)
           
 Object ProjectConfigIxHandler.findAmongExistingObjects(IxbElement parm1, Importer parm2)
           
 Object ProjectActivityIxHandler.createObject(IxbElement elem, Importer imp)
          
 Object ProjectActivityIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          
 Vector ProjectActivityIxHandler.getAssignees(IxbElement elem, Importer imp)
          
 Object MilestoneIxHandler.createObject(IxbElement elem, Importer imp)
          Creates (non-persistent) milestone and imports owner and attributes.
 Object MilestoneIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          Stores milestone.
 Object ExecObjIxHandler.findAmongExistingObjects(IxbElement parm1, Importer parm2)
           
 Object ExecObjIxHandler.importObjectAttributesAfterStore(Object obj, IxbElement elem, Importer imp)
           
 Object DeliverableIxHandler.createObject(IxbElement elem, Importer imp)
          
 Object DeliverableIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)
          
private  WTObject DeliverableIxHandler.getTargetObject(IxbElement elem, Importer imp)
           
private  Enumeration DeliverableIxHandler.getMilestones(IxbElement elem, Importer imp)
           
 Object DeliverableIxHandler.finalizeImportObject(boolean isNew, Object obj, IxbElement elem, Importer imp)
           
 

Uses of Importer in wt.query.template
 

Methods in wt.query.template with parameters of type Importer
 void ExpImpForReportTemplate.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.importObjectAttributes(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 String ExpImpForReportTemplate.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 void ExpImpForReportTemplate.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.createObject(IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.importObjectAttributes(Object ob, IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.storeObject(Object object, IxbElement fileXML, Importer importer)
           
 Object ExpImpForReportTemplate.importObjectAttributesAfterStore(Object object, IxbElement fileXML, Importer importer)
           
 String ExpImpForReportTemplate.getObjectDisplayID(IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.replication.ixbutil
 

Methods in wt.replication.ixbutil with parameters of type Importer
 void ExpImpForUnitSeedLink.checkConflicts(IxbElement fileXML, Importer importer)
           
 Object ExpImpForUnitSeedLink.findAmongExistingObjects(IxbElement fileXML, Importer importer)
           
 Object ExpImpForUnitSeedLink.createObject(IxbElement fileXML, Importer importer)
           
 

Uses of Importer in wt.sandbox
 

Methods in wt.sandbox with parameters of type Importer
 Object SandboxBaselineIxHandler.createObject(IxbElement elem, Importer imp)
          Imports baseline and bselineable objects.
 Object SandboxBaselineIxHandler.findAmongExistingObjects(IxbElement elem, Importer imp)
           
 Object SandboxBaselineIxHandler.storeObject(Object obj, IxbElement elem, Importer imp)