Class DeleteSecretEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.auth.event.DeleteSecretEvent

public class DeleteSecretEvent extends BusinessEvent<Void>
Event to delete a secret. The input must be the id of the secret and the company id. The task reacts to this event will delete the all values of this secret.
GCApi:
event
Reactors:
BTDeleteSecret(0), BTDeleteSecretLog(0)
No Spouts
  • Constructor Details

    • DeleteSecretEvent

      public DeleteSecretEvent(long secretId, Long companyId)
  • Method Details

    • getSecretId

      public long getSecretId()
    • getCompanyId

      public Long getCompanyId()