Last active
November 3, 2015 19:52
-
-
Save cfalzone/ca666446c2232c42d6dd to your computer and use it in GitHub Desktop.
dotCMS [3.2.3] Push Publishing Dependencies for Contentlets - See: https://github.com/dotCMS/core/blob/3.2.3/src/com/dotcms/publisher/util/DependencyManager.java#L826-L951
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contentlet Dependencies: | |
>> Add the Contentlet's Host | |
>> Add the Contentlet's Relationships | |
>> Foreach Related Contentlet + This Contentlet | |
>> Add the Host | |
>> Foreach Contentlet referenced in an Image or File Field of this Contentlet + this Contentlet | |
>> Add the Host | |
>> Add the Contentlet | |
>> Add the Folder | |
>> Add the Language | |
>> If PUSH_PUBLISHING_PUSH_ALL_FOLDER_PAGES == true | |
>> Foreach Page in this Folder | |
>> Add the page (Legacy or Content) | |
>> Add the Template | |
>> Add the Containers | |
>> Foreach Container | |
>> Foreach Structure referenced by this Container | |
>> Add the Structure | |
>> End Foreach Structure | |
>> End Foreach Container | |
>> End Foreach page | |
>> End If | |
>> Add the Structure of this Contentlet | |
>> End Foreach Contentlet | |
>> End Foreach Related Contentlet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment