Uses of Class
org.nuxeo.client.objects.task.TaskInfo.TaskInfoItem
-
Packages that use TaskInfo.TaskInfoItem Package Description org.nuxeo.client.objects.task -
-
Uses of TaskInfo.TaskInfoItem in org.nuxeo.client.objects.task
Fields in org.nuxeo.client.objects.task declared as TaskInfo.TaskInfoItem Modifier and Type Field Description protected TaskInfo.TaskInfoItemTaskInfo. layoutResourceFields in org.nuxeo.client.objects.task with type parameters of type TaskInfo.TaskInfoItem Modifier and Type Field Description protected java.util.List<TaskInfo.TaskInfoItem>TaskInfo. schemasprotected java.util.List<TaskInfo.TaskInfoItem>TaskInfo. taskActionsMethods in org.nuxeo.client.objects.task that return TaskInfo.TaskInfoItem Modifier and Type Method Description TaskInfo.TaskInfoItemTaskInfo. getLayoutResource()Methods in org.nuxeo.client.objects.task that return types with arguments of type TaskInfo.TaskInfoItem Modifier and Type Method Description java.util.List<TaskInfo.TaskInfoItem>TaskInfo. getSchemas()java.util.List<TaskInfo.TaskInfoItem>TaskInfo. getTaskActions()Methods in org.nuxeo.client.objects.task with parameters of type TaskInfo.TaskInfoItem Modifier and Type Method Description voidTaskInfo. setLayoutResource(TaskInfo.TaskInfoItem layoutResource)Method parameters in org.nuxeo.client.objects.task with type arguments of type TaskInfo.TaskInfoItem Modifier and Type Method Description voidTaskInfo. setSchemas(java.util.List<TaskInfo.TaskInfoItem> schemas)voidTaskInfo. setTaskActions(java.util.List<TaskInfo.TaskInfoItem> taskActions)
-