@Deprecated
public interface DataCreator
AbstractSystemCreator| Modifier and Type | Method and Description |
|---|---|
void |
createData(java.util.Map params,
JspContext jspc)
Deprecated.
Creates objects.
|
java.lang.String |
getCreatorDescription()
Deprecated.
The description of the creator will be shown to the user during data creation.
|
java.lang.String |
getCreatorName()
Deprecated.
The name of the creator will be shown to the user during data creation.
|
java.lang.String |
getCreatorParameterDefault(java.lang.String param)
Deprecated.
Provides default value for the given creator parameter.
|
java.util.Collection |
getCreatorParameterNames()
Deprecated.
Provides parameter names for the system creator.
|
java.util.List |
getCreatorParameterPossibleValues(java.lang.String param)
Deprecated.
Provides a list of all possible values for the given creator parameter.
|
boolean |
isCreatorDisabled()
Deprecated.
If
true this creator will be ignored. |
void createData(java.util.Map params,
JspContext jspc)
throws java.lang.Exception
params - the parameters provided by user for creationjspc - the jsp context; you can use it to write progress information to the jsp page during creationjava.lang.Exceptionjava.util.Collection getCreatorParameterNames()
java.lang.String getCreatorParameterDefault(java.lang.String param)
param - the name of the parameternull when the parameter should have no
default valuejava.util.List getCreatorParameterPossibleValues(java.lang.String param)
null the list of these
values will be shown to the user of system creator and no other values will be possible to set.param - the name of the parameternull when this parameter
should have no restriction on possible valuesjava.lang.String getCreatorName()
java.lang.String getCreatorDescription()
boolean isCreatorDisabled()
true this creator will be ignored.true if this creator shold be not usedCopyright © 2018 SAP SE. All Rights Reserved.