Interface Mapping<V extends PrismValue,D extends ItemDefinition>
- 
public interface Mapping<V extends PrismValue,D extends ItemDefinition>- Author:
 - semancik
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetEtime()Returns elapsed time in milliseconds.ItemPathgetOutputPath()PrismValueDeltaSetTriple<V>getOutputTriple()<T> TgetStateProperty(String propertyName)<T> TsetStateProperty(String propertyName, T value) 
 - 
 
- 
- 
Method Detail
- 
getEtime
Long getEtime()
Returns elapsed time in milliseconds. 
- 
getStateProperty
<T> T getStateProperty(String propertyName)
 
- 
setStateProperty
<T> T setStateProperty(String propertyName, T value)
 
- 
getOutputTriple
PrismValueDeltaSetTriple<V> getOutputTriple()
 
- 
getOutputPath
ItemPath getOutputPath() throws SchemaException
- Throws:
 SchemaException
 
 - 
 
 -