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

All Superinterfaces:
ModelElement, 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
 String getDataId()
          Gets the ID of the mapped workflow data.
 AccessPoint getParameter()
          Gets the trigger parameter used in this mapping.
 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

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

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

Returns:
the access path that will be applied.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.