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

All Superinterfaces:
java.io.Serializable

public interface ProcessInterface
extends java.io.Serializable

Interface used to separate a process definition from its interface.

Version:
$Revision: 44506 $
Author:
fherian

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

Method Detail

getDeclaringProcessDefinitionId

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

Returns:
The ID of the declaring process definition.

getFormalParameters

java.util.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:
FormalParameterType


Copyright © 2014 SunGard CSA LLC. All Rights Reserved.