Uses of Class
org.alfresco.repo.jscript.ScriptableQNameMap
-
Packages that use ScriptableQNameMap Package Description org.alfresco.repo.jscript org.alfresco.repo.site.script org.alfresco.repo.workflow.jscript -
-
Uses of ScriptableQNameMap in org.alfresco.repo.jscript
Subclasses of ScriptableQNameMap in org.alfresco.repo.jscript Modifier and Type Class Description classContentAwareScriptableQNameMap<K,V>Specialised map class for supporting the initialisation of 'cm:content' properties for JavaScript API objects. -
Uses of ScriptableQNameMap in org.alfresco.repo.site.script
Methods in org.alfresco.repo.site.script that return ScriptableQNameMap Modifier and Type Method Description ScriptableQNameMap<java.lang.String,Site.CustomProperty>Site. getCustomProperties()Get a map of the sites custom properties -
Uses of ScriptableQNameMap in org.alfresco.repo.workflow.jscript
Methods in org.alfresco.repo.workflow.jscript with parameters of type ScriptableQNameMap Modifier and Type Method Description voidJscriptWorkflowTask. setProperties(ScriptableQNameMap<java.lang.String,java.io.Serializable> properties)Sets the properties on the underlyingWorkflowTask.
-