public class CommandPersistenceNotification extends Notification
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandPersistenceNotification.Type
Indica o tipo do evento.
|
| Constructor and Description |
|---|
CommandPersistenceNotification(java.lang.String sender,
java.lang.Object projectId,
java.lang.String commandId,
CommandPersistenceNotification.Type type)
Cria o evento.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandId()
Obtém o identificador do comando.
|
java.lang.Object |
getProjectId()
Obtém o identificador do projeto.
|
CommandPersistenceNotification.Type |
getType()
Obtém o identificador do tipo de evento.
|
boolean |
isVolatile()
Definição da volatilidade da notificação.
|
java.lang.String |
toString()
Requer esta implementação apenas para auditagem nos logs do servidor.
|
getDisplay, getMustPopUp, getSender, setDisplaygetCreationDatepublic CommandPersistenceNotification(java.lang.String sender,
java.lang.Object projectId,
java.lang.String commandId,
CommandPersistenceNotification.Type type)
sender - Quem está enviando a notificação (não pode ser null).projectId - O identificador do projeto (não pode ser null).commandId - O identificador do comando (não pode ser null).type - o tipopublic java.lang.String getCommandId()
public java.lang.Object getProjectId()
public CommandPersistenceNotification.Type getType()
public boolean isVolatile()
isVolatile in class Notificationpublic java.lang.String toString()
toString in class Notificationcsbase.client.util.NotificationTranslatorCopyright © 2016. All Rights Reserved.