Package lumis.content.wizard
Interface ICreateParams
-
- All Known Subinterfaces:
IEditFieldParams
- All Known Implementing Classes:
EditFieldsParams
public interface ICreateParams
Defines methods theContentWizardManager
uses to access the parameters necessary for the creation of a service through the wizard.- Since:
- 4.0.0
- Version:
- $Revision: 19445 $ $Date: 2016-11-03 13:42:15 -0200 (Thu, 03 Nov 2016) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ICreateParams.IField
static interface
ICreateParams.ITable
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefinitionRootPath()
String
getDescription()
String
getInstallPath()
String
getModuleId()
String
getName()
int
getServiceType()
ICreateParams.ITable
getTable()
boolean
isContentAssociation()
Returns if this content will have support for association.boolean
isContentCategorization()
boolean
isContentComments()
boolean
isContentEndDate()
boolean
isContentHighlight()
boolean
isContentHightlightEndDate()
boolean
isContentMultilanguage()
boolean
isContentPublishToPrincipals()
boolean
isContentPublishToServiceInstances()
boolean
isContentSeo()
boolean
isContentStartDate()
boolean
isContentTagging()
boolean
isContentVersioning()
boolean
isContentWorkflow()
boolean
isCreateInModule()
-
-
-
Method Detail
-
getDescription
String getDescription()
-
getInstallPath
String getInstallPath()
-
getName
String getName()
-
getDefinitionRootPath
String getDefinitionRootPath()
-
getTable
ICreateParams.ITable getTable()
-
isContentAssociation
boolean isContentAssociation()
Returns if this content will have support for association.- Returns:
- true if it has support for association.
- Since:
- 4.0.7
-
isContentComments
boolean isContentComments()
-
isContentWorkflow
boolean isContentWorkflow()
-
isContentEndDate
boolean isContentEndDate()
-
isContentHighlight
boolean isContentHighlight()
-
isContentHightlightEndDate
boolean isContentHightlightEndDate()
-
isContentPublishToPrincipals
boolean isContentPublishToPrincipals()
-
isContentPublishToServiceInstances
boolean isContentPublishToServiceInstances()
-
isContentStartDate
boolean isContentStartDate()
-
isContentVersioning
boolean isContentVersioning()
-
isContentMultilanguage
boolean isContentMultilanguage()
-
isContentTagging
boolean isContentTagging()
-
isContentCategorization
boolean isContentCategorization()
-
isContentSeo
boolean isContentSeo()
-
isCreateInModule
boolean isCreateInModule()
-
getServiceType
int getServiceType()
-
getModuleId
String getModuleId()
-
-