Uses of Class
org.kie.server.api.model.instance.TaskAttachment
-
Packages that use TaskAttachment Package Description org.kie.server.api.model.instance -
-
Uses of TaskAttachment in org.kie.server.api.model.instance
Methods in org.kie.server.api.model.instance that return TaskAttachment Modifier and Type Method Description TaskAttachmentTaskAttachment.Builder. build()TaskAttachment[]TaskAttachmentList. getTasks()Methods in org.kie.server.api.model.instance that return types with arguments of type TaskAttachment Modifier and Type Method Description List<TaskAttachment>TaskAttachmentList. getItems()Methods in org.kie.server.api.model.instance with parameters of type TaskAttachment Modifier and Type Method Description voidTaskAttachmentList. setTasks(TaskAttachment[] taskAttachments)Constructors in org.kie.server.api.model.instance with parameters of type TaskAttachment Constructor Description TaskAttachmentList(TaskAttachment[] taskAttachments)Constructor parameters in org.kie.server.api.model.instance with type arguments of type TaskAttachment Constructor Description TaskAttachmentList(List<TaskAttachment> taskAttachments)
-