Class ImportableItem


  • public final class ImportableItem
    extends java.lang.Object
    This class is a DTO that represents an "importable item" - a series of files that represent a single node (content OR space) in the repository.
    Since:
    4.0
    • Field Detail

      • logger

        protected static final org.apache.commons.logging.Log logger
    • Constructor Detail

      • ImportableItem

        public ImportableItem()
    • Method Detail

      • isValid

        public boolean isValid()
      • setNodeRef

        public void setNodeRef​(org.alfresco.service.cmr.repository.NodeRef nodeRef)
      • getNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      • clearParent

        public void clearParent()
      • hasVersionEntries

        public boolean hasVersionEntries()
        Returns:
        True if this ImportableItem has version entries.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object