Class WorkflowDeployRequest
java.lang.Object
com.broadleafcommerce.data.tracking.core.transition.WorkflowDeployRequest
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable
,TransitionRequest
,Serializable
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.
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
.The author of the promotion.The catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
.The contextId used to identify the originating item to promote.The entity's class name for this promotion.getLevel()
The level at which the originating item resides.A user defined message to go along with the state transition.The id for the sandbox in which the originating item resides.getStage()
The informational stage in which the originating item resides.getToken()
Get the IDs of the transition requested mapped by theTransferType
.The maximum version ofChangeDetail
instances on an entity to deploy to production.Context list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId()
.int
hashCode()
boolean
Whether or not to remove temporary application catalog override state at the edges of sandbox transition.void
setApplicationId
(String applicationId) The applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
.void
setCatalogId
(String catalogId) The catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
.void
void
setMessage
(String message) A user defined message to go along with the state transition.void
setRemoveTemporaryOverride
(boolean isRemoveTemporaryOverride) Whether or not to remove temporary application catalog override state at the edges of sandbox transition.void
setRouteKey
(String routeKey) void
The informational stage in which the originating item resides.void
void
setTransitionRequest
(WorkflowTransitionRequest transitionRequest) void
setVisibleFromCatalog
(Set<String> visibleFromCatalog) Context list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId()
.toString()
withApplication
(String application) withCatalog
(String catalog) withMessage
(String message) withRemoveTemporaryOverride
(boolean isRemoveTemporaryOverride) withRouteKey
(String routeKey)
-
Constructor Details
-
WorkflowDeployRequest
public WorkflowDeployRequest(Map<String, String> transferTypeIdMap, String contextId, String sandboxId, String author, Integer level, String entity, String version) Create a new deployment- Parameters:
transferTypeIdMap
- loose bag of information required to run the transition, seeTransferType
contextId
- the contextId of the item being deployedsandboxId
- the sandbox that the item is currently inauthor
- author of the deploymentlevel
- the tracking level that the item is inclassName
- an alias of the class that should undergo the transitionversion
-
-
-
Method Details
-
withMessage
-
withToken
-
withCatalog
-
withRouteKey
-
withApplication
-
withRemoveTemporaryOverride
-
getTransitionRequest
-
isRemoveTemporaryOverride
public boolean isRemoveTemporaryOverride()Whether or not to remove temporary application catalog override state at the edges of sandbox transition. This includes revert or deploy. Temporary application override state can occur during parent catalog deployment propagation. SeeVendorSandboxPropagationHandler
for more information. -
getVersion
The maximum version ofChangeDetail
instances on an entity to deploy to production.- Returns:
- The maximum version of
ChangeDetail
instances
-
setTransitionRequest
-
setRemoveTemporaryOverride
public void setRemoveTemporaryOverride(boolean isRemoveTemporaryOverride) Whether or not to remove temporary application catalog override state at the edges of sandbox transition. This includes revert or deploy. Temporary application override state can occur during parent catalog deployment propagation. SeeVendorSandboxPropagationHandler
for more information. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getTransferTypeIdMap
Description copied from interface:TransitionRequest
Get the IDs of the transition requested mapped by theTransferType
. Could be the ids of a change summary, summary group, or deployment. A single summary could be one of a large group of changes or a deployment thereby leading to the map containing the ID of a the individual summary related to 1 set of changes being transitioned and the ID of the entire group. This is used to clean up state once all of the related transition requests have completed.- Specified by:
getTransferTypeIdMap
in interfaceTransitionRequest
-
getContextId
Description copied from interface:TransitionRequest
The contextId used to identify the originating item to promote. SeeTrackable.getContextId()
.- Specified by:
getContextId
in interfaceTransitionRequest
- Returns:
- The contextId used to identify the originating item to promote
-
getSandboxId
Description copied from interface:TransitionRequest
The id for the sandbox in which the originating item resides.- Specified by:
getSandboxId
in interfaceTransitionRequest
- Returns:
- The id for the sandbox in which the originating item resides
-
getAuthor
Description copied from interface:TransitionRequest
The author of the promotion. This is useful when finding originating domain items in a user sandbox for promotion to a subsequent level. User sandbox changes are partially identified by their author.- Specified by:
getAuthor
in interfaceTransitionRequest
- Returns:
- The author of the promotion
-
getLevel
Description copied from interface:TransitionRequest
The level at which the originating item resides. SeeTracking.getLevel()
for more information.- Specified by:
getLevel
in interfaceTransitionRequest
- Returns:
- The level at which the originating item resides
-
getRouteKey
- Specified by:
getRouteKey
in interfaceTransitionRequest
-
getEntity
Description copied from interface:TransitionRequest
The entity's class name for this promotion.- Specified by:
getEntity
in interfaceTransitionRequest
- Returns:
- The entity's class name for this promotion
-
getStage
Description copied from interface:TransitionRequest
The informational stage in which the originating item resides.- Specified by:
getStage
in interfaceTransitionRequest
- Returns:
- The informational stage in which the originating item resides.
-
getCatalogId
Description copied from interface:TransitionRequest
The catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
. Can be null if the item is not catalog discriminatable.- Specified by:
getCatalogId
in interfaceTransitionRequest
- Returns:
- The catalogId that should be used to filter the results
-
getApplicationId
Description copied from interface:TransitionRequest
The applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
. Can be null if the item is not application discriminatable.- Specified by:
getApplicationId
in interfaceTransitionRequest
- Returns:
- The applicationId that should be used to filter the results
-
getVisibleFromCatalog
Description copied from interface:TransitionRequest
Context list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId()
. This is not a value that is generally populated via JSON. Rather, this variable is generally calculated via lookup of catalog using catalogId. This is helpful for identifying inherited targets during a promotion.- Specified by:
getVisibleFromCatalog
in interfaceTransitionRequest
- Returns:
- Context list of the contextIds for the deep catalog tree parenting the
TransitionRequest.getCatalogId()
-
getMessage
Description copied from interface:TransitionRequest
A user defined message to go along with the state transition. This is generally descriptive of the purpose served by the transition.- Specified by:
getMessage
in interfaceTransitionRequest
- Returns:
- A user defined message to go along with the state transition
-
getToken
- Specified by:
getToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-
setRouteKey
-
setEntity
-
setStage
Description copied from interface:TransitionRequest
The informational stage in which the originating item resides.- Specified by:
setStage
in interfaceTransitionRequest
- Parameters:
stage
- The informational stage in which the originating item resides.
-
setCatalogId
Description copied from interface:TransitionRequest
The catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
. Can be null if the item is not catalog discriminatable.- Specified by:
setCatalogId
in interfaceTransitionRequest
- Parameters:
catalogId
- The catalogId that should be used to filter the results
-
setApplicationId
Description copied from interface:TransitionRequest
The applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest)
. Can be null if the item is not application discriminatable.- Specified by:
setApplicationId
in interfaceTransitionRequest
- Parameters:
applicationId
- The applicationId that should be used to filter the results
-
setVisibleFromCatalog
Description copied from interface:TransitionRequest
Context list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId()
. This is not a value that is generally populated via JSON. Rather, this variable is generally calculated via lookup of catalog using catalogId. This is helpful for identifying inherited targets during a promotion.- Specified by:
setVisibleFromCatalog
in interfaceTransitionRequest
- Parameters:
visibleFromCatalog
- list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId()
-
setMessage
Description copied from interface:TransitionRequest
A user defined message to go along with the state transition. This is generally descriptive of the purpose served by the transition.- Specified by:
setMessage
in interfaceTransitionRequest
- Parameters:
message
- A user defined message to go along with the state transition
-
setToken
- Specified by:
setToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-