Class WorkflowTransitionRequest
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.core.transition.WorkflowTransitionRequest
-
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable,TransitionRequest,Serializable
public class WorkflowTransitionRequest extends Object implements TransitionRequest
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetApplicationId()The applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest).StringgetAuthor()The author of the promotion.StringgetCatalogId()The catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest).StringgetContextId()The contextId used to identify the originating item to promote.StringgetEntity()The entity's class name for this promotion.IntegergetLevel()The level at which the originating item resides.StringgetMessage()A user defined message to go along with the state transition.StringgetRouteKey()StringgetSandboxId()The id for the sandbox in which the originating item resides.StringgetStage()The informational stage in which the originating item resides.StringgetToken()Map<String,String>getTransferTypeIdMap()Get the IDs of the transition requested mapped by theTransferType.Set<String>getVisibleFromCatalog()Context list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId().inthashCode()voidsetApplicationId(String applicationId)The applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest).voidsetCatalogId(String catalogId)The catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest).voidsetEntity(String entity)voidsetMessage(String message)A user defined message to go along with the state transition.voidsetRouteKey(String routeKey)voidsetStage(String stage)The informational stage in which the originating item resides.voidsetToken(String token)voidsetVisibleFromCatalog(Set<String> visibleFromCatalog)Context list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId().StringtoString()
-
-
-
Method Detail
-
getTransferTypeIdMap
public Map<String,String> getTransferTypeIdMap()
Description copied from interface:TransitionRequestGet 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:
getTransferTypeIdMapin interfaceTransitionRequest
-
getContextId
public String getContextId()
Description copied from interface:TransitionRequestThe contextId used to identify the originating item to promote. SeeTrackable.getContextId().- Specified by:
getContextIdin interfaceTransitionRequest- Returns:
- The contextId used to identify the originating item to promote
-
getSandboxId
public String getSandboxId()
Description copied from interface:TransitionRequestThe id for the sandbox in which the originating item resides.- Specified by:
getSandboxIdin interfaceTransitionRequest- Returns:
- The id for the sandbox in which the originating item resides
-
getAuthor
public String getAuthor()
Description copied from interface:TransitionRequestThe 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:
getAuthorin interfaceTransitionRequest- Returns:
- The author of the promotion
-
getLevel
public Integer getLevel()
Description copied from interface:TransitionRequestThe level at which the originating item resides. SeeTracking.getLevel()for more information.- Specified by:
getLevelin interfaceTransitionRequest- Returns:
- The level at which the originating item resides
-
getRouteKey
public String getRouteKey()
- Specified by:
getRouteKeyin interfaceTransitionRequest
-
getEntity
public String getEntity()
Description copied from interface:TransitionRequestThe entity's class name for this promotion.- Specified by:
getEntityin interfaceTransitionRequest- Returns:
- The entity's class name for this promotion
-
getStage
public String getStage()
Description copied from interface:TransitionRequestThe informational stage in which the originating item resides.- Specified by:
getStagein interfaceTransitionRequest- Returns:
- The informational stage in which the originating item resides.
-
getCatalogId
public String getCatalogId()
Description copied from interface:TransitionRequestThe catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest). Can be null if the item is not catalog discriminatable.- Specified by:
getCatalogIdin interfaceTransitionRequest- Returns:
- The catalogId that should be used to filter the results
-
getApplicationId
public String getApplicationId()
Description copied from interface:TransitionRequestThe applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest). Can be null if the item is not application discriminatable.- Specified by:
getApplicationIdin interfaceTransitionRequest- Returns:
- The applicationId that should be used to filter the results
-
getVisibleFromCatalog
public Set<String> getVisibleFromCatalog()
Description copied from interface:TransitionRequestContext 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:
getVisibleFromCatalogin interfaceTransitionRequest- Returns:
- Context list of the contextIds for the deep catalog tree parenting the
TransitionRequest.getCatalogId()
-
getMessage
public String getMessage()
Description copied from interface:TransitionRequestA user defined message to go along with the state transition. This is generally descriptive of the purpose served by the transition.- Specified by:
getMessagein interfaceTransitionRequest- Returns:
- A user defined message to go along with the state transition
-
getToken
public String getToken()
- Specified by:
getTokenin interfacecom.broadleafcommerce.common.messaging.Securable
-
setRouteKey
public void setRouteKey(String routeKey)
-
setEntity
public void setEntity(String entity)
-
setStage
public void setStage(String stage)
Description copied from interface:TransitionRequestThe informational stage in which the originating item resides.- Specified by:
setStagein interfaceTransitionRequest- Parameters:
stage- The informational stage in which the originating item resides.
-
setCatalogId
public void setCatalogId(String catalogId)
Description copied from interface:TransitionRequestThe catalogId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest). Can be null if the item is not catalog discriminatable.- Specified by:
setCatalogIdin interfaceTransitionRequest- Parameters:
catalogId- The catalogId that should be used to filter the results
-
setApplicationId
public void setApplicationId(String applicationId)
Description copied from interface:TransitionRequestThe applicationId that should be used to filter the results fromTrackableRepository.findPromotable(WorkflowPromoteRequest). Can be null if the item is not application discriminatable.- Specified by:
setApplicationIdin interfaceTransitionRequest- Parameters:
applicationId- The applicationId that should be used to filter the results
-
setVisibleFromCatalog
public void setVisibleFromCatalog(Set<String> visibleFromCatalog)
Description copied from interface:TransitionRequestContext 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:
setVisibleFromCatalogin interfaceTransitionRequest- Parameters:
visibleFromCatalog- list of the contextIds for the deep catalog tree parenting theTransitionRequest.getCatalogId()
-
setMessage
public void setMessage(String message)
Description copied from interface:TransitionRequestA user defined message to go along with the state transition. This is generally descriptive of the purpose served by the transition.- Specified by:
setMessagein interfaceTransitionRequest- Parameters:
message- A user defined message to go along with the state transition
-
setToken
public void setToken(String token)
- Specified by:
setTokenin interfacecom.broadleafcommerce.common.messaging.Securable
-
canEqual
protected boolean canEqual(Object other)
-
-