| Package | Description |
|---|---|
| org.alfresco.repo.forms.script | |
| org.alfresco.repo.jscript | |
| org.alfresco.repo.site.script | |
| org.alfresco.repo.workflow.jscript | |
| org.alfresco.wcm.webproject.script |
| Modifier and Type | Method and Description |
|---|---|
ScriptableHashMap<String,ScriptFormData.ScriptFieldData> |
ScriptFormData.getData() |
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptAction.ScriptableParameterMap<K,V>
Scripted Parameter map with modified flag.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptableHashMap |
People.getImmutableProperties(String username)
Return a map of the Person properties that are marked as immutable for the given user.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptableHashMap<String,String> |
Site.getSitePermissionGroups()
Gets a map of role name mapping to associated group name.
|
ScriptableHashMap<String,String> |
Site.listMembers(String nameFilter,
String roleFilter)
Deprecated.
Use
Site.listMembers(String, String, int, boolean) instead |
ScriptableHashMap<String,String> |
Site.listMembers(String nameFilter,
String roleFilter,
int size)
Deprecated.
Use
Site.listMembers(String, String, int, boolean) instead |
ScriptableHashMap<String,String> |
Site.listMembers(String nameFilter,
String roleFilter,
int size,
boolean collapseGroups)
Gets a map of members of the site with their role within the site.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptableHashMap<String,String> |
JscriptWorkflowTask.getTransitions()
Get the available transition ids.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptableHashMap<String,String> |
WebProject.getRoles()
List the role (name) for a WCM project
|
ScriptableHashMap<String,Sandbox> |
WebProject.getSandboxes()
getSandboxes for this web project
|
ScriptableHashMap<String,Sandbox> |
WebProject.getSandboxes(String userName)
getSandboxes
|
ScriptableHashMap<String,String> |
WebProject.listMembers()
Gets a map of members of the web project with their role within the web project.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.