Uses of Class
org.alfresco.repo.forms.processor.node.ContentModelItemData
-
Packages that use ContentModelItemData Package Description org.alfresco.repo.forms.processor.node org.alfresco.repo.forms.processor.workflow -
-
Uses of ContentModelItemData in org.alfresco.repo.forms.processor.node
Methods in org.alfresco.repo.forms.processor.node that return ContentModelItemData Modifier and Type Method Description protected ContentModelItemData<ItemType>ContentModelFormProcessor. makeItemData(ItemType item)Methods in org.alfresco.repo.forms.processor.node that return types with arguments of type ContentModelItemData Modifier and Type Method Description protected Class<ContentModelItemData<?>>QNameFieldProcessor. getExpectedDataType()Methods in org.alfresco.repo.forms.processor.node with parameters of type ContentModelItemData Modifier and Type Method Description protected voidContentModelFormProcessor. addPropertyDataIfRequired(QName propName, Form form, ContentModelItemData<?> itemData)FieldDefaultFieldProcessor. generateField(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField)FieldQNameFieldProcessor. generateField(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField)protected FieldQNameFieldProcessor. generateTypedField(String fieldName, FormCreationData formData, ContentModelItemData<?> typedData)protected AssociationDefinitionAssociationFieldProcessor. getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField)protected ClassAttributeDefinitionDefaultFieldProcessor. getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField)protected PropertyDefinitionPropertyFieldProcessor. getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField)protected abstract TypeQNameFieldProcessor. getTypeDefinition(QName fullName, ContentModelItemData<?> itemData, boolean isForcedField)protected ObjectAssociationFieldProcessor. getValue(QName name, ContentModelItemData<?> data)Gets the associated value from theContentModelItemData.protected ObjectDefaultFieldProcessor. getValue(QName fullName, ContentModelItemData<?> itemData)ObjectPropertyFieldProcessor. getValue(QName name, ContentModelItemData<?> data)protected abstract ObjectQNameFieldProcessor. getValue(QName fullName, ContentModelItemData<?> itemData) -
Uses of ContentModelItemData in org.alfresco.repo.forms.processor.workflow
Fields in org.alfresco.repo.forms.processor.workflow declared as ContentModelItemData Modifier and Type Field Description protected ContentModelItemData<?>ContentModelFormPersister. itemDataMethods in org.alfresco.repo.forms.processor.workflow with parameters of type ContentModelItemData Modifier and Type Method Description ObjectExtendedPropertyFieldProcessor. getValue(QName name, ContentModelItemData<?> data)Constructors in org.alfresco.repo.forms.processor.workflow with parameters of type ContentModelItemData Constructor Description ContentModelFormPersister(ContentModelItemData<?> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, org.apache.commons.logging.Log logger)TaskFormPersister(ContentModelItemData<WorkflowTask> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, WorkflowService workflowService, NodeService nodeService, AuthenticationService authenticationService, BehaviourFilter behaviourFilter, org.apache.commons.logging.Log logger)WorkflowFormPersister(ContentModelItemData<?> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, WorkflowService workflowService, NodeService nodeService, BehaviourFilter behaviourFilter, org.apache.commons.logging.Log logger)
-