Class WorkflowJobUnschedulingRequest
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.core.transition.WorkflowJobUnschedulingRequest
-
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable,Serializable
public class WorkflowJobUnschedulingRequest extends Object implements com.broadleafcommerce.common.messaging.Securable, Serializable
A container object for information regarding cancellation of a previously scheduled workflow deployment operation.- Author:
- Samarth Dhruva (samarthd)
- See Also:
WorkflowJobSchedulingRequest, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowJobUnschedulingRequest(String transferType, String transferId, String displayName, String author)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAuthor()Identifies the user who scheduled the deployment.StringgetDisplayName()The name to display to the user that represents the scheduled operation.StringgetToken()StringgetTransferId()ID of the transfer item whose workflow request should be cancelled.StringgetTransferType()Type of the transfer item whose workflow request should be cancelled.inthashCode()voidsetToken(String token)StringtoString()
-
-
-
Method Detail
-
getToken
public String getToken()
- Specified by:
getTokenin interfacecom.broadleafcommerce.common.messaging.Securable
-
getTransferType
public String getTransferType()
Type of the transfer item whose workflow request should be cancelled.- See Also:
TransferType
-
getTransferId
public String getTransferId()
ID of the transfer item whose workflow request should be cancelled. Could be the id of a change summary, summary group, or deployment.
-
getDisplayName
public String getDisplayName()
The name to display to the user that represents the scheduled operation.- Returns:
- The name to display to the user that represents the scheduled operation
-
getAuthor
public String getAuthor()
Identifies the user who scheduled the deployment.- Returns:
- The identifier of the user who scheduled the deployment
-
canEqual
protected boolean canEqual(Object other)
-
setToken
public void setToken(String token)
- Specified by:
setTokenin interfacecom.broadleafcommerce.common.messaging.Securable
-
-