Uses of Interface
lumis.content.wizard.ICreateParams
-
Packages that use ICreateParams Package Description lumis.content.wizard lumis.service.content.wizard -
-
Uses of ICreateParams in lumis.content.wizard
Subinterfaces of ICreateParams in lumis.content.wizard Modifier and Type Interface Description interface
IEditFieldParams
Defines methods theContentWizardManager
uses to access the parameters necessary for the edit fields of a service through the wizard.Methods in lumis.content.wizard with parameters of type ICreateParams Modifier and Type Method Description void
ContentWizardManager. create(SessionConfig sessionConfig, ICreateParams createParams, ITransaction transaction)
void
IContentWizardManager. create(SessionConfig sessionConfig, ICreateParams createParams, ITransaction transaction)
-
Uses of ICreateParams in lumis.service.content.wizard
Classes in lumis.service.content.wizard that implement ICreateParams Modifier and Type Class Description class
EditFieldsParams
IEditFieldParams
implementation for reading the parameters from aServletRequest
.
-