| Package | Description |
|---|---|
| org.alfresco.repo.forms | |
| org.alfresco.repo.forms.processor.node | |
| org.alfresco.repo.forms.processor.workflow | |
| org.alfresco.repo.forms.script |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FormData.FieldData> |
FormData.data |
| Modifier and Type | Method and Description |
|---|---|
FormData.FieldData |
FormData.getFieldData(String fieldName)
Returns the data for the given field.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<FormData.FieldData> |
FormData.iterator()
Returns an Iterator over the FieldData objects
held by this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContentModelFormProcessor.processAssociationPersist(NodeRef nodeRef,
Map<QName,AssociationDefinition> assocDefs,
Map<QName,ChildAssociationDefinition> childAssocDefs,
FormData.FieldData fieldData,
List<org.alfresco.repo.forms.processor.node.AbstractAssocCommand> assocCommands)
Processes the given field data for persistence as an association.
|
protected void |
ContentModelFormProcessor.processContentPropertyPersist(NodeRef nodeRef,
FormData.FieldData fieldData,
Map<QName,Serializable> propsToPersist,
FormData data)
Persists the given field data as the content
|
protected void |
ContentModelFormProcessor.processEncodingPropertyPersist(NodeRef nodeRef,
FormData.FieldData fieldData,
Map<QName,Serializable> propsToPersist)
Persists the given field data as the encoding property
|
protected void |
ContentModelFormProcessor.processMimetypePropertyPersist(NodeRef nodeRef,
FormData.FieldData fieldData,
Map<QName,Serializable> propsToPersist)
Persists the given field data as the mimetype property
|
protected void |
ContentModelFormProcessor.processNamePropertyPersist(NodeRef nodeRef,
FormData.FieldData fieldData,
Map<QName,Serializable> propsToPersist)
Persists the given field data as the name property
|
protected void |
ContentModelFormProcessor.processPropertyPersist(NodeRef nodeRef,
Map<QName,PropertyDefinition> propDefs,
FormData.FieldData fieldData,
Map<QName,Serializable> propsToPersist,
FormData data)
Processes the given field data for persistence as a property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentModelFormPersister.addField(FormData.FieldData fieldData) |
void |
FormPersister.addField(FormData.FieldData fieldData) |
protected boolean |
ContentModelFormPersister.addProperty(QName qName,
FormData.FieldData fieldData) |
protected boolean |
ContentModelFormPersister.changeAssociation(DataKeyInfo info,
FormData.FieldData fieldData) |
protected void |
ContentModelFormPersister.logIgnore(FormData.FieldData fieldData) |
protected boolean |
ContentModelFormPersister.updateTransientProperty(String fieldName,
FormData.FieldData fieldData) |
protected boolean |
TaskFormPersister.updateTransientProperty(String fieldName,
FormData.FieldData fieldData) |
| Constructor and Description |
|---|
ScriptFieldData(FormData.FieldData fieldData) |
Copyright © 2005–2021 Alfresco Software. All rights reserved.