Uses of Class
org.kie.server.api.model.instance.TaskEventInstance
-
Packages that use TaskEventInstance Package Description org.kie.server.api.model.instance -
-
Uses of TaskEventInstance in org.kie.server.api.model.instance
Methods in org.kie.server.api.model.instance that return TaskEventInstance Modifier and Type Method Description TaskEventInstanceTaskEventInstance.Builder. build()TaskEventInstance[]TaskEventInstanceList. getTaskEvents()Methods in org.kie.server.api.model.instance that return types with arguments of type TaskEventInstance Modifier and Type Method Description List<TaskEventInstance>TaskEventInstanceList. getItems()Methods in org.kie.server.api.model.instance with parameters of type TaskEventInstance Modifier and Type Method Description voidTaskEventInstanceList. setTaskEvents(TaskEventInstance[] taskEvents)Constructors in org.kie.server.api.model.instance with parameters of type TaskEventInstance Constructor Description TaskEventInstanceList(TaskEventInstance[] taskEvents)Constructor parameters in org.kie.server.api.model.instance with type arguments of type TaskEventInstance Constructor Description TaskEventInstanceList(List<TaskEventInstance> taskEvents)
-