| Package | Description |
|---|---|
| com.openkm.sdk4j | |
| com.openkm.sdk4j.bean | |
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl | |
| com.openkm.sdk4j.util |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
OKMWebservice30.createTaskType(String name,
boolean active,
String description) |
TaskType |
OKMWebservice30.getTaskType(long typeId) |
TaskType |
OKMWebservice30.updateTaskType(long typeId,
boolean active,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
OKMWebservice30.getTaskTypes(boolean filterActive) |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
Task.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setType(TaskType type) |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
BaseTask.createTaskType(String name,
boolean active,
String description) |
TaskType |
BaseTask.getTaskType(long typeId) |
TaskType |
BaseTask.updateTaskType(long typeId,
boolean active,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
BaseTask.getTaskTypes(boolean filterActive) |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
TaskImpl.createTaskType(String name,
boolean active,
String description) |
TaskType |
TaskImpl.getTaskType(long typeId) |
TaskType |
TaskImpl.updateTaskType(long typeId,
boolean active,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
TaskImpl.getTaskTypes(boolean filterActive) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
BeanHelper.copyToTaskTypeList(List<TaskType> taskTypeList)
Conversion from TaskTypeList to List
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
BeanHelper.copyToTaskTypeList(List<TaskType> taskTypeList)
Conversion from TaskTypeList to List
|
Copyright © 2020 Open Knowledge Management System S.L.. All Rights Reserved.