Package | Description |
---|---|
org.alfresco.repo.forms | |
org.alfresco.repo.forms.processor | |
org.alfresco.repo.forms.processor.node | |
org.alfresco.repo.forms.processor.workflow |
Modifier and Type | Method and Description |
---|---|
Form |
FormServiceImpl.getForm(Item item) |
Form |
FormService.getForm(Item item)
Returns a form representation of the given item,
all known fields for the item are included.
|
Form |
FormServiceImpl.getForm(Item item,
List<String> fields) |
Form |
FormService.getForm(Item item,
List<String> fields)
Returns a form representation of the given item consisting
only of the given fields.
|
Form |
FormServiceImpl.getForm(Item item,
List<String> fields,
List<String> forcedFields) |
Form |
FormService.getForm(Item item,
List<String> fields,
List<String> forcedFields)
Returns a form representation of the given item consisting
only of the given fields.
|
Form |
FormServiceImpl.getForm(Item item,
List<String> fields,
List<String> forcedFields,
Map<String,Object> context) |
Form |
FormService.getForm(Item item,
List<String> fields,
List<String> forcedFields,
Map<String,Object> context)
Returns a form representation of the given item consisting
only of the given fields.
|
Form |
FormServiceImpl.getForm(Item item,
List<String> fields,
Map<String,Object> context) |
Form |
FormService.getForm(Item item,
List<String> fields,
Map<String,Object> context)
Returns a form representation of the given item consisting
only of the given fields.
|
Form |
FormServiceImpl.getForm(Item item,
Map<String,Object> context) |
Form |
FormService.getForm(Item item,
Map<String,Object> context)
Returns a form representation of the given item,
all known fields for the item are included.
|
Modifier and Type | Method and Description |
---|---|
Form |
FormProcessor.generate(Item item,
List<String> fields,
List<String> forcedFields,
Map<String,Object> context)
Returns a Form representation for an item
|
Form |
FilteredFormProcessor.generate(Item item,
List<String> fields,
List<String> forcedFields,
Map<String,Object> context)
Returns a Form representation for an item
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.afterGenerate(ItemType item,
List<String> fields,
List<String> forcedFields,
Form form,
Map<String,Object> context)
Callback used to indicate that a form has just been generated for
the given items and fields.
|
void |
Filter.beforeGenerate(ItemType item,
List<String> fields,
List<String> forcedFields,
Form form,
Map<String,Object> context)
Callback used to indicate that a form is about to be generated for
the given items and fields.
|
protected void |
FilteredFormProcessor.internalGenerate(ItemType item,
List<String> fields,
List<String> forcedFields,
Form form,
Map<String,Object> context)
Generates the form.
|
protected void |
FilteredFormProcessor.populateForm(Form form,
List<String> fields,
FormCreationData data)
This method generates all the fields to be added and adds them to the Form, together with the associated field data.
|
protected void |
AbstractFormProcessor.setFormItemType(Form form,
String type)
Gets the Item from the
form parameter and sets its type
field to type . |
protected void |
AbstractFormProcessor.setFormItemUrl(Form form,
String url)
Gets the Item from the
form parameter and sets its URL field
to url . |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentModelFormProcessor.addPropertyDataIfRequired(org.alfresco.service.namespace.QName propName,
Form form,
ContentModelItemData<?> itemData) |
protected void |
NodeFormProcessor.internalGenerate(org.alfresco.service.cmr.repository.NodeRef item,
List<String> fields,
List<String> forcedFields,
Form form,
Map<String,Object> context) |
protected void |
NodeFormProcessor.processWorkingCopy(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Form form)
Determines whether the given node represents a working copy, if it does
the name field is searched for and set to protected as the name field
should not be edited for a working copy.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowFormFilter.afterGenerate(ItemType item,
List<String> fields,
List<String> forcedFields,
Form form,
Map<String,Object> context) |
void |
WorkflowFormFilter.beforeGenerate(ItemType item,
List<String> fields,
List<String> forcedFields,
Form form,
Map<String,Object> context) |
protected void |
AbstractWorkflowFormProcessor.populateForm(Form form,
List<String> fields,
FormCreationData data) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.