Interface IContentDefinition

    • Method Detail

      • parentId

        int parentId()

        Get Parent ID.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentType

        java.lang.String parentType()

        Get Parent Type.

        Getter method for the COM property "ParentType"

        Returns:
        Returns a value of type java.lang.String
      • name

        java.lang.String name()

        Get Name.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(java.lang.String pVal)

        Get Name.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • contentPartFactory

        com4j.Com4jObject contentPartFactory()

        The Content parts factory of this definition.

        Getter method for the COM property "ContentPartFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • contentRootFactory

        com4j.Com4jObject contentRootFactory()

        The Content root factory of this definition.

        Getter method for the COM property "ContentRootFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • autoCompleteType

        int autoCompleteType()

        The AutoCompleteType.

        Getter method for the COM property "AutoCompleteType"

        Returns:
        Returns a value of type int
      • autoCompleteType

        void autoCompleteType​(int pVal)

        The AutoCompleteType.

        Setter method for the COM property "AutoCompleteType"

        Parameters:
        pVal - Mandatory int parameter.