org.eclipse.stardust.engine.core.runtime.command.impl
Class QualityAssuranceCompleteCommand

java.lang.Object
  extended by 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

Constructor Summary
QualityAssuranceCompleteCommand(ActivityInstanceAttributes aiAttribute, ContextData context)
          Creates the complete command
 
Method Summary
 Serializable execute(ServiceFactory sf)
          Executes the complete command for a quality assurance instance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityAssuranceCompleteCommand

public QualityAssuranceCompleteCommand(ActivityInstanceAttributes aiAttribute,
                                       ContextData context)
Creates the complete command

Parameters:
aiAttribute - - the attributes to set
context - - the context data used for the complete command
Method Detail

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.