| Package | Description |
|---|---|
| com.denodo.scheduler.client | |
| com.denodo.scheduler.client.project |
| Modifier and Type | Method and Description |
|---|---|
Item |
SchedulerManager.updateProject(Item project)
Modifies the configuration of the project.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Item> |
SchedulerManager.getProjects()
Obtains the current projects in the system.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
SchedulerManager.updateProject(Item project)
Modifies the configuration of the project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundItem
Item of information that is compound by another items.
|
class |
SimpleItem
Item of information that is not compound by another items.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
CompoundItem.find(int itemRef)
Finds the given item by passing the request (find) along
the item structure until an object handles it: when the item is
itself or a direct descendant.
|
Item |
Item.find(int itemRef) |
Item |
SimpleItem.find(int itemRef) |
Item |
ProjectView.getCurrentProject() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Item> |
ProjectView.getProjects()
Obtains all the projects of the application, currentProject
is not included.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompoundItem.add(Item item)
Adds a new item by passing the request (add) along
the item structure until an object handles it: when
isValidType of item type is true.
|
boolean |
Item.add(Item item) |
boolean |
SimpleItem.add(Item item) |
int |
CompoundItem.compareTo(Item object)
Defines the order of a CompoundItem in a Collection: its names appears in
alphabetic order grouped by type and subtype.
|
int |
SimpleItem.compareTo(Item object)
Defines the order of a SimpleItem in a Collection: its names appears in
alphabetic order grouped by type and subtype.
|
void |
ProjectView.setCurrentProject(Item currentProject) |
boolean |
CompoundItem.update(int itemRef,
Item item)
Updates the given item by passing the request (update) along
the item structure until an object handles it: when the item is
a direct descendant.
|
boolean |
Item.update(int itemRef,
Item item) |
boolean |
SimpleItem.update(int itemRef,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectView.setProjectNames(List<Item> projects) |
| Constructor and Description |
|---|
ProjectView(Item currentProject,
Collection<Item> projects)
Constructs a
ProjectView. |
| Constructor and Description |
|---|
ProjectView(Item currentProject,
Collection<Item> projects)
Constructs a
ProjectView. |
Copyright © 2024 Denodo Technologies. All rights reserved.