@AlfrescoPublicApi
public interface ParameterizedItemDefinition
Modifier and Type | Method and Description |
---|---|
boolean |
getAdhocPropertiesAllowed()
Indicates whether the parameterized item allows adhoc properties to be set
|
String |
getDescription()
The description of the parameterized item definition
|
String |
getName()
Get the name of the rule item.
|
List<ParameterDefinition> |
getParameterDefinitions()
A list containing the parmameter defintions for this rule item.
|
ParameterDefinition |
getParameterDefintion(String name)
Get the parameter definition by name
|
String |
getTitle()
The title of the parameterized item definition
|
boolean |
hasParameterDefinitions()
Indicates whether the parameterized item has any parameter definitions
|
String getName()
The name is unique and is used to identify the rule item.
String getTitle()
String getDescription()
boolean getAdhocPropertiesAllowed()
boolean hasParameterDefinitions()
List<ParameterDefinition> getParameterDefinitions()
ParameterDefinition getParameterDefintion(String name)
name
- the name of the parameterCopyright © 2005–2017 Alfresco Software. All rights reserved.