Package | Description |
---|---|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
PartIteration.Source |
PartIteration.getSource() |
static PartIteration.Source |
PartIteration.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartIteration.Source[] |
PartIteration.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PartIteration.setSource(PartIteration.Source source) |
Modifier and Type | Method and Description |
---|---|
PartRevision |
IProductManagerLocal.updatePartIteration(PartIterationKey pKey,
String pIterationNote,
PartIteration.Source source,
List<PartUsageLink> pUsageLinks,
List<InstanceAttribute> pAttributes,
List<InstanceAttributeTemplate> pAttributeTemplates,
DocumentRevisionKey[] pLinkKeys,
String[] documentLinkComments,
String[] lovNames) |
Copyright © 2017 DocDoku. All rights reserved.