org.eclipse.stardust.engine.core.runtime.command.impl
Class QualityAssuranceCompleteCommand
java.lang.Object
org.eclipse.stardust.engine.core.runtime.command.impl.QualityAssuranceCompleteCommand
- All Implemented Interfaces:
- Serializable, ServiceCommand
public class QualityAssuranceCompleteCommand
- extends Object
- implements ServiceCommand
Client side command class for using the quality assurance feature
- Version:
- $Revision: $
- Author:
- holger.prause
- See Also:
- Serialized Form
QualityAssuranceCompleteCommand
public QualityAssuranceCompleteCommand(ActivityInstanceAttributes aiAttribute,
ContextData context)
- Creates the complete command
- Parameters:
aiAttribute - - the attributes to setcontext - - the context data used for the complete command
execute
public Serializable execute(ServiceFactory sf)
- Executes the complete command for a quality assurance instance
- Specified by:
execute in interface ServiceCommand
- Parameters:
sf - a ServiceFactory provided by the engine that will ensure that all service calls
will be performed in the parent transaction.
- Returns:
- the result of the service call execution. This value will be returned to the client.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.