com.spss.psapi.core

Interface ContentContainerProvider

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Iterator getContainerTagIterator()
      Returns an iterator for the container tags where each tag is a string.
      java.util.List<java.lang.String> getContainerTags()
      Returns a list of the container tags.
      java.lang.String getContainerTypeID(java.lang.String tag)
      Returns the type ID associated with the container tag or null if the container is unknown or has no type ID.
      ContentContainer getContentContainer(java.lang.String tag)
      Returns the container associated with the supplied tag or null.
      ContentModel getContentModel(java.lang.String tag)
      Returns the content model associated with the content tags or null if content model tag is unknown.
      java.util.List<java.lang.String> getContentModelTags()
      Returns a list of the content models supported by this object.
      void putContentContainer(java.lang.String tag, ContentContainer container)
      Adds or updates the container component with the supplied tag.
    • Method Detail

      • getContainerTagIterator

        java.util.Iterator getContainerTagIterator()
        Returns an iterator for the container tags where each tag is a string.
        Returns:
        a container tag iterator
        See Also:
        getContainerTags()
      • getContainerTags

        java.util.List<java.lang.String> getContainerTags()
        Returns a list of the container tags.
        Returns:
        a list of container names
        Since:
        PSAPI 17.0
        See Also:
        getContainerTagIterator()
      • getContentModelTags

        java.util.List<java.lang.String> getContentModelTags()
        Returns a list of the content models supported by this object.
        Returns:
        a list of content model tags
        Since:
        PSAPI 17.0
      • getContentModel

        ContentModel getContentModel(java.lang.String tag)
        Returns the content model associated with the content tags or null if content model tag is unknown.
        Parameters:
        tag - the content model tag
        Returns:
        the content model or null
        Since:
        PSAPI 17.0
        See Also:
        getContentModelTags()
      • getContainerTypeID

        java.lang.String getContainerTypeID(java.lang.String tag)
        Returns the type ID associated with the container tag or null if the container is unknown or has no type ID.
        Parameters:
        tag - the container tag
        Returns:
        the type ID or null
        Since:
        PSAPI 17.0
        See Also:
        getContainerTags()
      • getContentContainer

        ContentContainer getContentContainer(java.lang.String tag)
        Returns the container associated with the supplied tag or null.
        Parameters:
        tag - the container tag
        Returns:
        the container or null
        See Also:
        getContainerTags()
      • putContentContainer

        void putContentContainer(java.lang.String tag,
                               ContentContainer container)
        Adds or updates the container component with the supplied tag.
        Parameters:
        tag - the container tag
        container - the container or null
        See Also:
        getContainerTags()

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.