Package | Description |
---|---|
com.docdoku.core.common | |
com.docdoku.core.document | |
com.docdoku.core.product | |
com.docdoku.core.security | |
com.docdoku.core.services | |
com.docdoku.core.workflow |
Modifier and Type | Field and Description |
---|---|
private Workspace |
User.workspace |
private Workspace |
UserGroup.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
Workspace.clone() |
Workspace |
User.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
User.setWorkspace(Workspace pWorkspace) |
void |
UserGroup.setWorkspace(Workspace pWorkspace) |
Constructor and Description |
---|
User(Workspace pWorkspace,
String pLogin) |
User(Workspace pWorkspace,
String pLogin,
String pName,
String pEmail,
String pLanguage) |
UserGroup(Workspace pWorkspace,
String pId) |
Modifier and Type | Field and Description |
---|---|
private Workspace |
DocumentMasterTemplate.workspace |
private Workspace |
DocumentMaster.workspace |
private Workspace |
Tag.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
DocumentMasterTemplate.getWorkspace() |
Workspace |
DocumentMaster.getWorkspace() |
Workspace |
Tag.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentMasterTemplate.setWorkspace(Workspace pWorkspace) |
void |
DocumentMaster.setWorkspace(Workspace pWorkspace) |
void |
Tag.setWorkspace(Workspace pWorkspace) |
Constructor and Description |
---|
DocumentMaster(Workspace pWorkspace,
String pId) |
DocumentMaster(Workspace pWorkspace,
String pId,
String pStringVersion,
User pAuthor) |
DocumentMaster(Workspace pWorkspace,
String pId,
User pAuthor) |
DocumentMaster(Workspace pWorkspace,
String pId,
Version pVersion,
User pAuthor) |
DocumentMasterTemplate(Workspace pWorkspace,
String pId,
User pAuthor,
String pDocumentType,
String pMask) |
Tag(Workspace pWorkspace,
String pLabel) |
Modifier and Type | Field and Description |
---|---|
private Workspace |
PartMaster.workspace |
private Workspace |
ConfigurationItem.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
PartMaster.getWorkspace() |
Workspace |
ConfigurationItem.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
PartMaster.setWorkspace(Workspace workspace) |
void |
ConfigurationItem.setWorkspace(Workspace workspace) |
Constructor and Description |
---|
ConfigurationItem(Workspace pWorkspace,
String pId,
String pDescription) |
PartMaster(Workspace pWorkspace,
String pNumber) |
PartMaster(Workspace pWorkspace,
String pNumber,
User pAuthor) |
Modifier and Type | Field and Description |
---|---|
private Workspace |
WorkspaceUserGroupMembership.workspace |
private Workspace |
WorkspaceUserMembership.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceUserGroupMembership.getWorkspace() |
Workspace |
WorkspaceUserMembership.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceUserGroupMembership.setWorkspace(Workspace pWorkspace) |
void |
WorkspaceUserMembership.setWorkspace(Workspace pWorkspace) |
Constructor and Description |
---|
WorkspaceUserGroupMembership(Workspace pWorkspace,
UserGroup pMember) |
WorkspaceUserMembership(Workspace pWorkspace,
User pMember) |
Modifier and Type | Field and Description |
---|---|
private Workspace |
WorkspaceAlreadyExistsException.mWorkspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
IUserManagerLocal.createWorkspace(String pID,
Account pAdmin,
String pDescription,
Workspace.VaultType pVaultType,
boolean pFolderLocked) |
Workspace[] |
IUserManagerLocal.getAdministratedWorkspaces() |
Workspace |
IDocumentManagerWS.getWorkspace(String workspaceId) |
Workspace |
IUserManagerLocal.getWorkspace(String pWorkspaceId) |
Workspace[] |
IUserManagerLocal.getWorkspaces() |
Modifier and Type | Method and Description |
---|---|
UserGroup |
IUserManagerLocal.createUserGroup(String pId,
Workspace pWorkspace) |
void |
IUserManagerLocal.updateWorkspace(Workspace pWorkspace) |
Constructor and Description |
---|
WorkspaceAlreadyExistsException(Locale pLocale,
Workspace pWorkspace) |
WorkspaceAlreadyExistsException(Locale pLocale,
Workspace pWorkspace,
Throwable pCause) |
Modifier and Type | Field and Description |
---|---|
private Workspace |
WorkflowModel.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkflowModel.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowModel.setWorkspace(Workspace pWorkspace) |
Constructor and Description |
---|
WorkflowModel(Workspace pWorkspace,
String pId,
User pAuthor,
String pFinalLifeCycleState) |
WorkflowModel(Workspace pWorkspace,
String pId,
User pAuthor,
String pFinalLifeCycleState,
ActivityModel[] pActivityModels) |
WorkflowModel(Workspace pWorkspace,
String pId,
User pAuthor,
String pFinalLifeCycleState,
List<ActivityModel> pActivityModels) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.