| Package | Description |
|---|---|
| csbase.logic |
| Modifier and Type | Method and Description |
|---|---|
static ProjectAllocationState |
ProjectAllocationState.getProjectAllocationStateFromCode(int code)
Retorna uma instância de
ProjectAllocationState em função do código
de alocação do projeto. |
ProjectAllocationState |
ProjectAdminInfo.getState()
Obtém o estado atual do projeto.
|
static ProjectAllocationState |
ProjectAllocationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectAllocationState[] |
ProjectAllocationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectAdminInfo.setState(ProjectAllocationState state)
Muda o estado do projeto.
|
| Constructor and Description |
|---|
ProjectAdminInfo(Object projectId,
String projectName,
Object ownerId,
String absolutePath,
ProjectAllocationState state)
Constrói um
ProjectAdminInfo com as informações sobre um
projeto. |
Copyright © 2020. All rights reserved.