Uses of Class
org.alfresco.repo.forms.script.ScriptForm
-
Packages that use ScriptForm Package Description org.alfresco.repo.forms.script -
-
Uses of ScriptForm in org.alfresco.repo.forms.script
Methods in org.alfresco.repo.forms.script that return ScriptForm Modifier and Type Method Description ScriptFormScriptFormService. getForm(java.lang.String itemKind, java.lang.String itemId)Returns a form representation of the given item, all known fields for the item are included.ScriptFormScriptFormService. getForm(java.lang.String itemKind, java.lang.String itemId, java.lang.String[] fields)Returns a form representation of the given item consisting only of the given fields.ScriptFormScriptFormService. getForm(java.lang.String itemKind, java.lang.String itemId, java.lang.String[] fields, java.lang.String[] forcedFields)Returns a form representation of the given item consisting only of the given fields.
-