PartRevision |
IProductManagerLocal.checkInPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkInPart(PartRevisionKey partRPK)
Checks in the supplied part revision so its latest iteration,
that carries the modifications realized since the checkout operation,
will be published and made visible to all users.
|
PartRevision |
IProductManagerLocal.checkOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkOutPart(PartRevisionKey partRPK)
Checks out the supplied part revision to allow the operating user to modify it.
|
PartRevision |
IProductManagerLocal.getPartRevision(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.getPartRevision(PartRevisionKey partRPK)
|
PartRevision |
IProductManagerLocal.undoCheckOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.undoCheckOutPart(PartRevisionKey partRPK)
Undoes checkout the given part revision.
|
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.
|