org.eclipse.stardust.engine.api.model
Interface ProcessInterface

All Superinterfaces:
Serializable

public interface ProcessInterface
extends Serializable

Interface used to separate a process definition from its interface.

Version:
$Revision: 44506 $
Author:
fherian

Method Summary
 QName getDeclaringProcessDefinitionId()
          Returns the ID of the declaring process definition.
 List<FormalParameter> getFormalParameters()
          Returns an ordered list of formal parameters as defined in the model.
 

Method Detail

getDeclaringProcessDefinitionId

QName getDeclaringProcessDefinitionId()
Returns the ID of the declaring process definition.

Returns:
The ID of the declaring process definition.

getFormalParameters

List<FormalParameter> getFormalParameters()
Returns an ordered list of formal parameters as defined in the model. This list may be empty (but never null) if the process interface does not define formal parameters.

Returns:
List of defined formal parameters.
See Also:
FormalParameter


Copyright © 2017 Eclipse Stardust. All Rights Reserved.