Uses of Class
com.openkm.sdk4j.bean.TaskType
Packages that use TaskType
Package
Description
-
Uses of TaskType in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return TaskTypeMethods in com.openkm.sdk4j.bean with parameters of type TaskType -
Uses of TaskType in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return TaskTypeModifier and TypeMethodDescriptionBaseTask.createType(String name, boolean active, String description) Create type.BaseTask.getType(long typeId) Gets type.BaseTask.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 -
Uses of TaskType in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return TaskTypeModifier and TypeMethodDescriptionTaskImpl.createType(String name, boolean active, String description) TaskImpl.getType(long typeId) TaskImpl.updateType(long typeId, boolean active, String name, String description) Methods in com.openkm.sdk4j.impl that return types with arguments of type TaskType -
Uses of TaskType in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util that return types with arguments of type TaskTypeModifier and TypeMethodDescriptionBeanHelper.copyToTaskTypeList(List<TaskType> taskTypeList) Conversion from TaskTypeList to ListMethod parameters in com.openkm.sdk4j.util with type arguments of type TaskTypeModifier and TypeMethodDescriptionBeanHelper.copyToTaskTypeList(List<TaskType> taskTypeList) Conversion from TaskTypeList to List