Modifier and Type | Field and Description |
---|---|
protected Item |
Form.item |
Modifier and Type | Method and Description |
---|---|
Item |
Form.getItem()
Returns the item the form is for
|
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.
|
Object |
FormServiceImpl.saveForm(Item item,
FormData data) |
Object |
FormService.saveForm(Item item,
FormData data)
Persists the given form representation for the given item.
|
Constructor and Description |
---|
Form(Item item)
Constructs a Form
|
FormNotFoundException(Item item) |
FormNotFoundException(Item item,
Throwable cause) |
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
|
FormProcessor |
FormProcessorRegistry.getApplicableFormProcessor(Item item)
Returns a FormProcessor for the provided item.
|
protected abstract ItemType |
FilteredFormProcessor.getTypedItem(Item item)
Returns a typed Object representing the given item.
|
boolean |
FormProcessor.isApplicable(Item item)
Determines whether this form processor is applicable for
the supplied item
|
boolean |
AbstractFormProcessor.isApplicable(Item item) |
Object |
FormProcessor.persist(Item item,
FormData data)
Persists the given object representing the form data
for an item
|
Object |
FilteredFormProcessor.persist(Item item,
FormData data)
Persists the given form data for the given item, completed by calling
each applicable registered handler
|
Modifier and Type | Method and Description |
---|---|
protected ActionDefinition |
ActionFormProcessor.getTypedItem(Item item) |
Modifier and Type | Method and Description |
---|---|
protected org.alfresco.service.cmr.dictionary.TypeDefinition |
TypeFormProcessor.getTypedItem(Item item) |
protected org.alfresco.service.cmr.repository.NodeRef |
NodeFormProcessor.getTypedItem(Item item) |
Modifier and Type | Method and Description |
---|---|
protected ItemType |
AbstractWorkflowFormProcessor.getTypedItem(Item item) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.