Package | Description |
---|---|
org.polarsys.eplmp.server.importers |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
PathDataToImport.getAttributes()
Get the list of attributes
|
List<Attribute> |
PartToImport.getAttributes()
Get the list of attributes
|
Modifier and Type | Method and Description |
---|---|
void |
PathDataToImport.addAttribute(Attribute attribute)
Add an attribute to the list
|
void |
PartToImport.addAttribute(Attribute attribute)
Add an attribute to the list
|
abstract void |
AttributesHolder.addAttribute(Attribute newAttribute) |
static InstanceAttribute |
AttributesImporterUtils.createAttribute(ILOVManagerLocal lovManager,
Properties properties,
Attribute attribute,
String workspace,
List<String> errors) |
static InstanceAttribute |
AttributesImporterUtils.findAttribute(List<InstanceAttribute> instanceAttributes,
Attribute attributeToFind) |
static void |
AttributesImporterUtils.updateAttribute(Properties properties,
Attribute attributeToImport,
InstanceAttribute attribute,
List<String> errors) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AttributesImporterUtils.checkIfUpdateOrCreateInstanceAttributes(List<Attribute> attributes,
List<InstanceAttribute> currentInstanceAttributes) |
void |
PartToImport.setAttributes(List<Attribute> attributes) |
static void |
AttributesImporterUtils.updateAndCreateInstanceAttributes(ILOVManagerLocal lovManager,
Properties properties,
List<Attribute> attributes,
List<InstanceAttribute> currentInstanceAttributes,
String objectId,
List<String> errors,
String workspaceId,
List<InstanceAttribute> updatedInstanceAttributes) |
Constructor and Description |
---|
PartToImport(String number,
List<Attribute> list)
Initialize an new instance Article with a number and a ArrayList of Attribute
|
Copyright © 2018 DocDoku. All rights reserved.