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 Long
getEtime()
Returns elapsed time in milliseconds.ItemPath
getOutputPath()
PrismValueDeltaSetTriple<V>
getOutputTriple()
<T> T
getStateProperty(String propertyName)
<T> T
setStateProperty(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
-
-