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:
-
Constructor Summary
ConstructorDescriptionWorkflowJobUnschedulingRequest
(String transferType, String transferId, String displayName, String author) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Identifies the user who scheduled the deployment.The name to display to the user that represents the scheduled operation.getToken()
ID of the transfer item whose workflow request should be cancelled.Type of the transfer item whose workflow request should be cancelled.int
hashCode()
void
toString()
-
Constructor Details
-
WorkflowJobUnschedulingRequest
-
-
Method Details
-
getToken
- Specified by:
getToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-
getTransferType
Type of the transfer item whose workflow request should be cancelled.- See Also:
-
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
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
Identifies the user who scheduled the deployment.- Returns:
- The identifier of the user who scheduled the deployment
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setToken
- Specified by:
setToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-