Interface ICreateParams

  • All Known Subinterfaces:
    IEditFieldParams
    All Known Implementing Classes:
    EditFieldsParams

    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
    Version:
    $Revision: 19445 $ $Date: 2016-11-03 13:42:15 -0200 (Thu, 03 Nov 2016) $
    • Method Detail

      • getDescription

        String getDescription()
      • getInstallPath

        String getInstallPath()
      • getDefinitionRootPath

        String getDefinitionRootPath()
      • 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()