Uses of Interface
org.alfresco.repo.template.TemplateProperties
-
Packages that use TemplateProperties Package Description org.alfresco.repo.jscript org.alfresco.repo.template -
-
Uses of TemplateProperties in org.alfresco.repo.jscript
Classes in org.alfresco.repo.jscript that implement TemplateProperties Modifier and Type Class Description classCategoryTemplateNodeCategory Nodes from the classification helper have special support. -
Uses of TemplateProperties in org.alfresco.repo.template
Subinterfaces of TemplateProperties in org.alfresco.repo.template Modifier and Type Interface Description interfaceTemplateContentContract for Template API objects that support content on the 'cm:content' default property.Classes in org.alfresco.repo.template that implement TemplateProperties Modifier and Type Class Description classBaseContentNodeBase class for Template API objects that supply content functionality.classBasePermissionsNodeBase class for Template API objects that support permissions.classTemplateNodeNode class specific for use by Template pages that support Bean objects as part of the model.classVersionHistoryNodeTemplate Node wrapper representing a record in the version history of a node.Fields in org.alfresco.repo.template with type parameters of type TemplateProperties Modifier and Type Field Description protected java.util.List<TemplateProperties>BaseContentNode. childrenThe children of this nodeMethods in org.alfresco.repo.template that return TemplateProperties Modifier and Type Method Description TemplatePropertiesTemplateNode. getParent()TemplatePropertiesTemplateProperties. getParent()TemplatePropertiesVersionHistoryNode. getParent()Methods in org.alfresco.repo.template that return types with arguments of type TemplateProperties Modifier and Type Method Description java.util.List<TemplateProperties>BaseContentNode. getChildren()java.util.List<TemplateProperties>TemplateProperties. getChildren()java.util.List<TemplateProperties>VersionHistoryNode. getChildren()
-