Uses of Class
wt.step.processor.stepParser.StepEntity

Packages that use StepEntity
wt.step.processor   
wt.step.processor.stepParser   
 

Uses of StepEntity in wt.step.processor
 

Fields in wt.step.processor declared as StepEntity
private  StepEntity EntityTraverser._currentEntity
           
 

Methods in wt.step.processor that return StepEntity
 StepEntity EntityTraverser.getEntity(String entityAttributeName)
          Gets an Entity attribute from the current entity.
 

Methods in wt.step.processor with parameters of type StepEntity
static void WTImportService.setInstanceAttributes(Persistable wtObject, StepEntity stepObject, ExpressSchema wtSchema, StepData dataForEntityReferences)
          Given a parse StepEntity and its corresponding imported Windchill instance set all the attributes it has values for.
static boolean MappingUtilities.isIterationType(StepEntity entity)
           
static boolean MappingUtilities.isLinkType(StepEntity entity)
           
static boolean MappingUtilities.isMasterType(StepEntity entity)
           
protected  void ImportFromP21Processor.uploadAnyContentFiles(RevisionControlled iteration, StepEntity entity)
           
private  void ImportFromP21Processor.recordEntityToInstanceMap(StepEntity entity, Object instance)
          Record a map of entity to instance so that further STEP references can be matched and repeated inports can be avoided.
private  void ImportFromP21Processor.recordImportedIteration(StepEntity entity, RevisionControlled instance)
          Record an imported iteration in String form so that it can be matched against repetitions in the STEP file.
private  String ImportFromP21Processor.getEntityVersionId(StepEntity stepIteration)
          For an Entity that represents an iteration, this will return the version identifier.
private  String ImportFromP21Processor.getEntityIterationId(StepEntity stepIteration)
          For an Entity that represents an iteration, this will return the iteration identifier.
private  Vector ImportFromP21Processor.getEntityContentItems(StepEntity stepIteration)
          For an Entity that has associated content items, this will return a Vector of their unique filenames (it is possible that the mapping process may lead to repeats being present).
private  RevisionControlled ImportFromP21Processor.importIteration(StepEntity stepIteration)
          Extracts the required information from the Step Data to enable a new iteration to be created, or an existing instance to be updated.
private  Persistable ImportFromP21Processor.mapEntityToWTInstance(StepEntity entity)
           
private  ObjectToObjectLink ImportFromP21Processor.importLink(StepEntity stepLink, StepData sd)
          Extracts the required information from the Step Data to enable a new link to be created, or an existing instance to be updated.
 EntityTraverser EntityTraverser.startFrom(StepEntity entity)
          Reinitialise the start point for traversal
 

Constructors in wt.step.processor with parameters of type StepEntity
MandatoryAttributeException(StepEntity entity, String attributeName)
           
 

Uses of StepEntity in wt.step.processor.stepParser
 

Methods in wt.step.processor.stepParser that return StepEntity
 StepEntity StepData.getEntityWithId(Integer id)
           
 StepEntity EntityReference.resolve(StepData stepData)