| Package | Description |
|---|---|
| com.openkm.sdk4j.bean | |
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl | |
| com.openkm.sdk4j.util |
| 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)
Create task type task type.
|
TaskType |
BaseTask.getTaskType(long typeId)
Gets task type.
|
TaskType |
BaseTask.updateTaskType(long typeId,
boolean active,
String name,
String description)
Update task type task type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
BaseTask.getTaskTypes(boolean filterActive)
Gets task types.
|
| Modifier and Type | Method and Description |
|---|---|
TaskType |
TaskImpl.createTaskType(String name,
boolean active,
String description) |
TaskType |
OKMWebservices.createTaskType(String name,
boolean active,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.createTaskType(String, boolean, String) |
TaskType |
TaskImpl.getTaskType(long typeId) |
TaskType |
OKMWebservices.getTaskType(long typeId)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.getTaskType(long) |
TaskType |
TaskImpl.updateTaskType(long typeId,
boolean active,
String name,
String description) |
TaskType |
OKMWebservices.updateTaskType(long typeId,
boolean active,
String name,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.updateTaskType(long, boolean, String, String) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
TaskImpl.getTaskTypes(boolean filterActive) |
List<TaskType> |
OKMWebservices.getTaskTypes(boolean filterActive)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.getTaskTypes(boolean) |
| Modifier and Type | Method and Description |
|---|---|
static List<TaskType> |
BeanHelper.copyToTaskTypeList(List<TaskType> taskTypeList)
Conversion from TaskTypeList to List
|
| Modifier and Type | Method and Description |
|---|---|
static List<TaskType> |
BeanHelper.copyToTaskTypeList(List<TaskType> taskTypeList)
Conversion from TaskTypeList to List
|
Copyright © 2022 Open Knowledge Management System S.L.. All Rights Reserved.