Modifier and Type | Field and Description |
---|---|
private Notifications |
TransformationCatalogEntry.mNotifications
All the notifications associated with the job
|
Modifier and Type | Method and Description |
---|---|
Notifications |
TransformationCatalogEntry.getNotifications()
Returns all the notifications associated with the job.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationCatalogEntry.addNotifications(Notifications invokes)
Adds all the notifications passed to the underlying container.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Database.addTCEntry(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List lfnprofiles,
List pfnprofiles,
SysInfo system,
Notifications invokes,
boolean write)
Add an single entry into the transformation catalog.
|
protected boolean |
Text.addTCEntry(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List pfnprofiles,
List lfnprofiles,
SysInfo system,
Notifications invokes,
boolean write)
Add an single entry into the transformation catalog.
|
protected boolean |
File.addTCEntry(String namespace,
String name,
String version,
String physicalname,
TCType type,
String resourceid,
List pfnprofiles,
List lfnprofiles,
SysInfo system,
Notifications invokes,
boolean write)
Add an single entry into the transformation catalog.
|
Modifier and Type | Field and Description |
---|---|
protected Notifications |
CompoundTransformation.mNotifications
All the notifications associated with the job
|
protected Notifications |
ADag.mNotifications
All the notifications associated with the job
|
private Notifications |
Job.mNotifications
All the notifications associated with the job
|
Modifier and Type | Method and Description |
---|---|
Notifications |
CompoundTransformation.getNotifications()
Returns all the notifications associated with the job.
|
Notifications |
ADag.getNotifications()
Returns all the notifications associated with the job.
|
Notifications |
Job.getNotifications()
Returns all the notifications associated with the job.
|
Modifier and Type | Method and Description |
---|---|
void |
Notifications.addAll(Notifications notifications)
Adds all the notifications passed to the underlying container.
|
void |
CompoundTransformation.addNotifications(Notifications invokes)
Adds all the notifications passed to the underlying container.
|
void |
ADag.addNotifications(Notifications invokes)
Adds all the notifications passed to the underlying container.
|
void |
Job.addNotifications(Notifications invokes)
Adds all the notifications passed to the underlying container.
|
Modifier and Type | Field and Description |
---|---|
private Notifications |
DAX2CDAG.mNotifications
All the notifications associated with the adag
|