com.bea.wli.worklist.api.taskplan
Interface Mapping

All Superinterfaces:
EventSource, Serializable

public interface Mapping
extends EventSource

Represents a mapping from a source entity (for example task property) to a target entity (for example rule parameter).


Nested Class Summary
static interface Mapping.Event
          Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
 
Method Summary
 String getParameterName()
           
 String getPropertyName()
           
 RuleBinding getRuleBinding()
           
 
Methods inherited from interface com.bea.wli.worklist.api.taskplan.EventSource
addPropertyChangeListener, addPropertyChangeListener, clearDirty, dispose, getParent, isComplete, isDirty, isInitializing, isStarted, markDirty, removePropertyChangeListener, removePropertyChangeListener, startProducing
 

Method Detail

getRuleBinding

RuleBinding getRuleBinding()

getPropertyName

String getPropertyName()

getParameterName

String getParameterName()