public interface WorkflowTransitionService
Trackable
entity promotion and persisting state after.Modifier and Type | Method and Description |
---|---|
void |
deploy(WorkflowDeployRequest request)
Perform the deployment, moving the requested item forward to production state.
|
void |
promote(WorkflowPromoteRequest request)
Perform the promotion, moving the requested item forward in the workflow
|
void |
rebase(WorkflowRebaseRequest request)
Perform the rebase, bringing an original item up-to-date with missing changes from the target
that were created by another user.
|
void |
reject(WorkflowRejectRequest request)
Perform the reversal, move the requested changes backward in the workflow to the originating
author's user state.
|
void |
revert(WorkflowRevertRequest request)
Perform the reversal, archiving the user state sandbox entity.
|
void promote(WorkflowPromoteRequest request)
request
- The request for a Trackable
entity promotionvoid rebase(WorkflowRebaseRequest request)
request
- Perform the rebase, bringing an original item up-to-date with missing changesvoid deploy(WorkflowDeployRequest request)
request
- The request for a Trackable
entity deploymentvoid reject(WorkflowRejectRequest request)
request
- The request for a Trackable
entity change rejectionvoid revert(WorkflowRevertRequest request)
request
- The request for a Trackable
entity change reversionCopyright © 2021. All rights reserved.