Uses of Class
com.openkm.sdk4j.bean.TaskType
-
Packages that use TaskType Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.definition com.openkm.sdk4j.impl com.openkm.sdk4j.util -
-
Uses of TaskType in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return TaskType Modifier and Type Method Description TaskTypeTask. getType()Methods in com.openkm.sdk4j.bean with parameters of type TaskType Modifier and Type Method Description voidTask. setType(TaskType type) -
Uses of TaskType in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return TaskType Modifier and Type Method Description TaskTypeBaseTask. createType(String name, boolean active, String description)Create type.TaskTypeBaseTask. getType(long typeId)Gets type.TaskTypeBaseTask. updateType(long typeId, boolean active, String name, String description)Update type.Methods in com.openkm.sdk4j.definition that return types with arguments of type TaskType Modifier and Type Method Description List<TaskType>BaseTask. getTypes(boolean filterActive)Gets types. -
Uses of TaskType in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return TaskType Modifier and Type Method Description TaskTypeTaskImpl. createType(String name, boolean active, String description)TaskTypeTaskImpl. getType(long typeId)TaskTypeTaskImpl. updateType(long typeId, boolean active, String name, String description)Methods in com.openkm.sdk4j.impl that return types with arguments of type TaskType Modifier and Type Method Description List<TaskType>TaskImpl. getTypes(boolean filterActive) -
Uses of TaskType in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util that return types with arguments of type TaskType Modifier and Type Method Description static List<TaskType>BeanHelper. copyToTaskTypeList(List<TaskType> taskTypeList)Conversion from TaskTypeList to ListMethod parameters in com.openkm.sdk4j.util with type arguments of type TaskType Modifier and Type Method Description static List<TaskType>BeanHelper. copyToTaskTypeList(List<TaskType> taskTypeList)Conversion from TaskTypeList to List
-