public interface IGovAdministeredItemListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleAfterCreate(com.orchestranetworks.schema.trigger.AfterCreateOccurrenceContext context)
This method is called after creating an Administered Item.
|
void |
handleAfterDelete(com.orchestranetworks.schema.trigger.AfterDeleteOccurrenceContext aContext)
This method is called after deleting an Administered Item.
|
void |
handleAfterModify(com.orchestranetworks.schema.trigger.AfterModifyOccurrenceContext aContext)
This method is called after modifying an Administered Item.
|
void |
handleBeforeCreate(com.orchestranetworks.schema.trigger.BeforeCreateOccurrenceContext aContext)
This method is called before creating an Administered Item.
|
void |
handleBeforeDelete(com.orchestranetworks.schema.trigger.BeforeDeleteOccurrenceContext aContext)
This method is called before deleting an Administered Item.
|
void |
handleBeforeModify(com.orchestranetworks.schema.trigger.BeforeModifyOccurrenceContext aContext)
This method is called before modifying an Administered Item.
|
void handleBeforeCreate(com.orchestranetworks.schema.trigger.BeforeCreateOccurrenceContext aContext)
throws com.orchestranetworks.service.OperationException
com.orchestranetworks.service.OperationExceptionvoid handleAfterCreate(com.orchestranetworks.schema.trigger.AfterCreateOccurrenceContext context)
throws com.orchestranetworks.service.OperationException
com.orchestranetworks.service.OperationExceptionvoid handleBeforeModify(com.orchestranetworks.schema.trigger.BeforeModifyOccurrenceContext aContext)
throws com.orchestranetworks.service.OperationException
com.orchestranetworks.service.OperationExceptionvoid handleAfterModify(com.orchestranetworks.schema.trigger.AfterModifyOccurrenceContext aContext)
throws com.orchestranetworks.service.OperationException
com.orchestranetworks.service.OperationExceptionvoid handleBeforeDelete(com.orchestranetworks.schema.trigger.BeforeDeleteOccurrenceContext aContext)
throws com.orchestranetworks.service.OperationException
com.orchestranetworks.service.OperationExceptionvoid handleAfterDelete(com.orchestranetworks.schema.trigger.AfterDeleteOccurrenceContext aContext)
throws com.orchestranetworks.service.OperationException
com.orchestranetworks.service.OperationException