Package | Description |
---|---|
com.docdoku.core.product | |
com.docdoku.core.services |
Modifier and Type | Field and Description |
---|---|
private PartIteration.Source |
PartIteration.source |
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,
DocumentIterationKey[] pLinkKeys) |
PartRevision |
IProductManagerWS.updatePartIteration(PartIterationKey key,
String iterationNote,
PartIteration.Source source,
List<PartUsageLink> usageLinks,
List<InstanceAttribute> attributes,
DocumentIterationKey[] linkKeys)
Updates the specified PartIteration with
the properties passed as parameters.
|
Copyright © 2013 OW2 Consortium. All Rights Reserved.