Interface | Description |
---|---|
PropagationAware |
Represent a component aware of various CRUD lifecycles as they relate to deployment change
propagation down through a catalog hierarchy.
|
PropagationHandler |
Perform catalog propagation of entity changes post deployment, iterating through the catalog
inheritance hierarchy.
|
PropagationManager |
Manager component responsible for aggregating one or more
PropagationHandler instances
and picking the best handler to perform propagation give a set of contextual criteria. |
TargetRelatedRequest |
Represents a
TransitionRequest that requires another sandbox target state be declared in
order to identify the recipient of changes being moved from an original item. |
TransitionHandler |
TransitionHandlers are responsible for listening for TransitionConsumers channel events (such as
PromotionConsumer ) associated with a specific business domain type. |
TransitionRequest |
A container object for information regarding a promotion of one or more domain items to a new
target position.
|
WorkflowRequestCompletionNotifier |
Responsible for notifying the async message fabric concerning the completion of a
TransitionRequest or WorkflowJobSchedulingRequest or
WorkflowJobUnschedulingRequest . |
WorkflowTransitionService |
Responsible for executing a
Trackable entity promotion and persisting state after. |
Class | Description |
---|---|
DefaultPropagationHandler |
Default instance of
PropagationHandler . |
DefaultPropagationManager |
Default version of
PropagationManager |
DefaultTransitionHandler |
Base implementation of
TransitionHandler that takes in a business domain. |
DefaultWorkflowRequestCompletionNotifier | |
VendorSandboxPropagationHandler |
Specialized instance of
PropagationHandler capable of propagating vendor catalog
(catalogs related to a vendor instance via the vendorRef property) changes into a promotion
sandbox state in an associated application. |
WorkflowDeployRequest |
A request for a deployment operation, moving all changes less than or equal to a requested
version from the sandboxable state of an item to production.
|
WorkflowJobSchedulingRequest |
A container object for information regarding a workflow operation that should be scheduled for
future completion.
|
WorkflowJobUnschedulingRequest |
A container object for information regarding cancellation of a previously scheduled workflow
deployment operation.
|
WorkflowPromoteRequest |
A request for a promotion operation, moving all changes related to a promotion id from the
sandboxable state of an item to the requested target sandbox state.
|
WorkflowRebaseRequest |
A request for a rebase operation, moving all missing changes from a more advanced sandbox state
of an item to a less advanced state.
|
WorkflowRejectRequest |
A request for a reject operation, moving all visible changes related to a promotion id from the
sandboxable state of an item to the requested target sandbox state.
|
WorkflowRequestCompletion |
A container object for information regarding the completion of a
TransitionRequest or
WorkflowJobSchedulingRequest or WorkflowJobUnschedulingRequest . |
WorkflowRevertRequest |
A request for a revert operation, archiving the requested user sandbox state of an item.
|
WorkflowTransitionHelper |
Helper class for executing a
Trackable entity promotion and persisting state after. |
WorkflowTransitionRequest |
Copyright © 2021. All rights reserved.