Package | Description |
---|---|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
PathDataMaster |
PathDataIteration.getPathDataMaster() |
Modifier and Type | Method and Description |
---|---|
List<PathDataMaster> |
ProductInstanceIteration.getPathDataMasterList() |
Modifier and Type | Method and Description |
---|---|
void |
PathDataIteration.setPathDataMaster(PathDataMaster pathDataMaster) |
Modifier and Type | Method and Description |
---|---|
void |
ProductInstanceIteration.setPathDataMasterList(List<PathDataMaster> pathDataMasterList) |
Constructor and Description |
---|
PathDataIteration(int iteration,
PathDataMaster pathDataMaster,
Date date) |
Constructor and Description |
---|
PathDataAlreadyExistsException(Locale pLocale,
PathDataMaster pPathDataMaster) |
PathDataAlreadyExistsException(Locale pLocale,
PathDataMaster pPathDataMaster,
Throwable pCause) |
Modifier and Type | Method and Description |
---|---|
PathDataMaster |
IProductInstanceManagerLocal.addNewPathDataIteration(String workspaceId,
String configurationItemId,
String serialNumber,
int pathDataId,
List<InstanceAttribute> attributes,
String note,
DocumentRevisionKey[] links,
String[] documentLinkComments) |
PathDataMaster |
IProductInstanceManagerLocal.createPathDataMaster(String workspaceId,
String configurationItemId,
String serialNumber,
String path,
List<InstanceAttribute> attributes,
String iterationNote) |
PathDataMaster |
IProductInstanceManagerLocal.getPathDataByPath(String workspaceId,
String configurationItemId,
String serialNumber,
String pathAsString) |
PathDataMaster |
IProductInstanceManagerLocal.updatePathData(String workspaceId,
String configurationItemId,
String serialNumber,
int pathDataMasterId,
int iteration,
List<InstanceAttribute> attributes,
String description,
DocumentRevisionKey[] pLinkKeys,
String[] documentLinkComments) |
Modifier and Type | Method and Description |
---|---|
Set<PathDataMaster> |
IProductManagerLocal.getInversePathDataLink(DocumentRevisionKey docKey) |
Modifier and Type | Method and Description |
---|---|
ProductInstanceMaster |
IProductManagerLocal.findProductByPathMaster(String workspaceId,
PathDataMaster pathDataMaster) |
Copyright © 2017 DocDoku. All rights reserved.