|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceWorkflowAction | |
---|---|
atg.svc.workflow.process.action |
Uses of ServiceWorkflowAction in atg.svc.workflow.process.action |
---|
Subclasses of ServiceWorkflowAction in atg.svc.workflow.process.action | |
---|---|
class |
ChangeSolutionStatus
Deprecated. This action is deprecated. It has been replaced by SolutionNextStepAction .
Existing 2007.1 workflows still reference this action so the action cannot be deleted. However, the action is now a no-op.
For 2007.1 workflows, this status is changed in atg.svc.publishing.service.SvcPublishingServiceImpl#changeSolutionStatus()
just before the outcome is fired. Its fired there instead of here because the status must be changed before the solution asset is checked in.
The ChangeSolutionStatus in 2007.1 was called after the solution asset was checked in. However, in 2008.1, the status is a property of the
Solution item. The Solution item (i.e. solution asset) cannot be edited after the check-in so the ChangeSolutionStaus is a no-op and the
status is changed before the outcome is actually fired. |
class |
ClaimSolutionTask
This action when executed tries to assign the current task to user executing the workflow. |
class |
MarkSolutionStatusAsDeployed
Deprecated. This action is deprecated. It has been replaced by SolutionNextStepAction .
Existing 2007.1 workflows still reference this action so the action cannot be deleted. However, the action is now a no-op.
For 2007.1 workflows, the solution is marked as deployed in atg.svc.publishing.service.SvcPublishingServiceImpl#changeExternallyVisibleStatus()
just before the outcome is fired. Its fired there instead of here because the status must be changed before the solution asset is checked in.
The MarkSolutionStatusAsDeployed in 2007.1 was called after the solution asset was checked in. However, in 2008.1, the status is a property of the
Solution item. The Solution item (i.e. solution asset) cannot be edited after the check-in so the ChangeSolutionStaus is a no-op and the
status is changed before the outcome is actually fired. |
class |
MarkSolutionStatusAsUndeployed
Deprecated. This action is deprecated. It has been replaced by SolutionNextStepAction .
Existing 2007.1 workflows still reference this action so the action cannot be deleted. However, the action is now a no-op.
For 2007.1 workflows, the solution is marked as undeployed in atg.svc.publishing.service.SvcPublishingServiceImpl#changeExternallyVisibleStatus()
just before the outcome is fired. Its fired there instead of here because the status must be changed before the solution asset is checked in.
The MarkSolutionStatusAsUndeployed in 2007.1 was called after the solution asset was checked in. However, in 2008.1, the status is a property of the
Solution item. The Solution item (i.e. solution asset) cannot be edited after the check-in so the ChangeSolutionStaus is a no-op and the
status is changed before the outcome is actually fired. |
class |
SolutionNextStepAction
This action combines all of the actions that need to be performed when advancing the solution in a solution publishing workflow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |