Interface HasPatternPage
-
- All Known Implementing Classes:
ActionSetFactPlugin,ActionWorkItemSetFieldPlugin,ConditionColumnPlugin
public interface HasPatternPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEntryPointName()StringgetPatternPageDescription()Set<PatternWrapper>getPatterns()PatternWrapperpatternWrapper()voidsetEditingPattern(PatternWrapper editingPattern)voidsetEntryPointName(String entryPointName)
-
-
-
Method Detail
-
patternWrapper
PatternWrapper patternWrapper()
-
setEditingPattern
void setEditingPattern(PatternWrapper editingPattern)
-
setEntryPointName
void setEntryPointName(String entryPointName)
-
getEntryPointName
String getEntryPointName()
-
getPatternPageDescription
String getPatternPageDescription()
-
getPatterns
Set<PatternWrapper> getPatterns()
-
-