lumis.content.wizard
Interface ICreateParams

Package class diagram package 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

Nested Class Summary
static interface ICreateParams.IField
           
static interface ICreateParams.ITable
           
 
Method Summary
 String getDefinitionRootPath()
           
 String getDescription()
           
 String getInstallPath()
           
 String getName()
           
 ICreateParams.ITable getTable()
           
 boolean isContentAssociation()
          Returns if this content will have support for association.
 boolean isContentComments()
           
 boolean isContentEndDate()
           
 boolean isContentHighlight()
           
 boolean isContentHightlightEndDate()
           
 boolean isContentMultilanguage()
           
 boolean isContentPublishToPrincipals()
           
 boolean isContentPublishToServiceInstances()
           
 boolean isContentStartDate()
           
 boolean isContentSupportServiceInstance()
           
 boolean isContentVersioning()
           
 boolean isContentWorkflow()
           
 

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()

isContentSupportServiceInstance

boolean isContentSupportServiceInstance()

isContentVersioning

boolean isContentVersioning()

isContentMultilanguage

boolean isContentMultilanguage()


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.