Class CmsHistoryFolder

    • Constructor Detail

      • CmsHistoryFolder

        public CmsHistoryFolder​(int publishTag,
                                CmsUUID structureId,
                                CmsUUID resourceId,
                                java.lang.String path,
                                int type,
                                int flags,
                                CmsUUID projectId,
                                CmsResourceState state,
                                long dateCreated,
                                CmsUUID userCreated,
                                long dateLastModified,
                                CmsUUID userLastModified,
                                long dateReleased,
                                long dateExpired,
                                int version,
                                CmsUUID parentId,
                                int resourceVersion,
                                int structureVersion)
        Default Constructor.

        Parameters:
        publishTag - the publish tag of this historical resource
        structureId - the id of this resources structure record
        resourceId - the id of this resources resource record
        path - the filename of this resouce
        type - the type of this resource
        flags - the flags of this resource
        projectId - the project id this resource was last modified in
        state - the state of this resource
        dateCreated - the creation date of this resource
        userCreated - the id of the user who created this resource
        dateLastModified - the date of the last modification of this resource
        userLastModified - the id of the user who did the last modification of this resource
        dateReleased - the release date of this resource
        dateExpired - the expiration date of this resource
        version - the version number of this resource
        parentId - structure id of the parent of this historical resource
        resourceVersion - the version number of the resource part for this historical resource
        structureVersion - the version number of the structure part for this historical resource