Package | Description |
---|---|
com.adobe.aemforms.fm.model |
This package exports aem forms manager model classes.
|
Modifier and Type | Method and Description |
---|---|
NameConflictAction |
FormOptions.getNameConflictAction()
Returns the action to be taken in case of form name conflict.
|
NameConflictAction |
FormsetOptions.getNameConflictAction()
Returns the action to be taken in case of Form Set name conflict.
|
static NameConflictAction |
NameConflictAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameConflictAction[] |
NameConflictAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FormOptions.setNameConflictAction(NameConflictAction nameConflictAction)
Set the action to be taken in case of form name conflict.
|
void |
FormsetOptions.setNameConflictAction(NameConflictAction nameConflictAction)
Set the action to be taken in case of Form Set name conflict.
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.