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) |
void |
IProductManagerLocal.checkCyclicAssemblyForPartIteration(PartIteration partIteration) |
PartRevision |
IProductManagerLocal.checkInPart(PartRevisionKey pPartRPK) |
ProductBaseline |
IProductBaselineManagerLocal.createBaseline(ConfigurationItemKey configurationItemKey,
String name,
ProductBaselineType type,
String description,
List<PartIterationKey> partIterationKeys,
List<String> substituteLinks,
List<String> optionalUsageLinks) |
ProductInstanceMaster |
IProductInstanceManagerLocal.createProductInstance(String workspaceId,
ConfigurationItemKey configurationItemKey,
String serialNumber,
int baselineId,
Map<String,String> userEntries,
Map<String,String> groupEntries,
List<InstanceAttribute> attributes,
DocumentRevisionKey[] links,
String[] documentLinkComments) |
void |
IProductBaselineManagerLocal.deleteBaseline(String pWorkspaceId,
int baselineId) |
void |
IChangeManagerLocal.deleteChangeIssue(int pId) |
void |
IChangeManagerLocal.deleteChangeRequest(String pWorkspaceId,
int pId) |
void |
IProductManagerLocal.deleteConfigurationItem(ConfigurationItemKey configurationItemKey) |
void |
IDocumentManagerLocal.deleteDocumentRevision(DocumentRevisionKey pDocRPK) |
DocumentRevisionKey[] |
IDocumentManagerLocal.deleteFolder(String pCompletePath) |
void |
ILOVManagerLocal.deleteLov(ListOfValuesKey lovKey) |
void |
IChangeManagerLocal.deleteMilestone(String pWorkspaceId,
int milestoneId) |
void |
IProductManagerLocal.deletePartRevision(PartRevisionKey partRevisionKey) |
void |
IWorkflowManagerLocal.deleteRole(RoleKey roleKey) |
DocumentRevisionKey[] |
IDocumentManagerLocal.deleteUserFolder(User user) |
void |
IWorkflowManagerLocal.deleteWorkflowModel(WorkflowModelKey pKey) |
List<QueryResultRow> |
IProductManagerLocal.filterProductBreakdownStructure(String workspaceId,
Query query) |
Component |
IProductManagerLocal.filterProductStructure(ConfigurationItemKey ciKey,
ProductStructureFilter filter,
List<PartLink> path,
Integer depth) |
List<PartLink[]> |
IProductManagerLocal.findPartUsages(ConfigurationItemKey pKey,
ProductStructureFilter filter,
String search) |
List<PathChoice> |
IProductBaselineManagerLocal.getBaselineCreationPathChoices(ConfigurationItemKey ciKey,
ProductBaselineType type) |
List<PartIteration> |
IProductBaselineManagerLocal.getBaselineCreationVersionsChoices(ConfigurationItemKey ciKey) |
Map<String,Set<BinaryResource>> |
IProductManagerLocal.getBinariesInTree(Integer baselineId,
String workspaceId,
ConfigurationItemKey configurationItemKey,
ProductStructureFilter psFilter,
boolean exportNativeCADFiles,
boolean exportDocumentLinks) |
Set<PartRevision> |
IProductManagerLocal.getWritablePartRevisionsFromPath(ConfigurationItemKey configurationItemKey,
String path) |
boolean |
IProductManagerLocal.hasModificationNotification(ConfigurationItemKey key) |
ProductInstanceMaster |
IProductInstanceManagerLocal.rebaseProductInstance(String workspaceId,
String serialNumber,
ConfigurationItemKey configurationItemKey,
int baselineId) |
Workspace |
IUserManagerLocal.removeUser(String pWorkspaceId,
String login) |
void |
IUserManagerLocal.removeUserGroups(String pWorkspaceId,
String[] pIds) |
void |
IUserManagerLocal.removeUsers(String pWorkspaceId,
String[] pLogins) |
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) |
Copyright © 2017 DocDoku. All rights reserved.