Uses of Class
de.xima.fc.inbox.model.InvokableTaskModel
-
Packages that use InvokableTaskModel Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.model -
-
Uses of InvokableTaskModel in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return InvokableTaskModel Modifier and Type Method Description InvokableTaskModel
ProcessFormRecordEditBean. getTask()
Methods in de.xima.fc.inbox.bean that return types with arguments of type InvokableTaskModel Modifier and Type Method Description List<InvokableTaskModel>
ProcessReviewBean. getAvailableTasks()
Methods in de.xima.fc.inbox.bean with parameters of type InvokableTaskModel Modifier and Type Method Description void
ProcessFormRecordEditBean. performTaskInvokation(InvokableTaskModel model)
Invokes the given task of the current form recordvoid
ProcessFormRecordEditBean. setTask(InvokableTaskModel task)
-
Uses of InvokableTaskModel in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return types with arguments of type InvokableTaskModel Modifier and Type Method Description static List<InvokableTaskModel>
ProcessGUIModel.Builder. findAvailableTasks(UserContext uc, Benutzer user, Vorgang formRecord)
Deprecated.List<InvokableTaskModel>
ProcessGUIModel. getAvailableTasks()
-