Interface CaseSupportMixin
- All Known Subinterfaces:
RepositoryService
- All Known Implementing Classes:
RepositoryCache
,SqaleRepositoryService
Methods that facilitate working with
CaseType
and CaseWorkItemType
objects at the repository level.
To be seen if really useful.-
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull CaseWorkItemType
getWorkItem
(@NotNull WorkItemId id, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult result) @NotNull RepositoryService
-
Method Details
-
getWorkItem
@NotNull default @NotNull CaseWorkItemType getWorkItem(@NotNull @NotNull WorkItemId id, @Nullable @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull @NotNull OperationResult result) throws SchemaException, ObjectNotFoundException -
repositoryService
-