Uses of Class
pro.taskana.workbasket.internal.models.WorkbasketImpl
-
Packages that use WorkbasketImpl Package Description pro.taskana.workbasket.internal pro.taskana.workbasket.internal.models -
-
Uses of WorkbasketImpl in pro.taskana.workbasket.internal
Methods in pro.taskana.workbasket.internal that return WorkbasketImpl Modifier and Type Method Description WorkbasketImplWorkbasketMapper. findById(String id)WorkbasketImplWorkbasketMapper. findByKeyAndDomain(String key, String domain)Methods in pro.taskana.workbasket.internal with parameters of type WorkbasketImpl Modifier and Type Method Description voidWorkbasketMapper. insert(WorkbasketImpl workbasket)voidWorkbasketMapper. update(WorkbasketImpl workbasket)voidWorkbasketMapper. updateByKeyAndDomain(WorkbasketImpl workbasket) -
Uses of WorkbasketImpl in pro.taskana.workbasket.internal.models
Methods in pro.taskana.workbasket.internal.models that return WorkbasketImpl Modifier and Type Method Description WorkbasketImplWorkbasketImpl. copy(String key)
-