Package | Description |
---|---|
org.alfresco.repo.forms.script | |
org.alfresco.repo.jscript | |
org.alfresco.repo.site.script | |
org.alfresco.repo.workflow.jscript |
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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.