@API(type=INTERNAL,
src=PUBLIC)
public interface ValueProvider
extends java.lang.Comparable<ValueProvider>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueProvider.Action
Defines how the returned values should be processed.
|
| Modifier and Type | Method and Description |
|---|---|
ValueProvider.Action |
getAction()
Describes how the returned values should be handled.
|
ro.sync.ecss.extensions.cc.MatchCriteria |
getMatchCriteria()
Gets the match criteria for this value provider.
|
java.util.List<CIValue> |
getValues(java.lang.String systemID,
ContextProvider contextProvider)
Gets content completion values.
|
java.util.List<CIValue> getValues(java.lang.String systemID, ContextProvider contextProvider)
systemID - The system ID of the document for which we are requesting the content completion.contextProvider - An Xpath location that identifies the element in the context of which
we are requesting the possible values.ValueProvider.Action getAction()
ValueProvider.Action.ro.sync.ecss.extensions.cc.MatchCriteria getMatchCriteria()
© Copyright SyncRO Soft SRL 2002 - 2015. All rights reserved.