Package | Description |
---|---|
com.docdoku.core.common | |
com.docdoku.core.services |
Modifier and Type | Field and Description |
---|---|
private Workspace.VaultType |
Workspace.vaultType |
Modifier and Type | Method and Description |
---|---|
Workspace.VaultType |
Workspace.getVaultType() |
static Workspace.VaultType |
Workspace.VaultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workspace.VaultType[] |
Workspace.VaultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Workspace.setVaultType(Workspace.VaultType pVaultType) |
Constructor and Description |
---|
Workspace(String pId,
Account pAdmin,
String pDescription,
Workspace.VaultType pVaultType,
boolean pFolderLocked) |
Modifier and Type | Method and Description |
---|---|
Workspace |
IUserManagerLocal.createWorkspace(String pID,
Account pAdmin,
String pDescription,
Workspace.VaultType pVaultType,
boolean pFolderLocked) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.