All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
documentUploaded(String workObjectId,
String comment,
String filename) |
static boolean |
isNotificationDisabled() |
void |
modelEdited(String workObjectId,
String comment) |
void |
objectCreated(String workObjectId,
String comment) |
void |
objectDeployed(String workObjectId,
String comment) |
void |
objectDuplicated(String workObjectId,
String sourceObjectName,
String comment) |
void |
objectEdited(String workObjectId,
Set<FieldChange> fieldChanges,
boolean allowEmptyNotification,
String comment) |
void |
objectImported(String workObjectId,
String comment) |
void |
objectMigrated(String workObjectId,
String comment) |
void |
objectMoved(String workObjectId,
String oldParentName,
String newParentName,
String comment) |
void |
objectStateChanged(String workObjectId,
String newState,
String comment) |
void |
placeholdersUpdated(String workObjectId,
String comment) |
void |
processInterrupted(String workObjectId,
String comment) |
static <T> T |
runWithNotificationDisabled(Callable<T> callable) |
static void |
runWithNotificationDisabled(Runnable runnable) |
void |
setListeners(List<NotificationListener> listeners) |