| Package | Description |
|---|---|
| csbase.client.applications.projectsmanager.models | |
| csbase.client.applications.projectsmanager.proxy |
| Modifier and Type | Method and Description |
|---|---|
static ProjectSpaceAllocation |
ProjectSpaceAllocation.getItemFromAllocationState(csbase.logic.ProjectAllocationState projectAllocationState)
Retorna item de status de alocação do projeto em função de estado do
projeto representado por enumeração ProjectAllocationState.
|
static ProjectSpaceAllocation |
ProjectSpaceAllocation.getItemFromSpace(long space)
Retorna o item da enumeracao correspondente ao espaco informado.
|
ProjectSpaceAllocation |
ProjectsManagerData.getProjectSpaceAllocation()
Consulta o tipo de alocação.
|
static ProjectSpaceAllocation |
ProjectSpaceAllocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectSpaceAllocation[] |
ProjectSpaceAllocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectsManagerData.setProjectSpaceAllocation(ProjectSpaceAllocation projectSpaceAllocation)
Ajusta o tipo de alocação.
|
| Constructor and Description |
|---|
StatusModificationTask(ProjectsManager projectsManager,
List<ProjectsManagerData> projects,
ProjectSpaceAllocation targetAllocationStatus,
int reservedSpace)
Construtor
|
Copyright © 2018. All rights reserved.