Package | Description |
---|---|
com.docdoku.core.services |
Modifier and Type | Method and Description |
---|---|
void |
IUserManagerLocal.activateUserGroups(String pWorkspaceId,
String[] pGroupIds) |
void |
IUserManagerLocal.activateUsers(String pWorkspaceId,
String[] pLogins) |
void |
IUserManagerLocal.addUserInGroup(UserGroupKey pGroupKey,
String pLogin) |
void |
IUserManagerLocal.addUserInWorkspace(String pWorkspaceId,
String pLogin) |
DocumentMaster |
IDocumentManagerLocal.checkInDocument(DocumentMasterKey pDocMPK) |
DocumentMaster |
IDocumentManagerWS.checkInDocument(DocumentMasterKey docMPK) |
PartRevision |
IProductManagerLocal.checkInPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkInPart(PartRevisionKey partRPK)
Checks in the supplied part revision so its latest iteration,
that carries the modifications realized since the checkout operation,
will be published and made visible to all users.
|
DocumentMaster |
IDocumentManagerLocal.checkOutDocument(DocumentMasterKey pDocMPK) |
DocumentMaster |
IDocumentManagerWS.checkOutDocument(DocumentMasterKey docMPK) |
PartRevision |
IProductManagerLocal.checkOutPart(PartRevisionKey pPartRPK) |
PartRevision |
IProductManagerWS.checkOutPart(PartRevisionKey partRPK)
Checks out the supplied part revision to allow the operating user to modify it.
|
User |
IUserManagerLocal.checkWorkspaceWriteAccess(String pWorkspaceId) |
ConfigurationItem |
IProductManagerLocal.createConfigurationItem(String pWorkspaceId,
String pId,
String pDescription,
String pDesignItemNumber) |
ConfigurationItem |
IProductManagerWS.createConfigurationItem(String workspaceId,
String id,
String description,
String designItemNumber)
Creates a new product structure.
|
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) |
DocumentMasterTemplate |
IDocumentManagerLocal.createDocumentMasterTemplate(String pWorkspaceId,
String pId,
String pDocumentType,
String pMask,
InstanceAttributeTemplate[] pAttributeTemplates,
boolean idGenerated) |
DocumentMasterTemplate |
IDocumentManagerWS.createDocumentMasterTemplate(String workspaceId,
String id,
String documentType,
String mask,
InstanceAttributeTemplate[] attributeTemplates,
boolean idGenerated) |
Folder |
IDocumentManagerLocal.createFolder(String pParentFolder,
String pFolder) |
Folder |
IDocumentManagerWS.createFolder(String parentFolder,
String folder) |
Layer |
IProductManagerLocal.createLayer(ConfigurationItemKey pKey,
String pName) |
Layer |
IProductManagerWS.createLayer(ConfigurationItemKey key,
String name)
Creates a new layer on a given product structure.
|
Marker |
IProductManagerLocal.createMarker(int pLayerId,
String pTitle,
String pDescription,
double pX,
double pY,
double pZ) |
Marker |
IProductManagerWS.createMarker(int layerId,
String title,
String description,
double x,
double y,
double z)
Creates a new marker that will be a member of the given layer.
|
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.
|
void |
IDocumentManagerLocal.createTag(String pWorkspaceId,
String pLabel) |
void |
IDocumentManagerWS.createTag(String workspaceId,
String label) |
UserGroup |
IUserManagerLocal.createUserGroup(String pId,
Workspace pWorkspace) |
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) |
WorkflowModel |
IWorkflowManagerLocal.createWorkflowModel(String pWorkspaceId,
String pId,
String pFinalLifeCycleState,
ActivityModel[] pActivityModels) |
WorkflowModel |
IWorkflowManagerWS.createWorkflowModel(String pWorkspaceId,
String pId,
String pFinalLifeCycleState,
ActivityModel[] pActivityModels) |
void |
IProductManagerLocal.deleteConfigurationItem(ConfigurationItemKey configurationItemKey) |
void |
IProductManagerWS.deleteConfigurationItem(ConfigurationItemKey configurationItemKey) |
void |
IDocumentManagerLocal.deleteDocumentMaster(DocumentMasterKey pDocMPK) |
void |
IDocumentManagerWS.deleteDocumentMaster(DocumentMasterKey docMPK) |
void |
IDocumentManagerLocal.deleteDocumentMasterTemplate(DocumentMasterTemplateKey pKey) |
void |
IDocumentManagerWS.deleteDocumentMasterTemplate(DocumentMasterTemplateKey key) |
DocumentMasterKey[] |
IDocumentManagerLocal.deleteFolder(String pCompletePath) |
DocumentMasterKey[] |
IDocumentManagerWS.deleteFolder(String completePath) |
void |
IProductManagerLocal.deleteMarker(int pLayerId,
int pMarkerId) |
void |
IDocumentManagerLocal.deleteTag(TagKey pKey) |
void |
IDocumentManagerWS.deleteTag(TagKey key) |
void |
IWorkflowManagerLocal.deleteWorkflowModel(WorkflowModelKey pKey) |
void |
IWorkflowManagerWS.deleteWorkflowModel(WorkflowModelKey pKey) |
List<PartMaster> |
IProductManagerLocal.findPartMasters(String pWorkspaceId,
String pPartNumber,
int pMaxResults) |
List<PartMaster> |
IProductManagerWS.findPartMasters(String workspaceId,
String partNumber,
int maxResults)
Finds part masters by their part number using like style query.
|
void |
IUserManagerLocal.grantGroupAccess(String pWorkspaceId,
String[] pGroupIds,
boolean pReadOnly) |
void |
IUserManagerLocal.grantUserAccess(String pWorkspaceId,
String[] pLogins,
boolean pReadOnly) |
DocumentMaster |
IDocumentManagerLocal.moveDocumentMaster(String pParentFolder,
DocumentMasterKey pDocMPK) |
DocumentMaster |
IDocumentManagerWS.moveDocumentMaster(String parentFolder,
DocumentMasterKey docMPK) |
DocumentMasterKey[] |
IDocumentManagerLocal.moveFolder(String pCompletePath,
String pDestParentFolder,
String pDestFolder) |
DocumentMasterKey[] |
IDocumentManagerWS.moveFolder(String completePath,
String destParentFolder,
String destFolder) |
void |
IUserManagerLocal.passivateUserGroups(String pWorkspaceId,
String[] pGroupIds) |
void |
IUserManagerLocal.passivateUsers(String pWorkspaceId,
String[] pLogins) |
DocumentMaster |
IDocumentManagerLocal.removeFileFromDocument(String pFullName) |
DocumentMaster |
IDocumentManagerWS.removeFileFromDocument(String fullName) |
DocumentMasterTemplate |
IDocumentManagerLocal.removeFileFromTemplate(String pFullName) |
DocumentMasterTemplate |
IDocumentManagerWS.removeFileFromTemplate(String fullName) |
void |
IUserManagerLocal.removeUserFromGroup(UserGroupKey pGroupKey,
String[] pLogins) |
void |
IUserManagerLocal.removeUserGroups(String pWorkspaceId,
String[] pIds) |
void |
IUserManagerLocal.removeUsers(String pWorkspaceId,
String[] pLogins) |
DocumentMaster |
IDocumentManagerLocal.saveTags(DocumentMasterKey pDocMPK,
String[] pTags) |
DocumentMaster |
IDocumentManagerWS.saveTags(DocumentMasterKey docMPK,
String[] tags) |
DocumentMaster |
IDocumentManagerLocal.updateDocument(DocumentIterationKey pKey,
String pRevisionNote,
InstanceAttribute[] pAttributes,
DocumentIterationKey[] pLinkKeys) |
DocumentMaster |
IDocumentManagerWS.updateDocument(DocumentIterationKey key,
String revisionNote,
InstanceAttribute[] attributes,
DocumentIterationKey[] linkKeys) |
DocumentMasterTemplate |
IDocumentManagerLocal.updateDocumentMasterTemplate(DocumentMasterTemplateKey pKey,
String pDocumentType,
String pMask,
InstanceAttributeTemplate[] pAttributeTemplates,
boolean idGenerated) |
DocumentMasterTemplate |
IDocumentManagerWS.updateDocumentMasterTemplate(DocumentMasterTemplateKey key,
String documentType,
String mask,
InstanceAttributeTemplate[] attributeTemplates,
boolean idGenerated) |
Layer |
IProductManagerLocal.updateLayer(ConfigurationItemKey pKey,
int pId,
String pName) |
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.
|
void |
IUserManagerLocal.updateWorkspace(Workspace pWorkspace) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.