Interface PropagationAware
- All Known Subinterfaces:
PropagationHandler
- All Known Implementing Classes:
DefaultPropagationHandler,VendorSandboxPropagationHandler
public interface PropagationAware
Represent a component aware of various CRUD lifecycles as they relate to deployment change
propagation down through a catalog hierarchy. This is most often employed by
PropagationHandler instances.- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionhandleCreate(Trackable incoming, String incomingCatalog, String parentCatalog, String propagationId, TrackableRepository<Trackable> repository) handleDelete(Trackable incoming, String incomingCatalog, String parentCatalog, String propagationId, Trackable candidate, TrackableRepository<Trackable> repository) handleUpdate(Trackable incoming, String incomingCatalog, String parentCatalog, String propagationId, Trackable candidate, TrackableRepository<Trackable> repository)
-
Method Details
-
handleDelete
-
handleCreate
-
handleUpdate
-