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 SummaryConstructors Constructor Description WorkflowJobUnschedulingRequest(String transferType, String transferId, String displayName, String author)
 - 
Method SummaryAll 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- 
getTokenpublic String getToken() - Specified by:
- getTokenin interface- com.broadleafcommerce.common.messaging.Securable
 
 - 
getTransferTypepublic String getTransferType() Type of the transfer item whose workflow request should be cancelled.- See Also:
- TransferType
 
 - 
getTransferIdpublic 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.
 - 
getDisplayNamepublic 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
 
 - 
getAuthorpublic String getAuthor() Identifies the user who scheduled the deployment.- Returns:
- The identifier of the user who scheduled the deployment
 
 - 
canEqualprotected boolean canEqual(Object other) 
 - 
setTokenpublic void setToken(String token) - Specified by:
- setTokenin interface- com.broadleafcommerce.common.messaging.Securable
 
 
- 
 
-