Package io.vertigo.studio.notebook
Interface Sketch
-
- All Known Implementing Classes:
AbstractSketch,AssociationNNSketch,AssociationSimpleSketch,AssociationSketch,DomainSketch,DtSketch,FacetedQuerySketch,FacetSketch,FileInfoSketch,SearchIndexSketch,SecuredFeatureSketch,StaticMasterDataSketch,TaskSketch,WebServiceSketch
public interface Sketch
-
-
Field Summary
Fields Modifier and Type Field Description static PatternREGEX_SKETCH_NAMEA skecth must have a unique name, which matches the following patterns : PrefixAaaaBbbb123 or PrefixAaaaBbbb123$abcAbc123
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SketchKeygetKey()StringgetLocalName()
-
-
-
Field Detail
-
REGEX_SKETCH_NAME
static final Pattern REGEX_SKETCH_NAME
A skecth must have a unique name, which matches the following patterns : PrefixAaaaBbbb123 or PrefixAaaaBbbb123$abcAbc123
-
-