lumis.content.wizard
Interface ICreateParams
public interface ICreateParams
Defines methods the ContentWizardManager
uses to access
the parameters necessary for the creation of a service through
the wizard.
- Since:
- 4.0.0
getDescription
java.lang.String getDescription()
getInstallPath
java.lang.String getInstallPath()
getName
java.lang.String getName()
getDefinitionRootPath
java.lang.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()
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.