Uses of Class
org.alfresco.repo.site.script.Site.CustomProperty
-
Packages that use Site.CustomProperty Package Description org.alfresco.repo.site.script -
-
Uses of Site.CustomProperty in org.alfresco.repo.site.script
Methods in org.alfresco.repo.site.script that return Site.CustomProperty Modifier and Type Method Description Site.CustomPropertySite. getCustomProperty(java.lang.String name)Get the value of a custom property, null if the custom property has not been set or doesn't exist.Methods in org.alfresco.repo.site.script that return types with arguments of type Site.CustomProperty Modifier and Type Method Description ScriptableQNameMap<java.lang.String,Site.CustomProperty>Site. getCustomProperties()Get a map of the sites custom properties
-