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

All Superinterfaces:
ModelElement, java.io.Serializable

public interface ParameterMapping
extends ModelElement

The ParameterMapping class represents a mapping between a trigger access point and a workflow data.

Version:
$Revision$
Author:
ubirkemeyer

Method Summary
 java.lang.String getDataId()
          Gets the ID of the mapped workflow data.
 AccessPoint getParameter()
          Gets the trigger parameter used in this mapping.
 java.lang.String getParameterPath()
          Gets the access path that will be applied to the parameter.
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId
 

Method Detail

getDataId

java.lang.String getDataId()
Gets the ID of the mapped workflow data.

Returns:
the ID of the workflow data.

getParameter

AccessPoint getParameter()
Gets the trigger parameter used in this mapping.

Returns:
the mapping access point to the trigger.

getParameterPath

java.lang.String getParameterPath()
Gets the access path that will be applied to the parameter.

Returns:
the access path that will be applied.


Copyright © 2014 SunGard CSA LLC. All Rights Reserved.