| Package | Description |
|---|---|
| csbase.client.remote.srvproxies |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmManagementProxy.AlgorithmOperation |
AlgorithmManagementProxy.AlgorithmOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmManagementProxy.AlgorithmOperation[] |
AlgorithmManagementProxy.AlgorithmOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static csbase.logic.algorithms.CategorySet |
AlgorithmManagementProxy.bindAlgorithmsToCategories(List<Object> algorithmIds,
List<String> categoryIds,
Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Associa um conjunto de algoritmos a um conjunto de categorias.
|
static SortedSet<csbase.logic.algorithms.Category> |
AlgorithmManagementProxy.getAlgorithmCategories(Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation,
csbase.logic.algorithms.AlgorithmInfo algorithmInfo)
Obtém as categorias associadas a um determinado algoritmo.
|
static csbase.logic.algorithms.AlgorithmInfo |
AlgorithmManagementProxy.getAlgorithmInfoById(Object algoId,
Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Obtem as informações de um algoritmo.
|
static csbase.logic.algorithms.AlgorithmInfo |
AlgorithmManagementProxy.getAlgorithmInfoByName(String name,
Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Obtem as informações de um algoritmo.
|
static Object[] |
AlgorithmManagementProxy.getAllAlgorithmIds(Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Obtém os identifcadores dos algoritmos restritos aos algoritmos que o
usuário tem permissão para realizar a operação especificada.
|
static csbase.logic.algorithms.AlgorithmInfo[] |
AlgorithmManagementProxy.getAllAlgorithmInfos(Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Obtém todas as informações de algoritmos que o usuário tem permissão para
realizar a operação especificada.
|
static csbase.logic.algorithms.AlgorithmOutline[] |
AlgorithmManagementProxy.getAllAlgorithmOutlines(Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Obtém os resumos dos algoritmos restritos aos algoritmos que o usuário tem
permissão para realizar a operação especificada.
|
static csbase.logic.algorithms.CategorySet |
AlgorithmManagementProxy.getAllCategories(Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Obtém todas as categorias com os algoritmos restritos que o usuário tem
permissão para realizar a operação especificada.
|
csbase.logic.algorithms.Category |
AlgorithmManagementProxy.getCategory(String categoryId,
Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Obtém uma categoria que possui o identificador especificado, contendo os
algoritmos restritos que o usuário tem permissão para realizar a operação
especificada.
|
static csbase.logic.algorithms.CategorySet |
AlgorithmManagementProxy.setAlgorithmsToCategories(List<Object> algorithmIds,
List<String> categoryIds,
Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Atribui um conjunto de algoritmos de um conjunto de categorias,
substituindo o conjunto anterior.
|
static csbase.logic.algorithms.CategorySet |
AlgorithmManagementProxy.unbindAlgorithmsFromCategories(List<Object> algorithmIds,
List<String> categoryIds,
Window owner,
AlgorithmManagementProxy.AlgorithmOperation algoOperation)
Desassocia um conjunto de algoritmos de um conjunto de categorias.
|
Copyright © 2020. All rights reserved.