File |
IDocumentManagerLocal.saveFileInDocument(DocumentIterationKey pDocPK,
String pName,
long pSize) |
DocumentMaster |
IDocumentManagerLocal.updateDocument(DocumentIterationKey pKey,
String pRevisionNote,
InstanceAttribute[] pAttributes,
DocumentIterationKey[] pLinkKeys) |
DocumentMaster |
IDocumentManagerLocal.updateDocument(DocumentIterationKey pKey,
String pRevisionNote,
InstanceAttribute[] pAttributes,
DocumentIterationKey[] pLinkKeys) |
DocumentMaster |
IDocumentManagerWS.updateDocument(DocumentIterationKey key,
String revisionNote,
InstanceAttribute[] attributes,
DocumentIterationKey[] linkKeys) |
DocumentMaster |
IDocumentManagerWS.updateDocument(DocumentIterationKey key,
String revisionNote,
InstanceAttribute[] attributes,
DocumentIterationKey[] linkKeys) |
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.
|