Package | Description |
---|---|
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
DocumentMaster |
IDocumentManagerLocal.createDocumentMaster(String pParentFolder,
String pDocMId,
String pTitle,
String pDescription,
String pDocMTemplateId,
String pWorkflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
DocumentMaster |
IDocumentManagerWS.createDocumentMaster(String parentFolder,
String docMId,
String title,
String description,
String docMTemplateId,
String workflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
PartMaster |
IProductManagerLocal.createPartMaster(String pWorkspaceId,
String pNumber,
String pName,
String pPartMasterDescription,
boolean pStandardPart,
String pWorkflowModelId,
String pPartRevisionDescription) |
PartMaster |
IProductManagerWS.createPartMaster(String workspaceId,
String number,
String name,
String partMasterDescription,
boolean standardPart,
String workflowModelId,
String partRevisionDescription)
Creates a new PartMaster.
|
DocumentMaster[] |
IDocumentManagerLocal.createVersion(DocumentMasterKey pOriginalDocMPK,
String pTitle,
String pDescription,
String pWorkflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
DocumentMaster[] |
IDocumentManagerWS.createVersion(DocumentMasterKey originalDocMPK,
String title,
String description,
String workflowModelId,
ACLUserEntry[] aclUserEntries,
ACLUserGroupEntry[] aclUserGroupEntries) |
void |
IWorkflowManagerLocal.deleteWorkflowModel(WorkflowModelKey pKey) |
void |
IWorkflowManagerWS.deleteWorkflowModel(WorkflowModelKey pKey) |
WorkflowModel |
IWorkflowManagerLocal.getWorkflowModel(WorkflowModelKey pKey) |
WorkflowModel |
IWorkflowManagerWS.getWorkflowModel(WorkflowModelKey pKey) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.