Package lumis.content.wizard
Interface IEditFieldParams
-
- All Superinterfaces:
ICreateParams
- All Known Implementing Classes:
EditFieldsParams
public interface IEditFieldParams extends ICreateParams
Defines methods theContentWizardManager
uses to access the parameters necessary for the edit fields of a service through the wizard.- Since:
- 12.0.0 version $Revision: 23035 $ $Date: 2019-08-05 16:55:10 -0300 (Mon, 05 Aug 2019) $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface lumis.content.wizard.ICreateParams
ICreateParams.IField, ICreateParams.ITable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getDeletedFields()
String
getServiceId()
-
Methods inherited from interface lumis.content.wizard.ICreateParams
getDefinitionRootPath, getDescription, getInstallPath, getModuleId, getName, getServiceType, getTable, isContentAssociation, isContentCategorization, isContentComments, isContentEndDate, isContentHighlight, isContentHightlightEndDate, isContentMultilanguage, isContentPublishToPrincipals, isContentPublishToServiceInstances, isContentSeo, isContentStartDate, isContentTagging, isContentVersioning, isContentWorkflow, isCreateInModule
-
-