Modifier and Type | Field and Description |
---|---|
protected FormData |
Form.data |
Modifier and Type | Method and Description |
---|---|
FormData |
Form.getFormData()
Returns the data to display in the form
|
Modifier and Type | Method and Description |
---|---|
Object |
FormServiceImpl.saveForm(Item item,
FormData data) |
Object |
FormService.saveForm(Item item,
FormData data)
Persists the given form representation for the given item.
|
void |
Form.setFormData(FormData data)
Sets the data this form should display.
|
Modifier and Type | Method and Description |
---|---|
void |
Filter.afterPersist(ItemType item,
FormData data,
PersistType persistedObject)
Callback used to indicate that the given form data was just persisted
for the item and the given persistedObject was created or modified.
|
void |
Filter.beforePersist(ItemType item,
FormData data)
Callback used to indicate that the given form data is about to be
persisted for the given item.
|
protected abstract PersistType |
FilteredFormProcessor.internalPersist(ItemType item,
FormData data)
Persists the form data.
|
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 ActionFormResult |
ActionFormProcessor.internalPersist(ActionDefinition item,
FormData data) |
Modifier and Type | Method and Description |
---|---|
protected org.alfresco.service.cmr.repository.NodeRef |
TypeFormProcessor.createNode(org.alfresco.service.cmr.dictionary.TypeDefinition typeDef,
FormData data)
Creates a new instance of the given type.
|
protected String |
ContentModelFormProcessor.determineDefaultMimetype(FormData data)
Looks through the form data for the 'mimetype' transient field
and returns it's value if found, otherwise the default 'text/plain'
is returned
|
protected org.alfresco.service.cmr.repository.NodeRef |
NodeFormProcessor.internalPersist(org.alfresco.service.cmr.repository.NodeRef item,
FormData data) |
protected org.alfresco.service.cmr.repository.NodeRef |
TypeFormProcessor.internalPersist(org.alfresco.service.cmr.dictionary.TypeDefinition item,
FormData data) |
protected void |
ContentModelFormProcessor.persistNode(org.alfresco.service.cmr.repository.NodeRef nodeRef,
FormData data)
Persists the given FormData on the given NodeRef
|
protected void |
ContentModelFormProcessor.processContentPropertyPersist(org.alfresco.service.cmr.repository.NodeRef nodeRef,
FormData.FieldData fieldData,
Map<org.alfresco.service.namespace.QName,Serializable> propsToPersist,
FormData data)
Persists the given field data as the content
|
protected void |
ContentModelFormProcessor.processPropertyPersist(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<org.alfresco.service.namespace.QName,org.alfresco.service.cmr.dictionary.PropertyDefinition> propDefs,
FormData.FieldData fieldData,
Map<org.alfresco.service.namespace.QName,Serializable> propsToPersist,
FormData data)
Processes the given field data for persistence as a property.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowFormFilter.afterPersist(ItemType item,
FormData data,
PersistType persistedObject) |
void |
WorkflowFormFilter.beforePersist(ItemType item,
FormData data) |
protected PersistType |
AbstractWorkflowFormProcessor.internalPersist(ItemType item,
FormData data) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.