public class FormsetOptions extends Object
FormGenerationService
.Constructor and Description |
---|
FormsetOptions()
Constructor to set default values.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the Form Set.
|
List<FormsetItem> |
getFormsetItemList()
List of FormssetItem in this Form Set.
|
String |
getFormsetLocation()
Returns the Repository path of the directory that contains this Form Set.
|
String |
getName()
Returns the name of the Form Set.
|
NameConflictAction |
getNameConflictAction()
Returns the action to be taken in case of Form Set name conflict.
|
String |
getRenderProfile()
returns render profile associated with this Form Set.
|
String |
getSubmitURL()
returns the submit URL.
|
String[] |
getTags()
Returns the cq:Tags associated with the Form Set.
|
String |
getTitle()
Returns the Title of the Form Set.
|
void |
setDescription(String description)
Set the description of the Form Set.
|
void |
setFormsetItemList(List<FormsetItem> formsetItemList)
sets the List of FormsetOtem in this Form Set.
|
void |
setFormsetLocation(String location)
Set the repository path of the directory where Form Set will be created.
|
void |
setName(String name)
Sets the name of the Form Set.
|
void |
setNameConflictAction(NameConflictAction nameConflictAction)
Set the action to be taken in case of Form Set name conflict.
|
void |
setRenderProfile(String renderProfile)
sets profile REST endpoint that contains associated Profile Renderer.
|
void |
setSubmitURL(String submitURL)
sets the submit URL.
|
void |
setTags(String[] tags)
Set the cq:Tags associated with Form Set.
|
void |
setTitle(String title)
Set the title of the Form Set.
|
public String getRenderProfile()
public void setRenderProfile(String renderProfile)
renderProfile
- String
representing render profile.public String getSubmitURL()
public void setSubmitURL(String submitURL)
submitURL
- String
representing submit URL.public List<FormsetItem> getFormsetItemList()
public void setFormsetItemList(List<FormsetItem> formsetItemList)
formsetItemList
- representing List Forms in this Form Set.public String getFormsetLocation()
public void setFormsetLocation(String location)
location
- String representing a valid repository path of a directory that will contain the Form Set.public String getTitle()
public void setTitle(String title)
title
- String representing the title of the Form Set.public String getName()
public void setName(String name)
name
- String representing the name of the Form Set.public String getDescription()
public void setDescription(String description)
description
- String representing the description of the Form Set.public String[] getTags()
public void setTags(String[] tags)
tags
- String array of cq:Tags to be associated with the Form Set.public NameConflictAction getNameConflictAction()
public void setNameConflictAction(NameConflictAction nameConflictAction)
nameConflictAction
- Enum representing an action.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.