Class AbstractCreateInfo

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FileCreateInfo

    public abstract class AbstractCreateInfo
    extends java.lang.Object
    implements java.io.Serializable
    Represents all of the properties and attributes that can be set on a repository item during creation.

    Abstract because this class should not be constructed directly, rather, a more detailed subclass should be constructed and used.

    Since:
    2.1
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractCreateInfo

        public AbstractCreateInfo​(java.lang.String path)
      • AbstractCreateInfo

        public AbstractCreateInfo​(java.lang.String parentPath,
                                  java.lang.String name)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)