Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
CascadeResult |
ICascadeActionManagerLocal.cascadeCheckIn(ConfigurationItemKey configurationItemKey,
String path,
String iterationNote) |
CascadeResult |
ICascadeActionManagerLocal.cascadeCheckOut(ConfigurationItemKey configurationItemKey,
String path) |
CascadeResult |
ICascadeActionManagerLocal.cascadeUndoCheckOut(ConfigurationItemKey configurationItemKey,
String path) |
PathToPathLink |
IProductManagerLocal.createPathToPathLink(String workspaceId,
String configurationItemId,
String type,
String sourcePath,
String targetPath,
String description) |
List<PartLink> |
IProductManagerLocal.decodePath(ConfigurationItemKey ciKey,
String path) |
Component |
IProductManagerLocal.filterProductStructure(ConfigurationItemKey ciKey,
ProductStructureFilter filter,
List<PartLink> path,
Integer depth) |
Component |
IProductManagerLocal.filterProductStructureOnLinkType(ConfigurationItemKey ciKey,
ProductStructureFilter filter,
String configSpecType,
String path,
String linkType) |
PartMaster |
IProductManagerLocal.getPartMasterFromPath(String workspaceId,
String configurationItemId,
String partPath) |
Set<PartRevision> |
IProductManagerLocal.getWritablePartRevisionsFromPath(ConfigurationItemKey configurationItemKey,
String path) |
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) |
PathToPathLink |
IProductManagerLocal.updatePathToPathLink(String workspaceId,
String configurationItemId,
int pathToPathLinkId,
String description) |
Copyright © 2017 DocDoku. All rights reserved.