|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigParameter
A ConfigParameter
object stores information about configuration values. When adding certain endpoints, you must set
configuration values. Configuration values are required when adding either Email or
Watched Folder endpoints. Configuration values are set programmatically using the Adobe Experience Manager forms API or are specified
by an administrator using Adobe Administrative Console. For information about setting configuration values for a
Watched Folder endpoint,
see Adding Watched Folder Endpoints in the Adobe Experience Manager forms SDK Help. Likewise for information about setting
configuration values for
an Email endpoint,
see Adding Email Endpoints in the Adobe Experience Manager forms SDK Help.
Method Summary | |
---|---|
java.util.Map |
getAttributes()
Retrieves a set of attributes that are specific to the component that invokes this service. |
java.lang.String |
getDescription()
Retrieves the description of a configuration value. |
java.lang.String |
getHint()
Retrieves text that describes the purpose of this configuration value. |
java.lang.String |
getName()
Retrieves the name of a configuration value. |
PropertyEditor |
getPropertyEditor()
Retrieves a PropertyEditor object that optionally references
a PropertyEditorComponent
object to use for editing and viewing this configuration value. |
java.lang.String |
getTextValue()
Retrieves the value of this configuration value. |
java.lang.String |
getTitle()
Retrieves the name of this configuration value. |
java.lang.String |
getType()
Retrieves the configuration value data type. |
boolean |
isRequired()
Determines whether this configuration value is required. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getType()
boolean isRequired()
true
if this configuration parameter is required.java.util.Map getAttributes()
java.lang.String getTextValue()
PropertyEditor getPropertyEditor()
PropertyEditor
object that optionally references
a PropertyEditorComponent
object to use for editing and viewing this configuration value.
PropertyEditor
object that is used to edit or view this configuration parameter value.java.lang.String getTitle()
java.lang.String getHint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |