FormData
as appropriate@Deprecated public interface Data extends Iterable<DataValue>, MultiPageParamsProvider
Modifier and Type | Method and Description |
---|---|
DataValue |
create(String name,
UserService userService,
Element value)
Deprecated.
since 5.2.21 - see type
|
DataValue |
createDataValue(String name)
Deprecated.
since 5.2.21 - see type
|
DataValue |
get(int index)
Deprecated.
since 5.2.21 - see type
|
DataValue |
get(String name)
Deprecated.
since 5.2.21 - see type
|
GomEditorProvider |
getGomProvider()
Deprecated.
since 5.2.21 - see type
|
Monoglot |
getMonoglot()
Deprecated.
since 5.2.510, no replacement
|
MultiPageParams |
getMultiPageParams(Language language)
Deprecated.
Since 5.0.104, no replacement.
|
Reference[] |
getReferences()
Deprecated.
since 5.2.21 - see type
|
int |
getSize()
Deprecated.
since 5.2.21 - see type
|
List<String> |
getVariableNames()
Deprecated.
since 5.2.21 - see type
|
boolean |
hasData()
Deprecated.
since 5.2.21 - see type
|
int |
indexOf(String name)
Deprecated.
since 5.2.21 - see type
|
boolean |
isDefault()
Deprecated.
since 5.2.21 - see type
|
boolean |
isMeta()
Deprecated.
since 5.2.21 - see type
|
boolean |
isRelease()
Deprecated.
since 5.2.21 - see type
|
boolean |
isValid()
Deprecated.
since 5.2.21 - see type
|
Iterator<DataValue> |
iterator()
Deprecated.
since 5.2.21 - see type
|
boolean |
remove(DataValue o)
Deprecated.
since 5.2.21 - see type
|
String |
toXml()
Deprecated.
since 5.2.21 - see type
|
forEach, spliterator
@Deprecated boolean remove(DataValue o)
o
- DataValue to be removed from the Data-object, if present@Deprecated DataValue createDataValue(String name)
DataValue
object for the given name.name
- name of the new DataValue@Deprecated DataValue create(String name, UserService userService, @Nullable Element value) throws ClassCastException, InstantiationException, IllegalAccessException, ClassNotFoundException
DataValue
instance as child of this data objectinitializing the child with the respective EditorValue
.name
- The name of the value.userService
- The user service to us.value
- The parsed DataValue element (maybe null).ClassCastException
- If creating the data value went wrong.ClassNotFoundException
- If creating the data value went wrong.IllegalAccessException
- If creating the data value went wrong.InstantiationException
- If creating the data value went wrong.@Deprecated @Nullable DataValue get(String name)
name
- the variable name@Deprecated @NotNull String toXml()
@Deprecated GomEditorProvider getGomProvider()
@Deprecated List<String> getVariableNames()
@Deprecated DataValue get(int index) throws IndexOutOfBoundsException
index
- The index to look up.IndexOutOfBoundsException
- If the index is out of bounds.@Deprecated int indexOf(String name)
name
- the variable name@Deprecated Iterator<DataValue> iterator()
DataValue
's. The returned iterator does not support Iterator.remove()
!@Deprecated int getSize()
@Deprecated boolean hasData()
DataValue
where DataValue.getEditor().isSet()
evaluates totrue
.true
, iff some value is set.@Deprecated boolean isRelease()
true
, if released.@Deprecated Reference[] getReferences()
@Deprecated boolean isMeta()
true
if the held data is meta data.@Deprecated boolean isDefault()
true
, iff the held data are default data.@Deprecated boolean isValid()
true
, if valid.@Nullable @Deprecated MultiPageParams getMultiPageParams(@NotNull Language language)
null
. The method and the inheritance of MultiPageParamsProvider
will be removedin a future version.getMultiPageParams
in interface MultiPageParamsProvider
null
@Nullable @Deprecated Monoglot getMonoglot()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210